/*** RESET BROWSER STYLES ***/
html, body, h1, h2, h3, h4, h5, h6, p, ol, ul, li, pre, code, address, variable, form, fieldset, blockquote {
 padding: 0;
 margin: 0;
 font-size: 100%;
 font-weight: normal;
}
ol { 
  margin-left: 1.4em; 
  list-style: decimal; 
}
ul { 
  margin-left: 1.4em; 
  list-style:disc; 
}
img {
  border: 0;
}

/*** GENERAL STYLES ***/
body{
	text-align: center;
	font-family: "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", Verdana, sans-serif;
	font-size: 14px;
	color: #003264;
	font-weight: normal;
}
h1{
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	padding: 5px;
	border-bottom: 1px solid #990033;
}
h2{
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	padding: 5px;
}
h3{
	padding: 5px;
	color: #336600;
}
a{
	color: #990033;
}

/*** BACKGROUND ***/

html{
	background: #bfed82 url(images/background4.png) repeat-x;
}
body{
	width: 960px;
	margin: 0 auto;
	margin-top: 10px;
	text-align: left;
}
#container{
	background: #bfed82 url(images/background4.png) repeat-x;
	width: 960px;
	overflow: hidden;
}
#container2{
	background: #C6DEFF;
	
	width: 960px;
	overflow: hidden;
}

/*** BANNER ***/

#banner{
	width: 960px;
	height: 130px;
	margin: auto;
	background-color: white;
	font-size: 16px;
}
#banner #ruralImg{
	float: left;
	display: inline;
	padding: 5px;
	padding-left: 20px;
	margin-top: 5px;
}
#banner #abcImg{
	float: right;
	display: inline;
	margin-top: 10px;
	margin-right: 20px;
}
#banner #hwwImg{
	float: right;
	display: inline;
	margin-top: 78px;
	margin-right: -100px;
	padding-right: 20px;
}

#banner h1{
	font-family: Georgia, Times, serif;
	font-size: 35px;
	border: none;
	letter-spacing: 2px;
	text-align: center;
	padding-top: 40px;
}
#banner p{
	text-align: center; 
	letter-spacing: 2px;
	margin-left: 120px;
	margin-right: 120px;
	font-size: 12px;
}

/*** NAVIGATION ***/

ul.nav{
	overflow: hidden;
	margin: 0;
	padding: 0;
	padding-left: 17px;
	background-color: #990033;
	z-index: 200;
	height: 25px;
}
ul.nav li{
	float: left;
	display: inline;
	margin-left: 3px;
}
ul.nav a{
	display: block;
	color: white;
	text-decoration: none;
	padding: 5px;
	font-weight: bold;
}
ul.nav a.active, ul.nav a:hover{
	font-weight: bold;
	text-transform: uppercase;
	background-color: #c6deff;
	color: #003264;
}

/*** QUOTE ***/

.quote{
	float: left;
	display: inline;
	width: 710px;
	height: 150px;
	margin: 20px;
}
.quote p{
	font-size: 18px;
	text-align: center;
	font-family: Georgia, Times, serif;
}
.quote p.author{
	font-size: 14px;
	font-style: italic;
}
.buttons{
	float: right;
	display: inline;
	width: 170px;
	margin: 20px;
	margin-top: 30px;
	letter-spacing: 1px;
}
.buttons li{
	list-style-type: none;
}
.buttons a{
	text-decoration: none;
	text-align: center;
	display: block;
	height: 20px;
	padding: 4px;
	margin: 3px;
	margin-bottom: 5px;
	background: #003264;
	color: #ffffff;
	font-weight: bold;
	-moz-border-radius: 1em;
	-webkit-border-radius: 1em;
	border-radius: 1em;
	box-shadow: 3px 3px 6px #666;
	-moz-box-shadow: 3px 3px 6px #666;
	-webkit-box-shadow: 3px 3px 6px #666;
}
/*** BOXES ***/

