/* THIS CSS PRODUCES A CENTERED 2 COLUMN LAYOUT WITH HEADER AND HORIZONTAL NAV */
/* ALL PNG BACKGROUND GRAPHICS WILL HAVE ADDITIONAL SELECTORS IN IE6.CSS */

/* BEGIN STRUCTURE */
:focus {-moz-outline-style: none;} /* removes dotted border around FF links */

html, body {
	margin:0;
	padding:0;
	height:100.1%; /* keeps vertical scroll bar visible in browsers so layout doesn't 'bounce' page to page */
	text-align:center; /* combined with container {margin:0 auto 0 auto} this centers a page */
	background-color:#000;
	background-image:url("/img/bg.jpg");
	background-position:top center;
	background-repeat:no-repeat;
	min-width:1000px;
}

div#container {
	position:relative; 
	width:960px;
	margin:0 auto 0 auto; /* combined with body {text-align:center} this centers a page */
	text-align:left;
	border:0px solid black;
}

div#branding_nav {
	height:226px;
	border:0px solid #fff;
}

#branding_nav img#logo {
	position:absolute;
	top:125px;
	left:1px;
}

ul#nav {
	position:absolute;
	top:176px;
	left:0px;
	width:690px;
	margin:0;
	padding:0px;
	text-indent:0px;
	text-decoration:none;
	list-style:none;
	list-style-image:none;
	border:0px solid white;
}

#nav a{
	display:block;
	border:0px solid black;
}

ul#nav, #nav a {height:25px;}

#nav li span {margin-left:-4000px;}

#nav li {
	float:left;
	height:25px;
	width:92px;
	padding-right:4px;
}

#home a, #home a:visited {background:url("/img/btn-home.gif") top left no-repeat;}
#home a:hover {background:url("/img/btn-home.gif") top right no-repeat;}

#about a, #about a:visited {background:url("/img/btn-about.gif") top left no-repeat;}
#about a:hover {background:url("/img/btn-about.gif") top right no-repeat;}

#media a, #media a:visited {background:url("/img/btn-media.gif") top left no-repeat;}
#media a:hover {background:url("/img/btn-media.gif") top right no-repeat;}

#calendarBtn a, #calendarBtn a:visited {background:url("/img/btn-calendar.gif") top left no-repeat;}
#calendarBtn a:hover {background:url("/img/btn-calendar.gif") top right no-repeat;}

#resources a, #resources a:visited {background:url("/img/btn-resources.gif") top left no-repeat;}
#resources a:hover {background:url("/img/btn-resources.gif") top right no-repeat;}

#news a, #news a:visited {background:url("/img/btn-news.gif") top left no-repeat;}
#news a:hover {background:url("/img/btn-news.gif") top right no-repeat;}

#contact a, #contact a:visited {background:url("/img/btn-contact.gif") top left no-repeat;}
#contact a:hover {background:url("/img/btn-contact.gif") top right no-repeat;}

div#news_feed, td#content_center_media, td#content_right_media, td#content_full_width, td#content_right_wide, td#content_left, td#content_center, td#content_right {
	vertical-align:top;
	height:280px;
	background-image:url("/img/bg-content.png");
	background-position:top left;
	background-repeat:repeat;
	padding:13px 15px 5px 15px;
	border:1px solid #383838;
}

div#news_feed {
	height:auto;
	margin-top:15px;
	padding:0px 4px 0px 4px;
}
#news_feed h2 {font-style:italic;margin:0;padding:0;font-weight:normal;}

table#content {
	border:0px solid #fff;
	width:100%;
	margin:15px 0px 18px 0px;
}

/* FULL WIDTH */
td#content_full_width {}

/* 2 AND 3 COLUMN */
td#content_left {
	width:242px; /*width of center col plus 30px (15 and 15) to make up for missing padding*/
	padding-left:0px;
	padding-right:0px;
}

/* 2 COLUMN */
td#content_right_wide {max-width:780px;}

/* 3 COLUMN */
td#content_center {width:216px;}
td#content_right {width:505px;}
td#content_center_media {width:312px;padding:13px 0px 5px 3px;}
td#content_right_media {width:390px;padding:13px 0px 5px 0px;}

#content_left h2 {font-size:14px;padding-left:15px;padding-right:15px;}

div#site_info {
	background-image:url("/img/bg-site-info.jpg");
	background-position:top center;
	background-repeat:no-repeat;
	border:0px solid #fff;
}

