* {
	padding: 0px;
	margin: 0px;
}

body {
	text-align: center;
	font-size: 100%;
	font-family: arial;
	background: #fff;
	height: 100%;
overflow:-moz-scrollbars-vertical;
}

#page {
	position: relative;
	width: 960px;
	margin: 5px auto;
	text-align: left;
}

/* ------------------------------------- HEADER */

#header {
	height: 158px;
	margin-bottom: 5px;
}

#header img {
	float: left;
	margin: 10px 0px 0px 10px;
	border: none;
}

#header_options {
	background: #fff;
	float: right;
	width: 400px;
	text-align: right;
	margin-top: 3px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
}

#header_options img {
	float: none;
	margin: 0px 0px 0px 25px;
	vertical-align: top;
}

#header_options p {
	font-size: 18px;
	color: #689190;
	padding: 12px 0px 0px 0px;
}

a.header_link:link, a.header_link:visited {
	text-decoration: none;
	color: #a4a6a8;
	padding: 3px 3px 3px 8px;
}

a.header_link:hover {
	text-decoration: underline;
	color: #000;
}


/* ------------------------------------- MAIN NAVIGATION */

#page_banner {
	background: #fff;
	padding: 0;
	margin: 0;
}

#page_banner img {
	border: none;
	height: 202px;
	min-height: 202px;
}

#page_overview {
	position: relative;
	height: 172px;
	min-height: 173px;
	margin-top: -173px;
	width: 660px;
	float: right;
	background: #41505a;
 	opacity:0.9; 
	filter: alpha(opacity=90);	
}

* html #page_overview { height: 172px; margin-top: -175px; }

#page_overview_text {
	position: relative;
	margin-top: -172px;
	width: 600px;
	padding: 30px 30px 0px 30px;
	float: right;
}

#page_overview_text h1 {
	color: #fff;
	font-size: 1.4em;
	font-weight: normal;
	margin: 0px 0px 10px 0px;
}

#page_overview_text p {
	color: #fff;
	font-size: 0.85em;
	line-height: 1.25em;
}

#main_nav {
	position: absolute;
	height: 30px;
	width: 960px;
	background: transparent url('/images/bg/main_nav_bg.png') no-repeat top left;
}

* html #main_nav { 
	background: transparent url('/images/bg/main_nav_bg.gif') no-repeat top left;
}

#page_banner ul {
	list-style-type: none;
	text-align: right;
	margin: 5px 8px 0px 0px;
}

#page_banner li {
	display: inline;
	position: relative;
	font-size: 0.8em;
	color: #fff;
	margin: 0px 0px 0px 8px;
}

a.main_nav_link:link, a.main_nav_link:visited {
	position: relative;
	text-decoration: none;
	font-weight: bold;
	color: #fff;
	padding: 6px 10px 8px 10px;
}

a.main_nav_link:hover {
	text-decoration: underline;
}

a.main_nav_active:link, a.main_nav_active:visited {
	position: relative;
	text-decoration: none;
	color: #41505b;
	font-weight: bold;
	padding: 6px 10px 8px 10px;
}

a.main_nav_active:hover {
	text-decoration: underline;
}

/* ------------------------------------- PAGE CONTENT ELEMENTS */

#page_content {
	position: relative;
	background: #fff;
	float: left;
	width: 740px;
	margin: 0px 0px;
}

* html #page_content { margin-top: -3px; }

#right_content {
	float: right;
	background: #f6f6f6;
	width: 200px;
	padding-bottom: 10px;
	margin-top: 1px;
}

* html #right_content { margin-top: -3px; }

#content {
	float: right;
	width: 740px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#left_content {
	float: left;
	width: 180px;
	padding: 30px 30px;
	background: #b2bb1c;
}

#news_content {
	position: relative;
	background: #fff;
	float: left;
	width: 960px;
	margin: 0px;
}

* html #news_content { margin-top: -3px; }

#news {
	float: right;
	width: 630px;
	margin: 20px 0px 0px 0px;
	padding: 0px 0px 40px 0px;
}

.grey {
	color: #999;
	font-size: 0.75em;
}

/* ------------------------------------- CONTENT */

#content h1, #news h1 {
	color: #b1ba1a;
	margin: 20px 0px 20px 0px;
	font-weight: normal;
	font-size: 1.8em;
}

#content h2, #news h2 {
	color: #b1ba1a;
	margin: 10px 0px 10px 0px;
	font-weight: normal;
	font-size: 1.3em;
}

#content h3 {
	color: #666;
	margin: 25px 0px 10px 0px;
	font-weight: normal;
	font-size: 1.0em;
}

#content p {
	line-height: 1.25em;
	color: #333;
	font-size: 0.8em;
	margin: 0px 0px 10px 0px;
}

#news {
	line-height: 1.25em;
	color: #666;
	font-size: 0.8em;
}

#content ul, #news ul {
	margin: 10px 0px 10px 20px;
	line-height: 1.0em;
}

#content li {
	color: #333;
	font-size: 0.8em;
}

#content ul.home li {
	margin: 0 0 10px 0;
	color: #666;
}

#news_item {
	margin: 10px 0px;
	padding: 20px 0px 30px 0px;
	border-top: 1px dashed #d9dadb;
	border-bottom: 1px dashed #d9dadb;
}

#news_item h1 {
	color: #b1ba1a;
	margin: 10px 0px 10px 0px;
	font-weight: normal;
	font-size: 1.6em;
	line-height: 1.25em;
}

#news li {
	color: #666;
	line-height: 1.25em;
}

#news_list ul {
	list-style-type: none;
	margin: 20px 0px 0px 10px;
}

