@charset "utf-8";
#header {
	display: block;
}
#printlogo {
	display: block;
	position: absolute;
	left: 40px;
	top: 8px;
	z-index: 1;
}
#sub1, #sub2, #sub3 {
	display: block;
}
#nav a.last {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #004224;
	border-bottom-color: #004224;
	border-left-color: #004224;
	background: none;
	width: 156px;
}
#nav a.sub {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCD9D3;
	background: none;
}
#homePage li#home a, #realestatePage li#realestate a.main, #whyPage li#why a, #uniquePage li#unique a.main, #educPage li#educ a, #aboutPage li#about a.main, #teamPage li#team a, #affiliatesPage li#affiliates a, #contactPage li#contact a{
	color: #700;
} /* current page in nav bar is printed as different color */
#mainContent h1 {
	text-indent: 0px;
	display: block;
	letter-spacing: .05em;
}

#footer {
	margin-top: 5px;
	border: 1px solid #dcddde;
	display: block;
	clear: both;
	z-index: 10;
	width: 100%;
	float: left;
}