#site_info div {

	width:960px;
	margin:0 auto 0 auto;
	height:258px;
	padding:0px;
	border:0px solid #fff;
	text-align:left;
}

#site_info ul {

	/*top:40px;
	left:244px;*/
	padding:0;
	width:380px;
	margin-left:247px;
	padding-top:40px;
	text-indent:0px;
	text-decoration:none;
	list-style:none;
	font-size:10px;
	border:0px solid #fff;
}

#site_info li {
	float:left;
	width:90px;
	padding-bottom:10px;
	display:inline;
}

#site_info p {
	clear:both;
	margin-left:247px;
	padding-top:22px;
	/*top:130px;
	left:244px;*/
	font-size:10px;
	border:0px solid #fff;
}

#site_info a {text-decoration:none;color:#fff;}
#site_info a:visited {text-decoration:none;}
#site_info a:hover {color:#fff;text-decoration:none;}
/* END STRUCTURE */

/* BEGIN GENERAL TYPOGRAPHY */
body {
	font-family:arial, sans-serif;
	font-size:62.5%;
	color:#fff;
}

h1, h2, h3, h4, h5 {
	font-family:arial, sans-serif;
	color:#f5bb22;
	margin:0px;
	margin-bottom:4px;
}

p, ul, ol {font-size:12px;}

h1 {font-size:14px;} 

h2 {font-size:12px;}

h3 {font-size:12px;}

h4 {font-size:12px;}

p {
	margin:0px;
	margin-bottom:10px;
}

a {
	color:#f5bb22;
	text-decoration:none;
}
a:visited {}
a:hover {text-decoration:none;color:#fff;}

ul {
	margin:0;
	padding:0;
	padding-bottom:10px;
	padding-left:30px;
	text-indent:0px;
	text-decoration:none;
	list-style:none;
	list-style-image:url("/img/dot-white.png");
}

ol {
	margin:0;
	padding:0;
	padding-bottom:10px;
	padding-left:30px;
	text-indent:0px;
	text-decoration:none;
}
/* END GENERAL TYPOGRAPHY */

/* BEGIN VARIOUS TAGS AND CLASSES */
td#spacer {width:10px;}
img {border:0;}
.30px_bottom_margin {margin-top:30px;}
.center {text-align:center;}
.bold {font-weight:bold;}
.italic {font-style:italic;}
.small {font-size:1.1em;}
.no_spacing {margin:0px; padding:0;}
.light, .tableLight {background-color:#363636;}
.dark, .tableDark {background-color:#000;}
.adminBar {background-color:#2d4122;}
.tableHighlight {background-color:#5f4f4b;}
.white {color:#FFFFFF;}
.hidden {display:none;}
.icon {vertical-align:middle;}
a.no_link, a.no_link:visited, a.no_link:hover {color:#000;text-decoration:none;}
hr {background-color:#fbc023;color:#fbc023;height:1px;border:0;padding:0;margin:0;margin-bottom:6px;}

.clear {
	clear:both;
	height:0px;
	border:0px solid #000;
}

.photo {
	float:left;
	margin:0 11 11 0px;
	padding:3px;
	background:#fff;
	border:1px solid #acc0a5;
}

ul.striped, ol.striped { 
	margin:0;
	padding:0;
	padding-bottom:10px;
	padding-left:0px;
	text-indent:0px;
	text-decoration:none;
	list-style:none;
	list-style-image:none;
}
ul.striped li, ol.striped li {}
ul.striped li a, ol.striped li a {
	display:block;
	font-weight:bold;
	font-size:14px;
	margin:0;
	padding:0;
	padding-top:6px;
	padding-right:10px;
	padding-bottom:6px;
	padding-left:10px;
	text-decoration:none;
	border:0px solid black;
}
ul.striped li a.indent, ol.striped li a.indent {padding-left:30px;}
ul.striped li a:visited, ol.striped li a:visited {}
ul.striped li a:hover, ol.striped li a:hover, ul.striped li a:hover span.no_link, ol.striped li a:hover span.no_link {
	background-color:#fbc023;
	color:#000;
}
/* END VARIOUS TAGS AND CLASSES */

/* BEGIN SPECIAL CLASSES (DELETE IF NOT BEING USED ON SITE */
ul#nav_sub {
	margin:0;
	padding:0px;
	text-indent:0px;
	text-decoration:none;
	list-style:none;
	list-style-image:none;
	border:0px solid black;
}
#nav_sub li a {
	display:block;
	font-weight:bold;
	font-size:12px;
	margin:0;
	padding:13px 10px 10px 15px;
	text-decoration:none;
	border:0px solid black;
}
#nav_sub li a:visited {}
#nav_sub li a:hover, #nav_sub li a.at {
	background-image:url("/img/bg-subnav-at.jpg");
	background-repeat:no-repeat;
	background-position:top left;
	color:#000;
}

.pseudoNav{margin-left:-15px;margin-right:-15px;padding:3px 15px 3px 15px;border-top:1px solid #605221;}
.pseudoNav:hover {
	background-image:url("/img/bg-subnav-at.jpg");
	background-repeat:no-repeat;
	background-position:bottom left;
	color:#000;	
}
.pseudoNav:hover a {
	color:#000;	
}
.pseudoNav p {margin:0;padding:0;}

#calendarCenter {
	background-image:url("/img/bg-subnav-at.jpg");
	background-repeat:no-repeat;
	background-position:top left;
	color:#000;	
}
#calendarCenter a {
	color:#000;	
}

#video_thumbs {
	padding:10px;
	list-style:none;
	list-style-image:none;
}
#video_thumbs li {
	clear:both;
	margin-bottom:20px;
}
#video_thumbs li img {
	float:left;
	margin-right:10px;
	margin-bottom:20px;
}
#video_thumbs h4 {
	font-size:13px;
	margin:0;
	padding:0;
}
#video_thumbs p {
	font-size:11px;
	margin-bottom:4px;
}
#video_thumbs p.stars {
	margin-top:4px;
	margin-bottom:2px;
}
#video_thumbs p.stars img {float:none;margin:0;}

