body {
	margin-top: 0px;
	padding: 0;
	background: #455D73;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #393734;
	text-align: center;
	
}

form {
	margin:0px;	
}

#wrapper {
	width: 805px;
	margin: auto;
	
}

#header {
	height:229px;
	background:#FFFFFF url('images/header_bg.jpg') bottom repeat-x;
	position:relative;	
}

#banner {
	position:absolute;
	top:10px;
	left:10px;
}

#magnify-house {
	position:absolute;
	top:40px;
	left:330px;
}

#magnify_text {
	position:absolute;
	top: 70px;
	left:440px;
	width:200px;
	font-family:Arial;
	font-size:14px;
	font-weight:bold;
	font-style:italic;
	color:#333333;
	text-align:left;	
}

#cahpi {
	position:absolute;
	top:33px;
	right:5px;
	width: 110px;
}

#cahpi_text {
	position:absolute;
	top: 145px;
	left:680px;
	width:120px;
	font-family:Arial;
	font-size:10px;
	line-height:10px;
	font-weight:bold;
	color:#333333;
	text-align:right;
	
}

.navitem {
	height:30px;
	overflow:none;
	background-position:top;
	background-repeat:no-repeat;
	position:absolute;
	top:0px;	
	cursor:hand;
}

.navitem:hover {
	background-position:bottom;
}
/*begin navigation*/
#nav_main {background-image:url('images/nav_main.png') ; left:320px; width:84px;}
#nav_about {background-image:url('images/nav_about.png') ; left:412px; width:84px;}
#nav_services {background-image:url('images/nav_services.png') ; left:504px; width:92px;}
#nav_book-inspection {background-image:url('images/nav_book-inspection.png') ; left:604px; width:196px;}

/*end navigation*/

#content_wrapper {
	width: 805px;
	margin: auto;
	text-align:left;
	background:#FFFFFF url('images/footer_bg.jpg') bottom repeat-x;
}


#content {

	
	text-align: left;
	padding-left:20px;
	padding-right:20px;
	padding-bottom:10px;
	padding-top:10px;
	
}

#breadcrumb {
	padding:5px;
}

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

#footer a {
	color:#395266;
	text-decoration: none;
}

#footer a:hover {
	color:#395266;
	text-decoration: underline;
}

#subfooter, #subfooter a {
	color:#FFFFFF;
	font-size:14px;
}



span.tabs {
	border:1px solid #49A2F5;
	background:#49A2F5;
	padding-top:2px;
	padding-left:10px;
	padding-right:10px;
	color:#FFFFFF;
}

span.current {
	background:#B3D7F9;
	
}

a.tabitem, a.tabitem:visited  {
	font-weight:bold;
	text-decoration:none;
	color:#FFFFFF;
	font-size:13px;
}

a.tabitem_current, a.tabitem_current:visited {
	font-weight:bold;
	text-decoration:none;
	color:#00539D;
	font-size:13px;
}


a, a:visited {
	color: #C14E00;
}

a:hover {
	color:#913900;
}

a img {
	border:0px;
}

h1,h2,h3 {
		color:#315f82;
}

h1 {
	font-size:24px;	
	margin-top:5px;
}

h2 {
	font-size:20px;	
	padding-top:4px;
}

h3 {
	font-size:16px;	
	border-bottom:1px dashed #00539D;
}

.label {
	font-family: Verdana;
	font-weight:bold;
	padding-top:4px;
	text-align:right;	
}

.fields {
	font-family: Verdana;
	font-weight:normal;
	padding-top:3px;
	text-align:left;	
}


.bold {
	font-weight:bold;	
}

.narrow {
	font-family:Arial Narrow;	
}

.normal {
	font-weight:normal;	
}

.text11 {
	font-size:11px;	
}
.text12 {
	font-size:12px;
}
.text13 {
	font-size:13px;
}

.text14 {
	font-size:14px;
}

.text15 {
	font-size:15px;
}

.text16 {
	font-size:16px;
}

.text17 {
	font-size:17px;
}

.text18 {
	font-size:18px;
}

.text26 {
	font-size:26px;
}

.text20 {
	font-size:20px;
}

.text24 {
	font-size:24px;
}

.italic {
	font-style:italic;	
}

.center {
	text-align:center;
}

.error {
	color:red;
	font-weight:bold;
}

.message, .alert {
	color:green;
	font-weight:bold;
}

ul {
	list-style-image:url('images/list-arrow.png');
}

li {
	margin-bottom:8px;
}

input, select, textarea {
	border:1px solid #455D73;
}

input.checkbox, input.radiobutton, {
	border:0px;

}

	




/* special colors/sizes */

.white {
	color:#FFFFFF;	
}

.gray {
	color:#333333;
}


/* end special colors */

input, textarea, select {
	color:#666666;
	font-size:13px;
	font-family: Arial;	
	
}

.button {
	background:#455D73;
	border:1px solid #5F819E;
	font-size:13px;
	color:#FFFFFF;
	font-weight:bold;
}

.text_ad {
	width:200px;
	padding:5px;
	border:1px solid #649CD0;
	background: #DCEDFC;
	text-align:left;	
}

.text_ad_header {
	font-size:13px;
	color:#174D7F;	
	font-weight:bold;
}

.text_ad_copy {
	font-size:12px;
	color:#2976BD;
	margin:5px;
}

.text_ad_link {
	font-size:11px;
	color:#800000;
}

dt {
	font-weight:bold;	
}

dd {
	margin-bottom:10px;
}


