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


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

body {
background: #fff url(../../images/bgBody.jpg) no-repeat center top;
font: 13px Verdana,Arial,sans-serif;
color: #333;
margin: 0;
padding: 0;
}


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

* {

}

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


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

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.red * {
	color: #ff0000;
	}
	
	h3.lgrey * {
	color: #888;
	}

h3 {
font-size: 18px;
font-weight: bold;
margin:0 0 5px 0;
}
	
	h2.p,
	h3.p {
	margin-bottom: 12px;
	}

h4 {
font-size: 11px;
font-weight: normal;
margin:0 0 15px 0;
color: #999;
}

p {

}

strong {
font-weight: bold;
}

em {
font-style: oblique;
}

.red {color:#FF0000;
}

	
/* 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: 960px;
margin: 0 auto;
}

ul.p {
		margin-bottom: 14px;
		}
		
			ul.p li {
			list-style:inside;	
			list-style-image: url(../../images/trickBullet.gif);
			font-size: 14px;
			line-height: 17px;
			margin-left: 20px;
			margin-bottom: 3px;
			}


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

#header {
width: 960px;
padding: 0;
height: 180px;
background: url(../../images/bgHeader.gif) center top no-repeat;
}

	#header h1 {
	float: left;
	display: inline;
	width: 345px;
	height: 150px;
	text-indent: -9999px;
	background: url(../../images/headerLogo.png) no-repeat;
	margin: 0 0 0 15px;
	}
		
		#header h1 a {
		width: 345px;
		height: 150px;
		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: 420px;
	padding-right: 30px;
	}
		
	#header #search {
	color: #999;
	float: right;
	margin-top: 45px;
	}
	
		
	ul#nav {
	width: 900px;
	padding: 0 30px;
	margin-top: 8px;
	}
	
		ul#nav li {
		float: left;
		display: inline;
		margin-right:0px
		}
			
			ul#nav li.last {
			margin-right: 0;
			float: right;
			}
		
		ul#nav a {
		float: left;
		height: 15px;
		color: #fff;
		position: relative;
		overflow: hidden;
		}
		
		ul#nav a span {
		position: absolute;
		z-index: 420;
		left: 0;
		top: 0;
		background-image: url(../../images/headerNavLinks.png);
		background-repeat: no-repeat;
		height: 15px;
		}
		
		ul#nav a:link span,
		ul#nav a:visited span {
		background-image: url(../../images/headerNavLinks.png);
		}
		
		ul#nav a:hover span,
		ul#nav a.active span {
		background-image: url(../../images/headerNavLinksOver.png);
		}
		
			ul#nav li#link_home a span { width: 60px; background-position: 0 0; }
			ul#nav li#link_comp a span { width: 135px; background-position: -60px 0; }
			ul#nav li#link_schedule a span { width: 135px; background-position: -195px 0; }
			ul#nav li#link_judges a span { width: 105px; background-position: -330px 0; }
			ul#nav li#link_tips a span { width: 165px; background-position: -435px 0; }
			ul#nav li#link_press a span { width: 90px; background-position: -600px 0; }
			ul#nav li#link_forum a span { width: 90px; background-position: -690px 0; }
			ul#nav li#link_contact a span { width: 120px; background-position: -780px 0; }			
			
			ul#nav li#link_home a { width: 60px; }
			ul#nav li#link_comp a { width: 135px; }
			ul#nav li#link_schedule a { width: 135px; }
			ul#nav li#link_judges a { width: 105px; }
			ul#nav li#link_tips a { width: 165px; }
			ul#nav li#link_press a { width: 90px; }
			ul#nav li#link_forum a { width: 90px; }
			ul#nav li#link_contact a { width: 120px; }		
	
	
/* FOOTER ---------------------------------------- */


#footer {
width: 100%;
height: 175px;
margin: 0;
background: url(../../images/bgFooter.jpg) no-repeat top center;
}

#footerCon {
width: 100%;
height: 175px;
margin: 0;
background: url(../images/bgFooter.jpg) no-repeat top center;
}



#footer2 {
width: 100%;
height: 175px;
margin: 0;
background: url(../../images/bgFooter2.jpg) no-repeat top center;
}

	#footer div, #footer2 div, #footerCon div {
	width: 900px;
	height: 175px;
	margin: 0 auto 0 auto;
	padding: 0;
	}


#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 30px 0 30px;
}

#mainCon {
width: 900px;
margin:0px;
padding: 0px;
}
	
.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: 0px;
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;
}



	/* Page Columns Etc ---------------------------------------- */
	
	.homeleft {
	float: left;
	width: 420px;
	padding:0 30px 0 0;
	margin:30px 0;
	}
	
	.homeright {
	float: right;
	width: 420px;
	padding: 0 0 0 30px;
	margin: 30px 0px 0px 0px;
	}
	
		.judge img {
		
		width: 120px;
		padding: 0px 15px 0px 0px;
		float: left;
		}
	

	
	.homePage {
	width: 900px;
	background: url(../../images/bgHome.jpg) bottom right no-repeat;
	}
	
	
	
	.homeText {
		font-size: 18px;
		}
		

	/* SUB PAGES ---------------------------------------- */


	.homeFull {
		float: left;
		width: 900px;
		margin: 30px 0 0 0;
		}
		
	.schedCol {
		float: left;
		clear: both;
		width: 900px;
		padding: 20px 0px 20px 0px;
		border-bottom: 1px solid #999;
		}
		
		.schedCol1 {
			width: 240px;
			float: left;
			}
			
		.schedCol2 {
			width: 420px;
			floaT: left;
			}

	
	.main {
	float: left;
	width: 600px;
	padding: 0px 0 0 0;
	margin-top: 30px;
	}
	
	
	.sidepad {
	float: right;
	width: 255px;
	margin-top: 30px;
	padding:0;
	}
	
	
/*		.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;
		height: 110px;
		font-size: 0.9em;
		}
		
			ul.profiles img {
			border: 3px solid #999;
			width: 69px;
			height: 69px;
			float: left;
			margin-right: 15px;
			}
			
			ul.profiles a {
			font-weight: bold;
			}
			
			ul.profiles p {
			margin-bottom: 3px;
			line-height: 1.2em;
			}
			
			ul.profiles span {
			color: #999;
			}
			
	
		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;
		}
	
	
	
		.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 {
			width: 180px;
			}
			
			.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;
	}
	
	/* ATHLETE REGISTRATION ---------------------------------------- 
	
	.sideregister {
	float: right;
	width: 240px;
	padding: 30px;
	background: url(../../images/bgSideRegister.png) no-repeat;
	}
	
	.sideregistertop {
	float: right;
	width: 240px;
	padding: 30px;
	background: url(../../images/bgSideRegisterTop.png) no-repeat;
	}
	
		
	
		.sideregister a:hover, .sideregister a:hover *,
		.sideregistertop a:hover, .sideregistertop a:hover * {
		color: #005482;
		}*/