/* 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:#302b2a;
}

div#login_wrapper {
	height:24px;
	background-color:#302b2a;
	border-bottom:1px solid #fff;
}

div#login_wrapper, div#branding_wrapper, div#nav_wrapper, div#content_wrapper, div#site_info_wrapper {
	min-width:1020px;
}

div#login, div#branding, div#nav, div#content, div#site_info {
	position:relative; 
	width:960px;
	margin:0 auto 0 auto; 
	text-align:left;
	border:0px solid blue;
}

div#branding_wrapper {
	height:132px;
	background-color:#a8b9c9;

	border:0px solid blue;
}

div#branding {
	height:132px;
	background-image:url("/img/bg-cityscape.jpg");
	background-position:0px 0px;
	background-repeat:no-repeat;
	border:0px solid blue
}

#branding img#logo_icon {
	position:absolute;
	top:20px;
	left:0px;
}

#branding img#logo {
	position:absolute;
	top:55px;
	left:65px;
}

#branding div#breadcrumb {
	position:absolute;
	top:5px;
	right:0px;
}

#branding div#breadcrumb p, #branding div#breadcrumb a {
	color:#32373d;
}

div#nav_wrapper {
	/*position:relative;*/
	z-index:10;
	height:41px;
	background-color:#66070d;
	background-image:url("/img/bg-nav.gif");
	background-position:top left;
	background-repeat:repeat-x;
	border:0px solid blue;
}

div#content_wrapper {	
	position:relative;
	z-index:9;
	min-height:400px;
	background-color:#f7f1ed;
}

div#content {
	padding-top:30px;
	padding-bottom:30px;
	border:0px solid black;
}

div#nav_sub {
	float:left;
	width:231px;
	border:0px solid black;
}

#nav_sub div#box_top {
	height:10px;
	background-image:url("/img/box-top.gif");
	background-repeat:no-repeat;
	background-position:top left;
}

#nav_sub div#box_middle {
	min-height:95px;
	background-image:url("/img/box-middle.gif");
	background-repeat:repeat-y;
	background-position:top left;
	padding-top:4px;
	padding-left:7px;
}

/*ie.css*/
#nav_sub div#box_bottom {
	height:126px;
	margin-top:-95px;
	background-image:url("/img/box-bottom.gif");
	background-repeat:no-repeat;
	background-position:top left;
	border:0px solid black;
}

#nav_sub h2 {padding-left:13px;margin:0;}

#nav_sub ul {
	margin:0;
	padding:0px;
	text-indent:0px;
	text-decoration:none;
	list-style:none;
	list-style-image:none;
	border:0px solid black;
}

#nav_sub li {
	padding-bottom:2px;
}

#nav_sub li a {
	display:block;
	font-weight:bold;
	font-size:12px;
	width:206px;
	margin:0;
	padding:0;
	padding-top:4px;
	padding-right:0px;
	padding-bottom:4px;
	padding-left:13px;
	text-decoration:none;
	border:0px solid black;
}

#nav_sub li a:visited {}

#nav_sub li a:hover {color:#000;}

#nav_sub li#first_sub_nav a {
	padding-top:6px;
}

/*ie6.css*/
div#content_main {
	float:left;
	width:680px;
	padding-left:20px;
	text-align:justify;
	border:0px solid black;
}

div#content_main_narrow {
	float:left;
	width:444px;
	padding-left:20px;
	text-align:justify;
	border:0px solid black;
}

div#content_sub {
	float:right;
	width:236px;
	border:0px solid black;
}

div#site_info_wrapper {
	background-image:url("/img/gradient-site-info.gif");
	background-position:top left;
	background-repeat:repeat-x;
	
}

div#site_info {
	padding-top:22px;
	padding-bottom:20px;
	padding-left:60px;
	color:#fff;
	border:0px solid white;
}

#site_info ul {
	float:left;
	padding:0 0 0 0px;
	padding-right:30px;
	padding-left:15px;
	padding-bottom:10px;
	text-indent:0px;
	text-decoration:none;
	list-style:none;
	line-height:22px;
	list-style-image:none;
	border-left:1px solid #433f3e;
}

#site_info ul#home_sub {border:0px;}

#site_info li {
	border:0px solid blue;
}

#site_info li.first a {font-weight:bold;color:#fff;}
#site_info li.first a:visited {}
#site_info li.first a:hover {color:#0086d3;}
#site_info li a {font-weight:normal;color:#a7a7a7;}
#site_info li a:visited {}
#site_info a:hover {color:#0086d3;}

