/************* GENERAL CSS ************/

body {
	margin: 0 auto;
	background:#362803;
	text-align: left;
	font-family: Tahoma;
	font-size: 13px;
	color: #000000;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Tahoma;
	color: #471e0e;
	margin-bottom: 0px;
	margin-left: 2px;
	clear:both;
}

.line_divider{
    margin-top: 0px;
    width: 500px;
	height: 1px;
	background:#a58b63;
}

.line_divider_small{
    margin-top: 0px;
    width: 500px;
	height: 1px;
	background:#a58b63;
	margin-bottom:5px;
}

a {
	font-weight: bold;	
	text-decoration: none;
	color: #000000;
}

a:hover {
	text-decoration: underline;
	color: #cccccc;
}

/************* HEADER STUFF ************/
#header {
	width: 825px;
	height: 80px;
	margin: 0 auto;
}

.header_logo {
float:left;
margin-top:18px;
margin-left:10px;
}

.header_right {
float:right;
margin-top:10px;
margin-right:0px;
color:#FFFFFF;
font-weight:bold;
}

#header h2 {
	margin:0px;
	padding:0px 0px 0px 20px;
	text-align:left;
	font-size:1.5em;
	text-transform:uppercase;
}


/************* NAV BAR ************/


#nav_wrap {
	background:url(images/nav-bg.png) top left no-repeat;
	height:31px;
}

#nav {
	color: #FFFFFF;
	margin-left:15px;
}

#nav li {
	float: left;
	list-style: none;
}

#nav li.divider {
	color: #999999;
	padding-top: .5em;
}

#nav ul{
	color:#996600;
}

#nav a {
	color: #fff;
	text-decoration: none;
	display: block;
	height: 1.9em;
	padding: 5px 15px 0px 15px;
	font-size: 1em;
	font-weight: bold;
}
#nav li.on a,
#nav li.over a {
	background:transparent url(images/nav-active.jpg) repeat-x;
}
#nav a:hover,
#nav li.off:hover a {
	background:transparent url(images/nav-hover.jpg) repeat-x;
}
#nav li.on ul a,
#nav li.over ul a,
#nav li.off:hover ul a {
	background-image:url(none);
	font-weight:normal;
}


.img {
  width: 800px;
  height: 150px;
  border-bottom: 1px solid #644e1d;
  background:url(images/header_img.jpg) no-repeat;
}
/************* CONTENT ************/

#wrap_content{
	width: 800px;
	margin:0 auto;
}

#content {
    float:left;
	width: 800px;
	height:auto;
	background-color:#FFFFFF;
}

#content h2, #content h3, #content h4, #content h5, #content h6 {
	font-weight: normal;
}

#content p, #content ul, #content ol {
	line-height: 150%;
}

.left {
	float:left;
	width: 500px;
	height: auto;
	padding: 15px 5px 5px 10px;
    margin-bottom: 20px;
}

.left p{
padding-left: 5px;
}

.left h2 {
font-family:Arial, Helvetica, sans-serif;
font-size:22px;
font-weight:bolder;
color:#804000;
}

.right {
	float: right;
	background: #a58b63;
	width: 270px;
	height: auto;
	margin-right:3px;
	margin-top:3px;
	margin-bottom: 3px;
    border-top: 1px solid #400000;
	border-right: 1px solid #400000;
	border-bottom: 1px solid #400000;
	border-left: 1px solid #400000;
}

.right p {
padding-left: 7px;
padding-right: 5px;
}

.right img {
padding-left: 0px;
padding-right: 8px;
}

.right h2 {
padding-left: 5px;
}

.right_top {
    background:url(images/right_top.png) top no-repeat;
	height: 40px;
	color:#471e0e;
	font-size:20px;
	font-weight:normal;
	font-family: Arial, Helvetica, sans-serif;
	text-align:center;
	padding-top: 9px;
}

.services_left{
float:left;
width:245px;
height:auto;
padding-right:10px;
margin-bottom:20px;
}

.services_right{
float:right;
width:240px;
height:auto;
padding-right:5px;
margin-bottom:20px;
}

/************* FOOTER ************/

#foot_scat{
    clear:both;
	width: 800px;
	height: 40px;
	margin: 0px auto;
	border-top: 1px solid #400000;
	background:url(images/foot_scat.png) no-repeat;
}

#footer {
	width: 800px;
	margin: 0px auto;
	margin-bottom: 25px;
	background:url(images/foot_bg.jpg) no-repeat;
	font-size: 9px;
	text-align: center;
	padding: 3px 0px 10px 0px;
	color: #ffffff;
}