/* CSS Document */
body 				{
	background-color: #140F05;
	text-align: center;
	margin: 0;
	padding: 0;
	font-size: 14px;
	background-image: url(/assets/images/bg.jpg);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
}
h1 					{
	font-size: 34px;
	color: #FFFFFF;
	margin: 0 0 0 36px;
	font-family: Georgia, "Times New Roman", Times, serif;
} 
h1 span				{ background-color: #FFFFFF; padding: 0 12px; }
h2  				{
	margin: 0;
	font-size: 24px;
	color: #00CC00;
} 
h2 span				{ background-color: #F3F0DA; padding: 0 8px 0 4px; font-size: 16px; } 
h3                  {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
}
a:link 				{
	color: #336600;
	font-weight: bold;
	text-decoration: none;
} 
a:visited 			{
	font-weight: bold;
	text-decoration: none;
	color: #336600;
} 
a:hover				{
	text-decoration: underline;
	color: #003300;
	font-weight: bold;
} 
a:active			{
	text-decoration: none;
	font-weight: bold;
	color: #336600;
} 
img					{ border: 0; }
acronym 			{ cursor: help; }

/* Main Styles */
#container			{
	width: 1020px;
	margin: 0 auto;
	display: block;
	color: #FFFFFF;
	text-align: left;
}
#header            {

}
#ribbon			{
	margin: 0;
	background-color: #294f18;
	height: 34px;
	width: 1020px;
}
#sub-header	    {
	background-image: url(/assets/images/header-clouds2.jpg);
	height: 168px;
	margin: 0;
	
}

#main				{
	margin: 0;
	color: #FFFFFF;
	background-image: url(/assets/images/tree-bg.jpg);
	background-repeat: no-repeat;
	background-color: #140F05;
}
#content			{
	padding: 17px 0px;
	background-color: #140f05;
	margin: 0 29px 0 29px;
}

ul#nav				{
	float: right;
	margin: 107px 57px 0 0;
	list-style-type: none;
}
#nav li				{
	float: left;
	margin: 0 5px;
}
#nav a				{
	height: 60px;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
}
#sidebar            {
	float: right;
	width: 320px;
}

a#home-nav			{
	background-image: url(/assets/images/nav-button.png);
	width: 69px;
	padding: 20px 0 0 25px;
	height: 40px;
}
a#about-nav			{
	background-image: url(/assets/images/nav-button.png);
	width: 72px;
	padding: 20px 0 0 22px;
	height: 40px;
}
a#gallery-nav		{
	background-image: url(/assets/images/nav-button.png);
	width: 80px;
	padding: 20px 0 0 14px;
	height: 40px;
}
a#news-nav			{ background-image: url(/assets/images/nav/news.gif); width: 126px; }
a#contact-nav		{
	background-image: url(/assets/images/nav-button.png);
	width: 81px;
	padding: 20px 0 0 13px;
	height: 40px;
}

a#home-nav:hover		{
	background-image: url(/assets/images/nav-button.png);
}
a#about-nav:hover		{
	background-image: url(/assets/images/nav-button.png);
}
a#gallery-nav:hover	{
	background-image: url(/assets/images/nav-button.png);
}
a#news-nav:hover		{
	background-image: url(/assets/images/nav/news-over.gif);
}
a#contact-nav:hover		{
	background-image: url(/assets/images/nav-button.png);
}
#before                 {
	float: left;
	width: 325px;
	margin: 0 15px 0 30px;
}
/*  News  */

.narrowcolumn {
	float: left;
	padding: 15px 0 20px 25px;
	margin: 0px 0 0;
	width: 550px;
	}

.widecolumn {
	padding: 15px 0 20px 0;
	margin: 5px 0 0 150px;
	width: 550px;
	}

.post {
	margin: 0 0 40px;
	
	}
/* Footer */
#bottom				{
	color: #FFFFFF;
	font-size: 12px;
	border-top: 1px solid #FFFFFF;
	padding: 10px 29px 0 29px;
	background-color: #140F05;
}

#footer				{
	clear: both;
	text-align: right;
	margin: 20px 10px 5px 0;
	color: #FFFFFF;
}

ul#treecare				{

}
ul#treecare li			{
	margin: 7px 0 0 26px;
}

/* Form Styles */
h6 						{
	display: block;
	background-color: #820F14;
	font-size: 1.4em;
	height: 22px;
	padding: 2px 0px 0px 15px;
	color: #E4ECED;
	margin: 10px 0px 10px 0px;
}

#form				{
	float: left;
	width: 530px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin: 25px 0 0 36px;
}
#form p				{ padding: 0px; text-align: center; }
#form em			{ color: #f00; }
#form div.row		{ clear: both; padding-top: 5px; }
#form label			{ float: left; width: 100px; text-align: right; }
#form span.field	{ float: right; width: 335px; text-align: left; }
#form div.submit	{ clear: both; }
#form .req			{ font-weight: bold; }

#form input, #form textarea						{ background-color: #fff; border: 1px solid #000; padding: 2px; }
#form input:focus, #form textarea:focus			{
	border: 1px solid #ff6600;
	background-color: #FF6500;
}
#ack					{
	border-bottom:1px solid #FF8000;
	border-top:1px solid #FF8000;
	padding: 5px 20px;
	background:#FFEAD5;
	margin: 0 0 0 10px;
	font-weight: bold;
	font-size: 1.2em;
} 
#hidden				{ display: none; } 


.clear {
	clear: both;
}

/*Misc. Classes*/

.services            {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	text-align: right;
	padding: 5px 25px 5px 0;
	margin: 0;
}
.logo                {
	padding: 15px 0 0 50px;
	float: left;
}
.brown-box         {
	background-image: url(/assets/images/right-content-bg.jpg);
	width: 290px;
	height: 205px;
}
.brown-box p       {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 22px;
	padding: 0 0 7px 20px;
	width: 240px;
}
.brown-box h3      {
	padding: 15px 0 0 20px;
	margin: 0;
}

.front-news         {
	float: right;
	width: 290px;
	height: 205px;
}

.commercial        {
	text-align: right;
}
.info           {
	width: 750px;
	padding: 0 0 0 36px;
	margin: 8px 0 0 0;
	line-height: 22px;
}
.before-after    {
	border: solid #5c3805 3px;
}
#number          {
	float: right;
	margin: 0;
}

