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

body {
	background-color:#ffffff;
	background-image:url(../images/bg.jpg);
	background-repeat:repeat-x;
	background-position:top;
	color:#000000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:15px;
	}


/*--------------------
GENERAL CONTENT FORMATTING
----------------------*/

.wrapper {
	margin:5px auto 5px auto;
	border:1px #000000 solid;
	width:950px;
	height:100%;
	}

.spacer {
	clear:both;
	}

A:link {
	color:#1F92C8;
	text-decoration:underline;
	}
	
A:hover {
	text-decoration:underline;
	color:#96C4E6;
	}

A:visited {
	text-decoration:underline;
	color:#1F92C8;
	}
	
.boldtext {
	color:#1191d0;
	font-weight:bold;
	}

.titles {
	color:#1191d0;
	font-weight:bold;
	font-size:16px;
	}
	
.picborder {
	border:1px solid #198ED3;
	}
	
hr {
	color:#1191d0;
	}
	
/*--------------------
        HEADER
----------------------*/

.headerwrapper {
	width:950px;
	height:276px;
	margin:0 auto;
	}

.header {
	float:left;
	width:950px;
	height:276px;
	position:absolute;
	z-index:1;
	}

.logo {
	float:left;
	width:270px;
	height:276px;
	padding:0px 0px 0px 30px;
	position:absolute;
	z-index:2;
	}
	
.social{
	position:absolute;
	z-index:3;
	top: 215px;
	padding: 0px 0px 0px 10px;
}
	
.social a img{
	border: 0px;
}
	
/*--------------------
   MAIN BODY CONTENT
----------------------*/

.contentwrapper{
	width:950px;
	background-image:url(../images/content-bg.gif);
	background-repeat:repeat-x;
	background-color:#ffffff;
	}
	
.leftcontent {
	width:560px;
	float:left;
	padding:20px 10px 10px 30px;
	}
	
	.leftcontent-wide {
	width:700px;
	float:left;
	padding:20px 10px 10px 30px;
	}

.rightpics {
	width:318px;
	float:left;
	padding:20px 30px 10px 0px;
	}
	
	.rightpics-sm {
	width:150px;
	float:left;
	padding:20px 30px 10px 0px;
	}
	
	
.press-list {
	width:160px;
	float:left;
	}

.press-content {
	width:400px;
	float:left;
	}
	
	
/*--------------------
 NEWS AND EVENTS CONTENT
----------------------*/

.newsandeventswrapper {
	width:930px;
	padding:10px 5px 10px 15px;
	margin:0 auto;
	}
	
.newsandnotes {
	background-image:url(../images/content-bg.gif);
	background-position:top;
	background-repeat:repeat-x;
	width:580px;
	float:left;
	padding:10px 10px 10px 15px;
	}
	
.events {
	background-image:url(../images/content-bg.gif);
	background-position:top;
	background-repeat:repeat-x;
	width:290px;
	float:left;
	padding:10px 5px 10px 15px;
	border-left:#000000 1px dotted;
	}
	
/*--------------------
        FOOTER
----------------------*/

.footerwrapper {
	width:950px;
	margin:0 auto;
	background-color:#006da9;
	color:#ffffff;
	}
	
.footerwrapper A:link {
	color:#ffffff;
	text-decoration:none;
	}
	
.footerwrapper A:hover {
	color:#ffffff;
	text-decoration:underline;
	}
	
.footerwrapper A:visited {
	color:#ffffff;
	text-decoration:none;
	}
	
.footer {
	width:600px;
	margin:0 auto;
	background-color:#006da9;
	padding:10px 0px;
	color:#ffffff;
	border-bottom:#ffffff 1px dotted;
	}
	
.footer-left {
	width:445px;
	padding:10px 0px 10px 0px;
	float:left;
	}
	
.footer-right {
	width:135px;
	padding:10px;
	float:left;
	}


.sprite{
	background:url(/images/social-sprite.png) no-repeat;
	text-indent:-9999px;
	display:block;
	float:left;
	margin:0 5px;
}

.tw{
	background-position:top right;
	width:30px;
	height:30px;
}

.tw:hover{
	background-position:bottom right;
}

.fb{
	background-position:top left;
	width:30px;
	height:30px;
}

.fb:hover{
	background-position:bottom left;
}

.social-box{
	position:absolute;
	right:150px;
	top:2px;
	z-index:9000;
}

.reg-block{
	width:32%; float:left;
	
}


h2.sm-title{
	background:url(/images/sm-title-master.png) no-repeat;
	height:22px;
	line-height:25px;
	margin:0 0 5px 0;
	display:block;
	text-indent:-9999px;
}

h2.high{background-position:left top;}
h2.loc{background-position:left -25px;}
h2.sched{background-position:left -50px;}
h2.what{background-position:left -75px;}
h2.reg{background-position:left -100px;}
h2.rules{background-position:left -125px;}
h2.maps{background-position:left -150px;}
h2.age{background-position:left -175px;}
	
