/* Main Styling */
* {
	font-weight: inherit;
	font-family: inherit;
	font-style: inherit;
	font-size: 100%;
	margin: 0;
	border: 0;
}

html, body {
height: 100%;
}

body {
    font-family: Helvetica, Verdana, Arial, Geneva, sans-serif;
    background-color: #5E401B;
}

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

h1 {
    margin-bottom: 10px;
    font-size: 24px;
    font-weight: bold;
}

h2 {
    margin: 10px 0;
    font-size: 22px;
    font-weight: bold;
}

h3 {
    margin: 10px 0;
    font-size: 20px;
    font-weight: bold;
}

h3 a {
    border: none;
}

p {
    margin: 10px 0;
    line-height: 120%;
    font-size: 16px;
}

.float_left {
    float: left;
}

.float_right {
    float: right;
}

.clear_both {
    clear: both;
}

.left_column, .right_column {
    float: left;
    width: 48%;
}

.right_column {
    float: right;
}

.bold {
    font-weight: bold;
}

.italic {
    font-style: italic;
}

#wrapper {
    min-height: 100%;
    margin-bottom: -50px;
    position: relative;
}

#header_container {
    width: 100%;
    background: #DDD url(../images/header_bar.jpg) repeat-x scroll top left;
}

#header {
    position: relative;
    height: 153px;
    width: 804px;
    margin: 0 auto;
    margin-bottom: -2px;
}

#header a {
    border-bottom: none;
}

#header img {
    float: left;
}

#header ul {
    float: right;
    position: relative;
    padding-right: 10px;
    list-style: none;
    font-size: 16px;
}

#header li {
    float: left;
    padding: 100px 0 20px 0;
}

#header li a {
    height: 100%;
    padding: 100px 10px 20px 10px;
    font-weight: bold;
    color: #FFF;
}

#header li a:hover {
    background-color: #80B144;
    color: #000;
}

#header_body {
    clear: left;
    position: absolute;
    left: 0;
    bottom: 0;
}

#about #header li a.about, 
#services #header li a.services, 
#portfolio #header li a.portfolio,
#blog #header li a.blog,  
#contact #header li a.contact {
    background-color: #E2FFCA;
    color: #000;
    border-bottom: none;
}

#main_content_container {
    position: relative;
    overflow: hidden;
    padding-bottom: 20px;
    background-color: #BAFCFF;
}
 
#main_content_container #tree {
    position: absolute;
    left: 0;
    bottom: 0;
}
 
#main_content_container #grass {
    position: absolute;
    height: 10px;
    bottom: 0;
    left: 200px;
    width: 3000px;
    background: url(../images/grass.jpg) repeat-x scroll 0 0;
}
 
#main_content {
    position: relative;
    z-index: 999;
    width: 802px;
    margin: 0 auto;
    background: #FFF url(../images/body_top.jpg) repeat-x scroll top left;
    border-left: 1px solid #B3ECE5;
    border-right: 1px solid #B3ECE5;
    min-height:300px;
    height:auto !important;
    height:300px;
    
}
 
#body_container {
    padding: 0 20px 20px 20px;
}

#footer {
    margin: 0 auto;
    padding-bottom: 20px;
    width: 765px;
    color: #FFF;
    background-color: #5E401B;
}

#site_meta_container {
    height: 30px;
    position: relative;
    margin-top: 10px;
    background-color: #3D2911;
}

.clearfooter {
height: 40px;
clear: both;
}

#site_meta {
    height: 30px;
    line-height: 30px;
    margin: 0 auto;
    margin-top: 20px;
    width: 765px;
    color: #FFF;
    font-size: 12px;
}

#site_meta a {
    color: #FFF;
    border-bottom: none;
}

#site_meta a:hover {
    border-bottom: 1px dotted #FFF;
}

/* Slider */
#home #slider {
    background:url(../images/slider_bg.jpg) repeat-x top left;
}

#slider ul, #slider li {
    margin: 0;
	padding:0;
	list-style:none;
}

#slider ul {
    padding-left: 38px;
}

#home #slider li { 
	width:727px;
	height:225px;
	overflow:hidden;
}	
	
p#controls {
	margin:0;
	position:relative;
} 

#home #prevBtn, #home #nextBtn { 
	display:block;
	margin:0;
	overflow:hidden;
	text-indent:-8000px;		
	width:38px;
	height:225px;
	position:absolute;
	top:-225px;
}	

#home #nextBtn { 
	left:727px;
	}														

#home #prevBtn a, #home #nextBtn a {  
	display:block;
	width:37px;
	height:225px;
	background:url(../images/slider_btn_left.jpg) no-repeat 0 0;
	border: none;	
	}

#home #prevBtn a {
    width:38px;
}

#home #nextBtn a { 
	background:url(../images/slider_btn_right.jpg) no-repeat 0 0;	
}

/* Portfolio */
.portfolio_container {
    min-height:725px;
    height:auto !important;
    height:725px;
    margin-left: 11px;
}

#portfolio #slider ul li p a {
    border-bottom: 1px dotted #000;
}

.portfolio_container h2 {
    margin-top: 20px;
}

#portfolio #slider li {
	width:764px;
	overflow:hidden;
}

#portfolio #slider li a { 
    border: none;
}	

#portfolio #slider p { 
	width:675px;
}

#portfolio #slider li img { 
	border: 1px solid #666;
}

