/*//---------------------------------------------*/
/*// Name: SITENAME - Default Style Sheet		 */
/*// Specification: CSS 2.1						 */
/*//---------------------------------------------*/

/*//---------------------------------------------*/
/*// Template Settings							 */
/*//---------------------------------------------*/
/*//---------------------------------------------*/
/*//////////////////////////////////////////////////////////////*/
/*//---------------------------------------------*/
	/*//---------------------------------------------*/
	/*// Body & Table Settings						 */
	/*//---------------------------------------------*/
	
		/* styles for body and tables contained on the template */
		
		body {
		background:#F5DEEB;
		font-family:Arial, Helvetica, sans-serif; 
		color: #000000;
		font-size:10pt;
		}
		
		#siteWrapper {
		width: 764px;
		height: auto;
		margin: 80px auto 0 auto;		
		}
		
		#navPhoto {
		width: 193px;
		height: auto;
		float: left;
		clear: none;
		}

		#headerWrapper {
		width: 568px;
		height: 225px;
		float: right;
		clear:none;
		}
		
		#headerWrapper1 {
		width: 568px;
		height: 97px;
		float: right;
		clear:none;
		}
		
		#headerWrapperInterior {
		width: 568px;
		height: 97px;
		float:right;
		clear: none;
		}
		
		#bannerAd {
		background:#fff;
		width:568px;
		height: 70px;
		clear: both;
		text-align: center;
		margin: auto;
		}
		
		#contentBannerAd {
		background:#fff;
		width:478px;
		height: 70px;
		clear: both;
		text-align: center;
		margin: auto;
		}
		
		#sideNav {
		width:193px;
		height: auto;
		float: left;
		clear:left;
		background: #000;
		text-align: left;
		margin-top: 20px;
		}
		
		
		
		#contentWrapper {
		position: relative;
		width: 568px;
		height: auto;
		background: #fff;
		float:right;
		clear:right;	 
		}
		
		#footer {
		font-size: 10px;
		text-align: center;
		}
		
		.bodyContents {
		padding: 0 25px;
		}
		
		h1 {
		background:#402D1F;
		width: 502px;
		height: 24px;
		font-size: 14px;
		color: #fff;
		padding: 0 0 0 10px;
		line-height: 24px;
		}





	
	/*//---------------------------------------------*/
	/*// Header Settings							 */
	/*//---------------------------------------------*/
	
		/* styles for header contained on the template */
	
	/*//---------------------------------------------*/
	/*// Navigation Settings						 */
	/*//---------------------------------------------*/
		
		/* styles for Links And Navigation contained on the template */
		
		a:link {
		color:#000000;
		}
		
		a:visited {
		color:#000000;
		}
		
		a:active {
		color:#000000;
		}
		
		
		#sideNav a{
		display: block;
		width: 148px;
		height: 22px;
		margin: 3px 0 3px 2px;
		padding-left: 40px;
		background:#5b523a url(../../images/nav-arrow-up.gif) no-repeat;
		color: #fff;
		text-decoration: none;
		font-family:Georgia, "Times New Roman", Times, serif;
		line-height: 22px;
		}
		
		#sideNav a:hover{
		background: #5b523a url(../../images/nav-arrow-over.gif) no-repeat;
		}
		
		
	/*//---------------------------------------------*/
	/*// Footer Settings							 */
	/*//---------------------------------------------*/
		
		/* styles for Footer And BVLOGO contained on the template */
		
/*//---------------------------------------------*/
/*// Content Cell Settings						 */
/*//---------------------------------------------*/
/*//---------------------------------------------*/
/*//////////////////////////////////////////////////////////////*/
/*//---------------------------------------------*/
	/*//---------------------------------------------*/
	/*// Title Settings								 */
	/*//---------------------------------------------*/
		
		/* styles for Titles contained in the bodycontents */
		
		div.contentHeading {
		margin: auto;
		margin-top: 20px;
		width: 512px;
		}
	
	/*//---------------------------------------------*/
	/*// Text Settings								 */
	/*//---------------------------------------------*/
		
		/* styles for text contained in the bodycontents */
		
		.bodyContents p {
		text-align: justify;
		font-size: 10pt;
		}
		
		#footer p {
		text-align: center;
		font-size: 10px;
		}
		
		.testimonial {
		width: 100%;
		background:#FFEFF8;
		border: #F5DEEB solid 1px;
		}
		
		.visit {
		font-size:15px;
		font-weight:bold;
		}
	
	/*//---------------------------------------------*/
	/*// Link Settings								 */
	/*//---------------------------------------------*/
		
		/* styles for links contained in the bodycontents */
	
	/*//---------------------------------------------*/
	/*// Image Settings								 */
	/*//---------------------------------------------*/
		
		/* styles for images contained in the bodycontents */
		
		.bodyContents img {
		border: none;
		margin: 0 10px 5px 10px;
		}
	
	/*//---------------------------------------------*/
	/*// Form Settings								 */
	/*//---------------------------------------------*/
		
		/* styles for forms contained in the bodycontents */
	
	.borderTable
	{
	background:#B5A58D;
	color: #fff;
	}
	.borderTable2
	{
	background:#fff;
	color: #000;
	}
	.tableRowHeader2
	{
	background:#9D425C;
	color: #fff;
	}
	.tableRowFooter
	{
	
	}
	.textRequiredField
	{
	
	}
	.textSmallerFont
	{
	
	}
	.labelColumn
	{
	
	}
	/*//---------------------------------------------*/
	/*// Other Settings								 */
	/*//---------------------------------------------*/
		
		/* styles for any other contained in the bodycontents */

/*//---------------------------------------------*/
/*//////////////////////////////////////////////////////////////*/
/*//---------------------------------------------*/