/* CSS Document */

html { overflow-y:scroll; }
body {
	color:#fff;
	font-size:12px;
	margin:0 auto;
	background-color:#000;
	background-repeat: repeat-x;
	background-position: top center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	line-height:18px;
}

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:950px;
	height:auto;
	background-image:url(images/bg_main-container.jpg);
	background-repeat:repeat-y;
}

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

/* ---- start nav id settings ------------------------ */

#nav-container {
	position:relative;
	top:0;
	left:0;
	width:295px;
	height:258px;
	background-image:url(images/bg_nav.jpg);
	background-repeat:no-repeat;
}
 
#nav {
	position:relative;
	top:20px;
	left:113px;
	width:131px;
	height:217px;
}

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

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

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

#content_main {
	position:relative;
	top:0;
	left:0;
	float:right;
	width:610px;
	height:auto;
	background-color:#a61b1b;
	margin:202px 45px 0 0;
	padding:8px 0 0 0;
}

#content_main p { padding: 0 0 0 10px; }

#content_main p img { padding: 0 0 0 0;}
/* ---- end main content settings ---------------- */

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

#side_bar {
	position:relative;
	top:0;
	left:0;
	float:left;
	width:250px;
	height:auto;
}

#sponsors {
	position:relative;
	width:295px;
	height:227px;
}

#broadcast {
	position:relative;
	width:181px;
	height:183px;
	padding: 0 0 15px 70px;
}

/* ---- end side bar content settings ---------------- */

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

#footer div {
position:relative;
float:left;
width:auto;
margin-right:155px;
}



#footer a {
	text-decoration:none;
}

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

/* ---- start navigation settings -------------------------- */
 
#nav a {
	top:0;
	position:relative;
	float:left;
	width:131px;
	cursor:pointer;
	background-repeat:no-repeat;
	background-image:url(images/nav/nav.jpg);
}

a#nav_01 {
	height:38px;
	background-position:0 0;
}

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


a#nav_02 {
	height:34px;
	
	background-position:0 -38px;
}

a:hover#nav_02{
	background-position:-131px -38px;
}

a#nav_03 {
	height:29px;
	
	background-position:0 -72px;
}

a:hover#nav_03{
	background-position:-131px -72px;
}

a#nav_04 {
	height:37px;
	
	background-position:0 -101px;
}

a:hover#nav_04{
	background-position:-131px -101px;
}


a#nav_05 {
	height:30px;
	
	background-position:0 -138px;
}

a:hover#nav_05{
	background-position:-131px -138px;
}


a#nav_06 {
	height:49px;
	
	background-position:0 -168px;
}

a:hover#nav_06{
	background-position:-131px -168px;
}

/* ---- start nav drop settings -------------------------- */

#nav_drop a:hover {
	color:#FAD549;
}



#N1, #N2{
	position:absolute;
	visibility:hidden;
	height:auto;
	background-color: #000;
	border-top: 2px solid #151515;
	border-right: 2px solid #151515;
	border-bottom: 2px solid #151515;
	background-repeat:repeat-x;
	padding:10px;
}

#N1 a, #N2 a {
	color:white;
	font-size:12px;
}

#N1 { width:200px; left:240px; top: 280px; }
#N2 { width:120px; left:240px; top: 340px; }

.show {
	position:absolute !important;
	visibility:visible !important;
}

.hide {
	position:absolute !important;
	
