/* River Designs - Configuration */

	/* Background */
	.body_background
	{
		background: url(../images/bg-gradient.gif); /* Gradient Strip */
		background-repeat: repeat-x; /* Continue repeating background horizontaly */
		background-color: #ffffff; /* Background Image (Color Code for Bottom color) */
		min-width:935px;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 14px;
		color: #333;
	}
	
	#div_bodycontainer
	{ 
		width: 100%;
	}
	
	#div_topbanner
	{
		width: 100%;
	}
	
	#div_leftpanel
	{
		float: left; 
		width: 265px;
		margin-left:20px;
		padding-left:20px;
		background-color: #e6e2ff;
		border-width: 1px;
		border-style: solid;
		border-color: #cec6ff;
	}
	
	#div_testimonials
	{
		background-color: #c6c6ff; 
		border: thin; 
		border-style: solid; 
		border-color: #a097d8; 
		width: 240px;
	}
	
	.tbl_content_testimonials
	{
		padding: 10px 10px 10px 15px;
		border: solid;
		border-width: 1px;
		border-color: #a097d8;
		background-color: #c6c6ff;
		min-height: 250px;

	}
	
	.div_content_testimonials
	{
		padding: 10px 10px 10px 15px;
		border: solid;
		border-width: 1px;
		border-color: #a097d8;
		background-color: #c6c6ff;
		min-height: 250px;

	}
	
	.img_border_withmargin
	{ 
		margin: 0px 10px 0px 0px;
		border: solid;
		border-width: 1px;
		border-color: #a097d8;
	}
	
	#div_latestnews
	{
		background-color: #c6c6ff; 
		border: thin; 
		border-style: solid; 
		border-color: #a097d8; 
		width: 240px;
	}
	
	#div_ourassociates
	{
		background-color: #c6c6ff; 
		border: thin; 
		border-style: solid; 
		border-color: #a097d8; 
		width: 240px;
	}
	
	#div_awards
	{
		background-color: #5DB04A; 
		border: thin; 
		border-style: solid; 
		border-color: #3A852A; 
		width: 240px;
	}
	
	#div_content
	{
		margin-left: 320px;
		margin-right: 20px;
		margin-top: 0px;
		padding-left: 20px;
		padding-right: 20px;
		padding-top: 1px;
		min-width: 500px;
		background-color: #ffffff;
		border-width: 1px;
		border-style: solid;
		border-color: #CCC;
	}
	
	#div_mainsection_footer
	{
		clear: left;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 12px;
		color: #FFFFFF;
		background-color: #160959;
	}
	
	
	
	
	/* Text Styles */
	p, ul, li 
	{
		font-family: Arial, Helvetica, sans-serif;
		font-size: 14px;
		color: #333;
	}
	
	.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;
		margin: 10px 10px 10px 10px;
		color: #082600; 
	}	
	
	
	/* Header Styles - h1 */
	h1
	{
		font-family: Arial, Helvetica, sans-serif;
		font-size: 21px;
		color: #3171aa; 
	}
	
	h2
	{
		font-family: Arial, Helvetica, sans-serif;
		font-size: 18px;
		color: #3171aa; 
	}
	
	h3
	{
		font-family: Arial, Helvetica, sans-serif;
		font-size: 14px;
		color: #1F5B02;
	}
		
	/* Menu Style */
	
	/* *************************************************** */
	/* Text Style for Hyperlinks */
	a:visited {
		color: #063;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 14px;
		font-weight: normal;
		text-decoration: underline;
	}
	
	a:link {
		border: none;
		color: #063;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 14px;
		font-weight: normal;
		text-decoration: underline;
	}
	
	a:hover	{
		font-family: Arial, Helvetica, sans-serif;
		font-size: 14px;
		color: #090;
		font-weight: normal;
		text-decoration: underline;
	}
	/* *************************************************** */
	
