@charset "utf-8";
/* CSS Document */

@import  url("/css/reset.css");

body{
	background-color:#f4f5f5;
	background-image:url("/images/bg.jpg");
	background-repeat:repeat-x;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:62.5%;
}

body.home{
	background-repeat:repeat-x;
}

h1{
	font-size:2.8em;
	font-weight:normal;
	color:#2e6a96;
	line-height:1.1em;
	letter-spacing::-.2em;
	margin: .25em 0 .4em 0;
}

h2{
	font-size:1.8em;
	font-weight:normal;
	color:#888;
	line-height:1.2em;
	text-transform:uppercase;
	margin: 1.2em 0 .4em 0;
}

h3{
	font-size:1.5em;
	font-weight:bold;
	color:#666;
	line-height:1.3em;
	margin: 1.2em 0 1em 0;
}

h4{
	font-size:1.3em;
	font-weight:bold;
	color:#565656;
	line-height:1.4em;
	margin:0 0 .4em 0;
}


p{
	font-size:1.3em;
	line-height:1.9em;
	color: #666;
	margin: .4em 0 .6em 0;
}

p.sb_standalone{
	margin: 0 0 1.4em 0;
}

p.error_msg{
	font-size:1.2em;
	font-weight:bold;
	color:#df6900;
	line-height:1.4em;
}

.half_column p{
	line-height:1.5em;
}

#sidebar p.standalone{
	margin: 0 0 2em 0;
}

#sidebar .item{
	margin-bottom:1.2em;
}


div.hr{
	border-top:1px solid #ccc;
	height:1px;
	margin: 3em 0 3em 0;
	padding:0;
}

a:link{
	color:#c16d1a;
	text-decoration:none;
}

a:visited{
	color:#c16d1a;
	text-decoration:none;
}

a:hover{
	color:#e1895d;
	text-decoration:underline;
}

a:active{
	color:#333;
	text-decoration:underline;
}

ul{
	margin: 1.6em 0 1.6em 2em;
	font-size:1.3em;
	list-style-type:disc;
}

li{
	margin: 0 2em .8em 0;
	color:#666;
	line-height:1.4em;
}

ul ul{
	font-size: 1em;
	margin-top:.6em;
}


ul.gray_arrow,ul.blue_dot{
	list-style-type:none;
}

ul.blue_dot li{
	background: transparent url("/images/blue_dot.gif") no-repeat 0 7px;
	padding-left: 1.2em;
}

ul.gray_arrow li{
	background: transparent url("/images/gray_arrow_bullet.gif") no-repeat 0 4px;
	padding-left: 1.2em;
	color: #666;
}

table{
	border-collapse:collapse;
	font-size:1.3em;
	color:#666;
	width:100%;
	border-top: 1px solid #bfc5c2;
}

table ul, table li{
	margin:0;
}

table .align_right{
	text-align:right;
}

table th, table td{
	padding: .6em 0 .6em 0;
	border-bottom: 1px solid #bfc5c2;
	line-height:1.2em;
}

ol{
	margin: 1.6em 0 1.6em 4em;
	font-size:1.3em;
	list-style-type:decimal;
}

.matrix_table{
	margin: .4em 0 1.6em 0;
	border-top:none;
}


.matrix_table th, .matrix_table td{
	padding: .6em 11px .6em 11px;
	border-bottom: 1px solid #bfc5c2;
	line-height:1.2em;
}

.matrix_table th{
	font-weight:bold;
	font-size:1.2em;
	color:#635846;
	padding-bottom: 4px;
	line-height:1.4em;
}

.matrix_table ul{
	list-style:disc;
	padding-left:18px;
	font-size:1em;
	margin-left:0;
}

.matrix_table li{
	line-height:1.4em;
}

.matrix_table tr.blue td{
	background-color: #e6eef3;
}

.matrix_table tr.tan td{
	background-color: #eaeadf;
}

#pagewrap_outer{
	width:1022px;
	margin: 0 auto 0 auto;
	background-image:url("/images/page_shadow.png");
	background-repeat:repeat-y;
	text-align:center;
}

