@charset "utf-8";
/* CSS Document */

body {
	background-color: #f6f4e4;
	font-family: Arial, Helvetica, sans-serif;c
	font-size: 1em;
	color: #000000;
	margin: 0;
}

a {
	color: #0b3318;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a img {
	border: 0;
	
}

hr {
	color: #0b3318;
	margin-top: 20px;
	margin-bottom: 20px;
}

h1, h2, h3, h4 {
	color: #0b3318;
	font-family:Georgia, "Times New Roman", Times, serif;
}

h1.heading {
	margin-top: 0; /*FF Fix*/
	padding-top: 15px;
}

p.indent {
	text-indent: 50px;
}

p.indentnav {
	text-indent: 20px;
}

b {
	color: #0b3318;
}


/* -- HEADER -- */

#header {
	background-image: url(Images/header_bg.jpg);
	background-repeat: repeat-x;
	height: 188;
	margin-bottom: 0px;
}

/* -- CONTAINER -- */

#container {
	width: 933px;
	margin: 0 auto;
	padding-left: 20px;
}


/* -- NAVIGATION -- */

#navigation {
	float: left;
	margin-top: 0px;
	width: 260px;
	background-image:url(Images/nav_bg.jpg);
	background-repeat: no-repeat;
	padding-right: 10px;
}

#navigation hr{
	width: 220px;
	margin-left: 15px;
}

.navLinks {
	margin-top: 0px;
	list-style-type: square;
	line-height: 1.75em;
}

#double {
	line-height: 1.25em;
}

#navigation p {
	padding-left: 10px;
	padding-right: 10px;
}

/* -- CONTENT -- */

#content {
	float: right;
	width: 640px;
	margin-top: 0;
}

#content a {
	color: #0b3318;
	text-decoration: underline;
}

#content a:hover {
	text-decoration: none;
}

.imagert {
	float: right;
	padding-left: 20px;
	padding-bottom: 10px;
}

.imagelt {
	float: left;
	padding-right: 20px;
	padding-bottom: 10px;
}

/* -- RIGHT SIDE -- */

#rightSide {
	float: right;
	width: 200px;
	margin-left: 200px;
	border: 1px #000000 solid;
}

/* -- FOOTER -- */

#footer {
	background-image: url(Images/footer_bg.jpg);
	background-repeat: repeat-x;
	background-color: #0b3318;
	margin-top: 50px;
	padding-top: 20px;
	padding-bottom: 20px;
	color: #FFFFFF;
	font-style: italic;
	font-size: smaller;
	clear: both;
}

#footer a {
	color: #FFFFFF;
	text-decoration: none;
}

#footer a:hover {
	color: #FFFFFF;
	text-decoration: underline;
} 

/* -- FOOTER CITIES/TOWNS -- */
#footercontainer {
	width: 933px;
	height: auto;
	margin: auto;
}

	#footercontainer ul {
 	 width: 70em;  /* room for columns */
	}
	
	#footercontainer ul li {
  		float: left;
 		width: 10em;  /* accommodate the widest item */
		list-style: none;
	}

	/* stop the floating after the list */
	#footercontainer br {
  		clear: left;
	}

	/* separate the list from what follows it */
	#footercontainer div.wrapper {
		margin-bottom: 1em;
	}

	/* anchor styling */
	#footercontainer ul li a {
  		display: block;
  		width: 10em;
		font-size: 10px;
  		text-decoration: none;
	}

	#footercontainer ul li a:hover
	{
  		color: #FFF; /* white */
	}


/*Free Report */

#FreeReport {
	margin: 0;
	padding: 20px;
	width: 480px;
	text-align: center;
}

#FreeReport h2 {
	margin-top: 0;
}

/* Easy Slider */
	#slider {
	margin: 0 auto;
	padding-top: 10px;
	}
	
	#slider ul, #slider li{
		margin:0;
		padding:0;
		list-style:none;
		}
	#slider li{ 
		/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		width:600px;
		height:200px;
		overflow:hidden; 
		}
	span#prevBtn{
		padding-top: 10px;
		float: left;
		font-weight: bold;
	}
	span#nextBtn{
		padding-top: 10px;
		float: right;
		font-weight: bold;
	}					

/* // Easy Slider */

#testimonial {
	margin: 0; padding: 0; padding-bottom: 5px; border-bottom: 1px solid #000;
}




