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

/*//---------------------------------------------*/
/*// Template Settings							 */
/*//---------------------------------------------*/
/*//---------------------------------------------*/
/*//////////////////////////////////////////////////////////////*/
/*//---------------------------------------------*/
	/*//---------------------------------------------*/
	/*// Body & Table Settings						 */
	/*//---------------------------------------------*/
	
		/* styles for body and tables contained on the template */
		
		html {
			overflow-y: scroll;
		}
		
		body {
			margin: 0;
			padding: 0;
			background: #4d4c4c;/*url(images/bodyBG.gif) repeat-y;*/
			background-position: center center;
			background-attachment: fixed;
			color: #111111;
			font-size: 15px;
			font-family: 'Trebuchet MS', Verdana, Arial, Helvetica, sans-serif;
			line-height: 20px;
		}
		.titleText
		{
			font-size:17px;
			color:#BC2E28;
		}
		
		.tableRow1
		{
			background:#EDEDED;
		}
		
		
		#siteContainer {
			width: 901px;
			height: auto;
			margin: auto;
			background: #fff;
		}
		
		#contentContainer {
			width: 791px;
			background: url(images/contentBG.jpg) no-repeat;
			background-position: top;
			padding: 23px 55px 10px 55px;
		}
		
		.mainTable {
			width: 100%;
			border: none;
		}
		
		
		.textBoxTitleDiv {
			width: 208px;
			height: 50px;
			background: #000 url(images/textBoxTitleBG.gif) repeat-x;
			line-height: 50px;
			font-size: 1.2em;
			color: #ffffff;
			font-weight: bold;
			font-family: 'Century Gothic', Verdana, Arial, sans-serif;
			text-align: center;
			text-decoration: none;
			border: 1px solid #000;
		}
		
		
		.textBox {
			width: 200px;
			background: #999999;
			text-align: center;
			padding: 5px;

		}
		
		.textBoxBlog {
			width: 100%;
			background: #fff;
			padding: 5px;
			text-align: left;

		}
		
		.newsletterButton
		{
			float:right;
			text-align:center;
			margin-right:50px;
		}
		
		.textOne
		{
			font-size:120%;
			font-weight:bold;
		}
			
	/*//---------------------------------------------*/
	/*// Header Settings							 */
	/*//---------------------------------------------*/
	
		/* styles for header contained on the template */
		
		#header {
			width: 901px;
			height: 203px;
			background: #005d95;
		}
	
	/*//---------------------------------------------*/
	/*// Navigation Settings						 */
	/*//---------------------------------------------*/
		
		/* styles for Links And Navigation contained on the template */
		
		/* For top nav a tag styles, see superfish.css */
		
		
		#topNavContainer { /* if you update this class, adjust ie.css as well! */
			width: 901px;
			height: 36px;
			margin: 0 auto;
			padding: 0 0 0 25px;
		}
		
		#navigation {
			height: 36px;
			line-height: 36px;
			font-family: Arial, Helvetica, sans-serif;
			font-size: 12px;
			background: url(images/nav-gradient-up.gif) repeat-x;
/*/			text-transform: uppercase;*/
			letter-spacing: 1px;
			font-weight: bold;
		}
		
		.divider {
			width: 1px;
			background: url(images/navDivider.gif) no-repeat;
			font-size: 1px;
			float: left;
			height: 36px;
		}
		
	/*//---------------------------------------------*/
	/*// Footer Settings							 */
	/*//---------------------------------------------*/
		
		/* styles for Footer And BVLOGO contained on the template */
		
		#footer {
			width: 901px;
			height: 54px;
			background: #005d95 url(images/footer.gif) no-repeat;
		}
		
		.footerTable {
			color: #fff;
			font-size: 10px;
			font-family: Verdana, Arial, Helvetica, sans-serif;
			width: 100%;
		}
		
		.footerTable td {
			height: 54px;
		}
		
/*//---------------------------------------------*/
/*// Content Cell Settings						 */
/*//---------------------------------------------*/
/*//---------------------------------------------*/
/*//////////////////////////////////////////////////////////////*/
/*//---------------------------------------------*/
	/*//---------------------------------------------*/
	/*// Title Settings								 */
	/*//---------------------------------------------*/
		
		/* styles for Titles contained in the bodycontents */
		
		h1 {
			font-size: 24px;
			color: #4D4C4C;
			margin: 0 0 21px 0;
			font-family: 'Century Gothic', Verdana, Arial, sans-serif;
			text-align: right;
			font-weight: normal;
		}
		
		span.blackBoldText {
			color: #000000;
			font-weight: bold;
		}
		
		span.redText {
			color: #C9352E;
		}
		
		h2 {
			font-size: 18px;
			color: #000000;
			font-weight: bold;
			margin: 0 0 10px 0;
			font-family: 'Century Gothic', Verdana, Arial, sans-serif;
		}
	
	/*//---------------------------------------------*/
	/*// Text Settings								 */
	/*//---------------------------------------------*/
		
		/* styles for text contained in the bodycontents */

	
	/*//---------------------------------------------*/
	/*// Link Settings								 */
	/*//---------------------------------------------*/
		
		/* styles for links contained in the bodycontents */
		
		a, a:visited {
			color: #000000;
			text-decoration: underline;
		}
		
		a:hover {
			color: #f41712;
			text-decoration: none;
		}
		
		a.textBoxTitle {
			display: block;
			width: 100%;
			height: 50px;
			line-height: 50px;
			font-size: 16px;
			color: #ffffff;
			font-weight: bold;
			font-family: 'Century Gothic', Verdana, Arial, sans-serif;
			text-align: center;
			text-decoration: none;
		}
		a.textBoxTitle:visited {
			display: block;
			width: 100%;
			height: 50px;
			line-height: 50px;
			font-size: 16px;
			color: #ffffff;
			font-weight: bold;
			font-family: 'Century Gothic', Verdana, Arial, sans-serif;
			text-align: center;
			text-decoration: none;
		}
		
		a.textBoxTitle:hover {
			color: #000;
		}
		
		a.linkBG {
			display: block;
			width: 100%;
			height: 50px;
			background: #000 url(images/textBoxTitleBG.gif) repeat-x;
			line-height: 50px;
			font-size: 18px;
			color: #ffffff;
			font-weight: bold;
			font-family: 'Century Gothic', Verdana, Arial, sans-serif;
			text-align: center;
			text-decoration: none;
			border: 1px solid #000;
		}
		
		a.linkBG:hover {
			color: #000;
		}
	
	/*//---------------------------------------------*/
	/*// Image Settings								 */
	/*//---------------------------------------------*/
		
		/* styles for images contained in the bodycontents */
		
		.imgLink {
			border: none;
		}
		
		.imgBorder {
			border: #4D4C4C solid 3px;
		}
		
	/*//---------------------------------------------*/
	/*// Form Settings								 */
	/*//---------------------------------------------*/
		
		/* styles for forms contained in the bodycontents */
	
	.borderTable
	{
	
	}
	.tableRowHeader
	{
	
	}
	.tableRowFooter
	{
	
	}
	.textRequiredField
	{
	
	}
	.textSmallerFont
	{
	
	}
	.labelColumn
	{
	
	}
	/*//---------------------------------------------*/
	/*// Other Settings								 */
	/*//---------------------------------------------*/
		
		/* styles for any other contained in the bodycontents */
		
		.textBoxBlog div.bannerBeat .tableRowFooter {
			display: none;
		}

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