/*
	screen_all.css
	Core CSS for on-screen display
	
	see screen_ie6.css for MSIE 6 and earlier browsers.
	see screen_ie7.css for MSIE 7.
*/

body {
	margin:0;
	padding:0;
	font-size:10px;
	font-family:Helvetica, Arial,'sans-serif';
	background:#27723d url('../images/body_bg.png') center top repeat-y;
	color:#666;
	}
div {
	position:relative;
	margin:0;
	padding:0;
	}
img { border:0; }
a,.pseudolink {
	color:#36c;
	text-decoration:none;
	}
a:visited {
	color:#93c;
	text-decoration:none;
	}
a:hover,.pseudolink:hover {
	text-decoration:underline;
	}
a:active,.pseudolink:active {
	color:#f60;
	}
.pseudolink { cursor:pointer; }
/* general page container */
#container {
	margin:10px auto 0;
	}
#container,#header,#nav,#home_banner,#content,#footer {
	width:860px;
	}
/* page header */
#header {
	height:141px;
	background:url('../images/header_bg.jpg') no-repeat;
	text-align:center;
	overflow:hidden;
	z-index:4;
	}
#nav {
	background:#0f1511 url('../images/nav_bg.gif') repeat-x;
	/*min-height:26px;*/
	overflow:visible;
	z-index:3;
	}
#nav ul {
	list-style:none;
	margin:0;
	padding:0 0 0 100px;
	position:relative;
	}
#nav li {
	position:relative;
	float:left;
	margin:0;
	}
#nav li a {
	display:block;
	position:relative;
	padding:5px 25px 5px 25px;
	background:url('../images/nav_divider.gif') 0 4px no-repeat;
	font-size:1.8em;
	line-height:1em;
	}
#nav li:first-child a,#nav li.first-child a {
	background-image:none;
	}
#nav li a,#nav li a:visited {
	color:#fff;
	}
#nav li a:hover {
	color:#c8de20;
	text-decoration:none;
	}
#nav li a:active {
	color:#f0d95c;
	}
#nav li ul,#home #nav li ul {
	display:none;
	position:absolute;
	padding:0;
	left:0;
	top:28px;
	}
#nav li:hover ul,#nav li.hover ul,#home #nav li:hover ul,#home #nav li.hover ul {
	display:block;
	}
#nav li ul li {
	position:relative;
	float:none;
	width:166px;
	}
#nav li ul li a {
	width:152px;
	padding:3px 5px 3px 7px;
	border-right:solid #c3b7a1 1px;
	border-bottom:solid #c3b7a1 1px;
	border-left:solid #c3b7a1 1px;
	background:#e4dccf;
	line-height:1.2em;
	}
#nav li ul li a,#nav li ul li a:visited {
	font-size:1.2em;
	color:#8d7851;
	}
#nav li ul li a:hover {
	color:#fff;
	background:#8d7851;
	text-decoration:none;
	}
#nav li ul li a:active {
	background:#c8de20;
	}
/* content area */
#content {
	padding:27px 0 0 0;
	border-top:solid #9ca943 2px;
	margin:3px 0 0 0;
	background:#fff;
	z-index:2;
	}
#left_sidebar {
	width:164px;
	float:left;
	}
#left_sidebar ul,#left_sidebar li {
	width:164px;
	list-style:none;
	margin:0;
	padding:0;
	}
#left_sidebar li a {
	display:block;
	width:153px;
	padding:3px 5px 2px 6px;
	font-size:1.8em;
	border-bottom:solid #fff 1px;
	}
#left_sidebar li a,#left_sidebar li a:visited {
	color:#fff;
	background:#69a279 url('../images/left_sidebar_top_bg.gif') repeat-x;
	}
#left_sidebar li a:hover {
	}
#left_sidebar li a:active {
	color:#c8de20;
	}
#left_sidebar li li a {
	padding:5px 5px 4px 6px;
	font-size:1.2em;
	}
#left_sidebar li li a,#left_sidebar li li a:visited {
	color:#8d7851;
	background:#e4dccf;
	}
#left_sidebar li li a:hover {
	color:#fff;
	background:#8d7851;
	text-decoration:none;
	}