#pagewrap_inner{
	width:1002px;
	background-repeat:no-repeat;
	background-color:#f4f5f5;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	background-image:url("/images/page_area_bg.jpg");
}


.home #pagewrap_inner{
	background-image:url("/images/page_area_bg_home.jpg");
}


#page_top,#page_bottom{
	width:1022px;
	height:11px;
	margin: 24px auto 0 auto;
	background-repeat:no-repeat;
	background-image:url("/images/page_top_bg.png");
}

#page_bottom{
	height:21px;
	margin-top:0;
	background-image:url("/images/page_bottom_bg.png");
}


#header{
	text-align:left;
	height:91px;
}


#logo{
	padding: 20px 0 0 37px;
}

#login{
	float:right;
	margin: 38px 68px 0 0;
	display:inline;
}

#login_btn{
	float:left;
	height:20px;
	text-transform:uppercase;
	font-size:10px;
	background:transparent url("/images/login_btn_left_bg.gif") no-repeat top left;
	padding: 5px 0 0 25px;
}

#login_btn span{
	width:auto;
	height:20px;
	background:transparent url("/images/login_btn_right_bg.gif") no-repeat top right;
	padding: 4px 12px 5px 0;
}

#nav{
	width:886px;
	height:27px;
	background:transparent url("/images/nav_bg.png") no-repeat top left;
	margin: 1px auto 0 auto;
	line-height:25px;
	text-align:center;
}

#nav ul{
	margin:0;
}

#nav li{
	list-style-type:none;
	display:inline;
	margin:0;
	height:100%;
}

#nav_sel{
	display:inline;
	height:27px;
	background-image:url("/images/nav_sel_arrow.gif");
	background-repeat:no-repeat;
	background-position: center bottom;
	padding: 0 0 6px 0;
	color:#024e87; /*this color is for the inserted period for the webkit hack -- see nav.php*/
}

#nav li a{
	font-size:14px;
	color: #fff;
	background: transparent url("/images/nav_divider.gif") no-repeat 0px 2px;
	padding: 0 18px 0 18px;
	line-height:27px;
	z-index:2;	
}

#nav li a:link{
	color:#fff;
	text-decoration:none;
}

#nav li a:visited{
	color:#fff;
	text-decoration:none;
}

#nav li a:hover{
	color:#fff;
	text-decoration:underline;
}

#nav li a:active{
	color:#f6ffad;
	text-decoration:underline;
}

#nav li.first_item a{
	background-image:none;
}

#subnav{
	margin-bottom:30px;
}

#subnav ul{
	margin:0;
	padding:0;
	font-size:1.3em;
	line-height:1.2em;
}


#subnav li {
	list-style-type:none;
	border-bottom:1px solid #c5c5c5;
	color:#888;
	padding: .4em 0 .4em 0;
	margin:0;
	line-height:1.2em;
}


#subnav li a{
	color:#065188;
	text-decoration:none;
	display:block;
}


#subnav li a:link{
	color: #0b619f;
}


#subnav li a:visited{
	color:#0b619f;
}

#subnav li a:hover{
	color:#47adf6;
}

#subnav li a:active{
	color:#333;
}

#subnav li.sel a:link{
	color:#888;
}

#subnav li.sel a:visited{
	color:#888;
}

#subnav li.sel a:hover{
	color:#47adf6;
}

#subnav li.sel a:active{
	color:#333;
}





#masthead.home{
	width:886px;
	margin: 0 auto 0 auto;
}

#content{
	width:886px;
	margin: 0 auto 75px auto;
	text-align:left;
	overflow:hidden;
}

#main_column{
	float: left;
	display: inline;
}


.standard_maincolumn{ /*has sidebar */
	margin: 10px 0 0 18px;
	width: 600px;
}

.home_maincolumn{
	margin: 35px 0 0 36px;
	width: 550px;	
}

.standalone_maincolumn{  /*no sidebar */
	margin:0 67px 0 67px;
	width:735px;
}


#sidebar{
	float:right;
	display:inline;
	padding: 10px 0 0 0;
	width:219px;
	margin:-20px 12px 0 0;
}

