/* CSS Document */
*{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	line-height: 150%;
}
body{
	margin: 0;
	background: #CCDDF3 url(../../images/body_bg.jpg) repeat-x;
}
#wrapper{
	width: 754px;
	margin: 0 auto;
}
td{
	vertical-align: top;
}
h1{
	width: 248px;
	margin: 0;
}
h1 a{
	display: block;
	height: 57px;
	text-indent: -9999em;
	text-decoration: none;
	outline: none;
	background: url(../../images/title_h1_bg.gif) no-repeat;
}
h2{
	margin-bottom: 30px; 
	font-size: 16pt;
	text-transform: capitalize;
}
h3{
	margin-top: 2em;
}
ul{
	margin: 0;
	padding: 0;
}
li{
	margin: 0 0 1em 2.5em;
}
a img{
	border: none;
}

/* ------------------------------------------------------------------------ Heading Styles */
#header{
	position: relative;
	z-index: 10;
	width: 750px;
	border: 2px solid #000;
	border-right: none;
}
#header div{
	float: left;
	height: 145px;
	border-right: 2px solid #000;
}
#header div.one{
	width: 188px; /* Note: 2px border applied to #header div */
	background: url(../../images/header_imgs/home_1.jpg) no-repeat;
}
#home_page #header div.two{
	width: 280px; /* Note: 2px border applied to #header div */
	background: url(../../images/header_imgs/home_2.jpg) no-repeat;
}
#home_page #header div.three{
	width: 276px; /* Note: 2px border applied to #header div */
	background: url(../../images/header_imgs/home_3.jpg) no-repeat;
}
#about_us_page #header div.two{
	width: 280px; /* Note: 2px border applied to #header div */
	background: url(../../images/header_imgs/about_us_2.jpg) no-repeat;
}
#about_us_page #header div.three{
	width: 276px; /* Note: 2px border applied to #header div */
	background: url(../../images/header_imgs/about_us_3.jpg) no-repeat;
}
#participants_page #header div.two{
	width: 276px; /* Note: 2px border applied to #header div */
	background: url(../../images/header_imgs/participants_3.jpg) no-repeat;
}
#participants_page #header div.three{
	width: 280px; /* Note: 2px border applied to #header div */
	background: url(../../images/header_imgs/home_2.jpg) no-repeat;
}
#child_survey_page #header div.two{
	width: 280px; /* Note: 2px border applied to #header div */
	background: url(../../images/header_imgs/child_survey_2.jpg) no-repeat;
}
#child_survey_page #header div.three{
	width: 276px; /* Note: 2px border applied to #header div */
	background: url(../../images/header_imgs/child_survey_3.jpg) no-repeat;
}
#contact_candidates_page #header div.two{
	width: 271px; /* Note: 2px border applied to #header div */
	background: url(../../images/header_imgs/contact_candidates_2.jpg) no-repeat;
}
#contact_candidates_page #header div.three{
	width: 285px; /* Note: 2px border applied to #header div */
	background: url(../../images/header_imgs/contact_candidates_3.jpg) no-repeat;
}
#contact_tbl td:first-child{
	width: 200px;
	padding-right: 30px;
}
#policy_issues_page #header div.two{
	width: 280px; /* Note: 2px border applied to #header div */
	background: url(../../images/header_imgs/policy_issues_2.jpg) no-repeat;
}
#policy_issues_page #header div.three{
	width: 276px; /* Note: 2px border applied to #header div */
	background: url(../../images/header_imgs/policy_issues_3.jpg) no-repeat;
}
#website_statements_page #header div.two{
	width: 178px; /* Note: 2px border applied to #header div */
	background: url(../../images/header_imgs/website_statements_2.jpg) no-repeat;
}
#website_statements_page #header div.three{
	width: 201px; /* Note: 2px border applied to #header div */
	background: url(../../images/header_imgs/website_statements_3.jpg) no-repeat;
}
#website_statements_page #header div.four{
	width: 175px; /* Note: 2px border applied to #header div */
	background: url(../../images/header_imgs/website_statements_4.jpg) no-repeat;
}
#iowa_opportunities_page #header div.two{
	width: 276px; /* Note: 2px border applied to #header div */
	background: url(../../images/header_imgs/iowa_opportunities_2.jpg) no-repeat;
}
#iowa_opportunities_page #header div.three{
	width: 280px; /* Note: 2px border applied to #header div */
	background: url(../../images/header_imgs/iowa_opportunities_3.jpg) no-repeat;
}
#additional_resources_page #header div.two{
	width: 208px; /* Note: 2px border applied to #header div */
	background: url(../../images/header_imgs/additional_resources_2.jpg) no-repeat;
}
#additional_resources_page #header div.three{
	width: 182px; /* Note: 2px border applied to #header div */
	background: url(../../images/header_imgs/additional_resources_3.jpg) no-repeat;
}
#additional_resources_page #header div.four{
	width: 164px; /* Note: 2px border applied to #header div */
	background: url(../../images/header_imgs/additional_resources_4.jpg) no-repeat;
}
#header div#header_bar{
	clear: both;
	float: none;
	height: 24px;
	background: #991616;
	border-top: 2px solid #000;
}

/* ------------------------------------------------------------------------ Content Styles */
#content{
	position: relative;
	float: left;
	width: 748px;
	background: #FFF url(../../images/side_divide.gif) repeat-y 189px 0;
	border-left: 2px solid #000;
	border-right: 2px solid #000;
}
#side_fade{
	position: absolute;
	bottom: 0;
	left: 189px;
	width: 3px;
	height: 302px;
	z-index: 0;
	background: url(../../images/side_fade.gif) no-repeat;
}

