/*
TEMPLATE:
skin and page structure elements
*/
body {
	background: white;
}

.rootContainer {
	background: url(../images/bg_header_spacer.png) repeat-x top;
}

.templateWrapper {
	width: 940px;
	margin: 0 auto;
}

/* ********************************** */
/* HEAD                               */
/* ********************************** */
#head {
	padding-top: 41px;
}

#head h1 {
	
}

#head h1 a {
	background: url(../images/header.png) no-repeat top center;
	display: block;
	height: 126px;
	text-indent: -9999px;
	width: 940px;
}

#head p {
	
}

#head .templateWrapper {
	position: relative;
}

/* MENU */
#nav_dropdown {
	background: none;  /* dynamically applied through js */
	position: absolute;
		left: -25px; top: -11px;
	width: 990px;
	z-index:10;
}

#nav {
	margin: 0 25px;
	position: relative;
		left: 0; top: -30px;
}
#nav * { z-index: 100; }
#nav ul {
	width: 940px;
	list-style: none;
	margin: 0;
	padding: 0;
}

#nav ul li {
	display: block;
	float: left;
	margin: 0;
	padding: 0;
}

#nav ul li a {
	background-position: top;
	border: 0;
	color: #222222;
	display: block;
	font-weight: bold;
	height: 41px;
	line-height: 150%;
	padding: 0;
	text-decoration: none;
	text-indent: -9999px;
	width: 188px;
}

#nav ul li a:hover {
	background-position: bottom;
}

#navAbout a {
	background-image: url(../images/nav_about.png);
}

#navPress a {
	background-image: url(../images/nav_press.png);
}

#navHearings a {
	background-image: url(../images/nav_calendar.png);
}

#navReports a {
	background-image: url(../images/nav_reports.png);
}

#navCharts a {
	background-image: url(../images/nav_charts.png);
}
#navIssues a {
	background-image: url(../images/nav_issues.png);
}


#nav .nav_submenu {
	display: none;
}

#nav .nav_submenu ul {
	background:none !important;
	float:left;
	margin-left: 30px;
	padding: 0;
	width:105px;
}
/*
#navAbout .nav_submenu ul {
	margin-left: 40px;
}
*/
#nav .nav_submenu ul li {
	background: url(../images/arrow_small_bullet.png) no-repeat 5px 13px !important;
	display:list-item;
	float:none;
	height: auto;
	margin: 0;
	padding: 10px 0 0 15px;
}
#nav .nav_submenu ul li.last {
	padding-bottom: 0;
}
#nav .nav_submenu ul li a { 
	background:none !important;
	color:#9eb4d1;
	display:inline-block;
	font-size: 12px;
	font-weight: normal; 
	height: auto;
	line-height: 12px;
	text-indent:0;
	vertical-align: top;
	width: 105px;
}
#nav ul li:hover .nav_submenu ul li a { color: #fff !important; } 
#nav .nav_submenu ul li a:hover { text-decoration: underline; }

#dropdown_foot {
	background: url(../images/dropdown_header.png) no-repeat;
	display: none;
	position: absolute;
		left: -25px; bottom: -188px;
	height: 158px;
	width: 990px;
}
#dropdown_foot:hover { background-position: bottom; }


#search_form {
	background:url(../images/bg_search_sub.png) no-repeat;
	height:45px;
	margin:0 0 0 -25px;
	padding:0;
	width:310px;
}
#search_form label { 
	display:block;
	float:left;
	text-indent: -9999px; 
}
#search_keywords {
	background:none;
	border:0;
	color: #5a5a5a;
	font-size:12px;
	margin:6px 3px 0 110px;
	padding:3px 0;
	width:127px;
}
#search_submitBtn {
	background:none;
	border:0;
	margin:0;
	padding:0;
	width:22px;
}


/* ********************************** */
/* COPY                               */
/* ********************************** */
 
 /* SUBNAV */
#subnavContainer {
	padding-top: 25px;
}

#subnav {
	margin: 0;
	padding: 0 0 30px;
}
.subnav_root {
	margin:0;
	padding-top: 5px;
}
#subnav li {
	background: url(../images/arrow_relatedlinks_links.png) no-repeat 0 10px;
	border-bottom: 1px dashed #d9d9d9;
	padding: 5px 0 5px 15px;
}
#subnav li.last {
	border: 0;
}
#subnav a { 
	color: #5a5a5a; 
}
#subnav a:hover { 
	color: #92111f;
	text-decoration:none;
}
	
/* COPY */
.copy ul li {
	list-style: disc;
	list-style-image: url(../images/arrow_small_bullet.png);
	
}

