/*******************************************************************************
   Features Stylesheet
*******************************************************************************/
div#main {
	width: 941px;
	}

div#content_image {
	width: 941px;
	}
	
/*******************************************************************************
   Content
*******************************************************************************/
div#content {
	width: 881px;
	}

/*******************************************************************************
   Sub Nav
*******************************************************************************/	
ul#sub_nav {
	list-style: none;
	}
	
ul#sub_nav li {
	float: left;
	}
	
ul#sub_nav li a {
	display: block;
	width: 142px;
	height: 25px;
	background-color: #000000;
	color: #FFFFFF;
	font-weight: bold;
	line-height: 27px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	}
	
ul#sub_nav li.first a {
	width: 145px;
	}
	
ul#sub_nav li.last a {
	width: 145px;
	}
	
ul#sub_nav li.active a {
	background-color: #F47D31;
	}
	
ul#sub_nav li a:hover {
	background-color: #F47D31;
	}


