* {
	margin:0px;
	padding:0px;
	outline:none;
}
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background-color: #74a1ca;
}
img, a img, table {
	border:none;
}
a, #content a {
	outline:none;
	color:#cc0000;
}
a:hover, #content a:hover {
	color:#214c74;
	text-decoration: underline;
}
#wrap {
	width:800px;
	margin:0 auto;
	background-color: #fff;
}
#wrap_default {
	width:800px;
	margin:0 auto;
}
#header {
	height:104px;
	background:url(images/header_bg.jpg) no-repeat;
	position:relative;
}
#header.interior {
	height:110px;
	background:url(images/header_interior_bg.jpg) no-repeat;
	position:relative;
}
#header img.logo {
	position:absolute;
	top:14px;
	left:0px;
}
/* Nav */
#nav {
	width:404px;
	height:31px;
	position:absolute;
	bottom:7px;
	left:0;
}
#nav.interior {
	bottom:14px;
}
/* Subnav */
#subnav {
	margin-top:5px;
}
/* Content */
#content {
	width:731px;
	margin:0 auto;
	padding:15px 10px;
}
#cover {
	clear:both;
	position:relative;
}
/* Footer */
#footer {
	clear:both;
	margin-top:8px;
	height:40px;
	background:url(images/footer_bg.gif) no-repeat;
}
#footer.interior {
	clear:both;
	height:55px;
	background:url(images/footer_interior_bg.gif) no-repeat;
}
/* Special Classes and IDs */
.left {
	float:left;
}
.right {
	float:right;
}
p.right {
	text-align:right;
}
img.center {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.contactheader {
	display:none;
}
.BrowseBox1, hr {
	margin:3px auto 3px auto;
}

/* Sitemap */

#site li.none {
	list-style-type:none;
}