@charset "utf-8";

@import "forms.css";

/* CSS Document */



body

{
	background-color:#382b21;
	background-image:url(images/rock_bg.jpg);
	background-position:top;
	background-repeat: repeat;
	
	font-family:"Arial", sans-serif;
	font-size:14px;
	line-height: 1.3em;
	margin-top:0px;
	
	text-align:center;
}

td
{
	font-family:"Arial", sans-serif;
	vertical-align:top;
	font-size:14px;
	line-height: 1.3em;
	text-align: left;
	color: #FFFFFF;
	font-weight: bold;
}
ul
{
	margin-top: 0px;
}
li 
{
	margin-bottom: .3em;
}
a
{
	color: #f8db9c;
}

a:hover
{
	color: #FFFFFF;
}

img.bordering
{
	border-top: 2px solid #bc8443;
	border-right: 2px solid #ebd194;
	border-bottom: 2px solid #ebd194;
	border-left: 2px solid #bc8443;
}

#wrap
{
	position:relative;
	width:904px;
	left: auto;
	right: auto;
	height:100%;	
	text-align:left; 
	background-color: #322d2e;
	margin: 30px auto;
	border-bottom: 4px solid #000000;
}



/* header */
#maintable
{	
	width:900px;
}

.home_heading_bg
{
	background-image: url(images/home_header.jpg);
	background-repeat: no-repeat;
	background-position: top;
}

.tree_moving_heading_bg
{
	background-image: url(images/boer_trees.jpg);
	background-repeat: no-repeat;
	background-position: top;
}

.hydroseeding_heading_bg
{
	background-image: url(images/hydroseeding.jpg);
	background-repeat: no-repeat;
	background-position: top;
}

.landscaping_heading_bg
{
	background-image: url(images/landscaping_bg.jpg);
	background-repeat: no-repeat;
	background-position: top;
}
.contact_heading_bg
{
	background-image: url(images/contact_heading.jpg);
	background-repeat: no-repeat;
	background-position: top;
}	

td.buttontd
{	
	background-color: #401701;
}

div#topbuttons
{
	margin-top: 5px;
	margin-right: 20px;
	text-align: right;
	vertical-align: middle;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
}

div#topbuttons a
{
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
div#topbuttons a:hover
{
	color: #f8db9c;
}

div#topbuttons a.act
{	
	color: #f8db9c;
	font-weight: bold;
	text-decoration: none;
}

div#topbuttons a.act:hover
{
	color: #FFFFFF;
}




#lefttext
{
	width: 313px;
	vertical-align: top;
}

#maintext
{
	width: 900px;
	background-image: url(images/text_bg.jpg);
	background-position: top;
	background-repeat: no-repeat;
	background-color: #13160d;
}

.copy
{
	margin: 20px 30px 30px 30px;
}


/* font options */
.heading
{
	font-size: 20px;
	font-weight: bold;
	color: #f8db9c;
	line-height: 1.5em;
	margin-bottom: 10px;
}


.emph
{
	color: #f8db9c;
	font-size: 1.2em;
	font-weight: bold;
}


/* footer */
#footer
{
	color: #FFFFFF;
	text-align: left;
	font-weight: normal;
	font-size: 12px;
	height: 30px;
	background-color: #401701;
}


#footer a
{
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	font-size: 12px;
	line-height: 2.3em;
	text-transform: uppercase;
}
#footer a:hover
{
	color: #FFFFFF;
}

/* Calendar */

.Cheader
{
	text-align: center;
	color: white;
	font-weight: bold;
	width: 89%;
}
