/*//---------------------------------------------*/
/*// Name: SITENAME - Default Style Sheet		 */
/*// Specification: CSS 2.1						 */
/*//---------------------------------------------*/

/*//---------------------------------------------*/
/*// Template Settings							 */
/*//---------------------------------------------*/
/*//---------------------------------------------*/
/*//////////////////////////////////////////////////////////////*/
/*//---------------------------------------------*/
	/*//---------------------------------------------*/
	/*// Body & Table Settings						 */
	/*//---------------------------------------------*/
	
		/* styles for body and tables contained on the template */
		
		.mainbody
		{
			background: url(images/body-repeat.jpg) repeat-y;
		}
		
		.body-bottomcap
		{
			background: url(images/body-bottomcap.jpg) no-repeat;
		}
	
		.siteContainer
		{
			background: url(images/body-fullRepeat.jpg) left repeat-y;
		}
		
		.bodyContents {
			width: 100%;
		}
	/*//---------------------------------------------*/
	/*// Header Settings							 */
	/*//---------------------------------------------*/
	
		/* styles for header contained on the template */
		
		.header
		{
			background: url(images/header.jpg) no-repeat ;
			height:160px;
		}
		.body-Content
		{
			background: url(images/body-topcap.jpg) top no-repeat;
			font-size:14px;
			font-family: Georgia,Times,'Trebuchet MS';
			line-height: 24px;
			color:#312341;
		}
		.body-Content a
		{
			color:#312341;
		}
		.body-Content div.surveyform
		{
		font-size:11px;
		}
	
	
		input.formText
		{
			width:230px;
		}
		.formTextarea
		{
			width:230px;
		}
	
	/*//---------------------------------------------*/
	/*// Navigation Settings						 */
	/*//---------------------------------------------*/
		
		/* styles for Links And Navigation contained on the template */
		
		.home-rollOver
		{
			background: url(images/home-up.jpg);
			width: 84px;
			height: 127px;
			display: block;
		}
		
		.about-rollOver
		{
			background: url(images/about-up.jpg);
			width: 84px;
			height: 127px;
			display: block;
		}
		
		.survey-rollOver
		{
			background: url(images/survey-up.jpg);
			width: 84px;
			height: 127px;
			display: block;
		}
		
		.faq-rollOver
		{
			background: url(images/faq-up.jpg);
			width: 84px;
			height: 127px;
			display: block;
		}
		.testimonials-rollOver
		{
			background: url(images/testimonials-up.jpg);
			width: 84px;
			height: 127px;
			display: block;
		}
		
		
		.contact-rollOver
		{
			margin-top: 2px;
			background: url(images/contact-up.jpg);
			width: 84px;
			height: 128px;
			display: block;
		}
		.home-rollOver:hover
		{
			background: url(images/home-over.jpg);

		}
		.about-rollOver:hover
		{
			background: url(images/about-over.jpg);

		}
		.survey-rollOver:hover
		{
			background: url(images/survey-over.jpg);

		}
		.faq-rollOver:hover
		{
			background: url(images/faq-over.jpg);

		}
		
		.testimonials-rollOver:hover
		{
			background: url(images/testimonials-over.jpg);

		}
		.contact-rollOver:hover
		{
			background: url(images/contact-over.jpg);

		}
		
	/*//---------------------------------------------*/
	/*// Footer Settings							 */
	/*//---------------------------------------------*/
		
		/* styles for Footer And BVLOGO contained on the template */
		
		.footer
		{
			background: url(images/footer) repeat-x bottom;
			font-size:10px;
			font-family:verdana,'Trebuchet MS',arial;
			color:#FFFFFF;
		}
		.footer a
		{
			color:#bfb5fe;
		}
/*//---------------------------------------------*/
/*// Content Cell Settings						 */
/*//---------------------------------------------*/
/*//---------------------------------------------*/
/*//////////////////////////////////////////////////////////////*/
/*//---------------------------------------------*/
	/*//---------------------------------------------*/
	/*// Title Settings								 */
	/*//---------------------------------------------*/
		
		/* styles for Titles contained in the bodycontents */
		
		h1 {
		height: 94px;
		font-size: 28px;
		color: #c1bed1;
		text-align: center;
		background: url(images/titleBG.jpg) no-repeat;
		background-position: bottom center;
		line-height: normal;
		margin: 0;
		}
		
		h1.twoLine {
		height: 114px;
		font-size: 28px;
		color: #c1bed1;
		text-align: center;
		background: url(images/titleBG.jpg) no-repeat;
		background-position: bottom center;
		line-height: normal;
		margin: 0;
		}
	
	/*//---------------------------------------------*/
	/*// Text Settings								 */
	/*//---------------------------------------------*/
		
		/* styles for text contained in the bodycontents */
	
	/*//---------------------------------------------*/
	/*// Link Settings								 */
	/*//---------------------------------------------*/
		
		/* styles for links contained in the bodycontents */
	
	/*//---------------------------------------------*/
	/*// Image Settings								 */
	/*//---------------------------------------------*/
		
		/* styles for images contained in the bodycontents */
	
	/*//---------------------------------------------*/
	/*// Form Settings								 */
	/*//---------------------------------------------*/
		
		/* styles for forms contained in the bodycontents */
	
	.borderTable
	{
	
	}
	.tableRowHeader
	{
	
	}
	.tableRowFooter
	{
	
	}
	.textRequiredField
	{
		font-weight: bold;
	}
	.textSmallerFont
	{
		font-size: 9px;
	}
	.labelColumn
	{
	
	}
	/*//---------------------------------------------*/
	/*// Other Settings								 */
	/*//---------------------------------------------*/
		
		/* styles for any other contained in the bodycontents */

/*//---------------------------------------------*/
/*//////////////////////////////////////////////////////////////*/
/*//---------------------------------------------*/