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

/*//---------------------------------------------*/
/*// Template Settings							 */
/*//---------------------------------------------*/
/*//---------------------------------------------*/
/*//////////////////////////////////////////////////////////////*/
/*//---------------------------------------------*/
	/*//---------------------------------------------*/
	/*// Body & Table Settings						 */
	/*//---------------------------------------------*/
	
		/* styles for body and tables contained on the template */
		
		
		.pagebody
		{	
			width:574px;
			padding: 0px 27px 0px 27px;
			font-size:15px;
			font-family:verdana,'trebuchet ms', arial;
			line-height:32px;
		}
		.luncheonwindow
		{
			width:321px;
			height:369px;
			background: #d0cb9b;
			border: 3px solid #2669a5;
			float:right;
			margin-right: -13px;
			margin-left:27px;
			line-height:20px;
			font-size:11px;
			font-weight:bold;
			position: relative;
			z-index: 100;
		}
		
	
	
	/*//---------------------------------------------*/
	/*// Header Settings							 */
	/*//---------------------------------------------*/
	
		/* styles for header contained on the template */
	
	/*//---------------------------------------------*/
	/*// Navigation Settings						 */
	/*//---------------------------------------------*/
		
		/* styles for Links And Navigation contained on the template */
		
		a.home-rollover
		{
			width:236px;
			height:34px;
			background: url(images/home-up.jpg);
			display:block;
		}
		a.about-rollover
		{
			width:236px;
			height:33px;
			background: url(images/about-up.jpg);
			display:block;
		}
		a.workerscomp-rollover
		{
			width:236px;
			height:32px;
			background: url(images/workerscomp-up.jpg);
			display:block;
		}
		a.safetyprograms-rollover
		{
			width:236px;
			height:33px;
			background: url(images/safetyprograms-up.jpg);
			display:block;
		}
		a.claimsmanagement-rollover
		{
			width:236px;
			height:33px;
			background: url(images/claimsmanagement-up.jpg);
			display:block;
		}
		a.customerservice-rollover
		{
			width:236px;
			height:33px;
			background: url(images/customerservice-up.jpg);
			display:block;
		}
		a.safetyschedulecalendar-rollover
		{
			width:236px;
			height:33px;
			background: url(images/safetyschedulecalendar-up.jpg);
			display:block;
		}
		a.getaquote-rollover
		{
			width:236px;
			height:33px;
			background: url(images/getaquote-up.jpg);
			display:block;
		}
		a.contact-rollover
		{
			width:236px;
			height:33px;
			background: url(images/contact-up.jpg);
			display:block;
		}
		
		
		
		
		
		a.home-rollover:hover
		{
			background: url(images/home-over.jpg);
		}
		a.about-rollover:hover
		{
			background: url(images/about-over.jpg);
		}
		a.workerscomp-rollover:hover
		{
			background: url(images/workerscomp-over.jpg);
		}
		a.safetyprograms-rollover:hover
		{
			background: url(images/safetyprograms-over.jpg);
		}
		a.claimsmanagement-rollover:hover
		{
			background: url(images/claimsmanagement-over.jpg);
		}
		a.customerservice-rollover:hover
		{
			background: url(images/customerservice-over.jpg);
		}
		a.safetyschedulecalendar-rollover:hover
		{
			background: url(images/safetyschedulecalendar-over.jpg);
		}
		a.getaquote-rollover:hover
		{
			background: url(images/getaquote-over.jpg);
		}
		a.contact-rollover:hover
		{
			background: url(images/contact-over.jpg);
		}
		
		
	/*//---------------------------------------------*/
	/*// Footer Settings							 */
	/*//---------------------------------------------*/
		
		/* styles for Footer And BVLOGO contained on the template */
		
/*//---------------------------------------------*/
/*// Content Cell Settings						 */
/*//---------------------------------------------*/
/*//---------------------------------------------*/
/*//////////////////////////////////////////////////////////////*/
/*//---------------------------------------------*/
	/*//---------------------------------------------*/
	/*// Title Settings								 */
	/*//---------------------------------------------*/
		
		/* styles for Titles contained in the bodycontents */
	
	/*//---------------------------------------------*/
	/*// 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 */
	
	.calendar .calendarTable, .borderTable
	{
		line-height: 1.5em;
		margin: 0px auto;
		border: 1px solid #c6c288;
		border-collapse: collapse;
	}
	.calendar .monthHeader, .tableRowHeader
	{
		font-weight: bold;
		font-size: 11px;
		border-bottom: 1px solid #c6c288;
		background-color: #85a4b8;
	}
	.tableRowFooter
	{
		font-weight: bold;
		font-size: 11px;
		border-top: 1px solid #c6c288;
		background-color: #85a4b8;
	}
	.textRequiredField
	{
		color: #f00;
	}
	.textSmallerFont
	{
		font-size: 10px;
	}
	.labelColumn
	{
		font-weight: bold;
		font-size: 11px;
	}
	
	.calendar .dayRow, .tableRow2 {
		background-color: #e6e2a8;
	}
	
	.bio {
		margin-bottom: 2em;
	}
	
	.calendar * {
		font-size: 11px;
		line-height: 1.5em;
	}
	
	.calendar .blankDays {
		background-color: #ccc;
	}
	
	.calendar .dayToday {
		color: #fff;
		font-weight: bold;
		background-color: #005597;
	}

	.calendar .daysOfWeek {
		background-color: #c6c288;
	}

	.calendar a.BodyLinks {
		color: #005597;
	}

	.calendar a.BodyLinks:hover {
		text-decoration: none;
	}
	
	.comRequiredField {
		color: #ff0000;
		font-size: 11px;
		font-weight: bold;
	}
	
	.comField {
		font-size: 11px;
		font-weight: bold;
	}
	/*//---------------------------------------------*/
	/*// Other Settings								 */
	/*//---------------------------------------------*/
		
		/* styles for any other contained in the bodycontents */

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