/*
Company:	Judy Biggert
File:		main.css - This contains all the main styles for the website.

All the styles are separted into the following groups:
Global Browser Reset - this is handled by the reset-fonts.css file from YUI
HTML, Body - for the html and body tags
Layout - styles that define the layout of the site
Modules - styles for content modules
Common Text Styles - Styles for text
Default Headings - headings like h1, h2, etc
Default Lists - unordered and ordered lists
Nav - navigation bar
Forms - html forms
Default Links - links
Misc - anything that doesn't fit elsewhere
*/

/* @group HTML, Body */
html {
	background: url(../images/page-bkg.gif) repeat-x 0 0 #963232;
}
body {
	font-family: Helvetica, arial, sans-serif;
}
/* @end */

/* @group Layout */
/* Head */
div#hd {
	width: 870px;
	margin-left: auto;
	margin-right: auto;
}

/* Body */
div#bd {
	width: 871px;
	margin-left: auto;
	margin-right: auto;
	padding: 10px 0;
}

/* Footer */
div#ft {
	width: 870px;
	margin-left: auto;
	margin-right: auto;
	padding: 10px 0;
}
/* @end */

/* @group Modules */
/* Logo */
div#logo {
	width: 428px;
	height: 82px;
	background: url(../images/logo.gif) no-repeat 0 0;
	text-indent: -9000px;
	margin: 0 0 4px 0;
	float: left;
	display: inline;
}
div#logo a {
	display: block;
	height: 100%;
}

/* Head Right */
div#hd-right {
	width: 400px;
	padding: 0 2px 0 0;
	float: right;
	display: inline;
}

/* District */
p.district {
	font-family: Times, serif;
	margin: 0;
	padding: 10px 2px 0 0;
	font-style: italic;
	font-size: 108%;
	color: #fff;
	text-align: right;
}

/* Email */
div.email {
	padding: 10px 0 0 0;
	text-align: right;
}
div.email label {
	color: #ffffff;
	font-size: 93%;
	vertical-align: middle;
	padding: 0 5px 0 0;
}
div.email input.txt {
	color: #727272;
	font-size: 77%;
	vertical-align: middle;
	padding: 3px;
	margin: 0 3px 0 0;
}
div.email input.btn {
	vertical-align: middle;
}

/* Home Feature Pic */
div.home-feature-pic {
	width: 282px;
	height: 253px;
	float: left;
	display: inline;
}

/* Feature */
div.home-feature-section {
	margin: 0 0 10px 0;
}
div.feature-wrap {
	width: 577px;
	float: right;
	display: inline;
}
div.feature {
	width: 577px;
	height: 206px;
	position: absolute;
	z-index: 100;
	overflow: hidden;
}
div.feature-image {
	width: 577px;
	height: 206px;
	position: absolute;
	z-index: 101;
	overflow: hidden;
}
div.feature-text {
	width: 577px;
	height: 206px;
	position: absolute;
	z-index: 200;
	overflow: hidden;
}
div.feature-text h1 {
	font-size: 415%;
	line-height: 100%;
	margin: 0;
	padding: 15px 0 10px 20px;
	font-family: Times, serif;
	font-style: italic;
	font-weight: normal;
	width: 250px;
	color: #461717;
}
div.feature-text a:link, div.feature-text a:visited {
	color: #461717;
	text-decoration: none;
}
div.feature-text a:hover {
	text-decoration: underline;
}
div.feature-text p {
	width: 290px;
	margin: 0;
	padding: 0 0 0 15px;
	font-family: Times, serif;
	font-style: italic;
	font-weight: normal;
	color: #461717;
	line-height: 100%;
	text-align: right;
	font-size: 174%;
}
div.feature-nav {
	width: 573px;
	height: 53px;
	position: absolute;
	z-index: 50;
	margin: 199px 0 0 2px;
	background: url(../images/feature-tabs.gif) no-repeat 0 0;
}
div.feature-nav ul {
	margin: 0;
	padding: 0;
}
div.feature-nav ul li {
	list-style: none;
	margin: 0;
	padding: 0;
	float: left;
	display: inline;
}
div.feature-nav ul li.volunteer {
	width: 260px;
	padding: 20px 0 0 65px;
}
div.feature-nav ul li.contribution {
	width: 177px;
	padding: 20px 0 0 70px;
}
div.feature-nav ul a {
	font-size: 131%;
	font-weight: bold;
}
div.feature-nav ul a:link, div.feature-nav ul a:visited {
	color: #ffffff;
	text-decoration: none;
}
div.feature-nav ul a:hover {
	text-decoration: underline;
}

