@font-face {
    font-family: 'VegurRegular';
    src: url('vegur-r_0500-webfont.eot');
    src: url('vegur-r_0500-webfont.eot?#iefix') format('embedded-opentype'),
         url('vegur-r_0500-webfont.woff') format('woff'),
         url('vegur-r_0500-webfont.ttf') format('truetype'),
         url('vegur-r_0500-webfont.svg#VegurRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}


html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}

h1 {
	font-size:1.8em;
	padding:0 0 5px 0;
	font-weight:normal;
}

h2 {
	font-size:1.3em;
	font-weight:normal;
	padding:0 0 10px 0;
}
blockquote {
	background-color:#dee3d4;
	font-style:italic;
	padding:20px;
	margin:0 0 10px 0;
}


body {
	font-size:62.5%;
	background-image:url(../images/body_bg.jpg);
	background-repeat:repeat-x;
	background-color:#fff;
	margin:0px;
	font-family:Verdana, Geneva, sans-serif;
	color:#2d2d2d;
	
}
.clear {
	clear:both;}
	
a:link,
a:active,
a:visited {
	color:#5f892b;
	text-decoration:underline;}
	
a:hover {
	background-color:#5f892b;
	color:#FFF;
	text-decoration:none;
}

.img-right {
	float:right;
	margin:0 0 10px 10px;
	border:1px solid #fff;
}


/*-----header-----*/

.header {
	height:182px;
	width:960px;
	background-image:url(../images/header_bg.jpg);
	background-repeat:no-repeat;
}
.header img {
	margin:15px 0 0 35px;
	float:left;
	
}
.header-contact{
	color:#FFF;
	float:right;
	font-size:2.8em;
	font-family:'VegurRegular', Verdana, Geneva, sans-serif;
	width:400px;
	text-align:right;
	margin:75px 35px 0 0;
}
.header a:link,
.header a:active,
.header a:visited,
.header a:hover {
	color:#FFF;
	text-decoration:none;
}


	

/*-------navigation------*/

.nav{
	height:34px;
	background-color:#5f892b;
	padding:0 0 0 20px;
}

/* remove the list style */
	#nav {
		margin:0; 
		padding:0; 
		list-style:none;
	}	
	
		/* make the LI display inline */
		/* it's position relative so that position absolute */
		/* can be used in submenu */
		#nav li {
			float:left; 
			display:block; 
		
			
			position:relative;
			z-index:500; 
			
		}
		
		/* this is the parent menu */
		ul#nav a {
			display:block; 
			padding:7px 20px 7px 20px;
			line-height:20px;
			  
			height:20px; 
			text-decoration:none; 
			color:#fff; 
			text-align:center;
			background-image:url(../images/nav_button_bg.jpg);
			background-position:right;
			background-repeat:no-repeat;
			font-size:1.3em;	
			text-transform:uppercase;
			text-shadow: 1px 1px #000;
			font-family:'VegurRegular', Verdana, Geneva, sans-serif;
		
		
		}
		
		ul#nav a:hover {
			background-color:#4f7622
		}
		

		#nav li a:hover {
			color:#fff;
		}
	
		/* you can make a different style for default selected value */
		#nav a.selected {
			color:#f00;
		}
	
		/* submenu, it's hidden by default */
		#nav ul {
			position:absolute; 
			left:0; 
			display:none; 
			margin:0 0 0 -1px; 
			padding:0; 
			list-style:none;
			
		}
		
		#nav ul li {
			width:100px; 
			float:left; 
			
		}
		
		
		ul#submenu a {
			background-color:#5F892B;
			color:#FFF;
			background-image:none;
			width:150px;
			text-align:left;
			text-shadow:none;
			text-transform:none;
			font-weight:normal;
			
			
		}
		
		/* display block will make the link fill the whole area of LI */
		#nav ul a {
			display:block;  
			height:21px;
			padding: 5px 0 5px 20px; 
			
		}
		
		#nav ul a:hover {
			text-decoration:none;
			background-color:#96c11f;
		}

		/* fix ie6 small issue */
		/* we should always avoid using hack like this */
		/* should put it into separate file : ) */
		*html #nav ul {
			margin:0 0 0 -2px;
		}


