/*//---------------------------------------------*/
/*// 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: url(images/body-bg.gif);
			font-family: Arial, Verdana, sans-serif;
			color: #c7d9db;
			font-size: 12px;
		}
	
		.siteBlock {
			width: 907px;
			margin: 0px auto;
			background: url(images/site-bg.gif) repeat-y;
		}
	/*//---------------------------------------------*/
	/*// Header Settings							 */
	/*//---------------------------------------------*/
	
		/* styles for header contained on the template */
		a.title {
			display: block;
			width: 907px;
			height: 155px;
			background: url(images/head-bg.gif) no-repeat;
		}
		
		a.title span {
			display: none;
		}
		
	/*//---------------------------------------------*/
	/*// Navigation Settings						 */
	/*//---------------------------------------------*/
		
		/* styles for Links And Navigation contained on the template */
		.contentBlock {
			background: url(images/top-bg.gif) top no-repeat;
			padding: 0px 10px 0px 50px;
		}
		
		.navBlock {
			position: relative;
			color: #ffffff;
			font-family: 'Century Gothic', 'Trebuchet MS', Verdana, sans-serif;
			font-size: 14px;
			z-index: 200;
		}
		
		.navBlock a {
			color: #ffffff;
			text-decoration: none;
		}
		
		.navBlock a:hover {
			color: #63999d;
		}
		
		.pageNav {
			text-align: center;
		}
		
		.pageNav a {
			color: #ffffff;
			text-decoration: none;			
		}
		
		.pageNav a:hover {
			color: #63999d;
		}
		
		.textLink {
			color: #c7d9db;
		}
	/*//---------------------------------------------*/
	/*// Footer Settings							 */
	/*//---------------------------------------------*/
		
		/* styles for Footer And BVLOGO contained on the template */
		.footerBlock {
			position: relative;
			clear: both;
			font-size: 10px;
			z-index: 100;
		}
		
/*//---------------------------------------------*/
/*// Content Cell Settings						 */
/*//---------------------------------------------*/
/*//---------------------------------------------*/
/*//////////////////////////////////////////////////////////////*/
/*//---------------------------------------------*/
	/*//---------------------------------------------*/
	/*// Title Settings								 */
	/*//---------------------------------------------*/
		
		/* styles for Titles contained in the bodycontents */
	
	/*//---------------------------------------------*/
	/*// Text Settings								 */
	/*//---------------------------------------------*/
		
		/* styles for text contained in the bodycontents */
		.content p {
			line-height: 20px;
		}
		
		.rightBar {
			float: right;
			font-family: Helvetica, Arial, sans-serif;
			margin: 200px 0px 0px 20px !important;
			margin: 200px 0px 0px 8px;
			width: 190px;
			color: #dffcff;
			line-height: 14px;
			border: 3px solid #c7d9db;
		}
		
		.rightBar .xParent {
			background-color: #c7d9db;
			opacity: 0.30;
			-moz-opacity: 0.30;
			filter:alpha(opacity=30);
			height: 400px;
		}
		
		.rightBar .subContent {
			position: relative;
			top: -400px;
			margin-bottom: -516px;
			padding: 8px;
			font-size: 10px;
/*			font-style: italic; */
			height: 500px;
		}
		
		.rightBar .subContent h2 {
			color: #4a5556;
			font-style: normal;
			font-weight: bold;
			font-size: 12px;
			margin: 0px;
			padding: 0px;
		}
		
		h2 {
		font-weight: bold;
		font-size: 16px;
		}
	/*//---------------------------------------------*/
	/*// Link Settings								 */
	/*//---------------------------------------------*/
		
		/* styles for links contained in the bodycontents */
		a {
			color: #375457;
			text-decoration: underline;
		}
		
		a:hover {
			text-decoration: none;
		}
	/*//---------------------------------------------*/
	/*// Image Settings								 */
	/*//---------------------------------------------*/
		
		/* styles for images contained in the bodycontents */
	
	/*//---------------------------------------------*/
	/*// Form Settings								 */
	/*//---------------------------------------------*/
		
		/* styles for forms contained in the bodycontents */
	.appointmentFormat {
		font-size: 12px;
		height: 384px;
	}
	
	.appointmentFormat .regInput {
		border: 1px solid #c0c0c0;
		font-size: 10px;
		width: 140px;
	}
	
	.appointmentFormat .shortInput {
		border: 1px solid #c0c0c0;
		font-size: 10px;
		width: 30px;
	}

	.appointmentFormat .dropdown {
		border: 1px solid #c0c0c0;
		font-size: 10px;
		width: 70px;
	}

	.appointmentFormat .dropdownWide {
		border: 1px solid #c0c0c0;
		font-size: 10px;
		width: 110px;
	}
	
	.appointmentFormat .textInput {
		border: 1px solid #c0c0c0;
		font-size: 10px;
		width: 90%;
		height: 3em;
	}
	
	.borderTable
	{
		border: 3px solid #c7d9db;
		background-color: #8da5aa;
	}
	.tableRowHeader
	{
	
	}
	.tableRowFooter
	{
	
	}
	.textRequiredField
	{
		font-weight: bold;
	}
	.textSmallerFont
	{
	
	}
	.labelColumn
	{
	
	}
	/*//---------------------------------------------*/
	/*// Other Settings								 */
	/*//---------------------------------------------*/
		
		/* styles for any other contained in the bodycontents */

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