@charset "utf-8";
/* CSS Document */

html, body {
	background: #555A32;
}

body {
	color: #70391D;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
}

.clr {
	clear: both;
}

h1 {
}

h2 {
	color: #555A32;
	font-weight: bold;
	font-size: 14px;
}

h3 {
	font-weight: bold;
	font-size: 12px;
}

p {
	margin-bottom: 1em;
}

strong {	
	font-weight: bold;
}

a {
	color: #555A32;
}

a:hover {	
	text-decoration: none;
}

#wrapper {
	background: #7C8449;
	margin: auto;
	width: 910px;
}

#header {
	background: url(../images/header-bg.png);
	height: 297px;
	position: relative;
}

#header #caduceus {
	left: 27px;
	position: absolute;
	top: 5px;
	z-index: 2;
}

#header #names {
	left: 170px;
	position: absolute;
	top: 8px;
	}
	
#header #contact {
	position: absolute;
	right: 70px;
	top: 31px;
}

#header #exterior {
	background: url(../images/header-exterior.jpg);
	bottom: 0;
	height: 221px;
	left: 50px;
	position: absolute;
	width: 810px;
	z-index: 1;
	}
	
#header #exterior #slogan {
	position: absolute;
	top: 67px;
	left: 42px;
}

#nav {
	background: #000;
	border: 2px solid #6E5E2F;
	height: 39px;
	margin: auto;
	width: 802px;
}

#nav li {
	float: left;
}

#nav li a {
	display: block;
	text-align: center;
	width: 140px;
}

#nav li a img {
	margin: 14px auto;
}

#navfirst, #navlast {
	height: 40px;
	position: relative;
	width: 50px;
}

#navfirst img, #navlast img {
	position: absolute;
	top: 10px;
	z-index: 1;
}

#navfirst img {
	left: -25px;
}

#navlast img {
	right: -25px;
}

#content-wrapper {
	background: #743D1E;
	margin: auto;
	padding: 7px 10px 15px 10px;
	width: 786px;
}

#left-column {
	background: #FFF8EA url(../images/gradient-bg.png) no-repeat;
	float: left;
	margin: 0 10px 10px 0;
	padding: 15px 15px 1px 15px;
	width: 532px;
	}
	
#left-column ul {
	padding-left: 1em;
	margin: 0 0 1em 1em;
}

#left-column li {
	list-style-type: disc;
}
	
#left-column p, #left-column ul {
	line-height: 1.3;
}
	
#page-title {
	clear: both;
	margin-bottom: 35px;
}

.home-dr {
	float: left;
	width: 261px;
}

#contactform {
	float: left;
}

#contactform ul {
	margin: 0 0 1em 0;
	padding: 0;
	overflow: auto;
}

#contactform li {
	list-style: none;
	margin-bottom: 5px;
}

#contactform label {
	float: left;
	width: 100px;
}

#contactform em {
	color: #a80000;
}

#contactform input[type=submit] {
	background: #743D1E;
	border: 2px solid #7C8449;
	color: #fff;
	cursor: pointer;
	float: right;
	padding: 3px 5px;
}

#contactform div.error {
	color: #a80000;
	font-style: italic;
	margin-left: 100px;
}

#sending {
	display: none;
	line-height: 25px;
	padding-right: 5px;
	font-style: italic;
}

#left-column .beforeafter {
	margin: 0;
	padding: 0;
}

#left-column .beforeafter li {
	border-bottom: 1px solid #555A32;
	float: left;
	list-style: none;
	margin: 10px 5px;
}
	
#right-column {
	float: left;
	margin-bottom: 10px;
	width: 214px;
}

#right-column #buttons {
	font-size: 13px;
	margin: 10px auto;
	width: 172px;
}

#right-column #buttons a {
	background: url(../images/right-column-button-bg.png);
	border: 1px solid #7B8448;
	color: #000;
	display: block;
	height: 35px;
	line-height: 35px;
	margin-bottom: 4px;
	text-align: center;
	text-decoration: none;
}

#right-column .sidebox {
	background: #FFF8EA url(../images/gradient-bg.png) no-repeat;
	color: #70391D;
	font-size: 13px;
	font-style: italic;
	margin-bottom: 10px;
	padding: 15px 10px;
}

#right-column .sidebox .title {
	margin-bottom: 25px;
}

#right-column .sidebox p {
	text-align: center;
}

#right-column .sidebox #button {
	background: url(../images/right-column-button-bg.png);
	border: 1px solid #7B8448;
	color: #000;
	display: block;
	font-size: 12px;
	font-style: normal;
	margin: auto;
	padding: 3px;
	text-align: center;
	text-decoration: none;
	width: 174px;
}

#blackbar {
	background: #000;
	clear: both;
	color: #fff;
	font-size: 13px;
	height: 130px;
	margin: 0 -55px;
	padding: 5px 10px;
}

#blackbar #first, #blackbar #last {
	padding: 35px 0 0 0;
	width: 94px;
}

#blackbar #middle {
	border-left: 1px solid #C08143;
	border-right: 1px solid #C08143;
	height: 100px;
}

#blackbar li {
	float: left;
	text-align: center;
	padding: 15px;
	width: 198px;
}

#blackbar img {
	margin-bottom: 1em;
}

#footer {
	color: #fff;
	padding: 10px 50px;
}

#footer a {
	color: #FFCC00;
	text-decoration: none;
}

#fi {
	float: right;
}