#portfolio #prevBtn, #portfolio #nextBtn { 
	display:block;
	margin:0;
	overflow:hidden;
	text-indent:-8000px;		
	width:38px;
	position:absolute;
	top:-466px;
}

#portfolio #nextBtn { 
	left:727px;
}	

#portfolio #prevBtn a, #portfolio #nextBtn a {  
	display:block;
	width:37px;
	height:100px;
	background:url(../images/portfolio_slider_left.jpg) no-repeat 0 0;
	border: 0;	
}

#portfolio #prevBtn a {
    width:38px;
}

#portfolio #nextBtn a { 
	background:url(../images/portfolio_slider_right.jpg) no-repeat 0 0;	
}

/* Small Accordions */
.right_column h3 {
    font-size: 14px;
    margin: 5px 0;
}

#accordion div {
    margin: 4px 0;
    padding: 2px 10px;
    background: #F7F7F7 url(../images/about_services_list.jpg) repeat-x 0 0;
    border: 1px solid #EBEBEB;
}

#accordion div div {
    background: none;
    border: none;
}


/* Services */
#services h1 {
    margin-top: 0;
}

#services h2 {
    margin: 10px 0;
}

#services #accordion div {
    margin: 10px 0;
}

#services #accordion div div {
    background: none;
    border: none;
    font-weight: normal;
}

#services h2 a {
    border: none;
}

/* Blog Short */
#footer a {
    color: #FFF;
}

#footer a:hover {
    border-bottom: 1px dotted #FFF;
}

#footer h2 {
    padding: 10px 0 5px 10px;
    margin-bottom: 0;
    background-color: #3D2911;
}

.point {
    margin: 0 0 0 20px;
}

#footer .blog_short {
    border-bottom: 2px solid #3D2911;
    padding-bottom: 20px;
}

#footer .blog_short.last {
    padding-top: 10px;
    border-bottom: none;
}

#footer .blog_short .read_more {
    text-decoration: none;
    border-bottom: 1px dotted #999;
    color: #FFF;
}

#footer .short_meta {
    border-top: 1px dotted #3D2911;
    padding-top: 10px;
    font-size: 10px;
}

#footer .short_meta a {
    border: none;
}

#footer .short_meta a:hover {
    border-bottom: 1px dotted #FFF;
}

#footer .right_column a {
    border-bottom: 1px dotted #FFF;
}

#footer .links a {
    border-bottom: none;
}

#footer h2.last {
    margin-top: 20px;
}

#footer .right_column ul {
    padding: 0;
    list-style: none;
    float: left;
    margin: 10px 30px 0 0;
}

#footer .right_column ul li {
    margin-bottom: 20px;
}

#footer .right_column ul a:hover {
    border: none;
}

/* Blog */
#blog ul {
    line-height: 120%;
}

.post {
    float: left;
    width: 685px;
    padding: 10px 0 20px 0;
    border-top: 1px solid #DFDFDF;
}

.post_detail {
    padding-top: 10px;
    border-top: 1px solid #DFDFDF;
}

.post_detail h2 a, .share a {
    border-bottom: none;
}

#body_container .post h2 a {
    border-bottom: none;
}

#body_container .post h2 a:hover {
    border-bottom: 1px dotted #000;
}

.post_meta {
    float: right;
    padding-top: 4px;
    font-size: 12px;
}

#body_container .post_meta a {
    border-bottom: none;
}

#body_container .post_meta a:hover {
    border-bottom: 1px dotted #000;
}

.date {
background-color: #EFEFEF;
float:left;
font-size:20px;
font-weight:bold;
margin: 57px 20px 0 0;
padding:0.2em 0;
text-align:center;
width:55px;
}

#body_container .date a {
    border-bottom: none;
}

.date .month a {
    border-bottom: none;
}

.date .month {
display:block;
}

.categories {
    border-top: 1px solid #DFDFDF;
}

.categories a {
    border-bottom: 1px dotted #000;
}

.comment {
    padding: 10px 0 20px 0;
    border-top: 1px dotted #3D2911;
    border-bottom: 2px solid #3D2911;
}

.comment a {
    border-bottom: 1px dotted #FFF;
}

.last {
    border-bottom: none;
}

/* Forms */
.required_text {
    font-size: 12px;
    font-style: italic;
    font-weight: bold;
}
.float_left span {
    float: left;
    display: block;
    width: 75px;
}

.form_box {
	width: 100%;
	margin: 10px 0;
}

.preview {
    width: 50%;
    margin-bottom: 40px;
}

.form_box form label, .form_box form span label {
	display: block;
	float: left;
	width: 120px;
	padding-right: 5px;
	clear: left;
}

.form_box form input, .form_box form textarea, .form_box form select {
	float: left;
	width: 100%;
	margin-bottom: 5px;
	border: 1px solid #999;
}

.form_box form label.error { 
    width: 100%;
    margin-bottom: 10px;
	font-size: 75%;
	font-weight: bold;
	text-align: right;
}

.form_box #submitbutton {
	width: 80px;
	margin-left: 160px;
	margin-top: 10px;
	float: right;
}

.form_box .errorlist {
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: right;
}

/* Contact */
#contact .float_right {
    width: 45%;
}

#map_canvas {
    width: 345px;
    height: 250px;
    margin-top: 10px;
}

#map_canvas a {
    border: none;
}