#copyBodyWrapper {
	zoom: 1;
}

#copyBodyContainer {
	zoom: 1;
}

#copyHeader {
	display: none;
}

#copyHeader .copyHeaderTitle {
	
}

#copyHeader .copyHeaderTitle a {
	display: block;
}

#copyBody {
	zoom: 1;
}

#copyBodyHeader {
	border-bottom: 1px solid #b1b1b1;
	padding-bottom: 3px;
}

#copyBodyHeader .copyBodyHeaderTitle {
	float: left;
	margin: 0;
	padding: 0;
	overflow: hidden;
	width: 310px;
}

#copyBodyHeader .copyBodyHeaderCrumbs {
	float: right;
	margin: 0;
	overflow: hidden;
	padding: 0;
	text-align: right;
	white-space: nowrap;
	width: 305px;
}

#copyBodyHeader .copyBodyHeaderCrumbs a {
	color: #5a5a5a;
	font-family: Georgia;
	font-size: 12px;
	font-style: italic;
	text-decoration: none;
}
#copyBodyHeader .copyBodyHeaderCrumbs a:hover {
	color: #92111f;
}

#copyBodyActions {
	float: right;
	width: 184px;
	margin: 0 10px 0 0;
	padding: 0;
}

#copyBodyActions li {
	float: left;
	margin: 0 10px 0 0;
	padding: 0;
}

#copyBodyActions li a {
	display: block;
}

#copyContainer {
	float:left;
	min-height: 400px;
	margin: -10px 0 0 0;
	padding: 0;
	width: 650px;
}

#sidebarContainer {
	float: left;
	margin: 0 40px 0 0;
	padding: 25px 0 0 0;
	width: 250px;
}
#sidebarContainer h2 {
	border-bottom: 1px solid #b2b2b2;
	padding-bottom: 10px;
}


#copy {
	margin: 0;
	padding: 20px 0 30px 0;
	min-height: 300px;
}

.copy ul,ol {
	margin-left: 25px;
}

#foot {
	background: url(../images/bg_footer_spacer_subpage.png) repeat-x center bottom;
	color: #667180;
	height: 182px;
}

#footer {
	padding: 5px 0;
	font-size: 0.8em;
}


#footer_social {
	margin-left: -10px;
}

.footer_social_link {
	background-position: top;
	display: block;
	float: left;
	height: 70px;
	text-indent: -9999px;
}
.footer_social_link:hover {
	background-position: bottom;
}

#rssfeed {
	background-image: url(../images/sn_rssfeed.png);
	width: 80px;
}
#youtube {
	background-image: url(../images/sn_youtube.png);
	width: 73px;
}
#twitter {
	background-image: url(../images/sn_twitter.png);
	width: 70px;
}
#facebook {
	background-image: url(../images/sn_facebook.png);
	width: 85px;
}

#footer_nav {
	float: left;
	list-style: none;
	margin: 0 0 0 45px;
	padding: 10px 0 0 0;
}

#footer_nav a {
	color: #9eb4d1;
}

#footer_nav a:hover {
}

#footer_text {
	display: block;
	float: left;
}

#footer_address {
	color: #5a7497;
	margin-left: 45px;
	padding: 10px 0;
}

#contactInfo {
	float: right;
	margin: 0;
	padding: 0;
	text-align: right;
}

.box {
	background: #E5ECF9 none repeat scroll 0 0;
	margin-bottom: 1.5em;
	padding: 1.5em;
}

#printThis a {
	display: block;
	padding-left: 20px;
	background: url(../../_images/icons/print.gif) no-repeat;
}

#emailThis a {
	display: block;
	padding-left: 20px;
	background: url(../../_images/icons/email.gif) no-repeat;
}

.email_message {
	width: 600px;
	margin: 0 auto;
	padding: 10px;
}

div.hr {
	margin: 0 50px 20px 50px;
	padding: 10px 0 0 0;
	border-bottom: 3px double black;
}

div.hr hr {
	display: none;
}

a.readmore {
	text-decoration: none;
}

/* form */
form.padded {
	margin: 0;
	padding: 10px 0;
}

form.unpadded {
	margin: 0;
	padding: 0;
}

strong.required {
	color: #B1010C;
}

ul.errors {
	margin: 10px 0;
	padding: 6px 4px;
	list-style: circle;
	border-top: 2px solid #CB0D0D;
	border-bottom: 2px solid #CB0D0D;
	background-color: #E1DACE;
}

ul.errors li {
	margin: 0 20px;
	padding: 4px 0;
}
