body {
	background: #FFF url(images/nav-bg.jpg) repeat-x;
	text-align: center;
	margin: 0px;
	font: 11px Arial, Helvetica, sans-serif;
	color: #9C2323;
}
h1,
h2 {
	color: #000;
	font-size: 21px;
	font-weight: normal;
	margin: 0;
	letter-spacing: 2px;
}
h2 {
	color: #989898;
}
h3 {

}
a {
	color: #003399;
	text-decoration: none;
}
a:hover {
	color: #0033FF;
	text-decoration: underline;
}
li {
	margin: .5em;
}
img {
	border: 0;
}
/****************************************
UNIVERSAL STYLES
*****************************************/
.alert {
	font-weight: bold;
	color: #dc0000;
}
.clearboth {
	clear: both;
}
.hidden {
	display: none;
}
.moreLink {
	text-align: right;
	font-weight: bold;
}
.required {
	font-weight: bold;
	color: #dc0000;
}
.top {
	float: right;
	font-weight: bold;
}

/**********************************
MENU STYLES
***********************************/
#menu {
	clear: both;
}


/****************************************
LAYOUT STYLES
*****************************************/
#container {
	margin: 0 auto;
	text-align: left;
	width: 780px;
}
#logo {
	height: 105px;
	width: 310px;
	background: url(images/nav-logo.jpg) no-repeat;
	float: left;
}
#logo img {
	border: none;
	height: 100px;
	width: 300px;
}
#spruce {
	height: 105px;
	width: 470px;
	float: left;
}

#header,
#subheader {
	margin: .5em 0 0 0;
}
#header {
	width: 275px;
	float: left;
	background: url(images/nav-header-bg.jpg) no-repeat right bottom;
	text-align: right;
	padding: 15px 15px 15px 0;
}
#header span {
	display: none;
}
#subheader {
	width: 475px;
	float: left;
	padding: 15px 0 15px 15px;
}

#subnav {
	width: 290px;
	clear: left;
	float: left;
	margin: 0 0 15px 0;
}
#submenu,
#contact,
#testimonials,
#contactform {
	background: #F3F2EB;
	margin: 25px;
}
#contactform {
	margin: 0;
}
#submenu ul,
#contact ul {
	margin: 0 5px;
	padding: 0;
	list-style: none;
}
#submenu li,
#contact li {
	margin: 0;
	padding: 0;
}
#submenu li a,
#contact li a {
	width: 95%;
	padding: 3px;
	display: block;
	text-decoration: none;
}
#submenu li a:hover,
#contact li a:hover {
	background: #DBD9D3;
}
#testimonials p {
	margin: 10px;
}
#submenu td,
#contact td,
#contactform td,
#submenu input,
#contact input,
#contactform input,
#contactform textarea,
#contact textarea,
#testimonials p {
	color: #000000;
	font: 10px Arial, Helvetica, sans-serif;
}
#submenu h3,
#contact h3,
#contactform h3,
#testimonials h3 {
	background: #DBD9D3;
	font-size: 14px;
	color: #990000;
	text-align: right;
	padding: .2em;
	margin: 0 0 3px 0;
}
#nonprint,
#profileEmail {
	float: right;
	border-right: 1px solid #CCC;
	border-left: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	text-align: center;
	margin: 0 0 5px 0;
	padding: 0 7px;
}
#nonprint {
	width: 90px;
}
#profileEmail {
	float: left;
	margin: 0 0 5px 15px;
	background: url(images/letter.gif) no-repeat 5px 2px;
	padding: 0 5px 0 20px;
}
#nonprint p,
#profileEmail p {
	margin: 0;
	padding: 0;
}
#print,
#printpage {
	display: none;
}
#profileImage {
	text-align: center;
	padding: 15px 0 0 0;
}
#detail {
	background: url(images/nav-detail-bg.jpg) no-repeat;
	border-top: solid 1px #CCC;
	border-left: solid 1px #CCC;
	width: 450px;
	padding: 0 15px 25px 15px;
	margin: 0 0 15px 0;
	float: left;
	color: #000000;

}
#detail td {
	font-size: 11px;
	color: #000000;
}
#footercontact {
	display: none;
}
#footer {
	clear: both;
	background: url(images/nav-footer-bg.jpg) no-repeat center top;
	padding: 25px 10px 10px 10px;
	color: #999999;
	font-size: 10px;
}
