@charset "utf-8";
body {
	background-color: #f4f1e4;
	text-align:center;
	margin: 0px;
	padding: 0px;
}
p, h1, h2, h3, h4, h5, h6, a, ul, li, dt, dd, lo, address, td, div {
	font:normal 13px Arial;
	text-align:left;
	color:#444444;
}
p {
	margin:0 0 12px 0;
	line-height:18px;
	color: #2f2702;
}
span {
	font: 14px Arial, Helvetica, sans-serif;
	color:#887934;
	margin: 30px 0 0 0;
}
p.home {
	margin:0 0 20px 0;
	line-height:18px;
}
p.middel {
	margin:0 0 20px 0;
	line-height:18px;
	text-align:center;
	clear:both;
}
h1 {
	font: 24px Georgia, "Times New Roman", Times, serif;
	color:#165654;
	padding:0;
	margin:0 0 10px 0;
}
h2 {
	font: 12px Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	color: #929292;
}
h3 {
	font: 18px Georgia, "Times New Roman", Times, serif;
	color:#753ab6;
	padding: 0px;
	margin: 0px;
}
h4 {
	font: 16px Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	color:#606060;
	padding:0;
	margin:0 0 10px 0;
}
#address {
	width: 140px;
	margin: 20px 0 10px 80px;
	font:14px Georgia, "Times New Roman", Times, serif;
	padding:0px 0 0 10px;
	text-align:left;
	float:left;
	color: #73716d;
}
#address2 {
	width: 280px;
	margin: 20px 100px 10px 0;
	font:14px Georgia, "Times New Roman", Times, serif;
	padding:0px 0 0 10px;
	text-align:left;
	float:right;
	color: #73716d;
}
.businessname {
	font:bold 12px Arial;
	color:#ff0000;
	padding:0;
	margin:0;
}
a {
	font:bold 13px Arial;
	color: #2f2702;
	text-decoration:none;
}
a:hover {
	text-decoration:none;
}
a img {
	border:none;
}
/* ----------------- PAGE LAYOUT ELEMENTS ----------------- */
div#mainwrapper {
	width:100%;
	background-color: #f5f2e4;

}
div#logo {
	width:950px;
	margin:0px auto;
}
div#header {
	width:950px;
	height:416px;
	background:url(images/theme.png);
	margin: 0 auto;
}
div#header-wrapper {
	width:100%;
	height:416px;
	background:url(images/header2.png);
	margin: 0 auto;
}
#header #features {
	width: 940px;
	height: 281px;
	margin: 0 auto;
	overflow: hidden;
}
#header #features ul {
	width: 2820px;
}
#header #features ul li {
	float: left;
}
div#content {
	background:url(images/content-BG.jpg) repeat-x;
background-repeat: width:100%;
	height: 100%;
}
div#content-text {
	width:990px;
	margin:0px auto;
	padding: 5px 0 0 0;
}
div#box {
	width:310px;
	margin:20px 10px 0 10px;
	float:left;
	text-align:center;
}
div#body-text {
	width:900px;
	height: 100%;
	margin: 5px 0 0 0;
	background-color: #e1d8ad;
	clear: both;
	padding-left: 30px;
}
div#footer {
	width:100%;
	height: 150px;
	clear:both;
	background: url(images/footer-bg.png) repeat-x;
	margin-top:30px;
}
div#footer-design {
	width:950px;
	height: 190px;
	margin: 0 auto;
	padding: 0px;
}
div#owner {
	color:#cfb0f1;
	font: 12px Arial;
	margin: 0 0 20px 0;
	text-decoration:none;
	width: 100px;
	float: right;
}
a#owner:hover {
	text-decoration:underline;
}
div#copyright {
	color:#3c3a36;
	float:left;
	font:normal 12px Arial;
	margin:20px 0px 0 0;
	padding:0px 0 0 90px;
	position:relative;
	text-align:left;
}
div#copyright img {
	float:left;
	padding:0;
	position:absolute;
	left:0;
	top:-3px;
}
div#copyright a {
	font: normal 12px Arial;
	color: #3c3a36;
	text-decoration: none;
}
div#copyright a:hover {
	text-decoration: underline;
}
#side-bar {
	float:left;
	width: 300px;
	margin-right: 20px;
	height: 469px;
	left: 605px;
	top: 422px;
}
/* ----------------- NAVIGATION ----------------- */
	