.wrapper {
	overflow: hidden;
	width: 100%;
	height: 100%;
	position: relative;
	border-bottom: 20px solid #c6deff ;
	clear: both;
}
.box {
	float: left;
	display: inline;
	width: 254px;
	padding: 20px;
	padding-bottom: 220px;
	margin-bottom: -200px;
	margin-left: 20px;
	background-color: #FFFFFF;
	-moz-border-radius: 1em;
	-webkit-border-radius: 1em;
	border-radius: 1em;
}
.box p, .box ul{
	padding: 7px;
	line-height: 150%
}
.box li{
	padding-bottom: 5px;
}
.bottom {
	position: absolute;
	bottom: 0;
	height: 20px;
	width: 290px;
	margin-left: -18px;
}
/*** MAIN PANEL ***/

.main{
	padding: 20px;
}
.main2{
	padding: 20px;
	margin: 20px;
	background: #FFFFFF;
	overflow: hidden;
	-moz-border-radius: 1em;
	-webkit-border-radius: 1em;
	border-radius: 1em;
}
.main2  h1{
	border: none;
}
.main2 h2{
	font-weight: bold;
	margin-top: 10px;
	color: #003264;
}
.main2 p{
	padding: 10px;
}
.main2 ul{
	padding-top: 5px;
	padding-bottom: 5px;
	list-style-type: none;
	margin-left: 10px;
}
.sidebar{
	float: right;
	display: inline;
	width: 210px;
	border: 1px solid #003264;
	padding: 10px;
	margin: 10px;
	-moz-border-radius: 1em;
	-webkit-border-radius: 1em;
	border-radius: 1em;
	font-size: 12px !important;
}
.sidebar li{
	padding-bottom: 2px;
}
/*** FPL ***/

#calc{
	margin: 10px;
	font-size: 12px;
	color: #003264;
}
fieldset{
	padding: 7px;
}
legend{
	font-size: 14px;
	font-weight: bold;
	color: #003264;
}
label{
	display: block;
	cursor: pointer;
}
input.text{
	width: 120px;
}
input.radio{
	color: #003264;
}
input.result{
	width: 98px;
}
label, input, button{
	color: #003264;
	font-size: 12px;
	margin-left: 10px;
	margin-right: 5px;
	margin-bottom: 10px;
}
input[type="text"]:focus{
	background: #ffc;
}
#chart{
	margin: 10px;
}
#chart table{
	border-collapse:collapse;
	margin-top: 10px;
}
#chart caption{
	color: #003264;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	padding-bottom: 10px;
}
#chart th{
	background-color: #C6DEFF;
	font-size: 12px;
	color: #003264;
}
#chart td, #chart th{
	width: 145px;
	text-align: center;
	padding: 7px;
	border: 1px dotted #003264;
}
#chart td{
	font-size: 12px;
	color: #003264;
	padding: 3px;
	vertical-align: text-top;
}
#chart .altrow{
	background-color: #E0F8F7;
}
#chart ul{
	text-align: left;
	list-style-type: disc;
	padding: 3px;
}

/*** INTAKE ***/

.floatL{
	float: left;
	display: inline;
	width: 395px;
	margin-left: 20px;
}
.floatL input{
	width: 250px;
}
.floatR{
	float: right;
	display: inline;
	width: 395px;
	margin-right: 20px;
}
.floatR input{
	width: 250px;
}
.narrative{
	float: left;
	display: inline;
	clear: both;
	margin-left: 20px;
}
input.intake{
	width: 10px;
}
textarea{
	margin: 5px;
	padding-bottom: 7px;
}
#intake input.submit{
	margin: 10px;
	width: 100px;
}
#intake legend{
	padding: 4px 6px;
}
ul.intake{
	margin-left: 40px;
	list-style-type: disc;
}
.intake li{
	padding-bottom: 2px;
}
select.intake{
	margin-left: 10px;
	margin-bottom: 5px;
	color: #003264;
	font-size: 14px;
}
.submit{
	background: #990033;
	color: #FFFFFF;
	padding: 3px;
}
.submit:hover{
	background: #bfed82;
	color: #990033;
	
}

/*** FOOTER ***/

#footer{
	float: left;
	display:  inline;
	width: 940px;
	margin-left: 10px;
}
#footer{
	color: #003264;
	text-align: center;
}
#footer ul{
	list-style-type: disc !important;
	margin-top: 10px;
	margin-bottom: 5px;
	overflow: hidden;
}
#footer li{
	font-size: 10px;
	float:left;
	margin-right: 25px;
}
#footer .first{
	list-style-type: none;
}
