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

body {
	background-color: #55473E;
	margin: 0;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.9em;
	line-height: 1.5em;
}

h1 {
	font-size: 1.2em;
	color: #666;
}

.thick-border {
	border: solid 7px #DFE1CC;
}

.hr-line {
	background-color: #999;
	height: 1px;
	font-size: 0px;
	margin: 30px 0 30px 0;
	width: 400px;
}

#wrapper {
	background: url(images/site-bg.jpg) repeat-x;
	width: 100%;
}

#site-bg {
	width: 1001px;
	margin: 0 auto;
	background: url(images/site-shadow.png) repeat-y;
}

#site-content {
	padding: 0 9px 0 9px;
}

#nav-start {
	width: 709px;
	height: 33px;
	background: url(images/banner-btm-a.jpg) no-repeat;
	float: left;
}

#nav-link {
	padding: 3px 0 0 35px;
}

#nav-link a {
	height: 25px;
	width: 236px;
	padding: 5px 0 0 20px;
	display: block;
	font-size: 14px;
	text-transform: capitalize;
	color: #FFF;
	text-decoration: none;
}

#nav-link a:hover {
	background-color: #08B391;
}

#online-quote {
	height: 33px;
	float: left;
	width: 274px;
}

#content {
	clear: both;
	background-color: #FFF;
}

#left-content {
	width: 317px;
	float: left;
	padding-bottom: 20px;
	position: relative;
}

#navigation {
	height: 285px;
	background: url(images/nav-bg.gif) no-repeat;
	margin-bottom: 30px;
}
#navigation2 {
	height: 315px;
	background: url(images/nav-bg-long.gif) no-repeat;
	margin-bottom: 30px;
	background-position:bottom;
}
#navigation-links {
	padding-left: 10px;
}

#navigation-links a {
	height: 25px;
	width: 235px;
	padding: 5px 0 0 20px;
	display: block;
	font-size: 14px;
	text-align: left;
	color: #FFF;
	text-decoration: none;
}

#navigation-links a:hover {
	background-color: #08B391;
}

#right-content {
	width: 636px;
	padding: 30px 30px 30px 0;
	float: left;
	position: relative;
}

#right-content a {
	color: #007A56;
	text-decoration: none;
}

#right-content a:hover {
	color: #07D1A5;
}

#back-to {
	float: right;
	font-size: 12px;
	font-weight: normal;
}

#home-table {
	margin: 20px auto;
	font-size: 0.9em;
}

#home-table ul {
	margin: 7px 0 7px 7px;
	padding: 0 7px 0 15px;
}

#home-table li {
	font-size: 0.9em;
}

#footer-links {
	clear: both;
	background-color: #D5D4C0;
	padding: 10px 0 0 0;
	font-size: 0.80em;
	height: 205px;
	color: #261709;
	position: relative;
}

#footer-links a {
	color: #261709;
	text-decoration: none;
}

#footer-links a:hover {
	text-decoration: underline;
}

#slideshow {
	margin-bottom: 20px;
}

#footer-bg {
	background: url(images/footer-bg.gif) repeat-x top;
	width: 1001px;
	margin: 0 auto;
}

#footer-left-corner {
	background: url(images/footer-left.gif) no-repeat left bottom;
}

#footer-right-corner {
	background: url(images/footer-right.gif) no-repeat right bottom;
	height: 39px;
	margin-bottom: 10px;
}

#footer-credit {
	padding: 7px 20px 0 20px;
	color: #f1dece;
	font-size: 0.8em;
}

#footer-credit a {
	color: #f1dece;
	text-decoration: none;
}

#footer-credit a:hover {
	color: #3C6;
}

#caspian {
	float: right;
}
.text-field     { border:solid 1px #096; margin:3px 0; width:144px; }
.text-field-big { border:solid 1px #096; margin:3px 0; width:244px; }

.button         { 
	border:solid 1px #096; 
	background:url(images/button-back.gif) repeat-x; 
	color:#024D38; 
	font-weight:bold; 
	width:70px; 
	height:27px; 
	cursor:pointer; 
}

