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

/*//---------------------------------------------*/
/*// Template Settings							 */
/*//---------------------------------------------*/
/*//---------------------------------------------*/
/*//////////////////////////////////////////////////////////////*/
/*//---------------------------------------------*/
	/*//---------------------------------------------*/
	/*// Body & Table Settings						 */
	/*//---------------------------------------------*/
	
		/* styles for body and tables contained on the template */
		
		html, body {
			margin: 0;
			padding: 0;
			color: #6f6f6f;
			font-family: 'Trebuchet MS', Verdana, Sans-serif;
			font-size: 12px;
			background-color: #fff;
		}
		
		table tr td {
			color: #000000;
			font: inherit;
		}
		
		#pageContainer {
			margin: 0 auto;
			width: 969px;
			background-color: #FFFFFF;
		}
		
		#heading {
			background-color: #e9f0f5;
		}
		
		a.logo {
			display: block;
			width: 263px;
			height: 104px;
			background: url(images/logo.gif) no-repeat;
		}
		
		a.logo span {
			display: none;
		}
		
		#location {
			float: right;
			margin-top: 5px;
			width: 643px;
			height: 64px;
			font-family: 'Trebuchet MS', Verdana, Sans-serif;
			font-size: 17px;
			line-height: 21px;
			color: #7e7e7e;
			background: url(images/location-gradient.gif) repeat-x;
			border: solid #115d92;
			border-width: 10px 0;
		}
		
		#address {
			padding-left: 20px;
			width: auto;
		}
		
		#phone {
			float: right;
			padding-right: 20px;
			margin-top: .5em;
			text-align: right;
			width: auto;
		}
		
		#navigation {
			height: 49px;
			line-height: 49px;
			font-family: 'Century Gothic', Helvetica, Sans-serif;
			font-size: 12px;
			background: url(images/nav-gradient-up.gif) repeat-x;
		}

/* Removed with SuperFish dropdowns taking over

		#navigation a {
			float: left;
			display: block;
			padding: 0 28px;
			color: #fff;
			height: 49px;
			text-decoration: none;
		}

		#navigation a:hover {
			color: #bcbcbc;
			background: url(images/nav-gradient-over.gif) repeat-x;
		}

*/

		#navigation .divider {
			float: left;
			width: 2px;
			height: 49px;
			font-size: 1px;
			background: url(images/nav-divider.gif) no-repeat;
		}
		
		#flashContainer {
			position: relative;
			z-index: 1;
			border-bottom: 11px solid #950a05;
			width:969px;
			height:264px;
			background: url(/resources/images/noflash.jpg) no-repeat;
		}
		
		#content {
			margin-top: 7px;
			background: url(images/content-gradient.gif) top #F3EFDF repeat-x;
		}
		
		#leftColumn {
			height: 44px;
			padding-left: 27px;
		}

		#contentColumn {
			width: 100%;
			height: 44px;
			padding-right: 27px;
		}
		
		.doubleLineHoriz {
			width: 100%;
			height: 3px;
			font-size: 1px;
			border-top: 1px solid #950a05;
			border-bottom: 1px solid #a7a7a7;
		}
		
		.split {
			width: 12px;
			background: url(images/centre.gif) repeat-y;
		}

		.padLeft {
			padding-left: 27px;
		}

		.padRight {
			padding-right: 27px;
			padding-bottom: 20px;
		}
		
		.omegaHeader
		{
			background: url(images/omegaheader.gif) no-repeat top;
			width:969px;
			height:196px;
		}
	/*//---------------------------------------------*/
	/*// Header Settings							 */
	/*//---------------------------------------------*/
	
		/* styles for header contained on the template */
		h1 {
			margin: 0px 16px;
			padding: 0;
			text-transform: uppercase;
			font-size: 23px;
			font-family: 'Century Gothic', Verdana, Sans-serif;
			color: #960a05;
		}
	/*//---------------------------------------------*/
	/*// Navigation Settings						 */
	/*//---------------------------------------------*/
		
		/* styles for Links And Navigation contained on the template */
		
	/*//---------------------------------------------*/
	/*// Footer Settings							 */
	/*//---------------------------------------------*/
		
		/* styles for Footer And BVLOGO contained on the template */
		#footer {
			margin: 24px auto 0 auto;
			width: 914px;
			font-family: verdana;
			font-size: 10px;
			text-align: center;
			background: url(images/footer-top.gif) top no-repeat;
		}
/*//---------------------------------------------*/
/*// 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 */
		a {
			color: #950a05;
			text-decoration: none;
		}
		
		a:hover {
			text-decoration: underline;
		}
	/*//---------------------------------------------*/
	/*// 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 */

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