body {
	background: #D8D3B6;
	margin: 0px;
	padding: 0px;
}
#container {
	margin: 0px;
	padding: 0px;
	height: 680px;
	width: 940px;
}
/* very top navigation, above logo*/
#container #topNav {
	margin: 0px;
	padding: 0px 0px 0px 270px;
	width: 940px;
	height: 30px;
	background: #D8D3B6 url(../images/home/hometoplft.jpg) no-repeat left top;
	font: bold 12px Verdana, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}
#container #topNav ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	line-height: 1;
}
#container #topNav li {
	display: inline;
	padding: 0px;
	margin: 0px 70px 0px 0px;
	line-height: 30px;
	float: left;
	width: auto;
}
#container #topNav a:link, a:visited {
	text-decoration: none;
	color: #666633;
	display: block;
}
#container #topNav a:hover {
	text-decoration: none;
	color: #000066;
	display: block;
}
/*topNav submenu*/

#nav li ul {
	position: absolute;
	background: #E7E4D3;
	width: 8em;
	left: -999em;
	border: 1px solid #006;
	text-indent: 10px;
}
#nav li:hover ul, #nav li.sfhover ul { 
	left: auto;
}
#container #banner {
	height: 111px;
	width: 940px;
	background: url(../images/home/homebtopband.jpg) no-repeat right top;
	margin: 0px;
	padding: 0px;
}
#container #banner #logo img {
	padding-right: 41px;
}
#container #homeMain {
	margin: 0px;
	padding: 0px;
	width: 940px;
	height: 539px;
	background: url(../images/home/homebkgrd.jpg);
}
#container #Banner1 {
	z-index: 50;
	left: 48px;
	top: 30px;
	position: relative;
	width: 260px;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	padding-top: 8px;
	padding-bottom: 8px;
	background-image: url(../images/home/homebk.png);
}
#Banner1 a {
	color: #010068;
	text-decoration:none;
}
.shadow {
	-moz-box-shadow: 3px 3px 4px #666;
	-webkit-box-shadow: 3px 3px 4px #666;
	box-shadow: 3px 3px 4px #666;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#666')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#666');
}
#Banner1 a:hover {
	text-decoration:underline;
	color:#010068;
}