#site_info p {
	float:left;
	line-height:22px;
	padding-right:30px;
	padding-left:15px;
	padding-bottom:10px;
	border-left:1px solid #433f3e;
}
#site_info p a {color:#fff;}

#site_info p img {vertical-align:middle;margin-right:5px;}

#site_info a {text-decoration:none;}
/* END STRUCTURE */

/* BEGIN GENERAL TYPOGRAPHY */
body {
	font-family:arial, sans-serif;
	font-size:62.5%;
	color:#302b2a;
}

h1, h2, h3, h4, h5 {
	font-family:arial, sans-serif;
	margin:0px;
	margin-bottom:4px;
}

p, ul, ol {font-size:12px;}

table p {margin:0px;}

h1 {font-size:24px;} 

h2 {
	font-size:16px;
}

h3 {font-size:14px;}

h4 {font-size:12px;}

p {
	margin:0px;
	margin-bottom:10px;
}

a {
	color:#0086d3;
	text-decoration:underline;
}

td {font-size:12px;}

a:visited {}

a:hover {text-decoration:none;color:#302b2a;}

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.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 */
a.no_link {color:#302b2a;text-decoration:none;}

#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;
}

img.icon {vertical-align:middle;}

ul.striped, ol.striped { /* list style */
	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:#0080ff;
	color:#fff;
}

img {border:0;}

.center {text-align:center;}

.bold {font-weight:bold;}

.italic {font-style:italic;}

.small {font-size:1.1em;}

.no_spacing {margin:0px; padding:0;}

.clear {
	clear:both;
	height:0px;
	border:0px solid #FFF;
}

.dark {background-color:#ececec;}

.photo {
	float:left;
	margin:0 11 11 0px;
	padding:3px;
	background:#fff;
	border:1px solid #acc0a5;
}

.border {border:1px solid #555555;}

.even {background:#efefef;}
.pad5 {padding:5px;}
/* END VARIOUS TAGS AND CLASSES */

/* BEGIN OAF TOOLS */
.adminBar {
	background-color:#2d4122;
}

.tableLight {
	background-color:#f7f1ed;
}

.tableDark {
	background-color:#eee7e2;
}

.tableHighlight {
	background-color:#5f4f4b;
}

.tableHighlight a {
	color:#FFFFFF;
}

.white {
	color:#FFFFFF;
}

.submitBig{
	border:1px solid #E1E1E1;
	background-color:#84b8a5;
	padding:2px 0px 2px 0px;
	font:bold 18px tahoma, verdana, helvetica, arial, san-serif;
	color:#FFF;
}

.error {
	color: #CC0000;
}
/* END OAF TOOLS */
/* BEGIN SIFR */
/* These are standard sIFR styles... do not modify */

.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}

.sIFR-replaced {
	visibility: visible !important;
}

span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}

/* Hide Adblock Object tab: the text should show up just fine, not poorly with a tab laid over it. */
.sIFR-flash + div[adblocktab=true] {
  display: none !important;
}

/* These "decoy" styles are used to hide the browser text before it is replaced... the negative-letter spacing in this case is used to make the browser text metrics match up with the sIFR text metrics since the sIFR text in this example is so much narrower... your own settings may vary... any weird sizing issues you may run into are usually fixed by tweaking these decoy styles */

.sIFR-hasFlash h1.sifr_h1, .sIFR-hasFlash h2.sifr_h2 {
	visibility: hidden;
	margin:0;
}

/*.sIFR-hasFlash h2 {
	visibility: hidden;
	letter-spacing: -9px;
	font-size: 55px;
}

.sIFR-hasFlash h3 {
	visibility: hidden;
	letter-spacing: -6px;
	font-size: 25px;
}

.sIFR-hasFlash h4 {
	visibility: hidden;
	letter-spacing: -5px;
	font-size: 21px;
}

.sIFR-hasFlash h5#pullquote {
	letter-spacing: -4px;
	visibility: hidden;
	font-size: 24px;
}*/

/* END SIFR */

div#details_breakout {
	float:right;
}
#details_breakout img {
	border:3px solid #302b2a
}
#details_breakout h3 {margin-top:10px;}
#details_breakout h3, #details_breakout p {margin-left:10px;}
#details_breakout p {line-height:20px;}
#details_breakout a {font-weight:bold;}


