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

/*//---------------------------------------------*/
/*// Template Settings							 */
/*//---------------------------------------------*/
/*//---------------------------------------------*/
/*//////////////////////////////////////////////////////////////*/
/*//---------------------------------------------*/
	/*//---------------------------------------------*/
	/*// Body & Table Settings						 */
	/*//---------------------------------------------*/
	
		/* styles for body and tables contained on the template */
		
		body {
		margin: 0;
		padding: 0;
		font-size: 12px;
		font-family: 'Geneva', Verdana, Arial, Helvetica, san-serif ;
		color: #fff;
		line-height: 24px;
		background: #000 url(images/hero-bg-body.jpg) no-repeat;
		background-attachment: fixed;
		background-position: top center;
		}
		
		#siteContainer {
		width: 902px;
		height: auto;
		margin: auto;
		border-left: #002049 solid 3px;
		border-right: #002049 solid 3px;
		border-bottom: #002049 solid 3px;
		}
		
		#bodyContentsContainer {
		width: 902px;
		height: auto;
		background: #000 url(images/hero-bg-bodyContents.jpg) repeat-y;		
		}
		
		#bodyContentsInner {
		width: 902px;
		height: auto;
		background: url(images/hero-bg-bodyContentsTop.jpg) no-repeat;
		}
		
		.bodyContents {
		width: 574px;		
		
		height: auto;
		border-left: #fff solid 3px;
		border-right: #fff solid 3px;
		border-bottom: #fff solid 3px;
		background: #1f1f1f url(images/hero-bg-content.jpg) no-repeat;
		padding: 21px 12px 12px 12px;
		}
		
		.bodyContentsTitle {
		width: 598px;
		height: 43px;
		margin-top: 12px;
		background: #1f1f1f url(images/hero-bg-contentTitle.jpg) no-repeat;
		border-top: #fff solid 3px;
		border-left: #fff solid 3px;
		border-right: #fff solid 3px;
		}	
		
		
		.newsBox {
		width: 242px;
		border: #a2a2a2 solid 9px;
		background: url(images/hero-bg-newsBoxRepeat.jpg) repeat-y;		
		margin-top: 17px;
		margin-left: 12px;
		color: #4a4a4a;
		line-height: normal;
		}		
		
		.newsBoxInner {
		width: 212px;
		padding: 57px 15px 15px 15px;
		background: url(images/hero-bg-newsBox.jpg) no-repeat;
		}
		
		.newsBoxInner span {
		color: #0b438b;
		font-style: italic;
		}
		
		.newsBoxBottom {
		width: 242px;
		height: 4px;
		padding: 0;
		margin: 0;
		background: url(images/hero-bg-newsBoxBottom.jpg) no-repeat;
		}
		
		.flashElement {	
		width: 243px;
		height: 328px;
		margin: 12px 0 8px 20px;
		/* background: url(images/hero-flashElement.jpg) no-repeat; */
		}
		
		.sponsorTable {
			width: 570px;
		}	
		
		.sponsorTable img {
			border: #000 solid 2px;
		}
		
		.flashVidBoxLrg {
			border:1px solid #585858;
			width:410px;
		}
	
		.flashVidBoxLrg {
			border:1px solid #585858;
			width:410px;
		}
	
	/*//---------------------------------------------*/
	/*// Header Settings							 */
	/*//---------------------------------------------*/
	
		/* styles for header contained on the template */
		
		#headerContainer {
			width: 902px;
			height: 217px;
			background: #0c52a9;
		}
	
	/*//---------------------------------------------*/
	/*// Navigation Settings						 */
	/*//---------------------------------------------*/
		
		/* styles for Links And Navigation contained on the template */
		
		#topNavContainer {
		width: 902px;
		height: 36px;
		background: #001836 url(images/hero-bg-topNav.jpg) no-repeat;
		}
		#topNavContainer1 {
		width: 902px;
		height: 36px;
		background: #001836 url(images/1hero-bg-topNav.jpg) no-repeat;
		}
		
		#topNavContainer table tr td a{
		display: block;
		font-size: 12px;
		text-transform: uppercase;
		color: #fff;
		line-height: normal;
		text-decoration: none;		
		}
		
		
		
	/*//---------------------------------------------*/
	/*// Footer Settings							 */
	/*//---------------------------------------------*/
		
		/* styles for Footer And BVLOGO contained on the template */
		
		#footerContainer {
		width: 902px;
		height: 49px;
		font-size: 10px;
		text-align: center;
		clear: both;
		}
		
/*//---------------------------------------------*/
/*// Content Cell Settings						 */
/*//---------------------------------------------*/
/*//---------------------------------------------*/
/*//////////////////////////////////////////////////////////////*/
/*//---------------------------------------------*/
	/*//---------------------------------------------*/
	/*// Title Settings								 */
	/*//---------------------------------------------*/
		
		/* styles for Titles contained in the bodycontents */
		
		.bodyContentsTitle h1 {
		font-size: 18px;
		color: #1070c2;
		text-transform: uppercase;
		padding: 0;
		}
		
		h1 {
		font-size: 18px;
		color: #1070c2;
		text-transform: uppercase;
		margin: 10px 0 0 12px;
		padding: 0;
		}
		
		.bodyContentsTitle h1 span {		
		color: #fff;
		}
	
	/*//---------------------------------------------*/
	/*// Text Settings								 */
	/*//---------------------------------------------*/
		
		/* styles for text contained in the bodycontents */
		
		p, ul, li, ol, table {
		font-size: 12px;
		font-family: 'Geneva', Verdana, Arial, Helvetica, san-serif ;
		color: #fff;
		line-height: 24px;
		}
		
		small {
			font-size: 12px;
		}
	
	/*//---------------------------------------------*/
	/*// Link Settings								 */
	/*//---------------------------------------------*/
		
		/* styles for links contained in the bodycontents */
		
		a {
		color: #0F70BD;
		text-decoration: none;
		}
		
		a:visited {
		color: #0F70BD;
		text-decoration: none;
		}
		
		a:active {
		color: #dfdfdf;
		text-decoration: underline;
		}
		
		a:hover {
		color: #dfdfdf;
		text-decoration: underline;
		}
	
	/*//---------------------------------------------*/
	/*// Image Settings								 */
	/*//---------------------------------------------*/
		
		/* styles for images contained in the bodycontents */
		
		.imgBorder {
			border: #000 solid 2px;
		}
	
	/*//---------------------------------------------*/
	/*// Form Settings								 */
	/*//---------------------------------------------*/
		
		/* styles for forms contained in the bodycontents */
	
	.borderTable
	{
	background: #111111;
	border: #ccc solid 1px;
	}
	.tableRowHeader
	{
	
	}
	.tableRowFooter
	{
	
	}
	.tableRow1 {
	
	}
	
	.tableRow2 {
	background: #191919;
	}
	.textRequiredField
	{
	color: #0F70BD;
	}
	.textSmallerFont
	{
	
	}
	.labelColumn
	{
	text-align: right;
	}
	
	
	/*//---------------------------------------------*/
	/*// Other Settings								 */
	/*//---------------------------------------------*/
		
		/* styles for any other contained in the bodycontents */
	.whiteBG {
		color: #000;
		background-color: #fff;
	}
	
	.leftBuffer {
		margin-left: 30px;
	}
	
	.fullBuffer {
		margin: 0px 30px;
	}
	
	.customLetter {
		font-family: 'Lucida Grande', Arial, Sans-Serif;
		line-height: 1.3em;
	}

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