html, body {
	height:100%;
}
body {
	background:url(/images/background.jpg) repeat-y center #e4d5b8;
	font-family:"Lucida Sans", "Helvetica", "Arial", sans-serif;
	color:#0c0c0c;
	line-height:1.3;
}
p, dl, hr, h1, h2, h3, h4, h5, h6, ol, ul, pre, table, address, fieldset {
	margin-bottom:12px;
}
h1 {
	color:#9a3612;
	font-size:17px;
}
h2 {
	color:#9a3612;
	font-size:15px;
}
hr {
	height:3px;
	border-top:1px solid #b53f1e;
	border-bottom:1px dashed #dac0ad;
}
#main_image {
	background:url(/images/main_image_bg.png) repeat-x;
	height:349px;
	padding-top:7px;
}
#slideshow {
	background:url(/images/main_image_white.png) no-repeat;
	height:337px;
}
#slide_images {
	width:950px;
	height:323px;
	padding:7px 0 0 7px;
	overflow:hidden;
}
.small_img {
	border:1px solid #e4d5b8;
	padding:2px 0 0 2px;
	margin:0 auto;
	width:284px;
	height:90px;
	background:#fff;
}
.right_link {
	float:right;
}
.right_link a {
	text-align:right;
	color:#9a3612;
	text-decoration:none;
	font-style:italic;
}
.right_link a:hover {
	text-decoration:underline;
}
#footer {
	background:url(/images/footer_bg.png) repeat-x #292318;
	height:100px;
	color:#fff;
	padding-top:15px;
}
.results {
	font-size:90%;
}
.results a {
	color:#fff;
}
.social_icons {
	float:right;
}
#logo {
	float:left;
}
#main {
	padding-top:10px;
}
#phone {
	float:right;
	text-align:right;
	color:#9a3612;
	font-size:18px;
	font-weight:bold;
	line-height:110%;
}
.last_nav {
	margin-right:0 !important;
}
#navigationHolder {
	float:right;
    z-index:999;
}
#nav {
	list-style:none;
	position:absolute;
	margin:50px 0 0 -75px !important;
	z-index:1000;
}
#nav li {
	display:inline;
}
#nav li a {
	border-bottom:4px solid #bf8060;
	text-decoration:none;
	color:#662912;
	font-size:16px;
}
#nav li a:hover {
	border-bottom:4px solid #a64725;
}
.box {
	background:#fff2e8;
	border:1px solid #998662;
	margin-bottom:10px;
	padding:7px;
}
#flash {
	display:block;
	margin:0 auto;
}
/* ---- MISC PAGES ---- */
.photo_border IMG {
	border:1px solid #998662;
}
/* ---- SUB PAGES ---- */
#sub_heading {
	background:url(/images/sub_line.png) repeat-x;
	height:64px;
	margin-bottom:10px;
}
#sub_heading h1 {
	color:#fff;
	font-size:20px;
	padding-top:18px;
}
/* ---- CONTACT ---- */
#contact label {
	width:110px;
	float:left;
}
#contact input {
	width:200px;
}
#contact textarea {
	width:410px;
	height:160px;
}
#contact .submit input {
	width:auto;
}
/* ---- STICKY FOOTER ---- */
#container {
	min-height:100%;
	position:relative;
}
#body {
	padding-bottom:120px;
}
#footer {
	position:absolute;
	bottom:0;
	width:100%;
	height:100px;
}
