* {
	margin: 0;
	padding: 0;
}

body {
	background-color: #24420e;
	font-family: Georgia, "Times New Roman", Serif;
	font-size: 14px;
	line-height: 18px;
}

h1 {
	font-size: 26px;
	margin-top: 20px;
	margin-bottom: 20px;
	/*color: #433D00;*/
	color: #25430D;
	text-shadow: -2px -2px 1px #a2b499;
	line-height: 25px;
}

h2 {
	font-size: 21px;
	margin-top: 20px;
	margin-bottom: 5px;
	/*color: #433D00;*/
	color: #433d00;
	line-height: 25px;
}

h3 {
	color: #24420e;
	font-size: 18px;
	margin: 30px 0 5px 10px;
}

h4 {
	color: #24420e;
	font-size: 18px;
	text-align: center;
}

h1.top {
	margin-top: 0px;
}

p {
	margin-bottom: 10px;
	color: #2c2804;
	/*color: #25430D;*/
}

p.top {
	margin-top: 5px;
}

img {
	border: none;
}

a {
	color: #25430D;
	text-decoration: none;
	border-bottom: #25430D dotted 1px;
}

a:hover {
	color: #69923d;
}

a img {
	border-bottom: none !important;
}

strong {
	color: #433D00;
}

em {
	color: #25430D;
}

#container {
	position: relative;
	width: 777px;
	height: 100%;
	margin: 0px auto;
	background: #433d00 url(images/content-background.gif) repeat-y left top;
	z-index: 1;
}

#header-photo {
	width: 777px;
	height: 231px;
	float:	left;
}

#nav-bar {
	width: 777px;
	height: 47px;
	padding-left: 42px;
	background-image: url(images/nav-bar-bg.gif);
	background-repeat: no-repeat;
}

#nav-bar a {
	border-bottom: none;
}

#content-wrap {
	height: auto;
}

#sidebar {
	float: left;
	position: absolute;
	top: 315px;
	width: 165px;
	height: auto;
	margin: 0 auto;
	z-index: 10px;
}

#sidebar a {
	border-bottom: none;
}

.sidebar-symbols {
	top: -15px;
	display: block;
	text-align: center;
	margin: 0px auto;
}

#weather {
	width: 105px;
	margin: 30px auto 0px auto;
}

#sidebar img {
	margin: 0 auto;
}

#main-content {
	float: right;
	width: 540px;
	height: auto;
	margin-right: 50px;
}
.ie6 #main-content {
	float: right;
	width: 540px;
	height: auto;
	margin-right: 25px;
}

#main-content img {
	padding: 5px;
}

#footer {
	clear: both;
	position: relative;
	margin: 0 auto;
	text-align: center;
   	bottom:0px;
   	height:265px;
   	width:100%;
   	background-image: url(images/trees-testimonial.png);
   	background-repeat: no-repeat;
   	z-index: 2;
}
.ie6 #footer{
	background-image: url(images/footer_ie6.jpg);
}
blockquote {
	background: #68923D url(images/quotes-open.jpg) top left no-repeat;
	background-position-x: 6px;
	background-position-y: 6px;
	padding: 12px 15px 35px 15px;  
	margin-bottom: 40px;
	width: 450px;
	border: solid 1px #29421d;
	-moz-border-radius: 0 2em;
	-webkit-border-radius: 1em;
}

#link-boxes {
	background: white;
	float: left;
	padding: 15px;  
	width: 220px;
	height: auto;
	border: solid 1px #29421d;
	-moz-border-radius: 0 2em;
	-webkit-border-radius: 1em;
		
	margin: 0 8px 8px 0;
}

#link-boxes a img {
	border-bottom: none !important;
}

blockquote div {
	padding: 0 75px;
	background: url(images/quotes-close.jpg) bottom right no-repeat;
}

blockquote span {
	display: block;  
	float: left;  
	width: 68px;  
	height: 60px; 
}

blockquote p {
	float: right;
	font-style: italic;
	padding-right: 15px;
}


ul li {
	list-style: none;
	margin-bottom: 10px;
}

#side-nav ul {
	margin-bottom: 10px;
}


ul.cabin-links li a {
	border-bottom: none;
	color: #25430D;
}

ul.cabin-links li a:hover {
	border-bottom: dotted 1px;
	color: #25430D;
	
}

.right {
	float: right;
}

.left {
	float: left;
}


.ie6 .ie6clear{
	clear:left;
}

image.facebook {
	margin: 10px auto;
}

