/* CSS Document */


/* GENERAL */

body {
	background-color: #333333;
	margin: 0px;
	background-image: url(../images/main_bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
	font-family: Arial, Helvetica, sans-serif;
	color: #535352;
}



/* LINK STYLES */

a, a:visited {
	color: #0074a4;
	text-decoration: none;
}

a:hover {
	color: #0074a4;
	text-decoration: underline;

}

a.co, a.co:visited {
	color: #4d4107;
	text-decoration: none;
}

a.co:hover {
	color: #4d4107;
	text-decoration: underline;

}



/* TEXT STYLES */

h1 {
	font-size: 1.2em;
	color: #4d4107;
	margin: 0px;
}

h2 {
	color: #006a53;
	margin: 0px 0px 8px;
	font-size: 1.4em;
	font-weight: bold;
}

h3 {
	font-weight: bold;
	margin: 0px;
	font-size: 1.1em;
	color: #897c39;
}

/* BACKGROUNDS */

.darkgray {
	background-image: url(../images/darkgray_bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
}

.left_bg {
	background-image: url(../images/l_side_bg.gif);
	background-repeat: repeat-y;
	background-position: left top;
}

.left_column {
	background-image: url(../images/left_bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
}

.middle_bg {
	background-image: url(../images/middle_bg.gif);
	background-repeat: repeat-y;
	background-position: center top;
}

.right_bg {
	background-image: url(../images/r_side_bg.gif);
	background-repeat: repeat-y;
	background-position: left top;
}



/* CONTENT AREA */

#wrapper {
	width: 800px;
}

html>body #section_header {
	text-indent: 10px;
	height: 81px;
	width: 482px;
	background-image: url(../images/header01.jpg);
	font-weight: bold;
	background-repeat: no-repeat;
	margin-bottom: 5px;
	margin-left: 3px;
	line-height: 7.4em;
	padding: 0px;
	margin-top: 5px;
}

#section_header {
	text-indent: 10px;
	height: 81px;
	width: 482px;
	background-image: url(../images/header01.jpg);
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-weight: bold;
	background-repeat: no-repeat;
	margin-bottom: 5px;
	margin-left: 3px;
	padding-top: 48px;
	margin-top: 5px;
}

#section_content {
	font-size: .75em;
	color: #3c3c3c;
	width: 482px;
	height: 100%;
	background-image: url(../images/content_bg.jpg);
	margin-left: 3px;
	background-color: #FAF8F0;
	background-repeat: no-repeat;
}

#section_content_padding {
	padding: 25px 25px 0px;
}

#section_content_padding td {
	padding: 10px 5px;
	font-size: .75em;
	border-bottom: 1px solid #896900;
}

#section_content_padding td img {
	border: 2px solid #C4B474;
}

#section_content_padding ul {
	list-style-image: url(../images/bullet.gif);
}

#section_content_padding li {
	padding: 0 0 6px 5px;
}



/* CALL OUTS */

.co_bg {
	background-image: url(../images/co_bg.gif);
	background-position: left top;
	width: 192px;
	background-repeat: repeat-y;
	font-size: .75em;
	color: #4d4107;
	padding-right: 24px;
	padding-bottom: 5px;
	padding-left: 5px;
}

.co_bg a, .co_bg a:visited	{
	color: #ffffff;
	text-decoration: underline;
}

.co_bg a:hover	{
	color: #ffffff;
	text-decoration: none;
}

.co_bottom {
	background-image: url(../images/co_bottom.gif);
	background-position: left bottom;
	height: 7px;
	width: 192px;
	background-repeat: no-repeat;
}

.co_middle {
	background-image: url(../images/co_middle.gif);
	background-position: left top;
	height: 50px;
	width: 192px;
	background-repeat: no-repeat;
	padding-left: 5px;
}


.co_top {
	background-image: url(../images/co_top.gif);
	background-position: left top;
	height: 40px;
	width: 192px;
	font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;
	font-size: .8em;
	font-weight: bold;
	padding-top: 5px;
	padding-left: 7px;
	background-repeat: no-repeat;
}

.co_top a, .co_top a:visited	{
	color: #ffffff;
	text-decoration: none;
}

.co_top a:hover	{
	color: #ffffff;
	text-decoration: underline;
}

.co_table {
	margin-top: 5px;
	margin-left: 5px;
	width: 192px;
	margin-bottom: 5px;
}



/* MISC */

#mainNav {
	width: 700px;
	height: 45px;
	background: url(../images/menu_holder.png) no-repeat left top;
}

#mainNav ul {
	margin: 0;
	padding: 17px 0 0 0;
	list-style: none;
}

#mainNav li {
	display: inline;
}

#mainNav li a {
	padding: 0 1.1em;
	color: #ffffff;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	text-decoration: none;
}


#mainNav li a:hover {
	text-decoration: underline;
}

#mainNav li a  span{
	color: #000000;
}

#mainNav li a:hover  span{
	color: #000000;
	text-decoration: underline;
	
}


#dropmenudiv{
	margin: 4px 0 0 15px;
	padding: 10px 0;
	position: absolute;
	font-size: .75em;
	line-height: 2em;
	background: url(../images/bg_dropmenu.gif) repeat-x left top #feaf25;
	border: 1px solid #b36b0b;
}

#dropmenudiv a{
	display: block;
	text-indent: 10px;
	text-decoration: none;
	color: #000000;
}

#dropmenudiv a:hover{
	background-color: #b66e0b;
	color: #ffffff;
	display:block;
}



/* MISC */

#address {
	font-size: .7em;
	color: #006A53;
}

#address p {
	padding: 0px 0px 0px 30px;
}

.flashArea	{
	position: relative;
}

.logoArea	{
	width: 423px;
	height:104px;
	position: absolute;
	top:30px;
	left:30px;
}

.logoArea:hover	{
	cursor: pointer;
}

.leadin {
	display: block;
	padding: 0 0 0 10px;
	border-left: 2px solid #FF8A00;
	font-size: 14px;
	color: #000000;
}

.cta_float {
	float:right;
	margin: 0 0 5px 5px;
}

.logo_float {
	float: right;
	margin: 5px 0 5px 5px;
	border: 2px solid #C4B474;
}

.middle_bar {
	background-image: url(../images/bg_middlebar.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

#quote {
	width: 200px;
	display: block;
	margin: 0 0 5px 5px;
	padding: 8px;
	float: right;
	color: #4d4107;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	background: #d1c591 url(../images/bg_quote.gif) repeat-x left bottom;
	border: 2px solid #ffffff;
}	

#return {
	clear: both;
	display: block;
	font-weight: bold;
}

#return a, #return a:visited {
	color: #ff8a00;
	text-decoration: none;
}

#return a:hover {
	text-decoration: underline;
}