/* ------------------------------------------------------------------------ THE GRID Styles */
#THE_GRID{
	margin-top: 20px;
	border-right: 1px solid #666;
	border-bottom: 1px solid #666;
}
#THE_GRID td{
	padding: 5px;
	text-align: center;
	vertical-align: top;
	border-left: 1px solid #666;
	border-top: 1px solid #666;
}
#THE_GRID tr td.label{
	font-weight: bold;
	background: #CCC;
}
#THE_GRID td.cols{
	background: #EEE;
	vertical-align: bottom;
}
#THE_GRID td#repubs,
#THE_GRID td#demos{
	color: #FFF;
	font-weight: bold;
	text-align: left;
}
#THE_GRID td#repubs{
	background: #CC0000;
}
#THE_GRID td#demos{
	background: #330066;
}
#THE_GRID td a{
	color: #333;
	text-decoration: none;
	font-size: 8.5pt;
}
#THE_GRID td a:hover{
	text-decoration: underline;
}

/* ------------------------------------------------------------------------ Survey Table Styles */
#candidate_select{
	margin-top: 15px;
	padding-left: 12px;
}
#candidate_select a{
	float: left;
	display: block;
	width: 97px;
	margin: 0 2px;
	height: 125px;
	text-indent: -9999em;
	outline: none;
	font-size: 8.5pt !important;
	color: #666;
	text-decoration: none;
	border: 1px solid #000;
}
#candidate_select a:hover{
	text-indent: inherit;
	height: 95px;
	padding-top: 30px;
	background: none !important;
}
#survey_tbl{
	width: 716px;
	margin: 15px;
	border: 1px solid #666;
}
#survey_tbl td{
	padding: 20px 5px;
}
#survey_tbl td p:first-child{
	margin-top: 0;
}
#survey_tbl td.options{
	width: 150px;
	background: #EEE;
}
#survey_tbl td.options a{
	display: block;
	margin: 1.5em 5px;
	font-size: 8pt !important;
	color: #000;
	text-decoration: none;
}
#survey_tbl td.options a:hover{
	text-decoration: underline;
}
#survey_tbl td.responses{
	padding: 20px 15px;
	line-height: 150%;
}
#survey_tbl td.responses p.question{
	line-height: 125%;
}
#survey_tbl td.responses li{
	padding-bottom: 1em;
}
#pdf_links{
	width: 98%;
	margin-bottom: 15px;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
}
#pdf_links td{
	padding: 10px;
	border-top: 1px solid #000;
	border-left: 1px solid #000;
}
#pdf_links td{
	font-size: 8.5pt;
}

/* ------------------------------------------------------------------------ Side Styles */
#side{
	float: left;
	width: 204px;
}
#menu{
	position: relative;
	margin: 0;
	margin-top: 15px;
	padding: 0;
	z-index: 1;
	list-style-type: none;
}
#menu li{
	margin: 0;
	padding: 0;
}
#menu a{
	display: block;
	width: 202px;
	text-indent: -9999em;
	text-decoration: none;
	outline: none;
}
#menu li.button_1 a{
	height: 42px;
	background: url(../../images/buttons/button_1.gif) no-repeat;
}
#menu li.button_2 a{
	height: 30px;
	background: url(../../images/buttons/button_2.gif) no-repeat;
}
#menu li.button_3 a{
	height: 30px;
	background: url(../../images/buttons/button_3.gif) no-repeat;
}
#menu li.button_4 a{
	height: 42px;
	background: url(../../images/buttons/button_4.gif) no-repeat;
}
#menu li.button_5 a{
	height: 42px;
	background: url(../../images/buttons/button_5.gif) no-repeat;
}
#menu li.button_6 a{
	height: 30px;
	background: url(../../images/buttons/button_6.gif) no-repeat;
}
#menu li.button_7 a{
	height: 30px;
	background: url(../../images/buttons/button_7.gif) no-repeat;
}
#menu li.button_8 a{
	height: 42px;
	background: url(../../images/buttons/button_8.gif) no-repeat;
}
#menu li.button_9 a{
	height: 42px;
	background: url(../../images/buttons/button_9.gif) no-repeat;
}
#menu li.button_1 a:hover,
#menu li.button_4 a:hover,
#menu li.button_5 a:hover,
#menu li.button_8 a:hover,
#menu li.button_9 a:hover{
	background-position: 0 -42px !important;
}
#menu li.button_2 a:hover,
#menu li.button_3 a:hover,
#menu li.button_6 a:hover,
#menu li.button_7 a:hover{
	background-position: 0 -30px !important;
}

/* ------------------------------------------------------------------------ Main Styles */
#main{
	float: left;
	width: 504px;
	padding: 20px;
}
#main p{
	line-height: 150%;
}
#main p.ul_heading{
	font-weight: bold;
}

/* ------------------------------------------------------------------------ Footer Styles */
#footer{
	clear: both;
	width: 748px;
	padding: 15px 0;
	line-height: 200%;
	text-align: center;
	background: #FFF;
	border: 2px solid #000;
	border-top: 1px solid #000;
}
#footer a{
	color: #000;
	font-size: 8pt !important;
	text-decoration: none;
}
#footer a:hover{
	text-decoration: underline;
}

/* ------------------------------------------------------------------------ Misc Styles */
#copyright, #copyright *{
	text-align: center;
	text-decoration: none;
	font-size: 8pt !important;
	color: #666;
}
.img_left{
	float: left;
	margin:10px;
}
.img_right{
	float: right;
	margin:10px;
}