/* Tags
---------------------------------------------- */
body {
	margin: 0px;
	padding: 0px;
	color: #40422B;
	font: 12px Arial, Helvetica, sans-serif;
	background:#5b1300 url(assets/images/bg.jpg) left top repeat-x;

}
h1 {
	margin: 0px;
	padding: 0px;
	color: #A15325;
	font: bold 14px/16px Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	letter-spacing: 4px;
}
h2 {
	margin: 1em 0px 0px 0px;
	padding: 0px;
	color: #fff;
	font: italic 14px/16px Arial, Helvetica, sans-serif;
}
h3 {
	margin: 1em 0px 0px 0px;
	padding: 0px;
	color: #A15325;
	font: bold 16px/18px Arial, Helvetica, sans-serif;
}
h4 {
	margin: 1em 0px 0px 0px;
	padding: 0px;
	color: #fff;
	font: bold 14px/16px Arial, Helvetica, sans-serif;
}
p {
	margin: 1em 0px 0px 0px;
	padding: 0px;
	line-height: 20px;
}
a {
	color: #A15325;
	font-weight: bold;
	text-decoration: none;
}
	a:hover {
		color: #A15325;
		text-decoration: none;
	}
hr {
	color: #000;
	height: 1px;
	background-color: #000;
	border: none;
}
ul, ol, dl {
	line-height: 20px;
}
/* Classes
---------------------------------------------- */
.imgborder {
	border: 1px solid #000;
}
.smalltext {
	font-size: 11px;
	line-height: 16px;
}
.nomargin {
	margin: 0px;
}
.margin {
	margin: 10px;
}
.center {
	text-align: center;
}
.clear {
	clear: both;
}

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

/* Layout
---------------------------------------------- */
#wrapper {
width:auto;
height:auto;
margin:0px;
padding:0px;
background:url(assets/images/wrapper_bg.jpg) center top no-repeat;
}
#container {
width:889px;
height:auto;
margin:0 auto;
padding:0px;
background:url(assets/images/container_bg.jpg) left top repeat-y;
}
	#contents {
	width:auto;
	height:auto;
	margin:0px;
	padding:0px;
	background:url(assets/images/contents_bg.jpg) left top no-repeat;
	}
		#header {
		width:auto;
		height:190px;
		margin:0px;
		padding:0px;
		}
			#topInfo {
			width:auto;
			height:53px;
			margin:0px;
			padding:0px 25px 0 25px;
			word-spacing:4px;
			color:#c9ac69;
			font: small-caps 16px/53px Georgia, "Times New Roman", Times, serif;
			
			}
			#topInfo .phone {
			float:right;
			color:#fff;
			font:24px/53px "Times New Roman", Times, serif;
			}
			#logo {
			width:194px;
			height:125px;
			margin:60px 0 0 564px;
			padding:0px;
			position:absolute;
			}
		#leftCol {
		width:115px;
		height:auto;
		margin:0px;
		padding:0 0 0 24px;
		float:left;
		}
			#nav {
			width:auto;
			height:auto;
			margin:0px;
			padding:0 0 0 10px;
			}
			#nav li {
			list-style:none;
			}
			#nav li a{
			font:10px Arial, Helvetica, sans-serif;
			color:#5B1400;
			text-transform:uppercase;
			}
			#nav li a:hover {
			text-decoration:none;
			color:#FFFFFF;
			}
		#rightCol {
		width:181px;
		height:auto;
		margin:0px;
		padding:115px 24px 0 0;
		float:right;
		}
			#sidebar {
			width:auto;
			height:auto;
			margin:0px;
			padding:0 5px 0 5px;
			color:#fff;
			}
		#centerCol {
		width:490px;
		height:auto;
			min-height:310px;
			_height:310px;
		margin:0px;
		padding:90px 0 0 10px;
		float:left;
		}
#footer {
width:889px;
height:40px;
margin:0 auto;
padding:0px;
background:url(assets/images/footer_bg.jpg) left top no-repeat;
}
#nav2 {
width:889px;
height:auto;
margin:0 auto;
padding:0px;
text-align:center;
}
#nav2 li {
list-style:none;
display:inline;
border-left:1px solid #fff;
}
#nav2 li a{
padding:0 5px 0 5px;
font:10px Arial, Helvetica, sans-serif;
color:#fff;
}
#nav2 li a:hover {
text-decoration:none;
color:#A15325;
}
#nav2 li:first-child {
border:none;
}
#copy {
width:889px;
height:auto;
margin:0 auto;
padding:0px;
font:10px/14px Arial, Helvetica, sans-serif;
color:#c9ac69;
text-align:center;
}
#copy a {
text-decoration:underline;
color:#c9ac69;
}

#callout{
background:url(assets/images/callout.gif) top left no-repeat;
height:81px;
padding-right:10px;
width:321px;
margin:10px;
padding:45px 20px 0;
}

#callout a{
color:#fff;

}
.staff img
{
float:right;
border: 1px solid #000;
margin:10px;
}

.staff 
{
margin:15px 0px;
min-height:300px;
_height:300px;
}
#toplinks {
	text-align: center;
	font-size: 11px;
	height: 11px;
	margin-bottom: -11px;
}
#toplinks a {
	text-decoration: none;
}