/* Callouts */
div.callouts div.callout {
	width: 252px;
	height: 190px;
	background: url(../images/callout-box.gif) no-repeat 0 0;
	padding: 10px 15px 0 15px;
	float: left;
	display: inline;
}
div.callouts h3 {
	color: #461717;
	font-size: 182%;
	font-style: italic;
	font-family: times, georgia, sans-serif;
	font-weight: normal;
	margin: 0 0 4px 0;
}
div.callouts p {
	color: #000000;
	font-size: 93%;
}
div.callouts p.video {
	font-size: 108%;
	font-weight: bold;
}
div.callouts p.video a:link, div.callouts p.video a:visited {
	color: #963333;
	text-decoration: none;
}
div.callouts p.video a:hover {
	text-decoration: underline;
}
div.center-callout {
	margin-left: 12px;
}
div.video-callout {
	float: right!important;
}
div.video-callout-content {
	width: 310px;
	position: absolute;
	margin: -10px 0 0 -69px;
}
div.video-callout h3 {
	line-height: 100%;
	text-align: center;
	padding: 13px 0 14px 0;
}
div.video-callout p.video {
	text-align: right;
	padding: 0 -50px 0 60px;
}
div.video-callout div.video-photo {
	width: 168px;
	height: 156px;
	position: absolute;
	margin: 32px 0 0 -13px;
}

/* Social */
div.social {
	width: 240px;
	float: left;
	display: inline;
}

/* Search */
div.search {
	width: 300px;
	float: left;
	display: inline;
}
div.search label {
	vertical-align: middle;
	color: #fff;
	font-size: 93%;
}
div.search input.txt {
	vertical-align: middle;
	width: 100px;
	font-size: 85%;
	padding: 3px;
}
div.search input.btn {
	vertical-align: middle;
}

/* Contact */
div.contact {
	width: 300px;
	text-align: center;
	color: #cb9999;
	float: right;
	display: inline;
}
div.contact p.paid-for {
	border: 1px solid #cb9999;
	padding: 1px 2px;
	margin: 0 0 5px 0;
	line-height: 150%;
}
div.contact p {
	color: #cb9999;
	font-size: 93%;
	line-height: 150%;
	margin: 0;
}

/* Main */
div.main {
	width: 791px;
	overflow: hidden;
	background: url(../images/main-bkg.png) repeat-y 0 0;
	padding: 20px 40px;
}
div.main-top {
	width: 871px;
	height: 9px;
	background: url(../images/main-top.png) no-repeat 0 0;
	overflow: hidden;
}
div.main-btm {
	width: 871px;
	height: 8px;
	background: url(../images/main-btm.png) no-repeat 0 0;
	overflow: hidden;
}
/* @end */

/* @group Common Text Styles */
div.main p {
	line-height: 140%;
}
/* @end */

/* @group Default Headings */
div.main h1 {
	color: #9a3939;
	font-size: 231%;
	font-style: italic;
	font-family: times, georgia, serif;
	margin: 0 0 10px 0;
	font-weight: normal;
}
div.main h2 {
	color: #9a3939;
	font-size: 197%;
	font-family: times, georgia, serif;
	margin: 0 0 10px 0;
	font-weight: normal;
}
div.main h3 {
	color: #9a3939;
	font-size: 161.6%;
	font-family: times, georgia, serif;
	margin: 0 0 5px 0;
	font-weight: normal;
}
div.main h4 {
	color: #9a3939;
	font-size: 138.5%;
	font-family: times, georgia, serif;
	margin: 0 0 5px 0;
	font-weight: bold;
}
/* @end */

/* @group Default Lists */
	
/* @end */

