/* CSS Document */

/*==================================*/
/*    Author: Chris Johnson         */
/*    Company: Corporate 3 Design   */
/*    Date: December 29, 2008       */
/*==================================*/



/*==================================*/
/*---------- CONTENT AREA ----------*/
/*==================================*/

#contentwrapper {
	width: 880px;
	margin: 0 10px 0 10px;
	padding: 0 0 5px 0;
}




/*==================================*/
/*-------- SECOND LEVEL NAV --------*/
/*==================================*/

ul#second_level_nav {
	width: 880px;
	height: 37px;
	position: absolute;
	left: 0px;
	bottom: 0px;
	list-style: none;
	font-size: .8em;
}

ul#second_level_nav li {
	float: left;
	line-height: 220%;
}

ul#second_level_nav li a {
	height: 37px;
	display: block;
	width: 125px;
	text-align: center;
	background: url(images/main/second_level_nav_bg.gif) 50% 0px no-repeat;
}

ul#second_level_nav li a:hover, ul#second_level_nav li.active a {
	background: url(images/main/second_level_nav_bg.gif) 50% -37px no-repeat;
	color: #fff;
}


#flasharea {
	width: 880px;
}

#news {
	background: url(../images/home/newsgradient.jpg) top left repeat-x;
	width: 880px;
	height: 30px;
	margin: 0 0 15px 0;
}

h2 {
	color: #3d3d3d;
	font-weight: normal;
	text-align: center;
	width: 880px;
	font-size: 1.1em;
	line-height: 150%;
	padding: 10px 0 10px 0;
}

#news h1{
	background: url(../images/home/news_bg.jpg) top left no-repeat;
	width: 63px;
	height: 23px;
	font-size: .8em;
	color: #fff;
	text-transform: uppercase;
	padding: 7px 0 0 7px;
	float: left;
}

#news ul {
	width: 810px;
	height: 30px;
	float: left;
	list-style: none;
	overflow: hidden;
}

#news li {
	overflow: hidden;
	width: 810px;
	height: 30px;
}

#news li a, #news li a:visited{
	background: url(../images/home/news_arrow.gif) 783px 5px no-repeat;
	display: block;
	width: 810px;
	height: 24px;
	font-size: .8em;
	padding: 6px 0 0 0;
	color: #3d3d3d;
	top:0px;
	left:0px;
}

#news li a:hover{
	background: url(../images/home/news_arrow.gif) 783px -174px  no-repeat;
	text-decoration: underline;
	color: #d41f26;
}

/*==================================*/
/*--------- FEATURE ITEMS ----------*/
/*==================================*/

#feature1 {
	float: left;
	width: 290px;
	height: 109px;
	padding: 0 0 0 0;
}

#feature1 a {
	display: block;
	width: 290px;
	height: 109px;
	background:url(../images/home/feature1_hr.jpg) 0px 0px no-repeat;
	overflow: hidden;
	text-indent: -9999em;
}

#feature1 a:hover {
	background:url(../images/home/feature1_hr.jpg) 0px -109px no-repeat;
}

#feature2 {
	float: left;
	width: 280px;
	height: 109px;
	padding: 0 10px 0 10px;
}

#feature2 a{
	display: block;
	width: 280px;
	height: 109px;
	background:url(../images/home/feature2_hr.jpg) 0px 0px no-repeat;
	overflow: hidden;
	text-indent: -9999em;
}

#feature2 a:hover {
	background:url(../images/home/feature2_hr.jpg) 0px -109px no-repeat;
}

#feature3 {
	float: left;
	width: 290px;
	height: 109px;
	padding: 0 0 0 0;
}

#feature3 a {
	display: block;
	width: 290px;
	height: 109px;
	background:url(../images/home/feature3_hr.jpg) 0px 0px no-repeat;
	overflow: hidden;
	text-indent: -9999em;
}

#feature3 a:hover {
	background:url(../images/home/feature3_hr.jpg) 0px -109px no-repeat;
}
