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


/* BODY ------------------------------------------------------- */

body {
background: #3480aa url(../images/bgBody.jpg) no-repeat center top;
font: 13px Verdana,Arial,sans-serif;
color: #373737;
}


/* TEXT -------------------------------------------------------- */

* {

}

.blue { color: #005482; }
.gold { color: #fcb60a; }
.purple { color: #700074; }
.lgrey { color: #888; }


a {
	text-decoration:none;
	color: #005482;
} 

a:hover {
text-decoration:none;
}

h1,h2,h3,h4,h5,h6,
h1 *, h2 *, h3 *, h4 *, h5 *, h6 * {
font-weight: normal;
}

h2 {
font-size: 20px;
text-transform: uppercase;
}

	h3.blue * {
	color: #005482;
	}
	
	h3.lgrey * {
	color: #888;
	}

h3 {
font-size: 16px;
margin-bottom: 5px;
}
	
	h2.p,
	h3.p {
	margin-bottom: 12px;
	}

p {

}

strong {
font-weight: bold;
}

em {
font-style: oblique;
}

sup {
	font-size:0.7em;
	vertical-align:top;
	}
	



/* TINY MCE STYLES ---------------------------------------- */	


.Plain_Text {
	font-size:1em;
	line-height:1.4em;
	text-align:justify;
}
	

.Heading_Blue {
	font-size: 20px;
	color: #005482;
	margin-bottom: 5px;
}

.SubHeading_Blue {
font-size: 16px;
color:#005482;
margin-bottom:5px;
}

.SubHeading_Grey {
font-size: 16px;
color:#888;
margin-bottom:5px;
}

.SubHeading_Bold {
font-size: 16px;
margin-bottom:5px;
font-weight: bold;
}

.Full_Image {
width: 100%;
height: auto;
float: left;
margin: 15px 0px 15px 0px;

}

.Left_Image {
width: 50%;
height: auto;
margin: 0px 15px 0px 0px;
float: left;
}

.Right_Image {
width: 50%;
height: auto;
margin: 0px 0px 0px 15px;
float: right;
}
	
/* GERNERAL CRAP ---------------------------------------- */

.clear {
clear:both;
display: block;
}

.clearfix:after {
content:".";
display:block;
height:0;
clear:both;
visibility:hidden;
}
.clearfix {display:inline-block;}
/* Hide from IE Mac \*/
.clearfix {display:block;}
/* End hide from IE Mac */

.clear15 {height:15px; clear:both;}
.clear20 {height:20px; clear:both;}
.clear30 {height:30px; clear:both;}
.clear45 {height:45px; clear:both;}
.clear60 {height:60px; clear:both;}

.right { float: right !important; display: inline; }
.left { float: left !important; display: inline; }

.textRight { text-align: right; }
.textLeft { text-align: left; }

.pad30 {
padding: 30px 30px 0;
}

.block {
display: block;
}

#container {
width: 980px;
margin: 0 auto;
background: url(../images/bgContainer.png) repeat-y;
}


/* HEADER ---------------------------------------- */

#header {
width: 900px;
height: 225px;
padding: 0 40px;
background: url(../images/bgHeader.jpg) no-repeat;
}

	#header h1 {
	float: left;
	display: inline;
	width: 148px;
	height: 114px;
	text-indent: -9999px;
	background: url(../images/headerLogo.png) no-repeat;
	margin: 44px 0 0 30px;
	}
		
		#header h1 a {
		width: 148px;
		height: 114px;
		float: left;
		}

	#fontchange {
	float: right;
	width: 145px;
	height: 28px;
	}
	
		#fontchange a {
		float: right;
		width: 20px;
		height: 20px;
		margin-right: 3px;
		margin-top: 3px;
		}
		
	#header .right {
	width: 450px;
	}
		
	#header #search {
	color: #999;
	float: right;
	padding-right: 30px;
	margin-top: 37px;
	}
	
		#header #search a {
		font-size: 1em;
		text-transform: uppercase;
		color: #999;
		}
		
			#header #search a:hover,
			#header #search a.active {
			color: #184d65;
			}
		
		#header #search span {
		margin: 0 10px;
		}
		
		#header #search input {
		float: right;
		display: inline;
		border: 0;
		}
		
		#header #search input.text {
		background: url(../images/headerSearchText.png) no-repeat;
		width: 178px;
		height: 20px;
		font-size: 1.1em;
		color: #999;
		padding: 3px 10px 0;
		margin-right: 5px;
		}
		
	ul#nav {
	width: 840px;
	padding: 0 30px;
	margin-top: 39px;
	}
	
		ul#nav li {
		float: left;
		display: inline;
		margin-right: 30px;
		}
			
			ul#nav li.last {
			margin-right: 0;
			float: right;
			}
		
		ul#nav a {
		float: left;
		height: 12px;
		color: #fff;
		position: relative;
		overflow: hidden;
		cursor: pointer;
		}
		
		ul#nav a span {
		position: absolute;
		z-index: 420;
		left: 0;
		top: 0;
		background-image: url(../images/headerNavLinks.png);
		background-repeat: no-repeat;
		height: 12px;
		cursor: pointer;
		}
		
		
		
		ul#nav a:hover span,
		ul#nav a.active span {
		background-image: url(../images/headerNavLinksOver.png);
		}
		
			ul#nav li#link_home a span { width: 45px; background-position: 0 0; }
			ul#nav li#link_find a span { width: 154px; background-position: -78px 0; }
			ul#nav li#link_feature a span { width: 152px; background-position: -262px 0; }
			ul#nav li#link_sponsors a span { width: 89px; background-position: -443px 0; }
			ul#nav li#link_athletes a span { width: 163px; background-position: -562px 0; }
			ul#nav li#link_about a span { width: 82px; background-position: -755px 0; }
			
			ul#nav li#link_home a { width: 45px; }
			ul#nav li#link_find a { width: 154px; }
			ul#nav li#link_feature a { width: 152px; }
			ul#nav li#link_sponsors a { width: 89px; }
			ul#nav li#link_athletes a { width: 163px; }
			ul#nav li#link_about a { width: 82px; }
	
	
