@charset "utf-8";
/* CSS Document */

body {
	background: url(images/background.png) repeat-x;
	margin: 0;
	padding: 0;
	font-size: .9em;
	font-family: Century Gothic;
	color: #7a7a7a;
}

#container {
	margin: 0 auto;
	width: 841px;
	position: relative;
}

#keys {
	position: absolute;
	width: 278px;
	left: 520px;
}

#header {
	height: 105px;
	padding: 35px 0 0 0;
}

#content {
	width: 841px;
	background-color: #ffffff;
	padding: 0;
}

#content-left {
	width: 550px;
	padding: 10px 25px 0 18px;
	float: left;
	text-align: justify;
	line-height: 1.5em;
}

#content-right {
	width: 230px;
	float: right;
	padding: 10px 18px 0 0;
	color: #8e984d;
	font-size: .85em;
	text-align: justify;
	line-height: 1.5em;
}

#content-right h1 {
	font-size: 1.5em;
	text-transform: uppercase;
	text-align: left;
}

#content-right h2 {
	font-size: 1.5em;
	text-align: left;
}

#content-right h3 {
	font-size: 1.50em;
	padding-bottom: 3px;
	text-align: left;
}

#content-right a, #content-right a:visited {
	color: #ff9c00;
	text-decoration: none;
}

#content-right a:hover {
	text-decoration: underline;
}

#content-right ul {
}

.anchor {
	clear: both;
}

#nav {
	height: 34px;
}

#nav ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

#nav ul li {
	float: left;
	height: 34px;
	border-right: 1px solid #8e984d;
}

#nav ul li a, #nav ul li a:visited {
	color: #8e984d;
	text-decoration: none;
}

#footer {
	background-color: #697043;
	width: 841px;
	height: 38px;
	line-height: 38px;
	clear: both;
	color: #ffffff;
	font-size: .8em;
	font-weight: bold;
	text-align: center;
}

#resources a, #resources a:visited {
	font-size: 1.4em;
	line-height: 1.6em;
	color: #7a7a7a;
	text-decoration: none;
}

#resources a:hover, #meetings-right a:hover {
	text-decoration: underline;
	color: #ff9c00;
}

#meetings-left {
	width: 120px;
	float: left;
}

#meetings-right {
	width: 430px;
	float: right;
	color: #7a7a7a;
}

#meetings-left ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#meetings-left ul li {
	background: url("images/archive_button.png") no-repeat;
	width: 97px;
	height: 32px;
	line-height: 29px;
	margin: 0 5px 5px 0;
	text-align: center;
}

#meetings-left ul li.current_page_item, #meetings-left ul li:hover {
	background: url("images/archive_button_active.png") no-repeat;
}

#meetings-left a, #meetings-left a:visited {
	color: #ffffff;
	font-size: 1.25em;
	text-decoration: none;
}

#meetings-right p {
	margin-top: 0;
	padding-top: 0;
}

#meetings-right ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	font-size: 1.4em;
	line-height: 1.5em;
	color: #7a7a7a;
	text-align: left;
}

#meetings-right a, #meetings-right a:visited {
	text-decoration: none;
	color: #7a7a7a;
}

#faq-consumer {
	color: #6a8e9a;
}

#faq-new {
	color: #be9d5c;
}

#faq-renewal {
	color: #875544;
}

#faq-consumer h1, #faq-new h1, #faq-renewal h1 {
	line-height: normal;
	text-align: left;
	font-size: 1.25em;
}

hr {
	background-color: #8e984d;
	border:  0;
	height: 1px;
}

#contact {
	margin-top: 10px;
}

#contact ul {
	list-style-type: none;
	margin: 0;
	padding: 10px 0 0 0;
}

#contact ul li {
	padding: 0 0 10px 0;
}

#contact label {
	width: 120px;
	float: left;
	text-align: right;
	font-size: 1.5em;
	text-transform: uppercase;
	font-weight: bold;
	color: #a7a7a7;
	padding-right: 10px;
}

#contact input {
	height: 16px;
	padding: 3px;
	border: 1px solid #a7a7a7;
	width: 412px;
}

#contact textarea {
	width: 412px;
	height: 200px;
	padding: 3px;
	border: 1px solid #a7a7a7;
}