@charset "UTF-8";
/* CSS Document */

/* -----------------------------Main Content Elements Start Here----------------------------- */


*{
	margin:0;
	padding:0;
}

html, body {
margin:0;
padding:0;
}

#containerall{
	min-height:100%;
	position:relative;
}

#contentcontainer{
width:495px;
margin-left:30px;

}

#content{
	background-color:#fff;
	opacity:0.8;
	filter:alpha(opacity=85);
	margin-top:155px;
	padding-top:27px;
	padding-left:36px;
	overflow:auto;
	height:300px;
	width:454px;
}

#content p{
	font-family:Georgia;
	font-size:.8em;
	color:#333;
	width:424px;
	line-height:1.7em;
	padding-bottom:20px;
}

h2{
font-size:.65em;
font-weight:bold;
text-transform:uppercase;
letter-spacing:1px;
}


div#background {
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	overflow: hidden;
	/*overflow: visible;*/

}

div#flash-container {
height: 100%;
overflow: visible;
width: 100%;
}

#flash-background {
height: 100%;

}

ul#teamlist{
		font-family:Georgia;
	font-size:.8em;
		list-style: none;
		padding-bottom:15px;
		padding-left:20px;
}

ul#teamlist li{
	line-height:1.6em;
	display:block;
	display:list-item;
	margin: 0;
	padding-bottom: 10px;
	list-style-image:url(../images/bullet.gif);
	list-style-position:outside;
}


/* -----------------------------Main Nav Elements Start Here----------------------------- */

#navigationbegin {
	background-color:#187e84;
	opacity:.95;
	filter:alpha(opacity=95);
	width: 100%;
	height: 102px;
	overflow:hidden;
	margin-top:-155px;
	background-image:url(../images/nav_bgd.gif);
	background-repeat:repeat-x;
	position:absolute;
	
	
	}

	ul#navigation{
	font-size:1px;
	padding: 0;
	margin: 0 0 0 5px;
	width: 1124px;
	
		background-color:#187e84;
	
	height: 102px;/*nescape pc*/
	/*overflow:hidden;*/
	list-style: none;
	}

	ul#navigation li{
	list-style: none;
	display: inline;
	margin: 0;
	padding: 0;
	}

	ul#navigation a{
	cursor:pointer;
	float: left;
	padding: 102px 0 0 0;
	overflow: hidden;
	height: 0px !important;
	}

	#navigation a:link,#navigation a:visited{
	background-position: 0 0px;
	display: block;
	}

	#navigation a:hover{
	background-position: 0 -102px;
	display: block;
	}
	

	li#nav1 a{
	width: 59px;
	background: url(../images/NAV_01.gif) top left no-repeat;
	}

	li#nav2 a{
	width: 90px;
	background: url(../images/NAV_02.gif) top left no-repeat;
	}

	li#nav3 a{
	width: 119px;
	background: url(../images/NAV_03.gif) top left no-repeat;
	}

	li#nav4 a{
	width: 115px;
	background: url(../images/NAV_04.gif) top left no-repeat;
	}

	li#nav5 a{
	width: 102px;
	background: url(../images/NAV_05.gif) top left no-repeat;
	}
	
	li#nav6 a{
	width: 72px;
	background: url(../images/NAV_06.gif) top left no-repeat;
	}
	
	li#nav7 a{
	width: 126px;
	background: url(../images/NAV_07.gif) top left no-repeat;
	}
	



/* -----------------------------Secondary Nav Elements start Here----------------------------- */
#secondnavcontainer{
	padding-bottom:10px;
}

#navlist li{
display: inline;
list-style-type: none;
padding-right: 20px;
font-size:.65em;
font-weight:bold;
text-transform:uppercase;
letter-spacing:1px;
}

#navlist li a{
color:#000;
text-decoration:none;
}

#navlist li a:hover{
	color:#1d666d;
}

#navlist li a#current{
	color:#1d666d;
}




/* -----------------------------Tertiary Nav Elements start Here----------------------------- */
#thirdnavcontainer{
	margin-bottom:13px;
}

#thirdnavlist li{
display: inline;
list-style-type: none;
padding-right: 20px;
line-height:20px;
font-size:.75em;_font-size:.8em;
font-weight:bold;
}


#thirdnavlist li a{
color:#1d666d;
text-decoration:none;
padding:4px;
}


#thirdnavlist li a#current{
color:#1d666d;
background-color:#cee2eb;
}






/* -----------------------------Trainer page Elements start Here----------------------------- */



#trainer{
	width:400px;
}

#trainerimage{
width:110px; 
height:116px;
float:left; 
/*padding-right:15px;*/
}

#trainerinfo{
	width:305px;
	float:left;
	margin-left:125px;
	margin-top:-118px;
		padding-bottom:15px;

}
