@charset "utf-8";
/* CSS Document */
body {
	background-color:#283184 !important;
	background-image:url(../images/bg.jpg);
	background-repeat:repeat-x;
	text-align:center;
	margin:0 auto;
}

.header { color:#293386; font-size:26px; font-weight:normal; font-family:'Open Sans', sans-serif; }
.subheader { color:#293386; font-size:18px; font-weight:normal; font-family:'Open Sans', sans-serif; }
img { border:0px; }
div { text-align:left; }

#bodywrapper { width:989px; text-align:center; margin:0 auto; }
#nav { background:#293386; height:42px; }
.navitem { float:left; font-family:'Open Sans', sans-serif; height:42px; padding:0px 12px 0 12px; }
.navdiv { float:left; background:#020202; width:1px; margin:5px 0px 5px 0px; height:37px; }
.navitem:hover { background:#2F84C4; }
.navitem a { color:white; font-size:16px; text-decoration:none; }
.navitem a:hover { color:#fff;  text-decoration:none; }
#login { float:right; padding-top:10px; }
#contentwrapper { clear:both; height:auto; overflow:hidden; background:#fff; border:1px solid #fff; padding:0px 7px 25px 7px; }
.contentwrap { -moz-border-radius:0 0 10px 10px; border-radius:0 0 10px 10px; }
#content { padding:20px; }
#homeright { float:right; width:250px; margin-left:4px; }
.homebox1 { border:1px solid #345B7B; width:250px; background-image:url(../images/athletesignup_bg.jpg); height:auto; overflow:hidden; background-repeat:repeat-x; background-position:top; background-color:#293587; }
.homeboxheader { background:#293386; height:38px; margin:2px; color:#fff; font-family:'Open Sans', sans-serif; font-size:16px; }
.homeboxcontent { padding:0px 15px 10px 15px; color:white; }
.homeboxbutton { float:right; padding:10px; color:white; font-family:'Open Sans', sans-serif; font-size:16px; }

.homebox2 { border:1px solid #9B9999; }

.go { color:white; height:19px; margin-top:2px; }
.bluego1 { border:1px solid #C85284; background-color:#293386 !important; }
.bluego2 { border:1px solid #4C4AB7; background-color:#31AAE0 !important; }

#footerwrapper { width:989px; margin:0 auto; color:white; height:180px; margin-top:12px; }
#footer { padding:10px; }

.boxshadow2 {
	-moz-box-shadow: 2px 2px 8px rgba(0,0,0,0.3); 
	-webkit-box-shadow: 2px 2px 8px rgba(0,0,0,0.3);
	box-shadow: 2px 2px 8px rgba(0,0,0,0.3);
}


.cbox { border:1px solid #345B7B; float:left; width:420px; margin:20px; padding:10px; }
.cbox:hover { background:#F1F1F1; }
.cboxcontent { float:left; margin-left:20px; width:240px; font-size:12px; }
.cboxcontent strong { color:#293386; font-size:16px; }
.cboximage { 
	float:left;
	width:150px;
	margin:5px;
	-moz-box-shadow: 2px 2px 8px rgba(0,0,0,0.3); 
	-webkit-box-shadow: 2px 2px 8px rgba(0,0,0,0.3);
	box-shadow: 2px 2px 8px rgba(0,0,0,0.3);
}

#menu {
position:relative;	
width: 100%;
float: left;
height:42px;
z-index:100;
}
 
#menu ul {
list-style: none;
margin: 0;
padding: 0;
float: left;
}
 
#menu a, #menu h2 {
display: block;
margin: 0;
}
 
#menu h2 {
color: #fff;
font-weight:normal;
}
 
#menu a {
text-decoration: none;
border:0px;
height:24px;
color:#fff;
}

div#menu ul li:hover ul { background: #31A8DF; }
div#menu ul ul li:hover { background: #293386; }
div#menu ul ul li:hover ul { background: #003928; }
div#menu ul ul ul li:hover { background: #92A2B9; }
div#menu ul ul ul li:hover ul { background: #92A2B9; }

div#menu ul ul ul ul li:hover { background: #D5DBE3; }


#menu a:hover {
color: #fff;
text-decoration: none;
border:0px;
} 
 
#menu li {position: relative;}
 
#menu ul ul {
position: absolute;
z-index: 500;
padding-left:0px;
top:42px;
}
 
#menu ul ul ul {
position: absolute;
top: 0;
left: 100%;
}
 
div#menu ul ul,
div#menu ul li:hover ul ul,
div#menu ul ul li:hover ul ul
{display: none;}

div#menu ul li:hover ul li a { padding:6px 0 0 6px; }

div#menu ul li:hover ul,
div#menu ul ul li:hover ul,
div#menu ul ul ul li:hover ul
{display: block; width:235px; }