/* Tags
---------------------------------------------- */
html {
background:#581600 url(assets/images/bg.jpg) left top repeat-x;
}
body {
	margin: 0px;
	padding: 0px;
	color: #000;
	font: 12px Arial, Helvetica, sans-serif;
	background:url(assets/images/wrapper_bg.jpg) center top no-repeat;
}
h1 {
	margin: 0px;
	padding: 0px;
	color: #9e5b45;
	font: bold 24px/26px Arial, Helvetica, sans-serif;
}
h2 {
	margin: 1em 0px 0px 0px;
	padding: 0px;
	color: #000;
	font: bold 18px/20px Arial, Helvetica, sans-serif;
}
h3 {
	margin: 1em 0px 0px 0px;
	padding: 0px;
	color: #9e5b45;
	font: bold 16px/18px Arial, Helvetica, sans-serif;
}
h4 {
	margin: 1em 0px 0px 0px;
	padding: 0px;
	color: #000;
	font: bold 14px/16px Arial, Helvetica, sans-serif;
}
p {
	margin: 1em 0px 0px 0px;
	padding: 0px;
	line-height: 20px;
}
a {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}
	a:hover {
		color: #9e5b45;
		text-decoration: underline;
	}
hr {
	color: #000;
	height: 1px;
	background-color: #000;
	border: none;
}
ul, ol, dl {
	line-height: 20px;
}
/* Classes
---------------------------------------------- */
.imgborder {
	border: 2px solid #581600;
}
.smalltext {
	font-size: 11px;
	line-height: 16px;
}
.nomargin {
	margin: 0px;
}
.margin {
	margin: 10px;
}
.center {
	text-align: center;
}
.clear {
	clear: both;
}
.underline {
	text-decoration: underline;
}
.sourceText {
	font-size: 10px;
	line-height: 10px;
	margin: 0;
	padding: 0;
}

/* Special
---------------------------------------------- */
.forms p {
	margin: 0px;
}

/* Layout
---------------------------------------------- */
div { width:auto; height:auto; margin:0px; padding:0px; }

div#container {
width:955px;
margin:0 auto;
background:url(assets/images/container_bg.jpg) left top repeat-y;
}
div#contents {
background:url(assets/images/contents_bg.jpg) left top no-repeat;
}
div#header {
height:305px;
}
	div#topInfo {
	height:30px;
	font:12px/30px Arial, Helvetica, sans-serif;
	color:#fff;
	padding:0 20px 0 20px;
	}
	div#topInfo .phone {
	float:right;
	font:18px/30px Arial, Helvetica, sans-serif;
	}
	div#topPic {
	width:390px;
	height:280px;
	float:right;
	}
div#leftCol {
width:197px;
padding:238px 0px;
}
	#nav {
	width:197px;
	height:231px;
	margin:0px;
	padding:10px 0px 0px 0px;
	background: url(assets/images/nav_bg.png) left top no-repeat;
	}
	#nav li {
	list-style:none;
	padding:1px 0 1px 0;
	}
	#nav li a {
	width:145px;
	margin:0 auto;
	display:block;
	height:17px;
	color:#ffccbb;
	font:bold 12px/17px "Times New Roman", Times, serif;
	padding:0 5px 0 20px;
	text-transform:uppercase;
	background:#874731 url(assets/images/nav_dot.jpg) 10px center no-repeat;
	}
	#nav li a:hover {
	background-color:#9d5c46;
	text-decoration:none;
	color:#fff;
	}
	div#sidebar {
	padding:10px;
	}
div#rightCol {
width:748px;
float:right;
}
	div#body {
	padding:0 40px;
	min-height:355px;
	_height:355px;
	}
div#footer {
background:url(assets/images/footer_bg.jpg) left top no-repeat;
height:25px;
clear:both;
}
	#nav2 {
	width:955px;
	height:auto;
	margin:0 auto;
	padding:0px;
	text-align:center;
	}
	#nav2 li {
	list-style:none;
	display:inline;
		border-left:1px solid #dcc097;
	}
	#nav2 li a {

	color:#dcc097;
	font:11px/24px Arial, Helvetica, sans-serif;
	padding:0 5px 0 5px;
	}
	#nav2 li a:hover {
	text-decoration:none;
	color:#fff;
	}
	#nav2 li:first-child {
	border:none;
	}
div#copy {
width:955px;
margin:0 auto;
font:10px/24px Arial, Helvetica, sans-serif;
text-align:center;
color:#cc6633;
}
div#bottomImage {
background:url(assets/images/sidebar_bg.jpg) left bottom no-repeat;
}
div#service_button {
width:189px;
height:18px;
padding:10px 5px 10px 5px;
font:12px/16px Arial, Helvetica, sans-serif;
background:url(assets/images/service_button.jpg) left top no-repeat;
text-align:center;
}
div#service_button a {
color:#ffff99;
}