#sidebar.home{
	width:256px;
	margin:0 25px 0 0;
}

#sidebar h4{
	color: #4990be;
	text-transform:uppercase;
	font-size:1.3em;
	font-weight:normal;
	letter-spacing: .02em;
	border-bottom: 1px solid #e7bf73;
	padding: 0 0 .3em 0;
	margin: 0 0 .4em 0;
}

#sidebar p{
	font-size: 1.1em;
	line-height: 150%;
}

#sidebar_body{
	background: transparent url("/images/sidebar_shadow.png") repeat-y top left;
	margin:0;
	padding: 0 0 4px 16px;
}

#sidebar_body.home{
	padding: 4px 0 4px 35px;
}


#sidebar_top, #sidebar_bottom{
	height:32px;
	width:8px;
	background: transparent url("/images/sidebar_shadow_top.png") no-repeat top left;
	margin:0;
}

#sidebar_bottom{
	background: transparent url("/images/sidebar_shadow_bottom.png") no-repeat top left;
}

.item{
	overflow:hidden;
	margin-bottom:1em;
}

#breadcrumbbar{
	width:886px;
	height:27px;
	background:transparent url("/images/breadcrumb_bg.png") no-repeat top left;
	margin: 0 auto 0 auto;
	position:relative;
	z-index:2;
	color:#666;
	font-size:9.5px;
	text-transform:uppercase;
	padding-top:6px;
	
}

#footer{
	width:890px;
	margin: 0 auto 0 auto;
	padding: 7px 0 20px 0 ;
	font-size: 1em;
	color:#aaa;
	text-transform:uppercase;
	text-align:left;
	border-top:1px solid #d4d4d4;
}

#footnotes{
	margin: 5em 0 0 0
}

#footnotes p{
	font-size:1em;
	line-height:1.1em;
}

.cta_btn{
	background: transparent url("/images/cta_btn.png") no-repeat top left;
	height:20px;
	text-transform:uppercase;

}

.cta_btn a{
	font-size:11.2px;
	line-height:16px;
	padding: 0 0 0 23px;
}

.campaign_graphic{
	float:left;
	clear:none;
	margin: 1.5em 0 .8em 10px;
	display:inline;
}

.block_graphic{
	clear:both;
	text-align:center;
	margin: 2.8em 0 2.8em 0;
}

.bio_name{
	font-size:.89em;
	color:#666;
	text-transform:none;
	font-weight:bold;
}

.bio_title{
	font-size:.83em;
	color:#666;
	text-transform:none;
	font-weight:normal;
}

img.inline_floatleft{
	float:left;
	clear:none;
	margin-right:30px;
	margin-top:.6em;
}

div.half_column{
	width:49.5%;
	clear:none;
	float:left;
	overflow:hidden;
}

div.half_column_guttered1,div.half_column_guttered2{
	width:46%;
	clear:none;
	float:left;
	display:inline;
	margin-right:45px;
}

div.half_column_guttered2{
	margin-right:0;
}

.event{
	border-bottom: 1px solid #ccc;
	padding-bottom:1em;
}

.event_specs{
	font-size: 1.3em;
	line-height:1.6em;
	margin: 1em 0 1.5em 0;
}

.bold{
	font-weight:bold;
}

form{
	margin: 2em 0 2em 0;
	padding: 2em 0 2em 0;
}


form input.txt, form textarea{
	float:left;
	margin-left:1.6em;
	width:180px;
	border: 1px solid #6195b4;
}

form input.btn{
	margin-left:.5em;
}


form label{
	text-align:right;
	font-size:1.3em;
	line-height:1.6em;
	font-weight:bold;
	color:#666;
	width:12em;
	float:left;
}

.form_row{
	margin: .7em 0 0 0;
	padding: 1em 0 1em 0;
	clear:both;
}

.clearfix{
	clear:both;
}

.print_only{
	visibility:hidden;
	height:0;
	overflow:hidden;
}

.recaptchatable #recaptcha_response_field {
	left: 0px !important;
}