/* 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:#fff;
}

/* ie6.css */
div#branding_container {
	min-width:904px;
	height:167px;
	background-color:#000;
	background-image:url("/img/bg-branding.jpg");
	background-repeat:no-repeat;
	background-position:top center;
	border-bottom:2px solid #c0c0c1;
}

div#branding {
	position:relative;
	width:900px;
	height:167px;
	text-align:left;
	margin-top:0px;
	margin-right:auto;
	margin-bottom:0px;
	margin-left:auto;
}

div#branding_inner {
	position:absolute;
	top:0px;
	left:30px;
	width:390px;
	height:128px;
	cursor:pointer;
	background-image:url("/img/logo.png");
	background-repeat:no-repeat;
	background-position:top left;
	border:0px solid red;
}

/*ie.css*/
object,embed {
	margin-top:20px;
	margin-left:-14px;
	border:0px solid white;
}

div#nav_container {
	height:71px;
	background-color:#000;
	background-image:url("/img/bg-nav.gif");
	background-repeat:repeat-x;
	background-position:top left;
}

div#content_container {
	text-align:center;
}

div#content {
	width:900px;
	text-align:left;
	margin-top:36px;
	margin-right:auto;
	margin-bottom:0px;
	margin-left:auto;
}

div#content_main {
	float:left;
	width:600px;
	margin-bottom:30px;
}

div#content_main_full {
	float:left;
	width:900px;
	margin-bottom:30px;
}

div#content_sub {
	float:right;
	width:265px;
	margin-top:30px;
	margin-bottom:30px;
}

div#site_info {
	clear:both;
	height:34px;
	padding:0px;
	color:#000;
	border:0px solid black
}

#site_info ul {
	float:left;
	padding:0px;
	margin:0;
	text-indent:0px;
	text-decoration:none;
	list-style:none;
	font-size:12px;
}

#site_info li {display:inline;}

#site_info p {
	float:right;
	padding:0px;
	margin:0;font-size:12px;margin-top:2px;
}

#site_info a {
	color:#000;
	text-decoration:none;
}

#site_info a:visited {text-decoration:none;}

#site_info a:hover {text-decoration:underline;}

/* ie6.css */
div#footer_rule {
	width:100%;
	height:8px;
	background-color:#000;
	position:fixed;
	bottom:0px;
	left:0px;
	
}
/* END STRUCTURE */

/* BEGIN GENERAL TYPOGRAPHY */
body {
	font-family: tahoma, Arial, sans-serif;
	color:#000;
}

.highlight, b {
	color:#ce0467;
}

h1, h2, h3, h4, h5 {
	color:#ce0467;
	margin:0px;
	margin-bottom:4px;
}

p, ul, ol {font-weight:bold;font-size:14px;}

h1 {font-size:24px;} 

h2 {font-size:18px;}

h3 {font-size:16px;}

h4 {font-size:14px;}

p {
	margin:0px;
	margin-bottom:10px;
}

a {
	color:#4645c1;
	text-decoration:underline;
}

a:visited {}

a:hover {color:#000;}

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/icon-base.gif");
	line-height:1.4em;
}
ul li {margin-bottom:3px;}
ol {
	margin:0;
	padding:0;
	padding-bottom:10px;
	padding-left:30px;
	text-indent:0px;
	text-decoration:none;
	line-height:1.4em;
}
/* END GENERAL TYPOGRAPHY */

/* BEGIN VARIOUS TAGS AND CLASSES */
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 {margin-bottom:1px;}

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;
	color:#000;
	background-color:#dadada;
}

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:#b40359;
	color:#fff;
}

ul.nav_sub {
	margin:0;
	padding:0px;
	text-indent:0px;
	text-decoration:none;
	list-style:none;
	list-style-image:none;
	border:0px solid black;
}

a.no_link, span.no_link {
	text-decoration:none;
	color:#000;
	font-weight:normal;
}
/* +++ IE6.CSS */
.nav_sub li {}

.nav_sub li a {
	display:block;
	color:#595959;
	font-weight:bold;
	font-size:11px;
	margin:0;
	padding:0;
	padding-top:2px;
	padding-right:10px;
	padding-bottom:3px;
	padding-left:10px;
	text-decoration:none;
	border:0px solid black;
}

.nav_sub li a:visited {}

.nav_sub li a:hover {background-color:#cce6ff;}

.nav_sub li#first_sub_nav a {
	padding-top:6px;
}

ol.whitewhite {
color:#FFFFFF;
}
ol.whitewhite a{
color:#FFFFFF;
}

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;
}

.photo {
	float:left;
	margin:0 11 11 0px;
	padding:3px;
	background:#fff;
	border:1px solid #acc0a5;
}

.border {border:1px solid #555555;}

.even {background:#efefef;}
/* END VARIOUS TAGS AND CLASSES */

/* BEGIN OAF TOOLS */
td {
	font-size:0.8em;
}

.adminBar {
	background-color:#2d4122;
}

.tableLight {
	background-color:#f4e2bd;
}

.tableDark {
	background-color:#ecd7aa;
}

.tableHighlight {
	background-color:#5f4f4b;
}

.white {
	color:#FFFFFF;
}

.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 {
	visibility: hidden;
	font-size:32px;
}

/*.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 */
