@charset "UTF-8";
/* CSS Document */
*html {
	padding:0px; 
}
*html #wrapper, *html #footer {display:none;}
.no-ie { font-size:14px; }
a { 
	outline:none; 
	text-decoration:none; 
}

a:link{
	color: #c00305; font-weight:bold;
}

a:visited{
	color: #c00305; font-weight:bold;
}

a:hover{
	color: #e17575; font-weight:bold;
}

#nav a:link{
	color: #fff;
	font-weight: bold;
/*	letter-spacing: -1px; */
	text-shadow: #185a04 1px 1px 5px;
}

#nav a:visited{
	color: #fff;
	font-weight: bold;
/*	letter-spacing: -1px;*/
	text-shadow: #185a04 0px 0px 10px;
}

#nav a:hover{
	color: #b9ddf2;
	font-weight: bold;
/*	letter-spacing: -1px;*/
	text-shadow: #185a04 1px 1px 5px;
}

#nav a:active{
	color: #fff;
	font-weight: bold;
/*	letter-spacing: -1px;*/
	text-shadow: #185a04 1px 1px 5px;
}

#sidebar a { color: #c00305; font-weight:normal; }
#sidebar a:hover { color: #e17575; font-weight:normal; }

.body_text { font-family:Arial, Helvetica, sans-serif; margin:0 auto; text-align:left; }
.body_text  a {font-family:Arial, Helvetica, sans-serif; margin:0 auto; text-align:left;}

#news .body_text { width:515px; float:left; }
#newsroom .body_text { width:515px; float:left; }

h2.sidebar{
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
	letter-spacing:-1px;
	color: #6f6f6e;
	text-align:left;
	font-size: 1.8em;
}

h2.section_headers {
	font-family: Georgia, "Times New Roman", Times, serif; 
	font-size:1.8em; 
	padding:0 0 0 0px; 
	margin:30px 0 0 0px; 
	color:#5c5c5c; 
	font-weight:normal; 
	text-align:left;
	letter-spacing: 0;
}
 
.scrollButtons {display:none }

h2.section_headers a{
	color: #333;
	font-weight:normal;
	 text-decoration:none;
	 margin:0 auto;
	 letter-spacing: 0;
}

h2.section_headers a:hover {
	color: #1b7f0a;
	font-weight:normal;
	 text-decoration:none;
	 margin:0 auto;
	 letter-spacing: 0;
}

span.date { color:#1b7f0a;  font-size:16px; text-transform:none;   }
span.details { line-height:normal; font-weight:bold; letter-spacing:1px; font-size:.8em; color:#666666; text-transform:uppercase; font-size:14px; font-style:italic; }
.share_buttons { width:56px; float:right; margin-top:-30px; }
*html .share_buttons { width:56px; float:right; margin-top:10px; }


.instructions { color:#c00305; }

body{ 
	background:#b9ddf2;
	font-size: 62.5%;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	z-index:0;
}

p{
	margin:0 auto;
}

.view_more a { font-style:italic; width:300px; margin:0 auto; float:right; text-align:right; margin-right:20px; letter-spacing:1px;  }

strong{
	font-weight: bold;
	color: #1c6828;
}
em {
	font-style:italic;
}


#wrapper{
	position:relative;
	width:950px;
	margin: 0 auto;
	font-size: 1.4em;
}
#canvas {
	width:950px; 
	background:#fff;
	clear:both;
}

*html #canvas {
	position:relative;
	width:950px; 
	background:#dedddd url(../images/canvas_bg.jpg) top no-repeat;
	clear:both;
	padding:0px;
	margin:0px;
	top:-5px;
}

#header{
	position: relative; 
	width:950px;
	height:206px;
	background:url(../images/header_main.jpg) no-repeat;
	clear:both;
}

*html #header{
	position: relative; 
	width:950px;
	height:294px; 
	background:url(../images/header_main.jpg) no-repeat;
	clear:both;
	z-index:1000;
}

#logo{
/*	background: #333; */
	width: 270px;
	height: 110px;  
	 z-index:1000;
	 position:relative;
/*	 margin:0 auto; */
	 left:25px;
	 top: 28px;
}

