* {
	padding: 0px;
	margin: 0px;
	}
body {
	background: #524a3f;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	color: #583610;
	font-weight: normal;
	text-decoration: none;
	margin-top: 10px;
	margin-bottom: 10px;
	}
H1,H2,H3,H4,H5,P {
	margin: 12px 0px;
	}
Form {
	padding: 0px;
	margin: 0px;
	}
Img {
	border: 0px;
	}
small  {
	font-size: 11px;
	}
UL {
	padding: 0px;
	margin: 10px 0px;
	list-style: none;
	}		
UL LI {
	display: block;
	padding-bottom: 8px;
	background: url(images/bullet2.gif) left 7px no-repeat;
	padding-left: 15px;
	line-height: 1.4em;
	}	
A {
	color: #be0019;
	text-decoration: underline;
	}
A:hover {
	color: #583610;
	}

#container {
	width: 750px;
	margin: 0px auto;
	}
#wrapper {
	position: relative;
	padding: 0px;
	margin: 0px auto;
	width: 720px;
	z-index: 1;
		}
#logo {
	position: absolute;
	top 15px;
	left: 10px;
	}		
#top_nav {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	color: #583610;
	padding: 15px 15px 0px 0px;
	}
#top_nav A{
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	color: #583610;
	padding: 0px 3px;
	text-decoration: none;
	}
#top_nav A:hover{
	color: #be0019;
	text-decoration: none;
	}
#main_nav {
	float: left;
	margin-top: 5px;
	}
#footer {
	background: url(images/footer_line.jpg) center top no-repeat;
	width: 720px;
	margin: 0px auto;
	float: left;
	text-align: center;
	}
#footer P {
	font-size: 10px;
	}
#footer A{
	color: #583610;
	text-decoration: none;
	font-size: 11px;
	padding: 0px 7px;
	}
#footer A:hover {
	color: #998459;
	}
Table#contactgrid TD {
border-bottom: 1px solid #ad9b7c;
padding: 5px 2px;
font-size: 11px;
}
Table#contactgrid2 TD {
border-bottom: 1px solid #ad9b7c;
padding: 5px 2px;
font-size: 11px;
}			
.clear {
	clear: both;
	}	
			
/***********************************************
Background Class
*************************************************/
.top_bg {
	background: url(images/top_bg.jpg) bottom left repeat-x;
	
	}
.left_bg {
	background: url(images/left_bg.jpg) right top repeat-y;
	width: 15px;
	}
.rite_bg {
	background: url(images/rite_bg.jpg) left top repeat-y;
	width: 15px;
	}
.mid {
	background: #f2e3ce url(images/mid_bg.jpg) center top no-repeat;
	width: 720px;
	}
.btm_bg {
	background: url(images/btm_bg.jpg) left top repeat-x;
	color: #e1d4c2;
	}
.btm_bg span {
	color: #dbcdba;
	font-size: 11px;
	}
.btm_bg span A{
	color: #dbcdba;
	font-size: 11px;
	text-decoration: none;
	}
.btm_bg span A:hover{
	color: #fff;
	font-size: 11px;
	text-decoration: none;
	}
.rite_panel {
	background-color: #a39274;
	width: 164px;
	padding: 12px;
	}
.rite_title {
	background: url(images/rite_sec_bg.gif) left top;
	display: block;
	color: #FFF;
	border-bottom: 1px solid #d3c4b0;
	font: 17px Georgia, "Times New Roman", Times, serif;
	padding: 5px;
	}
.rite_title A{
	background: url(images/rite_sec_bg.gif) left top;
	display: block;
	color: #FFF;
	font: 17px Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
	}
.rite_title A:hover {
	color: #f4e4cd;
	text-decoration: none;
	}								

/********************************************************
Text Classes
********************************************************/
.title {
	font: 19px Georgia, "Times New Roman", Times, serif;
	text-transform: capitalize;
	}
.mid_content {
	padding: 20px 15px 10px 15px;
	float: left;
	}
.subtitle {
	font: 15px Georgia, "Times New Roman", Times, serif;
	}	
/*Rite Panel*/	
.rite_panel UL {
	padding: 0px;
	margin: 10px 0px;
	list-style: none;
	}		
.rite_panel UL LI {
	color: #f3e2c9;
	display: block;
	padding-bottom: 8px;
	background: url(images/bullet.gif) left 5px no-repeat;
	padding-left: 18px;
	}
.rite_panel UL LI A {
	color: #f3e2c9;
	text-decoration: underline;
	}
.rite_panel UL LI A:hover {
	color: #FFF;
	text-decoration: underline;
	}
.rite_panel UL LI span A {
	color: #be0019;
	text-decoration: underline;
	}	
	
	
/********************************************************
Border Classes
********************************************************/		
.border {
	border: 1px solid #7c4b06;
	}