body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	margin-top:5px;
	margin-bottom:0;
	width:94%;
	/*background-color: #AEB6C6;*/
}

p {margin:0;
}

html { 		overflow: auto;
			border:none; 
}
			
#container {
	width: 900px;
	background-color:#AEB6C6;
	background-image:url(header.png);
	background-repeat:no-repeat;
	display: table;
	margin-left:auto;
	margin-right:auto;
	margin-top:0;
	margin-bottom:0;
	border:#666666 1px solid;
	}

#content {
	background-color: #AEB6C6;
	width: 900px;
	float:left;
}

#text {padding:9px;
}

#mainimagesl { padding: 4px;
			float: left;
}

input { border: 1px solid black; 
}

.input1 {border:none;
}

textarea { border: 1px solid black;
			overflow:auto; 
}

#headertxt {
	color: #666666;
	font-size: 12px;
}

#mainimagesr { padding: 4px;
			float: right;
}

#login a { border: 2px solid #FFFFFF;
		float: right;
		color:#FFFFFF;
		padding:5px;
		margin-right:5px;
}

#tab td {border: 1px solid #666666;
}

#tab {border: 1px solid #666666;
}

#mgtlinks a {display: block;
	text-decoration:none;
	border:none;
	width:120px;
	cursor:default;}

#mgtlinks a:hover {background: #AEB6C6;}

#mgtlinks a span {display: none;}

#mgtlinks a:hover span {display: block;
   position: absolute; top: 200px; left: 65%; width: 120px;
	font: 13px Verdana;
	color: #FFF;
	border:1px solid #666666;
	padding:5px;
	background: #818896;
   }		


#mgtdesc a {display: block;
	text-decoration:none;
	border:none;
	width:180px;
	cursor:default;}

#mgtdesc a:hover {background: #AEB6C6;}

#mgtdesc a span {display: none;}

#mgtdesc a:hover span {display: block;
   position: absolute; top: 200px; left: 65%; width: 250px;
	font: 13px Verdana;
	color: #FFF;
	border:1px solid #666666;
	padding:5px;
	background: #818896;
   }		


#footer {border-top:1px #000000 solid;
		color:#FFFFFF;
		font-size:12px;
		background-color:#2d4884;
}

#footer a {color:#FFFFFF;
}

#cssdropdown, #cssdropdown ul {
padding: 0;
margin: 0;
list-style: none;
}

#cssdropdown li {
float: left;
position: relative;
}

.mainitems{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:16px;
font-weight:bold;
color:#FFFFFF;
/*border: 1px solid black;*/
/*background-color: #FFEEC6;*/
}

.mainitems a{
margin-left: 6px;
margin-right: 8px;
color:#FFFFFF;
text-decoration: none;
}

.mainitems a:hover{
text-decoration:none;
color:#CCCCCC;
}



.subuls{
display: none;
position: absolute;
width: 6em;
padding: 0;
margin: 0;
top: 0;
left: 0;
background-color: #AAACBF;
border: 1px solid black;
}

.subuls li{
width: 100%;
padding: 0;
margin: 0;
}

.subuls li a{
text-decoration: none;
padding: 0;
margin: 0;
}

.subuls li a:hover{
display:block;
padding: 0;
margin: 0;
background-color: #8181A3;
}

#cssdropdown li>ul { /* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
top: 0;
left: 0;
}

#cssdropdown li:hover ul, li.over ul { /* lists nested under hovered list items */
display: block;
top:17px;
}

#restofcontent { /*wrap rest of content of the page inside this div*/
clear: left;
}

li {color:#FFFFFF;
font-weight:bold;
font-size:16px;
}

#otherlist li{
text-decoration: none;
font-size:14px;
color:#000000;
font-weight:normal;
}

div#coachlinks a {display: block;
	text-decoration:none;
	border:none;
	width:150px;
	cursor:default;}

div#coachlinks a:hover {background: #FFF;}

div#coachlinks a span {display: none;}

div#coachlinks a:hover span {display: block;
   position: absolute; top: 620px; left: 44%; width: 310px;
	font: 13px Verdana;
	color: #FFF;
	border:1px solid #666666;
	padding:5px;
	background: #818896;
   }		
   
   
.imgteaser {
	margin: 0;
	overflow: hidden;
	float: left;
	padding:4px;
	position: relative;
}
.imgteaser a {
	text-decoration: none;
	float: left;
}
.imgteaser a:hover {
	cursor: pointer;
}

.imgteaser a img {
	float: left;
	margin: 0;
	border: none;
}

.imgteaser a:hover .desc{
	display: block;
	font-size: 8px;
	background: #111;
	filter:alpha(opacity=75);
	opacity:.75;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)"; /*--IE 8 Transparency--*/
	color: #fff;
	position: absolute;
	bottom: 4px;
	left: 4px;
	padding: 0;
	margin: 0;
	width: 150px;
	border-top: 1px solid #999;
}
.imgteaser a:hover .desc strong {
	display: block;
	margin-bottom: 5px;
	font-size:1.5em;
}

.imgteaser a .desc {	display: none; }
.imgteaser a:hover .more { visibility: hidden;}


.imgteaser1 {
	margin: 0;
	overflow: hidden;
	float: right;
	padding:4px;
	position: relative;
}
.imgteaser1 a {
	text-decoration: none;
	float: left;
}
.imgteaser1 a:hover {
	cursor: pointer;
}

.imgteaser1 a img {
	float: left;
	margin: 0;
	border: none;
}

.imgteaser1 a:hover .desc{
	display: block;
	font-size: 8px;
	background: #111;
	filter:alpha(opacity=75);
	opacity:.75;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)"; /*--IE 8 Transparency--*/
	color: #fff;
	position: absolute;
	bottom: 4px;
	left: 4px;
	padding: 0;
	margin: 0;
	width: 200px;
	border-top: 1px solid #999;
}
.imgteaser1 a:hover .desc strong {
	display: block;
	margin-bottom: 5px;
	font-size:1.5em;
}

.imgteaser1 a .desc {	display: none; }
.imgteaser1 a:hover .more { visibility: hidden;}


