/*//---------------------------------------------*/
/*// 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: #000;
			color: #011736;
			font-family: Arial, Helvetica, sans-serif;
			font-size: 12px;
		}


		#siteContainer {
			width: 900px;
			margin: 23px auto 0 auto;
			border: #5d5d5d 1px solid;
			background: #fefefe;
		}

		#contentContainer {
			width: 900px;
			background: url(images/contentBG-repeat.gif) repeat-y;
			float: left;
		}

		#contentBG {
			width: 900px;
			background: url(images/contentBG.jpg) no-repeat;
			float: left;
		}

		div#leftSpace {
			width: 15px;
			float: left;
			clear: none;
		}

		div#sideContent {
			width: 249px;
			float: left;
			clear: none;
			padding: 8px 10px;
		}

		div#mainContent {
			width: 586px;
			float: left;
			clear: none;
			padding: 12px 3px 0 10px;
		}

		div#rightSpace {
			width: 17px;
			float: left;
			clear: none;
		}

	/*//---------------------------------------------*/
	/*// Header Settings							 */
	/*//---------------------------------------------*/

		/* styles for header contained on the template */

		#header {
			width: 900px;
			height: 192px;
			background: url(images/headerBG.jpg) no-repeat;
		}

		.headerLogo {
			display: block;
			width: 261px;
			height: 192px;
			background: url(images/logo.gif) no-repeat;
			margin: 0 0 0 19px;
			float: left;
		}

		.headerLogo span{
			display: none;
		}

		.headerBar {
			width: 900px;
			height: 46px;
			background: url(images/headerBar.jpg) no-repeat;
		}

		.headerBar span{
			display: none;
		}

	/*//---------------------------------------------*/
	/*// Navigation Settings						 */
	/*//---------------------------------------------*/

		/* styles for Links And Navigation contained on the template */

		#topNavContainer {
			height: 46px;
			float: right;
			margin: 0 22px 0 0;
		}

		ul#nav {
			list-style-type: none;
			padding: 0;
			margin: 0;
		}

		ul#nav li{
			display: inline;
			padding: 0;
			margin: 0;
		}


		#nav li a {
			display: block;
			height: 46px;
			float: left;
			margin: 0;
			padding: 0 24px;
			color: #0c2a55;
			font-family: Helvetica, Arial, sans-serif;
			background: url(images/topNavBG.gif) repeat-x;
			text-decoration: none;
			line-height: 36px;
			font-weight: bold;
		}

		#nav li a:hover {
			color: #000;
			background: url(images/topNavBG-over.gif) repeat-x;
		}

		span.topNavDivider {
			display: block;
			width: 2px;
			height: 46px;
			background: url(images/topNavDivider.gif) no-repeat;
			float: left;
		}

		ul#sideNav {
			list-style-type: none;
			padding: 0;
			margin: 0;
		}

		ul#sideNav li{
			padding: 0;
			margin: 0;
		}

		#sideNav li a {
			display: block;
			width: 197px;
			height: 32px;
			margin: 0 auto 1px auto;
			color: #ffffff;
			font-family: Arial, Helvetica, sans-serif;
			background: url(images/sideNavBG.jpg) no-repeat;
			text-decoration: none;
			line-height: 32px;
			font-weight: bold;
			text-align: center;
			font-size: 16px;
		}

		#sideNav li a:hover {
			color: #ff0;
		}

		.sideNav .navbar {
			margin-bottom: 0;
		}

		.sideNav .navbar .nav {
			margin: 0;
			float: none;
		}

		.sideNav .navbar-inner {
			background-color: transparent;
			background-image: none;
			background-repeat: repeat;
			border-top: none;
			border-right: none;
			border: 0px;
			border-left: none;
			-webkit-border-radius: 0;
			-moz-border-radius: 0;
			border-radius: 0;
			filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
			-webkit-box-shadow: none;
			-moz-box-shadow: none;
			box-shadow: none;
			padding: 0;
		}


		.sideNav .nav > li {
			float: none;
		}

		.sideNav .nav > li > a {
			background: url(images/sideNavBG.jpg) no-repeat;
			width: 197px;
			height: 32px;
			border-radius: 10px;
			color: #E5A84D;
			line-height: 32px;
			padding: 0;
			text-decoration: none;
			text-shadow: none;
			margin-bottom: 1px;
		}

		.sideNav .nav > li > a:hover,
		.sideNav .nav > li > a:focus {
			color: #ff0;
		}
		
		.sideNav .dropdown-menu>li>a {
			text-align: left;
		}
		
		.sideNav .dropdown-menu>li>a:hover,
		.sideNav .dropdown-menu>li>a:focus,
		.sideNav .dropdown-submenu:hover>a,
		.sideNav .dropdown-submenu:focus>a,
		.sideNav .dropdown-menu>.active>a,
		.sideNav .dropdown-menu>.active>a:hover,
		.sideNav .dropdown-menu>.active>a:focus {
			background: #821c2a;
			background: -moz-linear-gradient(top,  #821c2a 0%, #470003 100%);
			background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#821c2a), color-stop(100%,#470003));
			background: -webkit-linear-gradient(top,  #821c2a 0%,#470003 100%);
			background: -o-linear-gradient(top,  #821c2a 0%,#470003 100%);
			background: -ms-linear-gradient(top,  #821c2a 0%,#470003 100%);
			background: linear-gradient(to bottom,  #821c2a 0%,#470003 100%);
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#821c2a', endColorstr='#470003',GradientType=0 );
			text-align: left;
		}

		.photoNavTable {
			margin: auto;
		}

		a.photoNavTop {
			display: block;
			width: 191px;
			height: 56px;
			background: url(images/photoNavTop.gif) no-repeat;
			line-height: 56px;
			font-size: 16px;
			color: #fff;
			text-align: center;
			text-decoration: none;
			margin: auto;
		}

		a.photoNavTop:hover {
			color: #011736;
		}

		a.photoNavBottom {
			display: block;
			width: 191px;
			height: 206px;
			margin: auto;
		}

		a.photoNavBottom span{
			display: none;
		}

		.photoNav01 {
			background: url(images/photoNav-first.jpg) no-repeat;
		}

		.photoNav02 {
			background: url(images/photoNav-middle.jpg) no-repeat;
		}

		.photoNav03 {
			background: url(images/photoNav-end.jpg) no-repeat;
		}

		.photoNavDivider {
			width: 6px;
			height: 262px;
			background: url(images/photoNav-divider.gif) no-repeat;
		}


	/*//---------------------------------------------*/
	/*// Footer Settings							 */
	/*//---------------------------------------------*/

		/* styles for Footer And BVLOGO contained on the template */

		#footerTable {
			width: 900px;
			height: 34px;
			background: url(images/footerBG.jpg) no-repeat;
			clear: both; /* for layout hack - do not remove */
			line-height: 34px;
			color: #fff;
			font-size: 11px;
		}

		.footerNavCell {
			width: 33%;
			padding: 0 0 0 20px;
		}

		.footerNavCell a{
			color: #fff;
			text-decoration: underline;
		}

		.footerNavCell a:hover{
			color: #ff0;
			text-decoration: none;
		}

		.footerCopyrightCell {
			width: 33%;
			text-align: center;
		}

		.footerBVCell {
			width: 33%;
			text-align: right;
			padding: 0 20px 0 0;
			font-size: 10px;
		}

		.footerBVCell img{
			vertical-align: middle;
		}

/*//---------------------------------------------*/
/*// Content Cell Settings						 */
/*//---------------------------------------------*/
/*//---------------------------------------------*/
/*//////////////////////////////////////////////////////////////*/
/*//---------------------------------------------*/
	/*//---------------------------------------------*/
	/*// Title Settings								 */
	/*//---------------------------------------------*/

		/* styles for Titles contained in the bodycontents */

		h1 {
			font-size: 30px;
			margin: 0;
			padding: 0;
			font-weight: bold;
		}

	/*//---------------------------------------------*/
	/*// Text Settings								 */
	/*//---------------------------------------------*/

		/* styles for text contained in the bodycontents */

	/*//---------------------------------------------*/
	/*// Link Settings								 */
	/*//---------------------------------------------*/

		/* styles for links contained in the bodycontents */

		a {
			color: #011736;
			text-decoration: underline;
		}

		a:hover {
			color: #000000;
			text-decoration: none;
		}

	/*//---------------------------------------------*/
	/*// Image Settings								 */
	/*//---------------------------------------------*/

		/* styles for images contained in the bodycontents */

		.imgLink {
			border: none;
		}

		.imgBorder {
			border: 1px solid #ffffff;
		}

		.marginTopRight {
			margin: 0pt 10px 5px 0pt;
		}

		.blackBorder {
			border: 1px solid #000000;
		}

	/*//---------------------------------------------*/
	/*// Form Settings								 */
	/*//---------------------------------------------*/

		/* styles for forms contained in the bodycontents */

	.mainTable {

	}

	.mainTableBorder {

	}

	.tableRowHeader {

	}

	.tableRowFooter {

	}

	.textRequiredField {

	}

	.labelColumn {

	}
	/*//---------------------------------------------*/
	/*// Other Settings								 */
	/*//---------------------------------------------*/

		/* styles for any other contained in the bodycontents */

		.forms {
			text-align: left;
		}

		.forms .form {
			margin: 0 0 20px 0;
			padding: 0;
			width: 193px;
			display: inline-block;
			text-align: center;
		}

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