#left_sidebar li li a:active {
	color:#fff;
	background:#c8de20;
	text-decoration:none;
	}
#left_sidebar li li li a {
	width:139px;
	padding:5px 5px 4px 20px;
	font-size:1.2em;
	}
#text {
	width:472px;
	margin:0 0 0 24px;
	float:left;
	font-size:1.4em;
	line-height:1.4em;
	}
#text h2 {
	margin:0 0 0.5em;
	}
#text p {
	margin:0 0 1em;
	clear:left;
	}
#text h2,#text h3,#text h4,#text h5,#text h6 {
	float:none;
	clear:both;
	}
#text h2 {
	color:#8e9840;
	font-weight:normal;
	font-size:2.1em;
	line-height:1.1em;
	}
#text h3,#text h4,#text h5 {
	font-family:Georgia,"Georgia MS",Times,sans-serif;
	}
#text h3 {
	color:#bc5533;
	font-size:1.4em;
	font-weight:bold;
	margin:1em 0 0.4em;
	}
#text h4 {
	color:#8d7851;
	font-size:1.3em;
	font-weight:bold;
	margin:1em 0 0.4em;
	}
#text h5 {
	font-size:1.2em;
	font-weight:bold;
	margin:1em 0 0.5em;
	}
#text h6 {
	font-size:1.1em;
	font-weight:bold;
	margin:1em 0 0.4em;
	}
#text .alignleft,#text .left {
	display:block;
	float:left;
	margin:0 5px 3px 0;
	}
#text ul,#text ol {
	margin:0 0 1em;
	padding:0 0 0 1.4em;
	}
#text ul {
	list-style:url('../images/text_li_bullet.gif');
	}
#text .alignright,#text .right {
	display:block;
	float:right;
	margin:0 0 3px 5px;
	}
#text span.wpcf7-list-item {
	margin-left:0;
	}
#right_sidebar {
	width:180px;
	margin:0 0 0 20px;
	float:left;
	}
#sidebar_button {
	display:block;
	width:174px;
	padding:10px 3px;
	font-size:1.4em;
	color:#fff;
	text-align:center;
	}
#sidebar_button,#sidebar_button:visited {
	background:#747d32 url('../images/sidebar_button_bg.gif') repeat-x;
	}
#sidebar_button:hover {
	text-decoration:none;
	background:#454e00 url('../images/sidebar_button_bg_over.gif') repeat-x;
	}
#sidebar_button:active {
	text-decoration:underline;
	}
#sidebar_contact {
	padding:15px 0;
	font-family:Georgia,"Georgia MS",Times,sans-serif;
	font-size:1.8em;
	text-align:center;
	}
#sidebar_contact .phone {
	font-size:1.4em;
	color:#bc5533;
	}
#sidebar_testimonial {
	font-family:Georgia,"Georgia MS",Times,sans-serif;
	font-size:2em;
	line-height:1.4em;
	text-align:right;
	color:#a67d5a;
	font-style:italic;
	}
#sidebar_testimonial .attr {
	font-size:0.7em;
	}
/* homepage styling */

#home #header {
	background:none;
	}
#home #nav ul { /* homepage doesn't have a "home" link */
	padding:0 0 0 148px;
	}
#home_banner {
	position:relative;
	display:block;
	height:278px;
	margin:4px 0 0;
	background:url('../images/home_banners/home_banner_01_leaves.jpg') no-repeat;
	}
#home_banner img {
	position:absolute;
	top:0;
	left:0;
	}
#home #text {
	width:460px;
	margin:0;
	}
#home #text h1 {
	float:none;
	clear:both;
	color:#8e9840;
	font-weight:normal;
	font-size:2.1em;
	line-height:1.1em;
	}
#home #right_sidebar {
	margin:0;
	width:400px;
	}
#home .textwidget {
	width:180px;
	margin:0 0 0 20px;
	float:left;
	}
.home_sidebar_button {
	display:block;
	margin:0 0 10px;
	}
#home #sidebar_button {
	max-height:44px;
	}
#home #sidebar_contact {
	padding:0;
	font-family:Georgia,"Georgia MS",Times,sans-serif;
	font-size:1.8em;
	margin-top:-7px;
	max-height:44px;
	text-align:center;
	}
