/* ------------- Navigation------------
#nav a {
	color: #999;
}
#nav ul{
	width: 148px;
	margin: 0;
	padding: 0;
	list-style: none;
	z-index: 0;
	}


#nav .no-bullet {
	list-style: none;
	margin: 0;
	padding: 0;
}
#nav {
	position: relative;
    }

ul li {
	position: relative;
	font-size: 0.9em;
	}
li ul {
	position: absolute;
	left: 148px;
	top: 0;
	display: none;

	}
ul li a {
	display: block;
	text-decoration: none;
	border-bottom: 0;
	}
    
ol li {
}
    
    /* Fix IE. Hide from IE Mac \*/
* html ul li { float: left; height: 1%; }
* html ul li a { height: 1%; }
/* End */

li:hover ul, li.over ul { 
	display: block; }
a:active {
	outline: 0 !important;
}
#nav .personal_training ul li, #nav .group ul li, #nav .timetables ul li, #nav .contact ul li {
	
 }

#nav .personal_training ul li a {
	background-color: #C69E59;
	padding: 5px 0px 5px 20px;   
	height: 100%;
}

#nav .news ul li a {
	background-color: #16a887;
	padding: 5px 0px 5px 20px;   
	height: 100%;
}

#nav .group ul li a {
	background-color: #6DAD33;
	padding: 5px 0px 5px 20px;
	height:100%;
}

#nav .timetables ul li a {
	background-color: #A0ABA5;
	padding: 5px 0px 5px 20px;
    height:100%;
    margin:0;
}

#nav .contact ul li a {
	background-color: #ED7F34;
	padding: 5px 0px 5px 20px;
    height:100%;
}

#nav .special ul li a {
	background-color: #1177cc;
	padding: 5px 0px 5px 20px;
    height:100%;
}

#nav ul li a {
	color: #FFFFFF;
	background-image: url(images/arrow.gif);
	background-repeat: no-repeat;
	background-position: 0px;
	font-size: 0.9em;
}

#nav ul li a:hover {
	text-decoration: none;
	color: #CCC;
}


#nav ul li  {
	padding:0;
}
*/

/* ------------- Website ------------*/






#results h2 {
	padding-top: 0px;
}
#container {
	width: 765px;
	margin: auto;
}
#header {
	float: left;
	width: 765px;
	height: 258px;
}
#left_column {
	float: left;
	width: 148px;
    z-index: 100;
    position: relative;
}
#right_column {
	float: left;
	width: 550px;
	margin-left: 48px;
    _margin-left: 24px;
    *margin-left: 24px;
	z-index: 1;
    position: relative;
}
#nav {
	width: 148px;
	float: left;
	z-index: 100;
}
#footer {
	width: 395px;
	float: left;
	background-image: url(../images/footer.gif);
	height: 80px;
	text-align: center;
	color: #FFFFFF;
	background-repeat: no-repeat;
	padding: 38px 30px 0 390px;
    _padding: 48px 30px 0 390px;
	font-size: 10px;
}
#footer p {
	color: #FFF;
}
#footer  a {
	color: #FFF;
	text-decoration: none;
}
body {
	font-family: Verdana, Geneva, sans-serif;
	margin: 0;
}
#nav_img {
	float: left;
	width: 148px;
}
#container #body_container #left_column #nav {
}
.highlight {
	color: #009999;
}
h1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1.1em;	
	font-weight: normal;
	color: #000;
	padding-top: 0px;
	margin-top: 0px;
}
h2 {
	color: #009999;
	font-size: 0.8em;
	font-weight: normal;
	padding-top: 10px;
}
h3 {
	color: #666;
	font-size: 0.7em;
	font-weight: bold;
}
#right_column p , #right_column li{
	font-size: 11px;
	line-height: 1.5em;
	z-index: 0;
}
#right_column a{
	color: #666;
	text-decoration: none;
}
.intro {
	font-weight: bold;
	font-size:11px;
	color: #333;
	line-height: 1.5em;
}
p {
	color: #999;
	line-height: 1.3em;
}	
#right_column li{
	color: #999;
}
#right_column ul {
	list-style-type: disc;
}
.bold {
	color: #666;
	font-weight: bold;
}

div#pt-banner {
	padding:10px 0 20px 0;
	float:left;
}

/* NEW DYNAMIC NAVIGATION */

#dynamic-nav {
	width:148px;
float: left;
	z-index: 100;
}

#dynamic-nav ul {
	display:block;
	list-style:none;
	margin:0px;
	padding:0px;
	width:148px;
height:auto !important;
}

#dynamic-nav ul li {
	display:block;
	float:left;
	margin:0px;
	padding:0px;
	width:148px;
	height:36px;
	position:relative;
}

