/*** drop down menu skin ***/
.sf-menu li a {
	border-right:	1px solid #599100;	
	padding: 		.85em 1em;
	text-decoration:none;
	
}
.sf-menu li li {
	background:		#3a5b06;
	border-bottom:	1px solid #599100;
	line-height:13px;
	
}
.sf-menu li li a:hover {
	color:#ccc;
	
}
.sf-menu li li li {
	background:		#3a5b06;
}
.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
	background:		#3a5b06;
	outline:		0;
}

.sf-menu a:active {
	background:		#3a5b06;
	outline:		0;
}
.current_page_item, .current-cat{
	background:		#3a5b06;
}

h1, h2, h3, h4, h5, h6{
margin-bottom:10px;

}

h1{
color:#eeac0c;

}
/* logo
----------------------------------------------------------------------------------------------------*/

#logo {
	padding-left:0;
	float:left;
	width:auto;
	background-image: url(../images/green/logo.png);
	background-repeat: no-repeat;
	width:192px;
	height:146px;
	width:50%;
}

#call{
	width:50%;
	float:left;
	text-align:right;
	padding-top:30px;

}
#call h3{
	font-size:25px;
	letter-spacing: -1px;
	margin:0px;
}
#call strong{
color:#5e8f17;

}

/* Navigation
----------------------------------------------------------------------------------------------------*/
#navigation{
	background-image: url(../images/green/menu-bg.png);
	background-repeat: no-repeat;
	background-position: center center;
	height:56px;
}




/* titles
----------------------------------------------------------------------------------------------------*/
.title1{
	
	margin-bottom:10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:2em;
	color:#eeac0c;
	letter-spacing: -1px;
	padding-left:20px;
	
	
}


/* right column/sidebar
----------------------------------------------------------------------------------------------------*/
.right-column h3{
	margin-bottom:10px;
	letter-spacing: -1px;
	font-family: sans-serif;
	font-weight:normal;
	color:#5e8f17;
}

/* bottom container
----------------------------------------------------------------------------------------------------*/
.bottom-coaninter h3, .rightc-olumn h3{
margin:0px;
color:#5e8f17;
}

/* footer container
----------------------------------------------------------------------------------------------------*/
#footer{	
	background-image: url(../images/green/footer.png);
	background-repeat: no-repeat;
	background-position: center center;
	height:56px;
	margin-top:20px;
}

#footer p.left{
		position:relative;
		margin-left:30px;
		padding-left:10px;
		padding-top:12px;
		margin-top:4px;
		color: #CCCCCC;
		width:800px;
		float:left;
		height:20px;
	}
	
		#footer p.right{
		position:relative;
		float:left;	
		padding-left:10px;
		padding-top:12px;
		color: #CCCCCC;
		margin-left:30px;
		margin-top:4px;
		width:60px;
		height:20px;
	}
