@charset "UTF-8";

body, html {
	min-width: 800px;
}

body {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-style: normal;
	font-weight: lighter;
	color: #FFF;
	background-repeat: repeat;
	margin: 30px 0px 0px 0px;
	text-align: center;
	font-size: 1.1em;
	background: #000 url('../images/fintage_house_bg.jpg') no-repeat top center;
	_font-size: 11px;
}

/* Be nice to Opera :) */
html>body {
	font-size: 11px;
}



.contentHolderArea {
	margin: 0 auto;
	text-align: center;
	background: transparent;
	width: 800px;
	padding: 0px;
}



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

HEADER CONTENT

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

#headerContent {
	display: block;
	clear: both;	
	width: 800px;
	height: 115px;
/*	height: 75px; */
	text-align: left;
	color: #FFF;
	padding: 0px;
	margin: 0px 0px 10px 0px;
	background-color: #2f292b;	
}

#logoHolder{
	/*	float: left;*/
	position: relative;	
	top: 15px;
	left: 25px;
	width: 650px;
	display: inline;
}

#printLogoHolder {
	display: none;
}

#dateHolder{
	position: relative;	
	top: 30px;
	left: 25px;
	width: 350px; 
	display: block;
	font-weight: bold;
}

#liveReportingLogin {
	float: right;
	display: block;
	position: relative;
	top: -10px;
	left: -25px;
}

#liveReportingLogin a{
	color: #FFF;
	text-decoration: underline;
}

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


#liveReportingLogin input{
	width: 100px;
	height: 15px;
	border: none;
	color: #222;
	font-size: 105%;
	background-color: #FFF;
}

#liveReportingLogin #submitBtn{
	width: 100%;
	height: 15px;
	padding: 0px 0px 0px 3px;
	border: none;
	text-transform: uppercase;
	color: #FFF;
	font-size: 105%;
	background-color: #2f292b;
	border-left: 2px solid #d40e27;
}

#liveReportingLogin  table{
	border: none;
	margin: 13px 0px 0px 0px;
	padding: 0px;
}

#liveReportingLogin  td{
	vertical-align: bottom;
	padding: 5px 5px 5px 15px;
}

#liveReportingLogin  #formTitle{
	vertical-align: bottom;
	text-align: right;
	border-right: 1px solid #FFF;
}

#liveReportingLogin  strong{
	text-align: right;
	color: #FFF;
	font-weight: bold;	
}

/**************************

NAVIGATION

**************************/


#mainNav {
	display: block;
	position: relative;
	top: 10px;
	left: 25px;
    width:770px;
    background:#2f292b;
	font-size: 95%;
    line-height:normal;
	padding: 0px;
	margin: 0px;
}

 #mainNav ul {
 	margin:0px;
   	padding:0px;
   	list-style:none;
   }

 #mainNav li {
	float:left;
 	margin:0px 10px 0px 0px;
	border-left: 2px solid #d40e27;
	padding:0px 0px 0px 10px;
	display:block;
	overflow:hidden;
	text-transform: uppercase;
	text-align: left;
	background: transparent;
   }

 #mainNav a {
	font-weight: bold;
	color: #8A8889;
	text-decoration: none;
   	display:block;
	padding: 0px;
	margin: 0px;
   }

#mainNav #onPage a  {
	font-weight: bold;
	color: #FFFFFF;
}

 #mainNav a:hover {
	color: #FFFFFF;
}

#mainNav strong {
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
  	display:block;
	padding: 0px;
	margin: 0px;
  }


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

BODY CONTENT

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

#bodyContent {
	padding: 0px 0px 35px 0px;
	width: 800px;
	min-height: 680px;
	text-align: left;
	color: #FFF;
	margin: 0px 0px 10px 0px;
	background-color: #2f292b;	
}


#mainContent {
	clear: both;
	position: relative;
	top: 20px;
	left: 25px;
	height: 660px;
	width: 745px;
	margin: 0px; /* 0px 10px 0px; */
	border: none;
	background:#133733 url(../images/fintage_backgrounds_home.jpg) bottom left no-repeat;
}

#mainContent td{
	text-align: left;
	vertical-align: top;
	padding: 0px 20px 20px 20px;
	border-right: 1px dashed #FFFFFF;
}