#mainnav #sitelinks {
	width:990px;
	height: 20px;
	list-style: none;
	margin: 60px 0 0 30px;
	padding: 0px;
	clear:both;
	position:absolute;
	z-index: 10;
}
#mainnav #sitelinks li {
	list-style: none;
	margin: 0 20px 0 10px;
	padding: 0px;
	display: block;
	height: 20px;
	float: left;
	line-height:18px;
}
#mainnav #sitelinks a {
	list-style: none;
	text-decoration: none;
	color: #063d37;
	padding-top: 5px;
	display: block;
	height: 20px;
}
#mainnav #sitelinks a:hover {
	color: #887934;
}
ul#mainnav li a:hover, ul#mainnav ul#sitelinks li a.current {
	color:#887934;
	text-decoration:none;
}
/* ----------------------------  NAVIGATION (HORIZONTAL) ----------------------------  */

ul#utilitynav {
	width:900px;
	height: 50px;
	margin:0px 0 0 100px;
	clear:both;
	list-style-type:none;
}
ul#utilitynav li {
	display:inline;
	float:left;
	margin:0px;
	padding:0 10px;
}
ul#utilitynav li.last {
	border-right:none;
}
ul#utilitynav li a:link, ul#utilitynav li a:visited, ul#utilitynav li a:active {
	font: 12px Arial;
	color: #063d37;
	text-decoration:none;
	display:block;
	padding:0px;
	margin:0px;
	line-height: 21px;
}
ul#utilitynav li a:hover, ul#utilitynav li a.current:visited {
	color:#887934;
}
/* ----------------- CUSTOM CLASSES ----------------- */

img.left {
	float:left;
	padding:0px;
	margin: 0px;
}
img.right {
	float:right;
	margin:5px;
	border: 5px  #66beb9;
}
img.center {
	float:left;
	padding:0px;
	margin:10px 0px 10px 200px;
	border:solid 1px #aaa48b;
}
.clear {
	clear:both;
}
img#payment-options {
	float:left;
	padding:0;
	margin:10px 0 0 20px;
}
img#contact-information {
	float:left;
	padding:0;
	margin:0;
	clear:both;
}
ul#list li {
	background: url(images/checks.png) left 8px no-repeat;
	padding:0 0 0 20px;
	line-height:20px;
	margin-left: 10px;
	text-align: left;
}
img.img {
	margin: 10px;
	border: solid 5px #aeaa7c;
	text-shadow: 2px 2px 2px #000;
}
#map {
	margin: 80px;
	border: solid 2px #aeaa7c;
	width: 550px;
}
#examlpes {
	width: 450px;
	margin: 10px;
	margin-bottom: 100px;
	text-align:center;
	float:left;
	clear: none;
}

#FlashID {
	width:888px;
	margin: 5px 0 0 32px;
}
.card {
	float:left;
	margin: 0 auto;
	margin-top:30px;
}
#addy {
	width:480px;
	margin: 0 auto;
	text-align:center;
		color:#887934;

}

div.list {
	float:left;
	margin:0px 10px  30px 10px;
	padding:10px 10px;
	width: 650px;
	
}
div.list ul {
	margin: 0px;
	padding:0 30px 0 10px;
	list-style: none;
	float:left;
	color:#165654;

}
div.list ul li {
background: url(images/bullet.gif) 0px 7px no-repeat;	margin: 0;
	padding: 0 100px 0 15px;
	line-height:22px;
	color:#165654;

}
div.list ul.last {
	padding:0 50px 0 15px;
}

div.list2 {
	float:left;
	margin:0 0 0 0px;
	padding:10px 10px;
	border:#c3ba90;
	width: 850px;

	
}
div.list2 ul {
	margin: 0px;
	padding:0 10px 0 10px;
	list-style: none;
	float:left;
	color:#165654;

}
div.list2 ul li {
background: url(images/bullet.gif) 0px 7px no-repeat;	margin: 0;
	padding: 0 100px 0 15px;
	line-height:22px;
	color:#165654;

}
div.list2 ul.last {
	padding:0 50px 0 15px;
}

div.list3 {
	float:left;
	margin:0 0 0 0px;
	padding:10px 10px;
	border:#c3ba90;
	width: 350px;

	
}
div.list3 ul {
	margin: 0px;
	padding:0 10px 0 10px;
	list-style: none;
	float:left;
	color:#165654;

}
div.list3 ul li {
background: url(images/bullet.gif) 0px 7px no-repeat;	margin: 0;
	padding: 0 10px 0 15px;
	line-height:22px;
	color:#165654;

}
div.list3 ul.last {
	padding:0 50px 0 15px;
}
div#flash{ width: 888px;
height: 318px;
z-index: 1;
margin: 0px 0 0 0;
padding-top: 90px;
}

