@charset "UTF-8";

body {
	margin: 0;
	background: url(../images/bg.jpg) repeat-x #fff;
	background-position: 0 -10px;
	font-family: "Lucida Sans", Helvetica, Arial, sans-serif;
	font-size: .9em;
}
body.compact {
	background-position: 0 -240px;
}
body.compact #header {
	height: 90px;
	background-position: bottom;
}
body.compact #header h1 {
	margin-top: 30px;
}
body.compact #nav {
	margin-top: 50px;
}
#container {
	margin: 0 auto;
	width: 1000px;
}
#header, #header2, #header3, #header4, #header5 {
	padding: 0 50px 0;
	height: 320px;
	background: bottom no-repeat;
}
#header { background-image: url(../images/header.jpg); }
#header2 { background-image: url(../images/header2.jpg); }
#header3 { background-image: url(../images/header3.jpg); }
#header4 { background-image: url(../images/header4.jpg); }
#header5 { background-image: url(../images/header5.jpg); }
h1 {
	margin: 260px 0 0 0px;
	padding: 0;
	width: 380px;
	height: 45px;
	float: left;
	background: url(../images/sivakstone.gif) no-repeat;
}
h1 a {
	display: block;
	width: 380px;
	height: 45px;
}
#nav {
	margin-top: 280px;
	float: right;
	text-align: right;
}
#content {
	padding: 60px 50px 20px;
	border-top: 1px solid #fff;
	color: #4b3e31;
}
#footer {
	margin: 50px;
	padding: 5px 0;
	border-top: 1px dotted #4b3e31;
	font-size: .8em;
	color: #4b3e31;
}

#nav ul {
	margin: 0;
	padding: 0;
}
#nav li {
	margin-left: 20px;
	display: inline;
	font-weight: bold;
}
#nav li a {
	padding-bottom: 2px;
	color: #fff;
	text-decoration: none;
}
#nav li a:hover, #nav li.active a {
	color: #CFBD8E;
	border-bottom: 1px dotted #fff;
}
#left {
	width: 250px;
	float: left;
}
#right {
	width: 550px;
	float: right;
}
.right {
	text-align: right;
}
.floatleft {
	float: left;
}
.floatright {
	float: right;
}
.clear {	clear: both; }
.error {
	color: #CC0000;
}
.larger {
	font-size: 1.2em;
}
h1 span, h2 span { display: none; }
h2 {
	margin: 10px 0 15px;
	padding: 0;
	width: 500px;
	height: 35px;
	background-repeat: no-repeat;
	background-position: top left;
}
h2#home {
	background-image: url(../images/home.gif);
}
h2#philosophy {
	background-image: url(../images/philosophy.gif);
}
h2#services {
	background-image: url(../images/services.gif);
}
h2#gallery {
	background-image: url(../images/gallery.gif);
}
h2#media {
	background-image: url(../images/media.gif);
}
h2#contact {
	background-image: url(../images/contact.gif);
}
h3 {
	margin: 10px 0 10px;
	padding: 0;
	color: #342417;
}
p {
	margin: 10px 0 15px;
	line-height: 1.4em;
}
a {
	color: #67605a;
}
a img {
	margin: 10px 0 10px;
	padding: 3px;
	border: 1px solid #67605a;
}
a.arrow {
	padding-left: 20px;
	background: url(../images/arrow.gif) center left no-repeat;
	font-size: 1.1em;
}
img#rand1, img#rand2 {
	width: 250px;
}
ul.filter {
	margin: 10px 0 30px;
	padding: 0;
}
ul.filter li {
	margin: 8px 2px 2px 0;
	list-style: none;
	display: inline;
}
ul.filter li a {
	padding: 2px 5px;
}
ul.filter li.active a, ul.filter li a:hover {
	background-color: #362619;
	color: #fff;
	text-decoration: none;
}
.thumbs img {
	margin: 0 4px 10px 0;
	padding: 3px;
	border: none;
	vertical-align: middle;
	opacity: .8;
}
.thumbs a:hover img {
	padding: 3px;
	border: 0px solid #67605a;
	opacity: 1;
}
#content form {
	margin-top: 15px;
}
#content fieldset {
	margin: 0;
	padding: 0;
	border: 0;
}
#content form label {
	margin-bottom: 2px;
	width: 80px;
	float: left;
	font-size: 1em;
	font-weight: bold;
	text-align: right;
}
#content form input, #content form textarea {
	margin-left: 20px;
	margin-bottom: 10px;
	padding: 3px;
}
textarea {
	width: 220px;
	height: 150px;
}