html{
	margin:0;
	padding:0;
	background:#372935 url('../images/white_tile.gif') repeat-x top left;
}
html.home{
	background:#372935 url('../images/white_tile_home.gif') repeat-x top left;
}
body{
	margin:0;
	padding:0;
	font-family:helvetica, arial, sans-serif;
	text-align:center;
	color:#565055;
	background:transparent url('../images/leaves.png') no-repeat center 70px;
}
body.home{
	background:transparent url('../images/leaves.png') no-repeat center 275px;
}
#outercontainer{
	width:900px;
	margin:0 auto;
	background:transparent url('../images/bg_shadow.png') repeat-y center center;
}
#top, #bottom{
	height:18px;
	margin:0;
	padding:0;
}
#top img, #bottom img{
	display:block;
}
#container{
	width:850px;
	margin:auto;
	text-align:left;
}
#header{
	background: transparent url('../images/header.jpg') no-repeat center top;
	width:850px;
	height:182px;
	position:relative;
}
#header_home{
	background: transparent url('../images/header_home.jpg') no-repeat center top;
	width:850px;
	height:482px;
	position:relative;
}
#login {
	font-size: .5em;
	position: absolute;
	height: auto;
	width: auto;
	top: 0px;
	left: 10px;
}
#login a:link, #login a:visited  {
	color: #bbb;
}
#login a:hover,#login a:active {
	color: #999;
	text-decoration:underline;
}
#navbar{
	height:35px;
	width:850px;
	position:absolute;
	bottom:0px;
	font-size:0.85em;
}
#navbar #topnav{
	list-style-type: none;
	margin:0;
	padding:0 25px 0 0;
	height: 35px;
	float:right;
}
#navbar li{
	float: left;
}
#navbar p#link{
	margin:0;
	padding:10px;
	display: block;
	color:#fff;
	cursor:pointer;
	float:left;
}
#navbar li a{
	padding:10px;
	display: block;
	text-decoration: none;
	font-weight:400;
	color:#fff;
	float:left;
}
#subnav{
	position:relative;
}
#dropdown{
	position:absolute;
	top:30px;
	left:0px;
	width:125px;
	border:1px solid #a8a89c;
	background-color:#fff;
	list-style-type: none;
	margin:0;
	padding:0;
	display:none;
}
#dropdown li{
	float:none;
	padding:0;
}
#dropdown li a{
	padding:7px 15px 4px;
	display: block;
	width:95px;
	text-decoration: none;
	color:#545e3d;
	background-color:#fff;
}
#dropdown li a.first{
	padding:8px 15px 4px;

}
#dropdown li a.last{
	padding:7px 15px 6px;

}
#main{
	padding:30px 30px 10px 30px;
}
#sidebar{
	width:225px;
	float:right;
	font-size:0.75em;
	line-height:1.5em;
	color:#372935;
}
#sidebar h3{
	background-color:#eee;
	margin:0;
	padding:5px 15px 3px;
	text-transform: uppercase;
	font-weight:700;
	font-size:0.9em;
	letter-spacing:0.1em;
}
#sidebar h2{
	background-color:#eee;
	margin:0;
	padding:5px 15px 3px;
	text-transform: uppercase;
	font-weight:700;
	font-size:0.9em;
	letter-spacing:0.1em;
}
#sidebar p{
	margin:15px 15px; 
}
#gallery{
	float:left;
	width:496px;
	font-size:0.8em;
	line-height:1.3em;
	padding:0 22px 22px 0;
	background-color:#eee;
	border:1px solid #aaa;
}
.thumb{
	padding:23px 0 0 23px;
	display:block;
	float:left;
	border:none;
}
#content{
	float:left;
	width:518px;
	font-size:0.8em;
	line-height:1.3em;
}
#content.nosidebar{
	float:none;
	width:790px;
	font-size:0.8em;
	line-height:1.3em;
}
#content h1{
	font-family:Times, serif;
	font-size:1.5em;
	letter-spacing:0.03em;
	color:#372935;
	margin:0 0 15px;
}
#content h2{
	font-size:1em;
	font-weight:700;
	letter-spacing:0.03em;
	color:#372935;
	margin:0 0 5px;
}
#content h3{
	font-size:1em;
	font-weight:700;
	letter-spacing:0.03em;
	color:#372935;
	margin:0 0 5px;
}
#content p{
	margin:0 0 12px;
}
#content ul{
	list-style:none;
}
#content ul.bulleted{
	list-style:disc;
	margin:-10px 0 15px;
}
p.testimonial{
	padding:15px;
	background-color:#eee;
	border:1px solid #aaa;
}
#contactform{
	margin:0 auto;
	width:700px;
}
#contactform h2{
	margin-top:0;
}
#contactform span{
	color:red;
}
#contactform .row{
	width:698px;
	padding: 2px 0;
	
}
#contactform .insetrow{
	padding:2px 0 2px 125px;
	width:700px;
}
#contactform label{
	width:125px;
	float:left;
	text-align:right;
}
#contactform span#errorRight{
	margin-left:285px;
}
#footer{
	margin:0 25px;
	padding:10px 0 0;
	font-size:0.6em;
	border-top: 1px solid #aaa;
	color:#545e3d;
}
#footer p{
	margin:0;
	float:right;
}
#footer a{
	color:#545e3d;
	font-weight:400;
	padding:0 9px 0 6px;
}
a{
	color:#574955;
	font-weight:700;
	text-decoration:none;
	outline:none;
}
a:hover{
	text-decoration:underline;
}
.clear{
	clear:both;
}