/* Extends master.css in addition to custom styles for this page */

#maincontent {
	background:url("../images/bg_home_content.jpg") no-repeat;
	height:829px;
	z-index:500;
}

#billboard_this {
	position:absolute;
	top:2px;
	left:1px;
	width:498px;
	height:381px
}

#bottom_blog_link {
	position:absolute;
	top:717px;
	right:138px;
	width:42px;
	height:32px;
}

#bottom_blog_link a {
	display:block;
	width:42px;
	height:32px;
}
	

/* NEWS */
#news {
	position:relative;
	top:391px;
	left:31px;
	width: 338px;
	height: 289px;
	overflow: hidden;
}
		
#news ul, li {
	margin:0;
	padding:0;
	display:block;
	list-style:none;
}

#news li {
	height:22px;
	overflow:hidden;
	margin-bottom:2px;
}

#news li.adjust_1 {
	margin-bottom:3px
}

*+html #news li { /* IE7 */
	height:21px;
	font-size:.85em;
	margin-bottom:0px !important;
}

*+html #news li.adjust_1 { /* IE7 */
	margin-bottom:1px !important;
}

*html #news li { /* IE6 */
	height:22px;
	font-size:.85em;
}

*html #news li.adjust_1 { /* IE6 */
	margin-bottom:2px !important;
}

#news li a {
	display:block;
	color: #000;
	text-decoration: none !important;
}
		
#news a:hover {
	background-color: #fff;
}

.news_lc {
	float:left;
	color:#DC4636;
	font-weight:700;
	padding:3px 0 0 4px;
	width:65px;
}
		
.news_mc {
	width:336px;
	display:block;
	color: #000;
	padding:4px 0 0 0;
}

*+html .news_mc { /* IE7 */
	width:260px !important;
}

*html .news_mc { /* IE6 */
	width:260px !important;
}
		
.news_rc {
	float: right;
	display:none; /* 9/25/07 change request - NH */
	width:37px;
	height:22px;
	background:url(../images/readMoreBox.gif) no-repeat;
}
		
#news_bottom {
	position:absolute;
	top:249px;
	width:325px;
	text-align:right;
	color:#fff;
	font: .8em Arial, Helvetica, sans-serif;
}
		
#news_bottom a {
	color: #FF3B29;
	text-decoration: none;
}
		
#news_bottom a:hover {
	color: #fff;
	background:none;
	text-decoration: none;
}
		
/*WELCOME BOX */		
		
#home_welcome {
	position: absolute;
	top: 80px;
	left:445px;
	width:330px;
}

*+html #home_welcome { /* IE7 */
	top: 87px;
}

*html #home_welcome { /* IE6 */
	top: 87px;
}

#home_welcome .textcopy_1 {
	font-size:1.1em;
	line-height:1.8em;
}

#news_content {
	position: absolute;
	top: 395px;
	left:390px;
	width:390px;
}

#news_content .news_lc {
	float:none;
	display:block;
	font-weight:700;
	padding:3px 0 0 0;
	width:auto;
}

#news_content .news_mc {
	width:400px !important;
	font:1em Arial, Helvetica, sans-serif;
	font-weight:700;
	text-transform:uppercase;
	margin-top:8px !Important;
}

#news_content p {
	margin-top:8px !Important;
}

#news_photo {
	position:absolute;
	top:660px;
	left:0;
	height:170px;
	overflow:hidden;
	width:368px;
}

