﻿@charset "utf-8";
/* Sitewide styles */
body{
	height:100%; /* fix height to 100% for IE */
	max-height:100%; /* fix height for other browsers */
	line-height:150%;
	font-size:.9em;}

#background{
	clear:both;
	background: #4c617d; /* for non-css3 browsers */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4c617d', endColorstr='#ffffff'); /* for IE */
	background: -ms-linear-gradient(top, #4c617d, #ffffff); /* for ie 10 */
	background: -webkit-gradient(linear, left top, left bottom, from(#4c617d), to(#fff)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #4c617d,  #fff); /* for firefox 3.6+ */}
#countyid{height:35px;} 
#dpwurl{height:35px;}
.contentContainer{
	min-height: 100%;	
	max-width: 1000px; 
	margin:auto;
	padding:0;;
	background-color:#FFF;
	overflow: hidden;}
.programHeaderContainer{
	color:#FFF;}
.programTitleContainer{
	background-image:url('../img/programheaderbackground.png');
	background-repeat:repeat-x;}
.siteTitle{
	font-size:1.8em;
	text-align:left;
	padding:10px 10px 10px 10px;}
.siteTitle a{
	color:inherit;}
.navContainer{
	background-color:#31313F;}
H1{
	font-size:1.5em !important; 
	color: #303F52;
	padding:0 0 5px 0;
	border-bottom:thin dotted #757584;}
H2{
	font-size:1.3em !important;
	background-color:#596676;
	color:#FFF;
	padding:3px 3px 3px 3px;
	width:80%}
H3{
	font-size:1.1em !important;
	color: inherit;}
.leftNavContainer{
	width:220px;
	float:left;
	margin: 10px 0 10px 10px;	
	background: #D5D9DD;
	border: 1px solid #CBCCCF;
	clear:left;
	}
.leftNavContainer ul{
	padding-left:10px;}
.leftNavContainer li{
	list-style:none;}
li.currentLink{
	font-weight:bold;}
.navHeaderBg{
	background-color: #313341; 
	color: #fff; 
	line-height: 30px;
	padding: 2px 2px 2px 2px; 
	margin:0 0 0 0;
	}
.navHeaderFg{
	border: 1px solid white; 
	padding:0 0 0 10px;
	}		
.twoColBodyContainer{
	float:left;
	max-width:75%;
	margin:10px 0 0 10px;}	
.twoColBodyContainer a{
	text-decoration:underline;}
.oneColBodyContainer{ 
	max-width:85%;
	margin:10px 0 0 10px;}
.oneColBodyContainer10{ 
    padding: 1% 10% 1% 10%;
	max-width:85%;
	margin:10px 0 0 10px;}
.oneColBodyContainer a{
	text-decoration:underline;}
.bodyStrong{
	font-weight: bold;}	
.bodyLinksList a{
	text-decoration:none;}
.searchFaqTextBox {
	width:80%;
	height:20px;}
ul.faq {
	padding:0 0 0 10px;
	list-style:none;}
li.faqQuestion {
	background: url('../img/faqquestion.jpg') no-repeat left top;
    padding-left: 30px;
	margin-top:10px;}
li.faqAnswer{
	background: url('../img/faqAnswer.jpg') no-repeat left top;
    padding: 0 0 15px 30px;
	border-bottom: thin solid #CCCCCC;}
.faqPageControl{
	text-align:center;}
@media print {
    #background {
        clear: both;
        background: none;
    }
}