/**********************
	HOME SPECIFIC STYLES
***********************/
div#headerWrap.home {
	position:absolute;
	z-index:100;
}
div#masterWrap.home {
	height:100%; 
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#000;
	font-size:9pt;
	background-color:#220000;/*  background-color:#140000; */
	background-image:url(../images/bodyBGHome.jpg);
	background-repeat:no-repeat;
	background-position: center 400px;

}
div#contentWrap.home {
	width: 960px;
	_width: 970px;
	margin: 20px auto 0;
}
div#billboardHolder {
	z-index:99;
	padding-top:115px;
	height:360px;
	width:100%;
	margin:auto;
	text-align:center;
}
div#billboard2 {
}
div#billboardLeft {
	width:434px;
	height:307px;
	background-image:url(../images/homeBannerLeftBG.jpg);
	float:left;
}
div#billboardLeftContent {
	margin:40px 35px 0;
}
div#billboardLeftContent h2 {
	margin:0 0 15px 0;
	font-weight:bold;
	color:#464646;
}
div#contentLeft.home h1 {
	margin-left:0px;
}
div#billboardLeftContent p {
	color:#fff;
	text-align:justify;
	margin:0 0 10px 0;
	font-weight: bold;
	line-height: 17px;
}
div#billboardRight {
	float:none;
	height:360px;
	width:100%;
}
div#contentLeft.home {
	float: left;
	width: 600px;
	text-align:justify;
	border-bottom:none;
}
div#contentRight.home {
	float: right;
	width: 335px;
	_width: 300px;
	text-align:justify;
	margin: 0 0 0 0;
	padding: 0 0 0 10px;
}
div#contentRight.home img {
	margin:10px 0 0 0;
}
div#contentLeft.home h1 {
	padding: 0 0 0px 0;
	color: #A22330;
	font-weight:bold;
}
div#contentRight.home h1 {
	padding: 0 25px 5px 10px;
	margin: 0 0 0 0;
	color: #fff;
	font-weight:bold;
	text-align: right;
	border-bottom: 3px solid #000;
}
div#pageTitleWrap.home {
	width:600px;
}
div#pageTitleWrap.home h1 {
	color:#fff;
	font-size:14pt;
	font-weight:normal;
	padding:17px 0 0 25px;
}
div#newsevent ul {
	border-top:1px solid #A22330
}
div#newsevent ul li {
	background-image:none;
	padding:0;
	margin:0;
	font-weight:normal;
	border-bottom:2px solid #fff;
	background-color:#ebf1dc;
	padding:15px;
}
div#newsevent ul li:hover {
	background-color:#e8e4e1;
}
div#contentRight.home ul {
	margin-bottom:5px;
}
div#contentRight.home ul li {
	color:#fff;
	font-size:9pt;
	background:url(../images/bullet.png) no-repeat 9px 4px;
	font-family: Arial, Helvetica, sans-serif;
	margin:20px 0;
}
div#contentRight.home ul li a {
	color:#fff;
	text-decoration:none;
}
div#contentRight.home ul li a:hover {
	color:#e51725;
}
div#bodybg.home {
	background:url(../images/bodybgBg.jpg) left top repeat-x;
	_background:none;

	height:475px;
	width:100%;
	border-bottom:6px solid #000;
	
}
div#bottombar.home {
	height:63px;
	width:960px;
	background:url(../images/bottombar.jpg) repeat-x top left;
	clear:both;
}
div#bottombar.home h1 {
	padding: 20px 10px 5px 25px;
	margin: 0 0 0 0;
	color: #e51725;
	font-weight:bold;
	text-align: left;
}
.projectButton {
	float:right;
	margin-top:-43px;
	margin-right:15px;
}
/*STOCK TICKER*/
div#tickerContainer {
	margin:auto;
	margin-top:4px;
	padding-top:6px;
	width:960px;
	height:20px;
	font-size:8pt;
	text-align:right;
	border-top:1px solid #ccc;
}
table#tickerTable {
	float:right;
	width:auto;
	margin-right:20px;
}
table#tickerTable td {
	vertical-align:top;
	text-align:right;
	height:15px;
	width:150px;
}
table#tickerTable td.stockTitle {
	font-family:Tahoma, Geneva, sans-serif;
	color:#fff;
	font-size:6pt;
}
/*end stock ticker*/


/* IE7 HACKS */

/* add display:inline to floated elements */
*:first-child+html div#billboardLeft, *:first-child+html div#contentLeft.home, *:first-child+html div#contentRight.home {
#display:inline;
}
/* add zoom:1 to pos:relative elements */
*:first-child+html div#billboardHolder {
#zoom:1;
}