.leftSide{
	width: 150px;
}

.leftSide div{
		margin: 15px 0px 10px 0px;
}

.leftSide #sect_header_text {
	display: none;
}

.leftSide ul{
	margin:10px 0px 0px 0px;
   	padding:0px;
	list-style-type: none;
}

.leftSide li{
	color: #FFF;
	display: block;
	margin:2px 0px 5px 0px;
   	padding:0px 0px 0px 10px;
	background: transparent url('../images/sub_nav_red_block.gif') 0px 0px no-repeat;
	/* border-left: 2px solid #d40e27; */
}

.leftSide li strong {
	font-weight: bold;
	color: #d40e27;
}

.leftSide li a {
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
   	display:block;
	padding: 0px;
	margin: 0px;
}

.leftSide li a .onPage {
	font-weight: bold;
	color: #d40e27;
}

.leftSide li a:hover {
	color: #d40e27;
}


#mainContent .bodyContent{
	padding-top:45px;
	} 

.bodyContent {
	width: 455px;
}

.bodyContent strong{
	color: #FFF;
	font-weight: bold;
	text-decoration:none;
}




.bodyContent a{
	text-decoration: underline;
	color: #d40e27;
}

.bodyContent a:hover{
	text-decoration: none;
}


.bodyContent  table{
	border:none;
	width: 450px;
}


#mainContent .bodyContent td{
	border: none;
	padding: 3px;
}

#mainContent .bodyContent td strong{
	color: #FFF;
	font-weight: bold;
/*	border-bottom: 1px dotted #FFF; */
}

#mainContent .bodyContent td a{
	text-decoration: underline;
	color: #FFF;
}

#mainContent .bodyContent td a:hover{
	text-decoration: none;
}

#mainContent .bodyContent td p{
	padding: 0px;
}

.rightSide {
	width: 100px;
	border-right: none;
}

.spacer{
	display: block;
	clear: both;
	margin: 1px 0px 1px 0px;
}


.paginationLinks {
	display: block;
	font-size: 115%;
	color: #999;
	margin: 3px 0px 5px 0px;
}

.paginationLinks a{
	text-decoration: none;
	color: #FFF;
	font-size: 115%;
	padding: 0px 10px 0px 0px;
}

.paginationLinks strong{
	text-decoration: none;
	color: #d40e27;
	background-color: transparent;
/*	border-bottom: 1px solid #FFF; */
	font-size: 115%;
	padding: 0px 10px 0px 0px;
}

.paginationLinks a:hover {
	text-decoration: underline;
	color: #d40e27;
}


.subHeader_cell {
	font-size: 120%;
	font-weight: bold;
}

.header_cell  {
	font-size: 160%;
	font-weight: normal;
	text-transform: capitalize;
	display: block;
	margin: 20px 0px 5px 0px;
	border-bottom: 1px solid #FFF;
}



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

FOOTER CONTENT

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

#footerContent {
	display: block;
	clear: both;
	padding: 0px;
	width: 800px;
	height: 60px;
	text-align: left;
	color: #FFF;
	margin: 0px 0px 10px 0px;
	background-color: #2f292b;	
}

#footerContent img{
	display: inline;	
	vertical-align: middle;
	margin: 0px 20px 0px 50px;
}

 #footerNav ul {
	float: right;
 	margin:-10px 25px 0px 0px;
   	padding:0px;
   	list-style:none;
   }

 #footerNav li {
	font-size: 10px;
	float:left;
	color: #898788;
 	margin:0px 10px 0px 0px;
	border-left: 2px solid #d40e27;
	padding:0px 0px 0px 10px;
	display:block;
	overflow:hidden;
	text-transform: uppercase;
	text-align: left;
   }

 #footerNav a {
	font-weight: bold;
	color: #898788;
	text-decoration: none;
   	display:block;
	padding: 0px;
	margin: 0px;
   }


 #footerNav a:hover {
	color: #FFFFFF;
}

#copyright {
	font-size: 90%;
	font-weight: bold;
	color: #FFF;
	position: relative;
	top: 10px;
	left: 25px;
	text-decoration: none;
  	display:block;
	width: 550px;
	padding: 0px 0px 0px 5px;
	margin: 0px ;
	border-left: 2px solid #d40e27;
  }










