/* CSS Document */

html { overflow-y:scroll; }
body {
	color:#333333;
	font-size:12px;
	line-height:18px;
	margin:0 auto;
	background-color:#98bce2;
	background-repeat: repeat-x;
	background-position: top center;
	font-family:Arial, Helvetica, sans-serif;
	background-image:url(images/bg_body.jpg);
}

a {
	color:#2B5376;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h1, h2, h3, h4, p { margin:0 0 8px 0; }

h1 { font-size:25px; }

h2 { font-size:20px; }

h3 { font-size:15px; }

/* ---- class settings ----------------------- */

.img_top {
	position: absolute;
	top: 0;
	left: 0;
}

.img_btm {
	position: absolute;
	left: 0;
	bottom: 0;
}

.hidden-text {
     display: block;
     position: absolute;
     top: 0px;
     left: 0px;
     text-indent: -2000em;
}

/* ---
    min-height:400px;
    height:auto !important;
    height:400px;
--- */

/* ---- layout settings ----------------------- */


#main_container {
	position:relative;
	margin:0 auto;
	width:960px;
	height:auto;
}

#header {
	position:relative;
	top:0;
	left:0;
	width:960px;
	height:166px;
	background-image:url(images/bg_header.jpg);
	background-repeat:no-repeat;
}

#header-sub {
	position:relative;
	top:0;
	left:0;
	width:960px;
	height:167px;
	background-image:url(images/bg_header-sub.jpg);
	background-repeat:no-repeat;
}

#button {
	position:absolute;
	top:180px;
	right:30px;
	width:200px;
	height:auto;
}

#banner {
	position:relative;
	top:0;
	left:0;
	width:960px;
	height:304px;
	background-image:url(images/bg_banner2.jpg);
	background-repeat:no-repeat;
}

#banner-sub {
	position:relative;
	top:0;
	left:0;
	width:960px;
	height:93px;
	background-image:url(images/bg_banner-about-us.jpg);
	background-repeat:no-repeat;
}

#email_signup {
	position:relative;
	top:0;
	left:0;
	width:460px;
	height:52px;
	background-image:url(images/bg_email-signup.jpg);
	background-repeat:no-repeat;
	float:right;
	padding: 0 10px 0 20px;
}
/* ---- start nav id settings ------------------------ */
 
#nav {
	position:relative;
	top:10px;
	left:250px;
	width:665px;
	height:55px;
	float:left;
}

/* ---- end nav id settings -------------------------- */

#main {
	position:relative;
	top:0;
	left:0;
	width:960px;
	height:auto;
	background-image:url(images/bg_main.jpg);
	background-repeat:repeat-y;
}


#main-sub {
	position:relative;
	top:0;
	left:0;
	width:960px;
	height:auto;
	background-image:url(images/bg_main-sub.gif);
	background-repeat:repeat-y;
	margin: 0 auto;
}

/* ---- start main content settings -------------- */

#content_main {
	position:relative;
	top:0;
	left:0;
	float:left;
	width:960px;
	height:auto;
}

#content_main-sub {
	position:relative;
	top:0;
	left:0;
	float:left;
	width:586px;
	height:auto;
	padding: 15px 0 0 45px;
}

#content_main-about {
	position:relative;
	top:0;
	left:0;
	float:left;
	width:865px;
	height:auto;
	padding: 15px 0 0 45px;
}

#welcome {
	position:relative;
	top:0;
	left:0;
	float:left;
	width:280px;
	height:auto;
	padding: 10px 0 0 30px;
}

#upcoming_events {
	position:relative;
	top:0;
	left:0;
	float:left;
	width:270px;
	height:auto;
	color:#FFFFFF;
	padding: 10px 0 0 40px;
}

#sponsors {
	position:relative;
	top:0;
	left:0;
	float:right;
	width:290px;
	height:auto;
}

#player {
	position:relative;
	top:0;
	left:0;
	float:left;
	width:280px;
	height:auto;
	padding: 10px 0 0 30px;
}

#social {
	position:relative;
	top:0;
	left:0;
	float:left;
	width:280px;
	height:auto;
	padding: 10px 0 0 10px;
}


/* ---- end main content settings ---------------- */

/* ---- start side bar content settings -------------- */

#side_bar {
	position:relative;
	top:20px;
	right:0;
	float:right;
	width:287px;
	height:auto;
	background-image:url(images/img_middle.jpg);
	background-repeat:repeat-y;
	padding: 0 30px 0 0;
	
}

/* ---- end side bar content settings ---------------- */
#footer-sub {
	position:relative;
	top:0;
	right:0;
	width:960px;
	height:45px;
	clear:both;
	background-image:url(images/bg_footer-sub.jpg);
	background-repeat:no-repeat;
	padding: 40px 0 0 20px;
}



#footer {
	position:relative;
	top:0;
	left:0;
	width:940px;
	height:26px;
	clear:both;
	background-image:url(images/bg_footer.jpg);
	background-repeat:no-repeat;
	padding: 30px 0 0 20px;
}

#footer a {
	text-decoration:none;
}

#footer a:hover {
	text-decoration:underline;
}

/* ---- start navigation settings -------------------------- */
 
#nav a {
	position:relative;
	float:left;
	height:55px;
	cursor:pointer;
	background-repeat:no-repeat;
	background-image:url(images/nav.gif);
}

a#nav_01 {
	width:59px;
	background-position:0 0;
}

a:hover#nav_01{
	background-position: 0 -55px;
}

.active_01 {
	background-position: 0 -55px !important;
}

a#nav_02 {
	width:133px;
	background-position:-59px 0;
}

a:hover#nav_02{
	background-position:-59px -55px;
}

.active_02 {
	background-position:-59px -55px !important;
}

a#nav_03 {
	width:95px;
	background-position:-192px 0;
}

a:hover#nav_03{
	background-position:-192px -55px;
}

.active_03 {
	background-position:-192px -55px !important;
}

a#nav_04 {
	width:66px;
	background-position:-287px 0;
}

a:hover#nav_04{
	background-position:-287px -55px;
}

.active_04 {
	background-position:-287px -55px !important;
}

a#nav_05 {
	width:61px;
	background-position:-353px 0;
}

a:hover#nav_05{
	background-position:-353px -55px;
}

.active_05 {
	background-position:-353px -55px !important;
}

a#nav_06 {
	width:82px;
	background-position:-414px 0;
}

a:hover#nav_06{
	background-position:-414px -55px;
}

.active_06 {
	background-position:-414px -55px !important;
}

a#nav_07 {
	width:85px;
	background-position:-496px 0;
}

a:hover#nav_07{
	background-position:-496px -55px;
}

.active_07 {
	background-position:-496px -55px !important;
}


a#nav_08 {
	width:84px;
	background-position:-581px 0;
}

a:hover#nav_08{
	background-position:-581px -55px;
}

.active_08 {
	background-position:-581px -55px !important;
}