/* @group Nav */
div#nav {
	clear: both;
	background: url(../images/nav.gif) no-repeat 0 0;
	width: 868px;
	height: 29px;
	margin-left: auto;
	margin-right: auto;
}
div#nav ul {
	margin: 0;
	padding: 0 0 0 10px;
}
div#nav ul li {
	list-style: none;
	float: left;
	display: inline;
}
div#nav ul li a {
	display: block;
	line-height: 29px;
	padding: 0 10px;
	margin: 0 10px;
	font-size: 93%;
}
div#nav ul a:link, div#nav ul a:visited {
	color: #ffffff;
	text-decoration: none;
}
div#nav ul a:hover {
	text-decoration: underline;
}
/* @end */

/* @group Forms */
	
/* @end */

/* @group Default Links - link visited hover active */
a:link, a:visited {
	color: #9a3939;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
/* @end */

/* @group Misc */
.clear {
	clear: both;
}
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
/* @end */

.newssectionheader {
	font-family: Times, georgia, serif;
	font-size:24px;
	color:#9A3939;
	margin-bottom:15px;
}

input.volform1 {
border:1px solid #000000;
font-family:Helvetica,Arial sans-serif;
font-size:105%;
padding:5px;
width:180px;
}

input.volform4 {
border:1px solid #000000;
font-family:Helvetica,Arial sans-serif;
font-size:105%;
padding:5px;
width:40px;
}


/* WP-POLLS PLUGIN STYLES */

.wp-polls-archive {
	/* background-color: #ffffff; */
}
.wp-polls, .wp-polls-form {
	/* background-color: #ffffff; */
}
.wp-polls ul li, wp-polls-ul li, .wp-polls-ans ul li {
	text-align: left;
	background-image: none;
	display: block;
}
.wp-polls ul, .wp-polls-ul, .wp-polls-ans ul  {
	text-align: left;
	list-style: none;
	float: none;
}
.wp-polls ul li:before, wp-polls-ul li, .wp-polls-ans ul li:before, #sidebar ul ul li:before {
	content: '';
}
.wp-polls IMG, .wp-polls LABEL , .wp-polls INPUT, .wp-polls-loading IMG, .wp-polls-image IMG {
	display: inline;
	border: 0px;
	padding: 0px;
	margin: 0px;
}
.wp-polls-ul {
	padding: 0px;
	margin: 0px 0px 10px 10px;
}
.wp-polls-ans {
	width:100%;
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
	/* background-color: #ffffff; */
}
.wp-polls-loading {
	display: none;
	text-align: center;
	height: 16px;
	line-height: 16px;
}
.wp-polls-image {
	border: 0px;
}
.wp-polls .Buttons {
	border:1px solid #c8c8c8;
	background-color: #f3f6f8;
}
/* Polls Archive Paging */
.wp-polls-paging a, .wp-polls-paging a:link {
	padding: 2px 4px 2px 4px; 
	margin: 2px;
	text-decoration: none;
	border: 1px solid #0066cc;
	color: #0066cc;
	background-color: #FFFFFF;	
}
.wp-polls-paging a:visited {
	padding: 2px 4px 2px 4px; 
	margin: 2px;
	text-decoration: none;
	border: 1px solid #0066cc;
	color: #0066cc;
	background-color: #FFFFFF;	
}
.wp-polls-paging a:hover {	
	border: 1px solid #000000;
	color: #000000;
	background-color: #FFFFFF;
}
.wp-polls-paging a:active {
	padding: 2px 4px 2px 4px; 
	margin: 2px;
	text-decoration: none;
	border: 1px solid #0066cc;
	color: #0066cc;
	background-color: #FFFFFF;	
}
.wp-polls-paging span.pages {
	padding: 2px 4px 2px 4px; 
	margin: 2px 2px 2px 2px;
	color: #000000;
	border: 1px solid #000000;
	background-color: #FFFFFF;
}
.wp-polls-paging span.current {
	padding: 2px 4px 2px 4px; 
	margin: 2px;
	font-weight: bold;
	border: 1px solid #000000;
	color: #000000;
	background-color: #FFFFFF;
}
.wp-polls-paging span.extend {
	padding: 2px 4px 2px 4px; 
	margin: 2px;	
	border: 1px solid #000000;
	color: #000000;
	background-color: #FFFFFF;
}

/* END WP-POLLS PLUGIN STYLES */