/* blog styling */
#text .list-post h2 {
	font-size:1.8em;
	margin:0 0 0.3em;
	}
#text .list-post {
	padding-bottom:30px;
	}
.byline {
	font-style:italic;
	font-size:0.7em;
	line-height:1.2em;
	}
.postmetadata {
	font-size:0.8em;
	line-height:1.2em;
	}
#text hr {
	background:none;
	width:100%;
	height:0px;
	border-top:solid #8e9840 1px;
	border-bottom:none;
	border-left:none;
	border-right:none;
	clear:both;
	}
/* blog comments */
#comments,#respond {
	font-weight:bold;
	font-size:1em;
	color:#005e2d;
	}
#blog #text #respond {
	font-weight:bold;
	font-size:1.1em;
	color:#7b7b7b;
	}
#text .commentlist {
	list-style:none;
	margin:0;
	padding:0;
	}
.commentlist li {
	font-size:0.9em;
	margin:0;
	}
.commentlist .avatar {
	display:block;
	}
#text .mod_alert {
	color:#900;
	}
#text .commentlist .comment_mast {
	width:100px;
	float:left;
	margin:0;
	font-size:0.9em;
	line-height:1.2em;
	}
.comment_mast .commentmetadata {
	font-size:0.9em;
	line-height:1.2em;
	}
#text .comment_text {
	width:354px;
	margin:0 0 0 18px;
	float:left;
	}
#commentform {
	margin:0 0 0.2em 118px;
	}
#commentform label {
	display:block;
	font-weight:bold;
	}
#text textarea,#text .field, #text .wpcf7-form-control-wrap input {
	border:solid #8e9840 1px;
	font-size:1.1em;
	font-family:Helvetica, "Helvetica Neue", Arial,'sans-serif';
	}
#commentform textarea,#commentform .field {
	width:284px;
	}
#blog #sidebar ul {
	list-style:none;
	padding:0;
	margin:0;
	}
#blog li.widget {
	margin:0 0 20px;
	font-size:1em;
	line-height:1.3em;
	}
#blog li.widget li {
	margin:0 0 0.6em;
	}
#blog .widget_title {
	margin:0 0 0.5em;
	font-size:1.1em;
	font-weight:bold;
	text-transform:uppercase;
	}
/* Contact Us/Request Consultation form */
.wpcf7-list-item {
	display:block;
	}
/* the blog calendar */
.widget_calendar .widget_title {
	display:none;
	}
#wp-calendar {
	width:100%;
	}
#wp-calendar caption {
	font-weight:normal;
	color:#8e9840;
	font-size:1.1em;
	}
#wp-calendar th {
	font-weight:bold;
	}
#wp-calendar th,#wp-calendar td {
	text-align:center;
	font-size:1.1em;
	}
#wp-calendar th a,#wp-calendar td a {
	font-weight:bold;
	}
#wp-calendar #prev {
	text-align:left;
	}
#wp-calendar #next {
	text-align:right;
	}
#wp-calendar #prev a,#wp-calendar #next a {
	font-weight:normal;
	}
/* footer */
#footer {
	text-align:center;
	z-index:1;
	font-size:1.1em;
	border-top:solid #98a343 2px;
	padding:0 ;
	}
#footer p {
	margin:2em 0;
	line-height:1.6em;
	}
#footer .email {
	font-size:1.2em;
	}
#footer_logo_left {
	position:absolute;
	left:13px;
	top:9px;
	}
#footer_logo_right {
	position:absolute;
	right:28px;
	top:8px;
	}
#footer a,#footer a:visited {
	color:#36c;
	text-decoration:none;
	}
#footer a:hover {
	text-decoration:underline;
	}
#footer a:active {
	color:#f60;
	}
/* general exemptions */
.small { font-size:0.8em; }
.spoken { display:none; }
* .nofloat { float:none; }
* .clearall {
	clear:both;
	float:none;
	display:block;
	}
* .ca {
	clear:both;
	float:none;
	font-size:0.1px;
	line-height:0.1px;
	display:block;
	width:1px;
	margin-left:-1px;
	overflow:hidden;
	}

/* EOF */

