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

body {
	/*background-image: url(images/background_green.gif);*/
	margin: 0px;
	padding: 0px;
	background-color: #795933;
}
.content ul {
	color:#b7b7b7;
	font-size:12px;
	line-height:22px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	font-style:italic;
	padding: 10px 0px 0px 30px;
	margin:0px 0px 0px 0px;
}
.content li {
	color:#b7b7b7;
	font-size:12px;
	line-height:22px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	font-style:italic;
}
h1 {
	color:#603913;
	font-size:18px;
	line-height:22px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	font-style:italic;
	padding: 10px 0px 10px 0px;
}
h2 {
	color:#b7b7b7;
	font-size:15px;
	line-height:22px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	font-style:italic;
}
h4 {
	color:#333;
	font-size:15px;
	line-height:22px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	font-style:italic;
}
* {
	margin: 0px;
	padding: 0px;
}
#wrapper {
	width:904px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 40px;
	margin-left: auto;
	overflow:hidden;
}
#shadow {
	background-image: url(images/shadow_bar.png);
	overflow:hidden;
}
/*CONTENT*/
#content {
	width:838px;
	margin: 0px 0px 0px 15px;
	padding:18px;
	background-color:#deddd0;
	overflow:hidden;
	position:relative;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #333;
}
#full_column {
	width:604px;
	margin: 0px 0px 0px 25px;
	float:left;
	overflow:hidden;
}
#split_column {
	width:400px;
	margin: 0px 0px 0px 0px;
	float:left;
	overflow:hidden;
}
#left_column {
	width:390px;
	margin: 0px 0px 0px 25px;
	float:left;
	overflow:hidden;
}
#wideleft_column {
	width:590px;
	margin: 0px 0px 0px 25px;
	float:left;
	overflow:hidden;
}
#right_column {
	width:189px;
	margin: 0px 0px 0px 25px;
	float:left;
	overflow:hidden;
}
.content p {
	color:#333;
	font-size:13px;
	line-height:22px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	font-style:normal;
	padding: 0px 0px 15px 0px;
}
.content h2 {
	color:#603913;
	font-size:16px;
	line-height:18px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	font-style:italic;
	padding:0px 0px 10px 0px;
	margin:0px;
}
.content h3 {
	color:#395F61;
	font-size:14px;
	line-height:18px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	font-style:italic;
	padding:0px 0px 2px 0px;
	margin:0px;
}
.content ul {
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	list-style-type: square;
	list-style:outside;
}
.content li {
	font-size:12px;
	list-style-type: square;
	list-style:outside;
	padding:0px 0px 8px 20px;
	color:#033;
}
/*SECONDARY NAVIGATION*/
#second_navigation {
	width:171px;
	margin: 0px 0px 0px 0px;
	padding: 15px 15px 15px 15px;
	overflow:hidden;
	background-image:url(images/navigation/secondary/panel_base.png);
	background-repeat: no-repeat;
	background-position: bottom;
	background-color:#c5c9a7;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFF;
	float:left;
}
.highlight {
	color:#03F;
}
#sd ul {
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
#sd li {
	font-size:14px;
	padding: 0px 0px 14px 0px;
	list-style-type: none;
}
#sdb li {
	font-size:10px;
	padding: 0px 0px 12px 14px;
	list-style-type: none;
}
#sdb li a {
	text-decoration:none;
	color:#5d7e92;
}
.sdb li a {
	text-decoration:none;
	color:#5d7e92;
}
#sdb li a:hover {
	text-decoration:underline;
	color:#364955;
}
/*HEADER*/
#homeheader {
	width:874px;
	margin: 0px 0px 0px 15px;
	overflow:hidden;
}
#header {
	width:874px;
	margin: 0px 0px 0px 15px;
	overflow:hidden;
	background-image:url(images/header_logo.png);
	background-repeat: no-repeat;
}
#mininav {
	margin: 26px 0px 0px 340px;
	overflow: hidden;
	float:left;
}
#mainnav {
	margin: 10px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	float: left;
}
.mininav p {
	font-size:12px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#CCC;
	text-align:right;
}
.mininav ul {
	font-size:12px;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	list-style-image: url(images/navigation/mini_nav_bullet.gif);
	list-style-type: none;
	list-style-position: inside;
	margin:28px 0px 0px 0px;
}
.mininav ul a {
	padding: 0px 20px 0px 0px;
	color:#82A0BC;
	text-decoration:none;
}
.mininav ul a:hover {
	color:#033;
	text-decoration:none;
}
.mininav li {
	float: left;
}
/*HOME*/
#home {
	width:798px;
	margin: 0px 0px 0px 15px;
	padding:38px;
	background-color:#deddd0;
	overflow:hidden;
	position:relative;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #333;
}
#pillar01 {
	width:193px;
	margin: 0px 40px 0px 0px;
	padding: 12px 22px 20px 22px;
	overflow:hidden;
	background-image:url(images/home/pillar_base.png);
	background-repeat: no-repeat;
	background-position: bottom;
	background-color:#d9d5a3;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFF;
	float:left;
}
#pillar02 {
	width:193px;
	margin: 0px 40px 0px 0px;
	padding: 12px 22px 20px 22px;
	overflow:hidden;
	background-image:url(images/home/pillar_base.png);
	background-repeat: no-repeat;
	background-position: bottom;
	background-color:#c5c9a7;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFF;
	float:left;
}
#pillar03 {
	width:193px;
	margin: 0px 0px 0px 0px;
	padding: 12px 22px 20px 22px;
	overflow:hidden;
	background-image:url(images/home/pillar_base.png);
	background-repeat: no-repeat;
	background-position: bottom;
	background-color:#bdb390;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFF;
	float:left;
}
.home h3 {
	font-size:14px;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color:#a65d03;
	line-height:18px;
	padding:0px 0px 6px 0px;
	font-style: normal;
}
.home p {
	font-size:11px;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color:#000;
	font-style:normal;
	line-height:18px;
	padding:0px 0px 16px 0px;
}
.home a {
	font-size:10px;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color:#547892;
	text-decoration:none;
}
.home a:hover {
	color:#033;
}
/*QUOTECONTACT*/
#quote {
	width:238px;
	float:left;
	padding:0px 40px 0px 0px;
}
.contact h3 {
	font-size:14px;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color:#CCC;
	line-height:18px;
	padding:0px 0px 6px 0px;
}
.contact p {
	font-size:12px;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color:#a65d03;
	padding:0px 0px 6px 0px;
}
#contactpanel {
	width:481px;
	float:left;
	padding:10px 15px 10px 15px;
	background-color:#6088a5;
	background-image:url(images/home/contact_base.png);
	background-repeat: no-repeat;
	background-position: bottom;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFF;
}
/*FOOTER*/
#footer {
	width:824px;
	margin: 0px 0px 0px 15px;
	padding: 20px 20px 20px 30px;
	background-image: url(images/footer/footer_background.gif);
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFF;
	overflow:hidden;
	position:relative;
}
.footer p {
	font-size:12px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#eeeed2;
}
.footer h3 {
	font-size:10px;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color:#eeeed2;
}
.footer ul {
	font-size:10px;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	list-style-type: none;
}
.footer ul a {
	color:#d6f1ff;
	text-decoration:none;
}
.footer ul a:hover {
	color:#033;
	text-decoration:none;
}
.footer li {
	float: left;
	padding: 8px 10px 0px 0px;
	color:#d6f1ff;
}
/*CONTACT*/
#contact {
	width:824px;
	padding: 10px 20px 10px 30px;
	margin: 0px 0px 0px 15px;
	background-color:#59859e;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333;
}
.contact p {
	font-size:12px;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color:#eeeed2;
	line-height:14px;
}
.contact a {
	font-size:10px;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color:#eeeed2;
	text-decoration:none;
}
.contact a:hover {
	color:#033;
	text-decoration:none;
}
