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


html {
	height: 100%;
	overflow:inherit; /* triggers 100% height in Opera 9.5 */
	margin:0;
	padding:0;
}

body {
	background-color: white;
	color: black;
	font-family:  Arial, 'Lucida Grande', Verdana, Sans-Serif;
    font-size: 15px;
	letter-spacing: .05em;
	text-align:center;
	background-image: url('graphics/shadow.gif');
	background-repeat: repeat-y;
	background-position: center;
	height:100%;
	margin:0;
}

div#main {
	margin: 0 auto 0 auto;
	width:800px;
	text-align: left;
	background-color:#F9FCFE;
	min-height: 100%;
	}
	
* html div#main { /* for IE6 */
height: 100%;
}

div#header {
	width: 800px;
	height:110px;
	background-image: url('graphics/header.jpg');
	margin-bottom: 15px;
	}
	
.title {
	color: #FFCC33;
    font-family: Arial, Sans-Serif;
    font-size: 36px;
    font-weight: bold;
    text-align: center;
	letter-spacing: .3em;
	/*border-top: 1px dotted gray;*/
    border-bottom: 1px dotted gray;
    margin-top:0;
    padding-top:5px;
    padding-bottom:5px;
}

div#content {
	float:left;
	width:601px;
	height:100%;
	padding-right:4px;
	padding-bottom: 100px /*25px*/;
}

hr {
	width: 500px;
	}
div#content td {
	text-align: center;
}
div#content th {
	text-align: center;
}

.maingrap {
	border-style:double;
	border-color:#FFCC33;
	border-width: 3px;
	}
	
.wordul {
	list-style: none;
	padding:0;
}
	
.word {
	background-image: url(graphics/wordicon.gif);
			background-repeat: no-repeat;
			background-position: left;
			padding-left: 1.2em;
			
		}
	
	div#coachpic1 {
		float:left;
		width:11em;
		margin-top:1em;
		height:14em;
		margin-right: 0;
	}
	
	div#coachinfo1 {
		margin-top: 1em;
		float:left;
		width:29em;
		margin-right: 0;
}

	div#coachpic2 {
		float: left;
		clear: left;
		width: 11em;
		margin-bottom: 2em;
		margin-top:1em;
		height:14em;
	}
	div#coachname {
		clear: left;
		margin-bottom: 20px;
	}
	div#coachinfo2 {
		float: left;
		margin-top: 1em;
		width:400px;
		height: 250px;

	}
.caption {
	border-top: .1em;
	margin-top: .1em;
	font-size: 70%;
}

/* div#contentleft {
	width: 12em;
	float:left;
	position: relative;
	top: -9.9em;
	margin-top: 0;
	padding-top: 0;
}

div#ball {
	width:10.1em;
	height: 10.1em;
	position: relative;
	left: 45%;
	margin-left: -10em;
} */


div#nav {
	float:left;
	width:150px;
	padding:0 0 0 10px;
	margin-left:5px;
	color: #FFCC33;
	margin-right: 16px;
	font-weight: bolder;
}

.headerpad {
		padding-top: 15 px;
		}

a {
    color: #D54E21/*#41627E*/;
    text-decoration: underline;
}

a:visited {
    color: #00477D;
    text-decoration: underline;
}

a:hover {
    color: #FFCC33;
    text-decoration: underline;
}

/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/flyout2.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the assocaited (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
.menu {
z-index:1000;
font-size: 95%;
}

/* remove all the bullets, borders and padding from the default list styling */
.menu ul {
padding:0;
margin:0;
list-style-type:none;
width:150px;
}
/* hack for IE5.5 */
* html .menu ul {margin-left:-16px; ma\rgin-left:0;}
/* position relative so that you can position the sub levels */
.menu li {
position:relative;
background:#FFCC33;
height:31px;
}

/* get rid of the table */
.menu table {position:absolute; border-collapse:collapse; top:0; left:0; z-index:100; font-size:1em;}

/* style the links */
.menu a, .menu a:visited {
display:block; 
text-decoration:none;
height:30px;
line-height:30px;
width:149px;
color:#000;
text-indent:5px;
border:1px solid #fff;
border-width:0 1px 1px 0;
}
/* hack for IE5.5 */
* html .menu a, * html .menu a:visited {background:#FFCC33; width:150px; w\idth:149px;}
/* style the link hover */
* html .menu a:hover {color:#fff; background:#949e7c;}

.menu :hover > a {
color:#FFF; 
background:black/*#FFCC33*/;
}

/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {
visibility:hidden;
position:absolute;
top:0;
left:150px; 
}
/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,
.menu ul a:hover ul {
visibility:visible;
}

/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{
visibility:hidden;
}
/* keep the fourth level hidden when you hover on second level list OR link */
.menu ul :hover ul :hover ul ul{
visibility:hidden;
}
/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul{ 
visibility:visible;
}
/* make the fourth level visible when you hover over third level list OR link */
.menu ul :hover ul :hover ul :hover ul { 
visibility:visible;
}

/* End menu from http://www.cssplay.co.uk/menus/flyout2.html */

#clearfooter {
	height: 50px; /* provides space for the #footer */
	margin:0;
	padding:0;
	clear:both;
}

#footer {
	clear:both;
	border-top: 1px dotted gray;
	height:50px;
	width:800px;
	margin: -51px auto 0 auto; /* -70px sucks it back in & auto centers it */
	background-color: #F9FCFE;
	padding:0 0 0 0px;
	text-align: center;
	}
	#footer #footerwrap {
		float:bottom;
	}
	#footer p {
		padding:0;
		margin:0;
		padding-top:.2em;
		}
	
	#footer #copyright {
		font-size:80%;
		color: grey;
		letter-spacing: normal;
		text-align: center;
		}
		
	#altnav {
		float:left;
		font-size:80%;
		width:800px;
		padding-top:.4em;
		padding-bottom: .4em;
		color: #999999;
		}
		
		#footer #altnav a {
			text-decoration:none;
		}