*html #logo{ 
	width: 430px;
	height: 150px;
	float: left;
	 margin-left:0px;
	 z-index:1000;
	 overflow:visible;
}

h1{
	font-family: "League Gothic", Arial, Helvetica, sans-serif;
	font-size: 2.3em;
	color: #fff;
	line-height: 28px;
	padding-top: 30px;
	display: none;
}

h1.for{
	font-size: 1.2em;
}

#nav{ 
	position:relative;
	bottom: -37px;
	width: 950px;
	height:40px;
	clear:both; 
	background:url(../images/navbg.png);    
	font-size: 1.4em;
}

*html #nav{
	position:relative;
	width: 950px;  
	height:40px;
	clear:both; 
	background:url(../images/navbg.png);    
	z-index:0;
	font-size: 1.4em;
}

#nav ul{ 
	float: right;
	height:45px;
	padding-top: 9px;
	padding-right: 20px;
}

#nav li{   
	height:30px;
	padding: 0px; 
/*	margin-right:10px; */
/*	border-right: 1px solid #c0deb9; */
	display: inline;
	color:#fff;
}

#nav li img{
	vertical-align: middle;
}

#fb_holder{

	min-height: 254px; /* min-height for browsers other than IE */
	
	height: auto !important; /* Override declared height for browsers other than IE */
	
	height: 254px; /* min-height for IE */
}

#content{
	clear: both;
	width: 525px;
	margin:5px 0  0 35px ;
	float: left;
	position:relative;
}
/*
#content_offhome {
	clear: both;
	width: 525px;
	min-height:258px;
	padding:10px 0  0 21px ;
	float: left;
	position:relative;
	top:190px; 
	margin-bottom:150px;
	background:url(../images/content_top.jpg) top no-repeat;
} 
.c_frame {
	margin:0px;
	margin-top:-20px;
}
#newsroom .c_frame {
	margin:0 25px 0px 5px ;
	margin-top:10px;
	text-align:left;
}
.inner_content {
	width:525px;
	float:left; 
	margin:5px 5px;
	padding-top:2px;
	text-align:left; 
}
.inner_content p {
	color:#333;	
	font-family:Arial, Helvetica, sans-serif;
	letter-spacing:normal;
	font-size:14px; 
	line-height:18px;
}
*/

.left_form td { padding-bottom:10px; }
.left_form td input { border:solid 1px #cbcbcb; padding:4px 6px; font-size:16px; background: #E2EFFF; color: #3C6FAA; font-family:Arial, Helvetica, sans-serif; width:220px; float: left; }
.left_form td select { border:solid 1px #cbcbcb; padding:4px 6px; font-size:16px; background: #E2EFFF; color: #3C6FAA; font-family:Arial, Helvetica, sans-serif; width:235px; }
.left_form td select option { #3C6FAA; } 

.right_form td { padding-bottom:5px; font-family:Arial, Helvetica, sans-serif; }
.right_form td input { border:none;  font-size:20px; color:#333; margin-left:15px; }

.full_length { font-family:Arial, Helvetica, sans-serif; font-size:13px; }
.full_length textarea { width:520px; padding:2px 4px;  }

#share_form input{ border:solid 1px #ccc; width:500px; padding:4px 6px; font-size:14px; font-family:Arial, Helvetica, sans-serif;  }
#share_form textarea { border:solid 1px #ccc; width:500px; padding:4px 6px; font-size:14px; font-family:Arial, Helvetica, sans-serif;  }
input#share_submit {  height:33px; border:none; width:247px; margin:0; padding:0;}

.endorse_issues { border:solid 1px #ccc; margin-top:15px; }

.endorse_issues td input {
border:solid 1px #ccc; width:250px;  font-weight:bold; padding:4px 6px; font-size:14px; font-family:Georgia, "Times New Roman", Times, serif; 
}
.endorse_issues td  {  font-weight:bold; padding:5px; }

blockquote {
	color:#c00305;	
	font-family:Arial, Helvetica, sans-serif;
	letter-spacing:normal;
	font-size:14px; 
	line-height:18px;
	margin:15px auto;
	width:480px;
	font-style:italic;
	
}

#btf {
	 clear:both; 
	 float:left;
	 width:1000px;
	background: url(../images/body_body.jpg) top repeat-y; 
}

#btf_bottom { width:1000px; height:74px; background:url(../images/body_bottom.jpg) top no-repeat; float:left;  }

*html #btf_bottom { width:1000px; height:74px; background:url(../images/body_bottom.jpg) top no-repeat; float:left; position:relative; top:-80px;  }

#connect_fb { position:absolute; top:-55px; left:25px; margin:0 auto; text-align:center;  }

#image_slider{
	width: 525px;
	float: left;
	margin:15px 0  0 30px;	
}

*html #image_slider{ 
	position:relative;
	width: 525px;
	height: 323px;
	overflow:hidden;
	float: left;
	margin:0px; 
	left:30px; top:30px;
	border:solid 1px #ccc;
	
}

#header_about{ 
	width: 618px;
	height: 223px;
	float: left;
	margin:10px 0  0 10px;
	border:solid 1px #999;
}

#header_press{ 
	width: 618px;
	height: 223px;
	float: left;
	margin:10px 0  0 10px;
	border:solid 1px #999;
}