#news_list {
	padding:0;
	padding-bottom:10px;
	list-style:none;
	list-style-image:none;
}
#news_list li {
	background-image:url("/img/bg-rule-dotted.gif");
	background-repeat:repeat-x;
	background-position:bottom left;
	margin-bottom:6px;
}
#news_list h3 {
	font-size:12px;
	margin:0;
}
#news_list p {
	font-size:11px;
	margin-bottom:4px;
}
#news_list p.date {
	font-style:italic;
	padding-bottom:6px;
	text-align:right;
}

div#scroll_box {
	position:relative;
	overflow:hidden;
	z-index:1000;
	height:15px;
}

.inner_scroller {
	position:absolute;
	font-style:italic;
	margin-left:87px;
	font-size:12px;
}


/* END SPECIAL CLASSES */



/* BEGIN CUSTOM, SITE SPECIFIC STYLES */
div#news_wrapper {font-weight:bold;padding-left:15px;padding-right:15px;}
#news_wrapper a {color:#fff;}
#news_wrapper h2 {font-size:14px;padding:0;padding-bottom:20px;}
#news_wrapper ul {
	margin:0;
	padding:0;
	padding-bottom:0px;
	padding-left:0px;
	padding:10px 0px 3px 0px;
	margin-bottom:10px;
	text-indent:0px;
	text-decoration:none;
	list-style:none;
	list-style-image:none;
	border-top:1px solid #fbc023;
	border-bottom:1px solid #fbc023;
}
#news_wrapper ul {}
#news_wrapper ul li {padding-bottom:7px;}
#news_wrapper #nav_sub li a {
	display:block;
	font-weight:bold;
	font-size:12px;
	margin:0;
	padding:5px 10px 3px 15px;
	text-decoration:none;
	border:0px solid black;
}
#news_wrapper #nav_sub li a:visited {}
#news_wrapper #nav_sub li a:hover, #nav_sub li a.at {
	background-image:url("/img/bg-subnav-at.jpg");
	background-repeat:no-repeat;
	background-position:top left;
	color:#000;
}

div#calendar_wrapper {
	padding-left:10px;padding-right:10px;
}
#calendar{ border:0px solid #ebb421;background:#fff;width:100%;}

#calendar td {
	border-left:1px solid #ccc;
	border-top:1px solid #ccc;
	color:#000000;
	text-align:center;
}
#calendar td p{	padding-top:5px;
	padding-bottom:5px;margin:0;}
#calendar td p a{background-color:#f5bb22;background-image:none;}
#calendar_wrapper h1 {color:#fff;font-style:italic;margin-left:5px;margin-bottom:7px;margin-top:7px;}
#calendar_wrapper h3 {color:#fff;margin-left:5px;}
#calendar_wrapper hr {background-color:#fbc023;color:#fbc023;height:1px;border:0;padding:0;margin:0;margin-bottom:6px;}
/* END CUSTOM, SITE SPECIFIC STYLES */