/* River Designs - Configuration */

	/* Background */
	.body_background
	{
		background: url(../images/goalsetting-bg.jpg); /* Gradient Strip */
		background-repeat: repeat-x; /* Continue repeating background horizontaly */
		/*background-color: #ffffff; *//* Background Image (Color Code for Bottom color) */
		background-color: #656565;
		margin-left: 0px;
		margin-top: 0px;
		margin: 0px;
	}
	
	#div_leftpanel
	{
		background-color: #fff6e8;
		border-width: 1px;
		border-color: #f4dcba;
		border-style: solid;
		float: left; 
		width: 290px;
		padding: 10px 10px 10px 10px;
		margin: 25px 0px 20px 20px;
	}
	
	#div_content
	{
		background: url(../images/content-bg.jpg); /* Gradient Strip */
		background-repeat: repeat-y; /* Continue repeating background horizontaly */
		background-color: #656565; /* Background Image (Color Code for Bottom color) */
		margin-right:auto;
		margin-left:auto;
		width:783px;
		

	}
	

	
	
	#div_mainsection
	{
		position: relative;
		margin: 4px auto;
		/*margin-left: 340px;*/
		margin-top: 0px;
		min-width: 800px;
		padding: 10px 10px 10px 10px;
		background-color: #ffffff;
		/*margin: 20px 0px 20px 20px;*/
	}
	
	
	
	

	/* Text Styles */
	p
	{
		font-family: Arial, Helvetica, sans-serif;
		font-size: 15px;
		color: #000000;
	}
	
	ul, li
	{
		font-family: Arial, Helvetica, sans-serif;
		font-size: 15px;
		color: #000000;
	}
	
	.left-testimonial
	{
		font-family: Arial, Helvetica, sans-serif;
		font-size: 14px;
		color: #d2ad76;
	}
	
	
	h1
	{
		font-family: Arial, Helvetica, sans-serif;
		font-size: 42px;
		color: #ff3600;
	}
	
	h2
	{
		font-family: Arial, Helvetica, sans-serif;
		/*font-size: 14px;*/
		font-size: 28px;
		color: #900;
	}
	
	h3
	{
		font-family: Arial, Helvetica, sans-serif;
		font-size: 21px;
		font-style:italic;
		color: #900;;
	}
	
	h4
	{
		font-family: "Comic Sans MS";
		font-size: 2.5em;
		color: #FFCC00;
	}
	
	h5
	{
		font-family:"Comic Sans MS";
		font-size: 1.5em;
		color: #FF0000;
	}
	
	/* Menu Style */
	
	
	/* River Designs Footer Style */
	.riverdesignsfooter
	{
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 12px;
		color: #ffffff;
		background-color: #000000;
	}
	
	/* *************************************************** */
	/* Text Style for Hyperlinks */
	a:visited {
		color: #d2ad76;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 14px;
		font-weight: bold;
		text-decoration: underline;
	}
	
	a:link {
		border: none;
		color: #d2ad76;
		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: #CC9900;
		font-weight: bold;
		text-decoration: underline;
	}
	/* *************************************************** */
	
	
	
	/* Contact Form Style Sheets */	
	
	.contactmandatoryfieldsstyle
	{	
		font-size: 14px; 
		font-family: Arial, Helvetica, sans-serif;
		color: #000000;
	}
	.contactformborder
	{
		border-style:solid;
		border-color:#deaf0c;
		border-width: 1px;
	}
	
	.contactformheaderstyle
	{	
		font-size: 14px; 
		color: #000000; 
		font-family: Arial, Helvetica, sans-serif;
	}

	.contactformstyle
	{	
		font-size: 14px; 
		color: #000000;
		background-color: #ffffff;
		font-family: Arial, Helvetica, sans-serif;
		border-style:solid;
		border-color:#deaf0c;
		border-width: 1px;
	}
	
	/* --------------------------------------------- */	
	
	