/*-----structure-----*/

#wrapper{
	width:960px;
	margin:0 auto;
	
	
}
#container{
	width:960px;
}


/*-----main content-----*/

.main {
	background-color:#f2f6ee;
	font-size:1.3em;
	
}

.content {
	width:440px;
	float:left;
	margin:25px 0 25px 25px;

	
}
.content p {
	margin:0 0 10px 0;
}
.call-to-action {
	background-color:#dee3d4;
	padding:20px;
}
/*-----sidebar-----*/

.sidebar {
	width:412px;
	float:right;
	background-color:#5f892b;
	margin:25px 25px 25px 0;
	padding:10px 10px 20px 10px;
	
}
.fader {
	width:412px;
	height:272px;
	overflow:hidden;
}

.fader img {
	border:1px solid #fff;
	
}
.fader ul {
	list-style:none;
	
}
.sidebar-text {
	color:#FFF;
	padding:20px 10px;
}
.sidebar h2 {
	text-transform:uppercase;
	text-shadow: 1px 1px #000;
	padding:0 0 10px 0;
	font-weight:700;
	font-size:1.3em;
}

.sidebar a:link,
.sidebar a:active,
.sidebar a:visited,
.sidebar a:hover {
	color:#FFF;
	text-decoration:underline;
}

.clean-links ul {
	list-style:none;
}
.clean-links ul li {
	float:left;
	margin:0 12px 0 0;
}
.clean-links ul li.last {
	margin:0px;
}

.clean-links img {
	border:1px solid #fff;
	margin:0 0 5px 0;
}
.clean-links a:link,
.clean-links a:active,
.clean-links a:visited,
.clean-links a:hover {
	font-weight:bold;
	text-decoration:none;
	
}
.clean-links p {
	padding:0 0 0 5px;
	font-weight:bold;
	color:#FFF;
}

/*-----footer-----*/

.useful-info a:link,
.useful-info a:active,
.useful-info a:visited,
.useful-info a:hover {
	color:#FFF;
	text-decoration:underline;
	background:none;
	
}

.testimonial a:link,
.testimonial a:active,
.testimonial a:visited,
.testimonial a:hover {
	color:#FFF;
	text-decoration:underline;
	background:none;
	
}


#footer{
	
	height:151px;
	background-color:#146729;
	background-image:url(../images/footer_bg.jpg);
	background-repeat:repeat-x;
	position:relative;
	padding:25px;
	color:#FFF;
	
}

#footer p{
	font-size:1.3em;
	padding:0 0 10px 0;}
#footer-bottom{
	
}

#footer h2{
	text-transform:uppercase;
	text-shadow: 1px 1px #000;
	padding:0 0 10px 0;
	font-weight:700;
	font-size:1.4em;
	}



.testimonial{
	width:274px;
	height:150px;
	float:left;
	background-image:url(../images/footer_border_RHS.jpg);
	background-position:right;
	background-repeat:repeat-y;
	padding:0 20px 0 0;
}

.services{
	float:left;
	height:150px;
	width:265px;
	margin:0 0 0 25px;
	background-image:url(../images/footer_border_RHS.jpg);
	background-position:right;
	background-repeat:repeat-y;
	
}
.useful-info {
	margin:0 0 0 25px;
	float:left;
	height:150px;
}
.useful-info p {
	line-height:1.8em;
}

.services ul {
	list-style:none;
	font-size:1.3em;
	height:150px;
	float:left;
	margin:0 20px 0 0;
}
.services ul li {
	display:block;
	height:30px;
	border-bottom:1px solid #44a965;
	line-height:30px;
}

#footer .services ul li a{
	display:block;
	text-decoration:none;
	color:#FFF;
}


#footer .services ul li a:hover{
	display:block;
	text-decoration:underline;
	color:#FFF;
	background:none;
	
}


.yellow-leaf{
	position:absolute;
	left:138px;
	bottom:-19px;	
}
.green-leaf{
	position:absolute;
	right:0;
	top:-34px;	
	
	
	
}