/* River Designs - Configuration */

	/* Background */
	.body_background
	{
		background: url(../images/Tass1TreesGradient.gif); /* Gradient Strip */
		background-repeat: repeat-x; /* Continue repeating background horizontaly */
		background-color: #ffffff; /* Background Image (Color Code for Bottom color) */
		min-width:750px;
		margin-top: 0px;
		margin-left: 0px;
		margin: 0px 0px 0px 0px;
		
	}
	
	#div_bodycontainer
	{ 
		width: 100%;
	}
	
	#div_topbanner
	{
		width: 100%;
	}
	
	#div_leftpanel
	{
		float: left; 
		width: 190px;
	}
	
	#div_testimonials
	{
		background-color: #DFF0D8; 
		border: thin; 
		border-style: solid; 
		border-color: #B7DFA6; 
		width: 190px;
	}
	
	#div_content
	{
		margin-left: 220px;
		min-width: 500px;
		margin-top: 0px;
	}
	
	#div_mainsection_footer
	{
		clear: left;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 12px;
		color: #FFFFFF;
		background-color: #1A480F;
	}
	
	
	
	
	/* Text Styles */
	p, ul, li 
	{
		font-family: Arial, Helvetica, sans-serif;
		font-size: 14px;
		color: #464646;
	}
	
	.titleheading
	{
		font-family: Arial, Helvetica, sans-serif;
		font-size: 21px;
		color: #1F5B02; 
	}
	
	.testimonialstext
	{
		font-family: Arial, Helvetica, sans-serif;
		font-size: 13px;
		font-style: italic;
		text-align: justify;
		margin: 10px 10px 10px 10px;
		color: #484848; 
	}	
	
	.imgborder
	{
		border-width: 1px;
		border-color: #033;
		border-style: solid;
	}	
	
	
	/* Header Styles - h1 */
	h1
	{
		font-family: Arial, Helvetica, sans-serif;
		font-size: 21px;
		color: #1F5B02; 
	}
	
	h2
	{
		font-family: Arial, Helvetica, sans-serif;
		font-size: 14px;
		color: #464646;
	}
	
	h3
	{
		font-family: Arial, Helvetica, sans-serif;
		font-size: 14px;
		color: #1F5B02;
	}
		
	/* Menu Style */
	
	/* *************************************************** */
	/* Text Style for Hyperlinks */
	a:visited {
		color: #000000;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 14px;
		font-weight: bold;
		text-decoration: none;
	}
	
	a:link {
		border: none;
		color: #000000;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 14px;
		font-weight: bold;
		text-decoration: none;
	}
	
	a:hover	{
		font-family: Arial, Helvetica, sans-serif;
		font-size: 14px;
		color: #ff0000;
		font-weight: bold;
		text-decoration: none;
	}
	/* *************************************************** */
	
