@charset "utf-8";
/* CSS Document */

@import url("default.css");

/* COLOR REF
green		b7d977
50% green	dbecbb
gray		d5d3d2
brown text	3e1f00
brown bg	331900
purple		9e6bac
*/

/* RESETS */

body, ul, h1, h2, h3, p, form {
	margin: 0;
	padding: 0;
}
ul {
	list-style: none;
}
address {
	font-style: normal;
}

/* ALL PAGES */

body {
	padding-top: 115px;
	background: #331900 url(../images/body-bg.jpg) top center no-repeat;
}
#container {
	width: 916px;
	background: #fff url(../images/container-bg.jpg) top center no-repeat;
	padding-top: 66px;
}

#header ul {
	width: 90%;
	margin: 0 auto;
	font-size: 16px;
}
#header a {
	display: block;
	color: #3e1f00;
	text-decoration: none;
	background: url(../images/nav-mid.gif);
}
#header a:hover {
	background-color: #dbecbb;
}
#header li.current a {
	background-color: #b7d977;
}
#header b {
	display: block;
	padding: 12px 16px;
	border-right: 2px solid #d5d3d2;
}
#header li.first b {
	padding-left: 26px;
	background: url(../images/nav-left.gif) left no-repeat;
}
#header li.last b {
	padding-right: 26px;
	background: url(../images/nav-right.gif) right no-repeat;
	border-right: none;
}

#content {
	position: relative;
	top: 1em;
	padding: 0 44px 2em;
	width: 828px;
}
h1, h2, h3, p, #content ul {
	margin-left: 370px;
}
#contact_us h1, #contact_us h2, #contact_us h3, #contact_us p {
	margin-left: 0;
}
#index h1, #index p, .callout h2, .callout p {
	margin-left: 0;
}
#slideshow {
	float: left;
	width: 350px;
	height: 300px;
}
.callout {
	background: #d5d3d2;
	float: left;
	clear: left;
	width: 318px;
	padding: 0 16px 1em;
}

#footer {
	background: url(../images/footer-bg.gif) top left;
	padding: .5em 14px .7em 16px;
}
#footer a {
	color: #fff;
}
#footer a:hover {
	color: #b7d977;
}
#footer .credit, #footer .legal {
	display: inline;
	color: #fff;
	font-size: .8em;
}
#footer .credit {
	border-left: 1px solid #fff;
	padding-left: .5em;
	margin-left: .5em;
}

/* PER PAGE OVERRIDES */

#index #content {
	position: relative;
	top: -8px;
	background: url(../images/index-bg.jpg) top center no-repeat;
	padding-top: 296px;
}
#index .callout {
	float: right;
	width: 350px;
	margin: 1em 0 1em 50px;
}
#image_gallery #slideshow {
	width: 525px;
	height: 425px;
	margin: 0 1em 2em 0;
}
#contact_us #map {
	float: right;
	width: 525px;
	margin: 0 0 2em 1em;
}

/* TYPE */

body, a {
	color: #3e1f00;
}
h1, h2, h3 {
	font-weight: normal;
}
h1 {
	font-size: 1.8em;
	line-height: 1.3em;
}
h2 {
	font-size: 1.4em;
}
h3 {
	font-size: 1.2em;
}
h2, h3, p {
	line-height: 1.4em;
}
ul {
	line-height: 1.5em;
}
h1, h2, h3, #content ul, p, address {
	margin-top: .8em;
}
h3 {
	margin-bottom: -.6em;
}
#content ul {
	list-style: disc;
	padding-left: 1.5em;
}
#content a:hover {
	color: #9e6bac;
}