#dynamic-nav ul li a {
	display:block;
	margin:0px;
	padding:0px;
	width:148px;
	height:36px;
	overflow:hidden;
	text-indent:-800px;
}

#dynamic-nav ul li ul {
	/*margin:0 0 0 148px !important;*/
	padding:0px !important;
position:absolute;
margin:0px !important;
left:148px !important;
display:none;
margin-top:-36px !important;
}

#dynamic-nav ul li:hover ul {
display:block;
}

#dynamic-nav #personal_training {  }
#dynamic-nav #group {  }
#dynamic-nav #timetables {  }
#dynamic-nav #contact {  }
#dynamic-nav #special {  }

#dynamic-nav .personal_training ul li a {
	background-color: #C69E59;
	padding: 5px 5px 5px 20px;   
}

#dynamic-nav .group ul li a {
	background-color: #6DAD33;
	padding: 5px 5px 5px 20px;
}

#dynamic-nav .timetables ul li a {
	background-color: #A0ABA5;
	padding: 5px 5px 5px 20px;
    margin:0;
}

#dynamic-nav .contact ul li a {
	background-color: #ED7F34;
	padding: 5px 5px 5px 20px;
}

#dynamic-nav .special ul li a {
	background-color: #1177cc;
	padding: 5px 5px 5px 20px;
}

#dynamic-nav .news ul li a {
	background-color: #16a887;
	padding: 5px 0px 5px 20px;   
	height: 100%;
}

#dynamic-nav ul li ul li {
	height:auto !important;
	margin:0px;
	padding:0px;
}

#dynamic-nav ul li ul li a {
	color:white !important;
	text-indent:0px;
	height:auto !important;
	font-size:12px !important;
}

#dynamic-nav ul li ul li a:hover {
	text-decoration: none;
	color: #CCC !important;
}


/* News Listing */
#news-list {
	width: 382px;	
}
#news-list ul {
	list-style: none inside !important;
	list-style-type: none !important;
	font-size: 12px;
	width: 382px;

	padding-left: 0px !important;
}
#news-list ul li {
	margin-bottom: 20px;
	width: 382px;
	overflow: hidden;
}
#news-list ul li .news-img {
	float: left;
	width: 99px;
	height: 99px;
	position: relative;
	margin-right: 20px;
}
#news-list ul li .news-listing {
	float: left;
	width: 263px;
}
#news-list ul li h3, #news-list ul li h3 a {
	color: #00b0f0;
	font-size: 12px;
	font-weight: bold;
	margin: 0px 0px 2px 0px !important;
	padding: 0px!important;		
}
#news-list ul li p.date {
	color: #999999;
	font-size: 10px;
	margin: 0px 0px 2px 0px!important;
	padding: 0px!important;	
}
#news-list ul li p.text {
	color: #333;
	margin: 0px !important;
	line-height: 15px;
	padding: 0px!important;	
}
#news-list ul li a {
	color: #00b0f0;
	font-size: 9px;
	display: inline;
	text-transform: uppercase;
	font-weight: bold;
}
div#right_column .news-list-frame {
	background: url(../images/news-list-frame.png);	
	width: 99px;
	height: 99px;
	position: absolute;
	top:0;
	z-index: 6000;
	left: 0;
}
h1.news-title {
	font-size: 14px;
	font-weight: bold;	
}
.news h1 {
	margin-top: 11px;	
}
h1.latest {
	margin-top: 11px;	
}
.pagination, .webapp {
	display: none;
	visibility:hidden;	
}


/* Feature */
div#right_column #feature {
	width: 550px !important;
	height: 270px !important;
	margin-top: 15px;
	margin-bottom: 25px;
	position: relative;
}
div#right_column #feature-frame {
	background: url(../images/feature-frame.png);	
	width: 550px;
	height: 270px;
	position: absolute;
	top:0;
	z-index: 6000;
	left: 0;
}
div#right_column #feature ul {
	list-style-type:none !important;
	list-style-image: none !important;
	list-style-position: inside !important;	
	margin: 0px !important;
	padding: 0px !important;
}
div#right_column #feature ul li {
	width: 550px !important;
	height: 270px !important;
}
#feature ul li .feature-text {
	background: #115483;
	opacity: 0.9;
	position: absolute; 
	bottom: 0px;
	width:100%;
	color:white;
}

#feature ul li .feature-text a {
	display:block;
	width: 510px !important;
	padding: 20px;
}

#feature ul li .feature-text a:hover h2 {
	text-decoration:underline;
	color: #ffef00;
}

