body {
	background:url(css/body_bg.jpg) top center repeat-x #226700;
	color:#333;
	font-family:"Lucida Grande", "Lucida Sans Unicode", verdana, geneva, sans-serif;
	font-size: 12px;
	line-height:17px;
	margin: 0px 0px;
	padding: 0px;

}

.clear{clear:both;}

* {
	margin: 0px;
	padding: 0px;
	
}

#container {
	background-color:#fff;
	text-align: left;
	width: 780px;
	margin: 0px auto;
	
}

a{
	
}
p{
	margin: 0 0 25px 0;
	
}

.empasis {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	color:#999;
	font-size: 13px;
	display:none;
	}

.quote {
	padding: 0 0 0 35px;
	margin: 0;
	background: url(css/quote.gif) no-repeat;
	font: italic small Georgia, "Times New Roman", Times, serif;
	line-height: 18px;
	}	

.border {
	padding:15px 5px 5px 5px;
	margin:10px;
	border:dotted #CCCCCC 1px;
	background-color:#eee;
	background: url(css/dotted_bg.gif) repeat-x top;
}

.call_to_action {
	padding:12px;
	background: url(css/call_to_action_bg.gif) no-repeat;
	color:#000;
	font-size: 14px;
	text-decoration:none;
	}	
	
.call_to_action a {
	color:#000;
	text-decoration:none;
	}
	
.call_to_action a:hover {
	color:#000;
	text-decoration:underline;
	}		

.lead {
	font-size: 13px;
	line-height:16px;	
	color:#000;
}

.small {
	font-size: 11px;
	color:#222;
}

.image_left {
	float:left;
	margin: 4px 10px 4px 0;
	}

.quote_small {
	padding: 0 0 0 35px;
	font-size: 11px;
	color:#222;
}

.email_link {
	font-size: 11px;
	text-decoration:underline;
}

.area {
 	border:1px dotted #a6c668;
 	background-color:#eeeeee;
	padding: 15px 15px;
	margin:0px;
	width:180px;
}

blockquote {
	padding: 0 0 0 50px;
	margin: 0px 20px 0 0;
	background: url(css/quote.gif) no-repeat;
	font: italic small Georgia, "Times New Roman", Times, serif;
	line-height: 1.8em;
}

/********************** Header ***************************/

#header {
	background:url(css/header_bg.jpg) repeat-x;
	width:780px;
	height:110px;
	position:relative;
	margin:0 0 0 0;
	background-image: url(css/header_bg.jpg);
}

#header p {
	margin: 0;
}

#header_text {
	width:300px;
	top:60px;
	left:400px;
	position:relative;
	visibility: hidden;
}

/*#header_phone {
		width:215px;
		top:10px;
		left:575px;
		position:absolute;
}*/


#menu {
      float:right;
      width:100%;
      /*background: url("css/menu/bg.gif") repeat-x bottom;*/
      font-size:100%;
      line-height:normal;
	  position:absolute;
	  top:95px;
	  right:0px;
	  
      }

#menu ul {
      margin:0;
      padding:10px 10px 0;
      list-style:none;
      }

#menu li {
      float:right;
      background:url("css/menu/left_on.gif") no-repeat left top;
      margin:0 1px 0 0;
      padding:0 0 0 9px;
      }

#menu a {
      display:block;
      background:url("css/menu/right_on.gif") no-repeat right top;
      padding:5px 15px 5px 6px;
	  margin: 0;
      text-decoration:none;
      font-weight:normal;
      color:#765;
      }

#menu a:hover {
      color:#333;
      }

#menu #current {
      background-image:url("css/menu/left.gif");
      }

#menu #current a {
      background-image:url("css/menu/right.gif");
      color:#333;
      padding-bottom:5px;
      }


#logo a{
	background-image: url(css/crantek_forestry_header.gif);
	background-repeat: no-repeat;
	height: 0px;
	width: 690px;
	padding-top: 100px;
	position:absolute;
	top:12px;
	left:20px;
	overflow: hidden;
	display: block;
}

/********************** Content ***************************/

#image_banner {
	margin:0 0 15px 0px;
}

#content {
	background-color:#eff4df;
	width: 780px;
	margin: 0 0 0 0;
	padding: 20px 0 20px 0;
	_padding: 20px 0 20px 75px;
	_width:705px;
}

img{
	border-width:0px;
}


h1{
	overflow: visible;
	background:url(css/floret.gif) left no-repeat;
	color:#333333;
	font-size:20px;
	padding: 10px 0 10px 40px;
	margin: 0 0 20px -40px;
}

h2{
	color:#333;
	font-weight:bold;
	font-size:14px;
	padding: 0px;
	margin: 0 0 10px 0px;
}

h3{
	color:#226700;
	font-weight:bold;
	font-size:14px;
	border-bottom:solid #a7cf41 1px;
	line-height:0px;
	margin: 0 0 15px 0px;
}

h4{
	color:#333;
	font-weight:bold;
	font-size:13px;
	margin: 0 0 15px 0px;
}


#left ul, ol{
	padding:0 0 15px 30px;
	color: #226700;
}

#left li a{
	font-size:15px;
	padding:0 0 5px 0px;
	color: #226700;
	text-decoration:none;
}

#left li a:hover{
	text-decoration:none;
	color:#000;
	}

#left {
	/*float:left;*/
	text-align:justify;
	width:600px;
	margin: 0 0 0px 90px;
	_margin: 0;
	padding: 0px 0px 0px 0px;
	/*_padding: 0px 30px 30px 30px;*/
}

#left a {
	color:#336699;
 	text-decoration:underline;

	}
	
#left a:hover{
	color:#555;
	/*background-color:#eee;*/
	text-decoration:none;
}

#photos a{
	margin-right:14px;
}

#feature {
	float:right;
	width:250px;
	background: url(css/featured_bg.gif) no-repeat top;
	margin: -10px 30px 0 0;
	line-height:16px;
	_margin: 0 10px 0 0;
	_padding: 0 10px 0 10px;
	border-bottom:#eee solid 2px;
	padding: 0 5px 20px 5px;
	}

#feature p{
	margin: 0 15px 10px 15px;
}

	
#feature h1 {
	background-image:none;
	font-weight:bold;
	font-size:14px;
	color:#369;
	height:40px;
	border:none;
	padding:0;
	margin: 25px 0 0px 15px;
}

#feature h2 {
	border:none;
	color: #369;
	font-size:12px;
	font-weight:normal;
	margin: 0 15px 15px 15px;
	
}

#feature h3 {
	color:#369;
	font-size:12px;
	margin: 0 15px 15px 15px;
	border-bottom:solid #369 1px;
}

#feature a:hover{
	margin:0;
	font-weight:normal;
	text-decoration:none;
	background-color:#eee;
	color:#000;
}

#feature a{
	margin:0;
	text-decoration:none;
	color:#369;
}

/********************** Footer ***************************/


#footer {
	background: url(css/footer_bg.jpg) no-repeat top center #226700;
	height:200px;
	clear:both;
	/*width:790px;*/
	text-align:center;
	padding: 0px 0 0 0;
	_margin: 20px 0 0 0;
	font-size: 10px;
	border-bottom: solid #226700 200px;
	overflow: auto;
}

#footer .credits {
	position:relative;
	top:90px;
	left:165px;
	color:#eff4df;
	/*margin-top:200px;*/
	/*margin-left:50px;*/
	/*padding-top:200px;*/
}

#footer a {
	text-decoration:none;
	color:#eff4df;
	font-size: 10px;
}

#footer a:hover{
	color:#fff;
}

#footer a:hover{
	color:#fff;
	text-decoration:underline;
}