#header_issues{ 
	width: 618px;
	height: 223px;
	float: left;
	margin:10px 0  0 10px;
	border:solid 1px #999;
}

#header_media{ 
	width: 618px;
	height: 223px;
	float: left;
	margin:10px 0  0 10px;
	border:solid 1px #999;
}

#header_volunteer{ 
	width: 618px;
	height: 223px;
	float: left;
	margin:10px 0  0 10px;
	border:solid 1px #999;
}

#header_taf{
	width: 618px;
	height: 223px;
	float: left;
	margin:10px 0  0 10px;
	border:solid 1px #999;
}

#header_contact{ 
	width: 618px;
	height: 223px;
	float: left;
	margin:10px 0  0 10px;
	border:solid 1px #999;
}

#action_center {
	float:right;
	margin:15px 30px  0 0;
	width: 302px;
}

*html #header_about{ position:relative; margin:0px; top:14px; left:14px; }
*html #header_press{ position:relative; margin:0px; top:14px; left:14px; }
*html #header_issues{ position:relative; margin:0px; top:14px; left:14px; }
*html #header_volunteer{ position:relative; margin:0px; top:14px; left:14px; }
*html #header_taf{ position:relative; margin:0px; top:14px; left:14px; }
*html #header_contact{ position:relative; margin:0px; top:14px; left:14px; } 
*html #header_media {  position:relative; margin:0px; top:14px; left:14px; } 

*html #action_center {
	float:right;
	position:relative;
	right:14px;
	top:0px;
	margin:0px;
	padding:0px;
}

#news{
	position:relative;
	clear: both;
	width: 525px;
	text-align: left;
	padding: 20px 0;
}
#inthenews { position:absolute; top:-85px; left:-8px; width:525px; height:72px; margin:0 auto; text-align:center;  }

#sectionWrapVolunteerComment table tr td input{
	width:30px;   
}

#sectionWrapVolunteerComment table tr td{
	
	font-size:13px;
 	vertical-align:baseline;
}
td span { color:#c00305; }
 
#aspnetForm input { width:270px; color:#1c6828; font-size:15px; margin-bottom:10px; font-weight:normal; background:#f5f4d8; padding-bottom:6px; border:solid 1px #ccc; }

.right{
	text-align: right;
}

img.right {
float:right; padding:0px 0px 20px 20px ;
} 
img.left {
float:left; padding:0px 20px 20px 0;
}
 

.sub{
	padding-left: 30px;
}

.sub li {
	list-style:disc; list-style-image:none;
}

#sidebar{
	float: right;
	width: 302px;
	margin: 5px 35px 0 0;
	position:relative;
} 
 
*html #sidebar{
	float: right;
	position:relative;
	width: 302px;
	padding:0px;
	right:10px;
	position:relative;
} 

.s_divide { margin-left:1px; }

#signup{
	width: 302px;
} 

*html #signup{
	width: 302px;
	height: 130px;  
} 

#join_form { 
	position:relative; 
	z-index:5000; 
	font-size:13px; 
	text-align: left;
	width: 302px; 
	padding-top: 6px; 
}