#feature ul li .feature-text h1 {
	color: #ffffff !important;
	font-size: 17px !important;
	margin: 0px 0 5px 0 !important;
	padding: 0px !important;
	font-style:italic !important;
	font-weight: bold !important;
	line-height:21px !important;
}
#feature ul li .feature-text h2 {
	color: #ffef00 !important;
	font-size: 12px !important;
	text-transform:uppercase;
	margin: 0px !important;
	padding: 0px !important;
	font-style:italic !important;
}
#feature ul li .feature-img {
	width: 550px;
	height: 270px;
	background: yellow;
}
div.feature-text h2 span.feature-more {
	color: #ffffff !important;
	font-weight: bold !important;
	font-size: 9px !important;
	
	text-decoration: underline !important;
	display: inline;
}
.tl {
	width: 8px;
	height: 8px;
	background: url(../images/crnr-tl.png) no-repeat;
	position: absolute;
	top: 0;
	left: 0;	
	z-index: 9000;
}
.tr {
	width: 8px;
	height: 8px;
	background: url(../images/crnr-tr.png) no-repeat;
	position: absolute;
	top: 0;
	right: 0;	
	z-index: 9000;
}
.bl {
	width: 8px;
	height: 8px;
	background: url(../images/crnr-bl.png) no-repeat;
	position: absolute;
	bottom: 0;
	left: 0;	
	z-index: 9000;
}
.br {
	width: 8px;
	height: 8px;
	background: url(../images/crnr-br.png) no-repeat;
	position: absolute;
	bottom: 0;
	right: 0;	
	z-index: 9000;
}
#controls {
	position: absolute;
	right: 0;
	top: 25px;	
	background: url(../images/pager-bg.jpg) #fff repeat-y left;
	z-index: 7000;
	width:20px;
}
#nav-top {
	position: absolute;
	right: 0;
	top: -4px;	
	height: 5px;
	background: url(../images/pager_top.png) left no-repeat;
	z-index: 7000;
	width:20px;
}
#nav-bottom {
	position: absolute;
	right: 0;
	height: 5px;
	bottom: -5px;	
	background: url(../images/pager_bottom.png) left no-repeat;
	z-index: 7000;
	width:20px;
}
div#feature div#controls .nav {	
	margin: 0px !important;
	text-align:center;
	padding: 2px 0px 2px 2px!important;
}
div#feature div#controls .nav a{
	color: #044b7f;
	font-size: 9px;
	font-weight: bold;
	display: block;
}
div#feature div#controls .nav a.activeSlide {
	color:#00b6f5;	
}
.news h2 {
	padding-top: 0px;	
}
html body div#container div#body_container div#right_column div.side {
	padding-top: 0!important;	
	margin-top: -6px !important;
}


/* Success Stories */
.success-story {
	overflow: hidden;
	width: 550px;
	position: relative;
	padding:0 0 25px 0;
}
.success-img-frame {
	background: url(../images/success-img-frame.png);
	width: 100px;
	height: 125px;
	position: absolute;
	top: 0;
	left: 0;
	z-index:8000;	
}
.success-story .success-left {
	float: left;
	width: 100px;
	margin-right: 31px;
}
.success-story .success-left p {
	font-size: 10px !important;
	color: #666666;
	margin:5px 0 5px 0;
	padding:0 0 0 0;
}
.success-story .success-right {
	float: left;
	width: 400px;
}
.success-story p.name {
	color: #044b7f;
	margin: 0;
	font-size: 16px;
	font-weight: bold;	
}
.success-story p.stat {
	color: #009999;
	margin: 0;
	font-size: 16px;
	font-weight: bold;
	font-style:italic;	
}
.success-story ul.success-img {
	width: 100px;
	height: 125px;
	list-style-type:none !important;
	list-style-image: none !important;
	list-style-position: inside !important;	
	margin:0 0 10px 0 !important;
	padding: 0px !important;
	display:block;
}
.success-story .weight {
	color: #044b7f;	
	font-size: 16px;
	padding-top: 2px;
	display: block;
}
.success-story ul.success-img li {
	position: relative;	
}
.success-story span.title {
	position: absolute;
	bottom: 3px;
	padding-top: 2px;
	color: #009999;
	text-align: center;
	left: 0;
	width: 100px;
	background: url(../images/success-title-bg.png) no-repeat center;
	font-weight: bold;
	font-size: 10px;
	text-transform: uppercase;
	height:16px;
	display:block;
}

#news-home-more {
	background:top left no-repeat url(../images/news_more_button_bg.jpg);
	height:16px;
	width:131px;
	text-align:center;
	display:block;
	color:#FDED11;
	font-size:11px;
	font-style:italic;
	float:right;
	margin:3px 0 0 0;
}

#news-home-more:visited {
	color:#FDED11;
}
