/* Generic styles */
* { 
    margin: 0; 
    padding: 0;
}

body {
	background: #fff;
	font-family: 'Gill Sans', 'Lucida Grande', Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 18px;
}

a {
	text-decoration: none;
	color: #003399;
}

a:hover {
	text-decoration: underline;
}

p, ul, ol { 
	margin-bottom: 18px; 
}

p {
	line-height: 1.8em;
}

ul {
	list-style-type: square;
	margin-left: 2em;
}

ol {
	list-style-type: decimal;
	margin-left: 2em;
}

h1 { 
	color: #759d51;
	font-size: 24px; 
	line-height: 36px;
	margin-bottom: 5px; 
}

h2 { 
	color: #a39c8d;
	font-size: 18px; 
	line-height: 18px; 
	margin-bottom: 18px;
}

h3 { 
	font-size: 12px; 
	line-height: 18px; 
}

div.clear {
	clear: both;
	height: 0px;
	line-height: 0px;
	font-size: 0px;
}

div.feature {
	display: none;
}

/* Layout */
#logo {
	/* hotline graphic * background: url('../images/hotline.gif') center right no-repeat; */
	margin: 0px auto;
	text-align: center;
	width: 950px;
}

#wrapper {
	margin: 0px auto;
	width: 950px;
}

#sidebar {
	float: left;
	width: 167px;
}

#nav {
	background: #7ca252;
}

#nav ul {
	background: #759d51 url(../images/nav_bottom.jpg) no-repeat bottom center;
	color: #fff;
	list-style: none;
	margin: -1px 0 18px;
	padding: 0 0 9px;
}

#nav ul li {
	margin: 0;
	padding: 3px 18px;
}

#nav ul li a {
	color: #fff;
}

#nav h1 {
	background: url(../images/darktitle.jpg) no-repeat;
	font-size: 16px;
	line-height: 16px;
	margin: 0;
	padding: 6px 18px;
	text-align: right;
	color: #fff;
}

div.sidebar {
	margin: 37px 0 18px;
	position: relative;
}

div.sidebar div.title {
	height: 25px;
	width: 159px;
	background: url(../images/photo_bottom2.png) no-repeat bottom center;
	margin: -17px 0 0 0;
	position: absolute;
	z-index: 1;
	padding: 2px 0 0 8px;
	color: #fff;
	font-size: 18px;
}


div.sidebar div.phototop {
	height: 27px;
	position: absolute;
}

div.sidebar div.photo {
	margin: -27px 0 0 0;
}

div.sidebar div.photo img {
	width: 167px;
	height: 150px;
}

#main {
	float: right;
	width: 783px;
	line-height: 1.6em;
}

div.header {
	background: #accd8d url(../images/header_right.jpg) no-repeat top right;
	margin-bottom: 18px;
}

div.header div.photo {
	float: right;
	height: 122px;
	margin: 6px 6px 6px 0;
	width: 122px;
}

div.header div.photo img {
	width: 122px;
	height: 122px;
}

div.header img.phototop {
	margin-bottom: -127px;
	position: absolute;
}

div.header div.description {
	height: 111px;
	background: #8bb068 url(../images/desc_right.jpg) no-repeat top right;
	color: #fff;
	float: left;
	font-size: 20px;
	line-height: 28px;
	margin: 0 6px 0 0;
	padding: 23px 0px 0 35px;
	width: 485px;
}

div.second {
	margin-top: 45px;
	padding-bottom: 1px;
	background: url(../images/photo_bottom.png) no-repeat bottom center !important;

}

#content {
	padding-left: 18px;
}

.half {
	width: 40%;
	float: left;
	padding-right: 5px;
}

.full {
	width: 80%;
	padding-right: 5px;
	padding-bottom: 10px;
}

.inline_heading {
	color: #759d51;
	font-size: 24px; 
	line-height: 36px;
	font-weight: bold;
}

.question {
	font-size: 150%;
	margin-top: 18px;
	padding: 2px;
}

.agency {
	margin: 10px 0 10px 0;
	width: 750px;
	border-bottom: 1px solid #759d51;
	padding: 5px 5px 15px 5px;
}

.agencyleft {
	float: left;
	width: 200px;
}

.agencyright {
	float: left;
	width: 530px;
	padding-left: 20px;
}

.person {
	min-height: 100px;
	margin: 0 0 25px;
}

.person img {
	float: left;
	margin-right: 5px;
}

.answer {
	width: 750px;
}

.underlined {
	text-decoration: underline;
}

.hide_nojs {
	display: none;
}