body {
	background: url('/images/tile1.jpg') repeat-x;
	background-color: #D9E3ED;
	margin: 0px;
}

#container {
	width: 970px;
	text-align: left;
}

#header {
	height: 96px;
}

#logo {
	float: left;
	height: 62px;
	margin: 34px 0px 0px 61px;
}

#search {
	float: right;
	margin-top: 60px;
	margin-right: 15px;
}

#search input, #search a {
	float: left;
	height: 18px;
	margin-top: 5px;
	margin-left: 5px;
}

#search a {
	line-height: 18px;
}

.search_field {
	color: #535353;
	font-size: 10px;
}

/* NAVIGATION */

#nav {
	text-align: center;
	margin-bottom: 14px;
	margin-left: 3px;
}

#nav ul {
	display: block;
	float: left;
	height: 37px;
	padding: 0px;
	margin: 0px;
}

#nav li {
	list-style: none;
	display: block;
	float: left;
	background: url('/images/nav_divider.jpg') no-repeat;
	height: 37px;
}

#nav li a {
	color: #FFF;
	font-size: 17px;
	font-weight: lighter;
	line-height: 37px;
	font-family: Arial;
	text-decoration: none;
}

#nav li a:hover {
	color: #A6A69C;
	font-size: 17px;
	font-weight: lighter;
	line-height: 37px;
	font-family: Arial;
	text-decoration: none;
}

#nav li div {
	margin-left: 7px;
}

#nav li a:hover {
	text-decoration: none;
}

#nav li.active a {
	color: #000;
}

.active div {
	padding: 0px 5px 0px 5px;
}

.active span {
	background: url('/images/nav_hover_left.jpg') no-repeat;
	background-color: #FFF;
	display: block;
	width: 100%;
	height: 37px;
}
.active span span {
	background: url('/images/nav_hover_right.jpg') no-repeat;
	background-position: top right;
	display: block;
	height: 37px;
	text-align: center;
}




#flash {
	clear: both;
	text-align: center;
}

#boxes {
	float: left;
	width: 910px;
	height: 199px;
	background: url('/images/homefade.jpg') no-repeat;
	margin-left: 30px;
	padding: 10px 0px 0px 10px;
}

.homebox {
	float: left;
	width: 276px;
	height: 93px;
	font-family: Georgia;
	font-size: 18px;
	border: 1px #B0ACA4 solid;
	margin: 10px;
}

.homeboxinner {
	padding: 15px 0px 15px 15px;
}

.homebox img {
	margin-right: 5px;
}

.homebox h1 {
	margin: 0px;
	padding: 0px;
	font-size: 20px;
	text-transform: uppercase;
	font-weight: normal;
	white-space: nowrap;
}
.homebox a {
	color: #000 !important;
	text-decoration: none !important;
}

.homebox div {
	float: left;
}

#footer {
	clear: both;
	text-align: center;
	padding-top: 40px;
}

/* SUB */

#subtop {
	clear: both;
	text-align: center;
}

#main {
	width: 912px;
	background: url('/images/maintile.gif') repeat-y;
}

#maininner {
	background: url('/images/subfade.jpg') no-repeat bottom;
	min-height: 475px;
	padding: 15px 30px 20px 30px;
	text-align: left;
}

#sidebar {
	float: left;
	width: 140px;
}

#sidebar table {
	width: 146px;
}

#subcontent {
	padding: 0px 40px 25px 40px;
}

.droptop {
	border-top: 1px #999 dotted;
}