#news_list li {
	margin: 10px 0px;
	padding: 10px 5px;
	color: #666;
	border-bottom: 1px dashed #d9dadb;
}

.news_date {
	color: #999;
	font-size: 0.8em;
}

/* ------------------------------------- LEFT CONTENT - TESTIMONIALS */

#left_content blockquote {
	color: #fff;
	font-size: 0.8em;
	line-height: 1.4em;
}

#left_content p {
	color: #fff;
	font-size: 0.7em;
	line-height: 1.2em;
	margin: 10px 0px 10px 0px;
	font-style: italic;
	font-weight: normal;
}

#left_promo {
	float: left;
	width: 300px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 30px;
	background: url('/images/bg/holly.jpg') no-repeat left;
}

#left_promo h5 {
	font-size: 0.9em;
	margin: 20px 10px 10px 60px;
	color: #333;
}

#left_promo p {
	font-size: 0.8em;
	margin: 10px 50px 10px 60px;
	color: #999;
}

#left_promo a:link, #left_promo a:visited {
	text-decoration: none;
	padding: 0px 10px 0px 0px;
}

#left_promo a:hover {
	color: #B1BA1A;
	text-decoration: underline;
}

.left_message {
	clear: left;
	float: left;
	width: 258px;
	margin: 10px 20px 20px 0px;
	padding: 10px 20px;
	border: 1px solid #e4e4e4;
}

*html .left_message {
	margin-top: 10px;
}

.left_message img {
	float: left;
	margin: -25px 10px 5px -25px;
}

.left_message h4 {
	font-size: 0.8em;
	color: #333;
}

.left_message p {
	font-size: 0.7em;
	color: #999;
	margin: 10px 0 0 0;
}



/* ------------------------------------- RIGHT CONTENT - NEWS AND DOWNLOADS */

#right_content h4 {
	background: #6C9293;
	color: #FFF;
	font-size: 16px;
	padding: 10px 0px 5px 10px;
	margin: 0px 0px 10px 0px;
	font-weight: bold;
}

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

#right_content li {
	font-size: 12px;
	color: #42505D;
	border-bottom: 1px dashed #d9dadb;
	font-weight: bold;
}

#right_content p {
	font-size: 0.7em;
	color: #7f7f81;
	padding: 10px 10px 20px 10px;
}

a.news_link {
	display: block;
	font-size:13px;
	color: #42505D;
	padding: 5px;
	text-decoration: none;
	border-bottom:1px dashed #999;
	cursor:pointer;
}

a.news_link:hover {
	text-decoration: underline;
	color: #000;
	cursor:pointer;
}

a.pdf_link:link, a.pdf_link:visited {
	text-decoration: none;
	color: #7f7f81;
  background: transparent url('/images/icons/pdf.gif') no-repeat left;
	padding: 10px 0px 10px 24px;
	margin-left: -3px;
}

a.pdf_link:hover {
	text-decoration: none;
	color: #000;
}



/* ------------------------------------- FOOTER */

#page_footer {
	clear: both;
	background: #fff url('/images/bg/page_footer_bg.gif') no-repeat top left;
	padding: 20px 0px 0px 0px;
}

* html #page_footer { padding-top: 10px; }

#page_footer p {
	font-size: 0.65em;
	line-height: 1.6em;
	color: #999;
}

#page_footer ul {
	list-style-type: none;
}

#page_footer li {
	display: inline;
	font-size: 0.65em;
	color: #999;
}

#footer_left {
	float: left;
	width: 300px;
}

#footer_center {
	margin-top: 0px;
	margin-right: 300px;
	margin-bottom: 20px;
	margin-left: 320px;
}

#footer_right {
	float: right;
	width: 300px;
	text-align: right;
}

#footer_logos {
	clear: both;
	text-align: right;
}

#footer_logos img {
	border: none;
	margin: 20px 0px 20px 20px;
}

a.footer_link:link, a.footer_link:visited {
	text-decoration: none;
	color: #999;
	margin: 0px 5px 0px 0px;
}

a.footer_link:hover {
	color: #000;
	text-decoration: underline;
}



/* ------------------------------------- FORM */

fieldset {
	border: none;
	border-top: 2px solid #e2e3e4;
	padding: 30px 0px 20px 0px;
	margin: 20px 0px 0px 0px;
}

fieldset h3 {
	color: #ff0000;
	font-size: 1.0em;
	margin: 0px 0px 20px 0px;
}

fieldset h4 {
	color: #0F520D;
	font-size: 1.0em;
	margin: 0px 0px 20px 0px;
}

label {
	width: 110px;
	float: left;
	text-align: right;
	color: #333;
	margin: 3px 10px 0px 0px;
}

input {
	margin: 0px 0px;
	padding: 3px;
	font-size: 0.9em;
}

textarea {
	margin: 5px 0px;
	padding: 3px;
}

.submit {
	text-align: center;
	margin: 10px auto;
}

.submit input {
	font-size: 0.8em;
}


/* ------------------------------------- LINKS */

a.link:link, a.link:visited { 
	text-decoration: none;
	color: #b2bb1c;
}

a.link:hover {
	text-decoration: underline;
	color: #000;
}
.tel {
	font-size: 18px;
	color: #999;
}
.quote {
	width:660px;
	background-image: url(../images/bg/bottom_quotes.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	margin-left:20px;
	margin-bottom: 10px;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}
.quotetop {
	width:700px;
	background-image: url(../images/bg/top_quotes.gif);
	background-repeat: no-repeat;
	background-position: center top;
	height:22px;
	margin-left:20px;
}