/* FOOTER ---------------------------------------- */


#footer {
width: 900px;
margin: 0;
padding: 0 40px 50px;
background: url(../images/bgFooter.png) no-repeat bottom;
}

	#footer div.footer {
	width: 840px;
	padding: 15px 30px;
	background: url(../images/bgFooterFade.png) no-repeat top;
	}

	#footer span {
	text-align: center;
	display: block;
	}

	#footer a {
	margin-right: 45px;
	}

#bottom {
width: 900px;
padding: 0 40px 30px;
margin: 0 auto;
text-align: center;
}
	
	#bottom, #bottom a {
	font-size: 11px;
	color: #fff;
	text-transform: uppercase;
	}


/* SIDEBAR ---------------------------------------- */



/* MAIN ---------------------------------------- */

#content {
width: 900px;
padding: 0 40px;
background: url(../images/bgContent.png) no-repeat;
}

	
.heading {
margin-bottom: 16px;
}

p {
font-size: 1em;
line-height: 1.4em;
margin-bottom: 15px;
text-align: justify;
}

ul.p {
margin-bottom: 15px;
}

ul.p li {
list-style-image: url(../images/listArrow.png);
margin-left: 15px;
margin-bottom: 3px;
text-align: justify;
color: #373737;
}

ul.purple a {
color: #700074;
}

ul.blue a {
color: #005482;
}

