@charset "UTF-8";
/* CSS Document */
body {
	margin: 0;
	padding: 185px 0px 30px 150px;
	background: #160A03 url(../images/common/background.jpg) top left no-repeat;
	color: #160A03;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
img { border: 0; }
a {
	color: #727A35;
}
#container {
	width: 875px;
}
#leftCol {
	float: left;
	width: 150px;
	z-index:2;
	position: relative;
	color: #E3DBC2;
}
#leftCol a {
	color: #E3DBC2;	
}
#body {
	margin-left: 175px;
	width: 690px;
}
#footer {
	width: 695px;
	margin: 20px 50px 0 175px; 
	color: #727A35;
}
#gallery #footer {
	margin: 20px 50px 0 125px; 
}
ul#nav {
	margin: 0;
	padding: 0;
	list-style: none;
}
#nav ul {
	padding-left: 15px;
}
#nav {
	margin-top: 30px;
}
#nav a {
	display: block;
}
#nav a {
	height: 21px;
	margin: 10px 0px;
}
#nav ul a {
	height: 17px;
	margin: 3px 0;
}
#nav ul {
	margin-top: -5px;
}
#nav span {
	display: none;
}
#nav a {
	display: block;
	background-position: top left;
	background-repeat: no-repeat;
}
#nav a:hover {
	background-position: bottom left;
}
#home #content {
	padding: 20px;
}
#content {
	background:url(../images/common/background-sub.jpg) top left no-repeat #E3DBC4;
	padding: 43px 30px 20px 30px;
}
* html #content {
	padding-left: 25px;
}
#header {
	margin-bottom: 20px;
}
#photos {
	width: 280px;
	float: right;
	margin-right: -97px;
	padding-left: 10px;
}
* html #photos {
	position: relative;
	margin-right: -66px;
}
#photos div {
	margin-bottom: 20px;
}
#home #home_nav, #working #working_nav, #rates #rates_nav, #rental #rental_nav, #groups #groups_nav, #activities #activities_nav, #notes #notes_nav, #gallery #gallery_nav, #location #location_nav, #contact #contact_nav, #grassfed #grassfed_nav {
	background-position: bottom left;
}
#home_nav {
	background-image: url(../images/nav/home.png);
}
#working_nav {
	background-image: url(../images/nav/working.png);
}
#rates_nav {
	background-image:url(../images/nav/rates.png);
}
#rental_nav {
	background-image:url(../images/nav/vacation_rentals.png);
}
#groups_nav {
	background-image: url(../images/nav/groups.png);
}
#activities_nav {
	background-image: url(../images/nav/activities.png);
}
#notes_nav {
	background-image: url(../images/nav/notes.png);
}
#gallery_nav {
	background-image:url(../images/nav/photo.png);
}
#location_nav {
	background-image: url(../images/nav/location.png);
}
#contact_nav {
	background-image:url(../images/nav/contact.png);
}
#grassfed_nav {
	background-image:url(../images/nav/grassfed.png);
}
#footer {
	text-align: center;
	clear: both;
}
#footer a {
	text-decoration: none;	
}

table td {
	vertical-align: top;
}

label {
	float: left;
	width: 100px;
	display: block;
	font-size: 12px;
}
label.error {
	float: none;
	display: inline;
	color: red;
}
input.error {
	border: 2px solid red;
}
.right { text-align: right; }
.smaller { font-size: 12px; }

#contact_form p { margin: 0 0 .5em 0; }
/*
** Markup free clearing
** Details: http://www.positioniseverything.net/easyclearing.html
*/
.clear-block:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clear-block {
  display: inline-block;
}

/* Hides from IE-mac \*/
* html .clear-block {
  height: 1%;
}
.clear-block {
  display: block;
}
/* End hide from IE-mac */
