body {
	margin: 0;
	padding: 0;
	background: #BBDAE6 url(../images/body_bg.gif) repeat-x left top;
}
#header h1 {
	position: absolute;
	top: 30px;
	left: 30px;
	z-index: 100;
	width: 161px;
	height: 92px;
	background: #FFF url(../images/logo.gif) no-repeat left top;
	margin: 0;
}
#header h1 a {
	display: block;
	width: 161px;
	height: 92px;
	text-indent: -9999px;
}
#header ul {
	margin: 0;
	padding: 0 0 0 204px;
	list-style: none;
	background: #E0642F;
	position: relative;
	top: 54px;
	overflow: hidden;
}
#header ul li {
	display: inline;
	margin: 0 10px;
}
#header ul a {
	padding: 2px 6px;
	font: 13px Arial, Helvetica, sans-serif;
	color: #FFF;
	text-decoration: none;
	text-transform: uppercase;
	background: url(../images/nav_active.gif) repeat-x 500px 500px;
}
#header ul a:hover {
	color: #244470;
	background-color: #FAE4DA;
	background-position: 0 0;
}
#header ul li.active a {
	background-position: 0 0;
	font-weight: bold;
	color: #244470;
}
#content {
	font: 13px Tahoma, Arial, Helvetica, sans-serif;
	padding: 100px 0 0 220px;
	width: 530px;
}
#content h2 {
	color: #5D7EAB;
	font: 20px Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	padding: 0 0 5px;
	margin: 0 0 5px;
	border-bottom: 1px solid #CCC;
}
#content h3 {
	color: #5D7EAB;
	margin: 20px 0 0;
	font-size: 13px;
}
#content p {
	margin-top: 0;
}
#content a {
	color: #244470;
	font-weight: bold;
	text-decoration: underline;
}
#content a:hover {
	color: #E0642F;
	text-decoration: none;
}

/* //////////////////// Feature Images ///////////////////////// */
#home #content-shell {
	padding-bottom: 475px;
	background: url(../images/feature_box.jpg) no-repeat left bottom;
}