hr {
border: none;
border-bottom: 1px solid #ccc;
padding-top: 15px;
margin: 0 0 15px;
}




	/* HOMEPAGE ---------------------------------------- */
	
	.homeleft {
	float: left;
	width: 450px;
	}
	
	.homeright {
	float: right;
	width: 450px;
	}
	
		.homeright h3 {
		text-transform: uppercase;
		}
	
	.homeprofile {
	width: 390px;
	min-height: 200px;
	height: auto;
	padding: 70px 30px 0;
	background: #fff url(../images/bgHomeProfile.png) no-repeat top;
	}
	
	.homefeature {
	width: 390px;
	padding: 30px 30px 0;
	background: url(../images/bgHomeFeature.png) no-repeat top;
	}
	
		.homeprofile img,
		.homefeature img {
		width: 150px;
		height: 155px;
		}
		
		.homeprofile .right {
		width: 190px;
		}
		
		.homefeature .left {
		width: 205px;
		}

	/* ATHLETE PROFILE ---------------------------------------- */
	
	.main {
	float: left;
	width: 540px;
	padding: 30px 0 0 30px;
	}
	
		.main a {
		text-decoration: underline;
		}
	
		.profilephoto {
		width: 155px;
		height: 158px;
		padding: 22px 20px 20px 25px;
		background: url(../images/bgProfilePhoto.png) no-repeat;
		float: right;
		margin-left: 20px;
		}
		
			.profilephoto img {
			width: 150px;
			height: 155px;
			}
			
		a.prevlink {
		padding-left: 15px;
		background: url(../images/iconArrowBack.png) no-repeat left 60%;
		float: left;
		}
		
		a.nextlink {
		padding-right: 15px;
		background: url(../images/iconArrow.png) no-repeat right 60%;
		float: right;
		}
		
		ul.profiles li {
		width: 255px;
		font-size: 0.9em;
		margin-bottom: 10px;
		}
		
			ul.profiles li.clear {
			margin-bottom: 0;	
			}
		
			ul.profiles li:after {
			content:".";
			display:block;
			height:0;
			clear:both;
			visibility:hidden;
			}
			ul.profiles li {display:inline-block; text-align:left;}
			/* Hide from IE Mac \*/
			ul.profiles li {display:block; text-align:left; }
			/* End hide from IE Mac */
		
			ul.profiles img {
			border: 3px solid #999;
			width: 69px;
			float: left;
			}
			
			ul.profiles a.timFix,
			ul.profiles h4,
			ul.profiles p,
			ul.profiles span,
			ul.profiles em {
			float: right;
			width: 165px;
			}
			
			ul.profiles a {
			text-decoration: none;
			}
			
			ul.profiles h4,
			ul.profiles h4 a {
			font-weight: bold;
			}
			
			ul.profiles p {
			margin-bottom: 3px;
			line-height: 1.2em;
			}
			
			ul.profiles span,
			ul.profiles span a {
			color: #999;
			font-weight: normal;
			text-align: left;
			}
			
	
		div.dropdown_container {
		position: relative;
		width: 240px;
		}
		
			.drophead {
			width: 230px;
			height: 26px;
			cursor: pointer;
			float: left;
			padding: 5px 0 0 10px;
			font-size: 14px;
			}
			
				.drop_closed { background: url(../images/dropHead.png) no-repeat; }
				.drop_open { background: url(../images/dropHeadOpen.png) no-repeat; }
		
			.dropdown {
			position: absolute;
			z-index: 420;
			width: 220px;
			left: 0;
			top: 31px;
			background: url(../images/dropdown.png) no-repeat bottom;
			padding: 10px;
			}
			
				.dropdown li {
				margin-bottom: 2px;
				cursor: pointer;
				color: #005482;
				}
				
			.dropdown_container .overflow {
			height: 240px;
			overflow: auto;
			}
			
	
	.sidebar {
	float: right;
	width: 300px;
	}
	
		.sidebar h2 span {
		font-size: 16px;
		}
	
	.sidepad {
	float: right;
	width: 240px;
	min-height: 220px;
	height: auto !important;
	padding: 30px 30px 0;
	}
	
		.sideblue {
		background: url(../images/bgSideBlue.png) no-repeat top;
		}
		
		.sideblueunder {
		background: url(../images/bgSideBlueUnder.png) no-repeat top;
		}
		
		.sidepurpletab {
		background: url(../images/bgSidePurpleTab.png) no-repeat top;
		}
		
		.sponsors {
		text-align: center;
		}
		
			.sponsors a {
			font-weight: bold;
			color: #005482;
			display: block;
			margin-bottom: 10px;
			}
			
			.sponsors img {
			max-width: 180px;
			margin-bottom: 5px;
			}
			
			.sponsors p {
			font-size: 0.8em;
			font-weight: bold;
			line-height: 1.5em;
			}
			
	.searchbg {
	background: url(../images/bgSideSearch.png) no-repeat top right;
	}
	
	.sponsorbg {
	background: url(../images/bgSidePurpleUnder.png) no-repeat right 80px;
	}
	
	#AthleteFeaturedSidebarComponent {
	
	}
	
	/* ATHLETE REGISTRATION ---------------------------------------- */
	
	.sideregister a {
	display: block;
	float: right;
	width: 240px;
	padding: 30px;
	background: url(../images/bgSideRegister.png) no-repeat;
	}
	
	.sideregister .sideregistertop a {
	background: url(../images/bgSideRegisterTop.png) no-repeat;
	}
	
		.sideregister a.active {
		background: url(../images/bgSideRegisterPurple.png) no-repeat;
		}
		
		.sideregister .sideregistertop a.active {
		background: url(../images/bgSideRegisterTopPurple.png) no-repeat;
		}
	
		.sideregister a h3 {
		color: #888;
		}
		
		.sideregister a:hover h3,
		.sideregister a:hover h3 *,
		.sideregister a.active h3 {
		color: #700074;
		}
		
		.sideregister h4 {
		font-weight: bold;
		}
		
		.regalert {
		border-bottom: 1px dashed #cc0000;
		padding-bottom: 5px;
		margin-bottom: 10px;
		color: #cc0000;
		}
		
			.regalert * {
			color: #cc0000;	
			}