*html #join_form { 
	position:relative; left:28px; width:100px;font-size:13px;
}

#signmeup{
	float: right;
}

.fend_form input { 
	color:#3c6faa; 
	font-size:23px; 
	background:#e2efff; 
 	border:1px solid #cbcbcb;  
	font-family:Arial, Helvetica, sans-serif;
	text-align:left;
}

*html .fend_form input { 
	color:#3c6faa; 
	font-size:23px; 
	background:#e2efff; 
	border:none;  
	font-family: Arial, Helvetica, sans-serif;
	text-align:left;
	letter-spacing: 0;
}

#social_btns{
	margin-top: 30px;
}

#social_btns li{
	display: inline;
	padding: 0 15px;
}

#content.thanks li{
	display: inline;
	padding: 0 15px;
}


h2.thanks{
	text-align: center;
	font-size: 2em;
	color: #17667e;
	padding-top: 20px;
	padding-bottom: 20px;
}

#content.thanks{
	text-align:center;
		line-height:38px;
}
.sidebar_boxes{
	clear: both;
	position: relative;
	width: 302px;  
	margin-top: 10px;
}

.sidebar_boxes p {
	margin:0 auto;
	margin-bottom:9px;
}
 


*html .sidebar_boxes p {
	margin:0 auto;
	margin-bottom:4px;
}

#button_nav{
	width: 302px;
	height: 136px;
	margin: 0 auto;
}

#button_nav li{
	margin-top: 5px;
}

/* sidebar_button a states*/

#button_volunteer a{
	display: block;
	width: 302px;
	height: 63px;
	background-image:url(../images/donate_volunteer_btns.jpg);
	background-position: 604px 63px;
}

#button_donate a{
	display: block;
	width: 302px;
	height: 63px;
	background-image:url(../images/donate_volunteer_btns.jpg);
	background-position: 0px 0px;
}

/* sidebar_button a:hover states*/

#button_volunteer a:hover, #button_donate a:hover{
	background: none;
}


/* sidebar_button li states*/

#button_volunteer {
	width: 302px;
	height: 63px;
	background-image:url(../images/donate_volunteer_btns.jpg);
	background-position: 302px 63px;
}

#button_donate {
	width: 302px;
	height: 63px;
	background-image:url(../images/donate_volunteer_btns.jpg);
	background-position: 302px 0px;
}



#district_map{
	width: 302px; 
	margin-top: 20px;
}

#district_map img{
	border: none;
} 

#footer{
	clear: both;
	text-align: center; 
	padding: 50px; 
	position:relative;
}

*html #footer{
	clear: both;
	text-align: center; 
	position:relative;
	top:-50px;
}

#footer_inner{ 
	position:relative;
	width:950px;
	margin: 0 auto;
}


#footer p{
	color:#2690f9; 
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	border:solid 1px #2690f9; 
	padding: 5px 10px;
	margin:0 auto;
	width: 250px;
}

/* SUBPAGES */

#bio, #issues, #direction, #contact{
	text-align: left;
}

#bio p, #issues p, #direction p, #contact p{
	margin-bottom: 20px;
}

#bio h2, #issues h2, #direction h2, #contact h2{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.8em;
	color: #6F6F6E;
	font-weight: normal;
	letter-spacing: 0;
}

#issues.issue{
	position: relative;
}

.issues h2{
	float: left;
}

.issues.date{
	float: right;
}

#contact p{
	margin:0;
	padding:0;
}
	
/* SPLASH PAGE */

#splash_logo{
	float: left;
}

#splash_signup{
	float: right;
}

#splash{
	padding-top: 150px;
}

#splash_logo{
	float: left;
	width: 510px;
	height: 193px;
}

#splash_signup{ 
	float: right;
	width: 343px;
	height: 242px;
}

#container {
	position:relative; 
	width:950px; 
	height:600px; 
	margin:0 auto;
}
#splash { 
	margin: 0 auto;
	position:relative; 
	width:950px; 
	height:600px;
}
	
#skip { 
	margin-left: 30px;
}

.spacer { clear:both; }
.mini_space { height:5px; }