body {
	margin: 0px;
	padding: 0px;
	color: #0c1443;
	background: #c7cdeb;
	font: 11px Trebuchet MS, Verdana, Arial, Geneva, Helvetica;
	line-height: 12pt;
	text-align: center;
	overflow: scroll;
	overflow:-moz-scrollbars-vertical;
}
a:link, a:visited, a:active {
	color: #f08018;
	font-weight: bold;
	text-decoration: none;
}
a:hover { text-decoration: underline; } 

div, form, dl, dt, dd, ul, ol, li, p {
	margin: 0;
	padding: 0;
}
p { padding-bottom: 15px; }
dt { font-weight: bold; }
dd { padding: 0 0 10px 30px; }
ul, ol {
	padding: 5px 0 10px 0;
	list-style: disc;
}
ol { list-style: numeric; }
li {
	padding: 0 0 2px 0;
	margin: 0 0 0 60px;
}
img { border: none; }

label {
	float: left;
	display: inline;
	width: 180px;
	line-height: 14pt;
	font-weight: bold;
}
input, select, textarea {
	margin: 0 0 5px 0;
	padding: 2px;
	color: #333;
	border: 1px solid #666;
	background: #fff;
	width: 180px;
	height: 16px;
	font: 11px Trebuchet MS, Verdana, Arial, Geneva, Helvetica;
}
select {
	padding: 0;
	width: 186px;
	height: 20px;
}
textarea {
	overflow: auto;
	width: 360px;
	height: 100px;
}
input.formButtons {
	float: clear;
	margin: 0 auto;
	margin-left: 134px;
	padding: 0;
	color: #0a1038;
	font-weight: bold;
	border: none;
	width: 115px;
	height: 25px;
	cursor: pointer;
	text-align: center;
	background: #fff url(../images/common/buttons_form.gif) no-repeat top left;
}
#formDiv input {
	float: left;
	display: inline;
}

#outerContainer {
	margin: 0 auto;
	width: 722px;
	border: 4px solid #0c1443;
	border-bottom: none;
}
#innerContainer {
	margin: 0 auto;
	padding-top: 16px;
	width: 646px;
}
#footer {
	position: relative;
	margin: 0 auto;
	width: 722px;
	height: 66px;
	border: 4px solid #0c1443;
	border-top: none;
}
#footer a {
	left: 205px;
	position: absolute;
}
#header {
	margin: 0 auto;
	width: 530px;
	height: 24px;
	background:#fff;
	color: #fff;
	font-weight: bold;
	font-size: 16px;
	text-align: center;
	padding-top: 6px;
	cursor: pointer;
}
#contentContainer {
	margin: 0 auto;
	padding: 10px 0;
	width: 484px;
	border: 3px solid #0a1038;
	border-width: 0 3px 3px 3px;
	background: #fff;
	/*background: #fff url(../images/common/background_content.gif) repeat-y top left;*/
}

#nav {
	margin: 10px auto;
	width: 480px;
	height: 20px;
	background: #0c1443 url(../images/common/background_navbar.gif) no-repeat top center;
}
#nav ul {
	margin: 0;
	margin-left: 10px;
	padding: 0;
	width: 440px;
	display: inline;
	float:left;
}
#nav li {
	margin: 0;
	margin-left: 3px;
	padding: 0;
	float: left;
	display: inline;
	height: 20px;
	list-style-type: none;
}
#nav a {
	height: 20px;
	display: block;
	text-decoration: none;
	cursor: pointer;
	padding:0;margin:0;
}
#nav a.home { background: url(../images/common/nav_home.gif); width: 31px; }
#nav a.homeBuyers { background: url(../images/common/nav_buyers.gif); width: 78px; }
#nav a.homeSellers { background: url(../images/common/nav_sellers.gif); width: 78px; }
#nav a.restatePros { background: url(../images/common/nav_re_pros.gif); width: 102px; }
#nav a.prices { background: url(../images/common/nav_services.gif); width: 48px; }
#nav a.links { background: url(../images/common/nav_links.gif); width: 34px; }
#nav a.requestInfo { background: url(../images/common/nav_request.gif); width: 78px; }
#nav a:hover { background-position: 0 20px; }
#nav a.on { background-position: 0 20px; }
#content, #inspectorInfo {
	margin: 0 auto;
	width: 460px;
	text-align: left;
	background: #fff;
}
#inspectorInfo span {
	margin-right: 10px;
	width: 192px;
	float: left;
	display: inline;
}

#inspectorInfo span.photo { width: 110px; }
#inspectorInfo span.photo img { border: 1px solid #0c1443; }
#inspectorInfo span.contact { color: #0c1443; font-weight: bold; line-height: 10pt; }
#inspectorInfo span.buttons { width: 118px; margin:0; }

span.buttons a {
	width: 117px;
	height: 27px;
	display: block;
	text-decoration: none;
	cursor: pointer;
}
span.buttons a.download { background: url(../images/download_report.gif) no-repeat; }
span.buttons a:hover { background-position: 0 -27px; }

div.headings { font-size: 18px; font-weight: bold; margin-bottom: 15px; }