body,td,th {
	font-family: Arial, Helvetica, sans-serif, tahoma;
}
body {
	background-image: url(../images/master-bg.jpg);
	margin-bottom: 10px;
	background-repeat: repeat-x;
	margin-top: 0px;
	font-size: 14px;
	color: #000000;
}
#nav {
	font-size: 20px;
	text-align: center;
	vertical-align: middle;
	margin-bottom: 4px;
	color: #FFFFFF;
	height: 46px;
	text-transform: uppercase;
	line-height: 44px;
}
#nav a{
	color:#FFFFFF;
	text-decoration:none;
	display: block;
}
#nav a:hover{
	color:#838383;
}
#nav #home {
	background-image: url(../images/btn-home-bg.jpg);
	background-repeat: no-repeat;
	height: 46px;
	width: 111px;
	margin-right: 2px;
}
#nav #home a{
	height: 46px;
	width: 111px;
}
#nav #about {
	background-image: url(../images/btn-about-bg.jpg);
	background-repeat: repeat-x;
	height: 46px;
	width: 185px;
	margin-right: 2px;
}
#nav #about a{
	height: 46px;
	width: 185px;
}
#nav #buyers {
	background-image: url(../images/btn-buyer-bg.jpg);
	background-repeat: repeat-x;
	height: 46px;
	width: 161px;
	margin-right: 2px;
	color: #9c9c9c;
}
#nav #buyers a{
	color: #9c9c9c;
	height: 46px;
	width: 161px;
}
#nav #sellers {
	background-image: url(../images/btn-sellers-bg.jpg);
	background-repeat: repeat-x;
	height: 46px;
	width: 170px;
	margin-right: 2px;
}
#nav #sellers a{
	height: 46px;
	width: 170px;
}
#nav #mortgage {
	background-image: url(../images/btn-mortgage-bg.jpg);
	height: 46px;
	width: 186px;
	margin-right: 2px;
}
#nav #mortgage a{
	height: 46px;
	width: 186px;
}
#nav #contact {
	background-image: url(../images/btn-contact-bg.jpg);
	background-repeat: no-repeat;
	background-position: right 0px;
	height: 46px;
	width: 159px;
}
#nav #contact a{
	height: 46px;
	width: 159px;
}
#header-bg {
	background-image: url(../images/hdr-bg.jpg);
	background-repeat: repeat-x;
	width: 982px;
	height: 225px;
}
#phone-bg {
	background-image: url(../images/1-877-bg.jpg);
	background-repeat: repeat-x;
	float: right;
	height: 40px;
	width: 982px;
	margin-bottom: 14px;
}
#evaluation-form-bg {
	font-size: 12px;
	color: #454545;
	background-image: url(../images/eval-form-bg.jpg);
	background-repeat: repeat-x;
	/*
		height: 301px;
		Removed this attrib when I changed this part of the sidebar from 
		eval form to sub-navigation and the sub-nav took less verticle space
	*/
	border-right: 1px solid #cccaca;
	border-left: 1px solid #cccaca;
	background-color: #DFDDDE;
	padding-right: 13px;
	padding-left: 13px;
}
.form-field {
	background-color: #FFFFFF;
	padding: 3px;
	width: 198px;
	border: 1px solid #c0bebe;
	font-size: 12px;
	color: #454545;
	font-family: Arial, Helvetica, sans-serif, tahoma;
}
#evaluation-form-bg p{
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 7px;
}
#testimonials-bg {
	font-size: 12px;
	color: #000000;
	background-image: url(../images/testimonials-bg.jpg);
	background-repeat: repeat-x;
	height: 235px;
	border-right: 1px solid #cccaca;
	border-left: 1px solid #cccaca;
	background-color: #E0DEDF;
	padding-right: 13px;
	padding-left: 13px;
}
#testimonials-bg .client-name {
	color: #085f80;
}
.content-bg {
	background-color: #f3f3f3;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #cccaca;
	border-left-color: #cccaca;
	padding-right: 22px;
	padding-left: 22px;
}
p {
	margin-top: 0px;
	padding-top: 0px;
}
.heading {
	font-size: 20px;
	color: #085f80;
	padding-bottom: 10px;
}
.heading2 {
	font-size: 16px;
	color: #085f80;
	padding-bottom: 10px;
}
.heading2 a {
	font-size: 16px;
	color: #085f80;
	padding-bottom: 10px;
	text-decoration: none;
}
.heading2 a:hover {
	font-size: 16px;
	color: #085f80;
	padding-bottom: 10px;
	text-decoration: underline;
}
.heading2 a:visited {
	font-size: 16px;
	color: #085f80;
	padding-bottom: 10px;
	text-decoration: none;
}
#footer {
	font-size: 12px;
	background-image: url(../images/footer-top.jpg);
	background-repeat: repeat-x;
	width: 962px;
	margin-top: 5px;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 10px;
	color: #616161;
}
form {
	padding: 0px;
	margin: 0px;
}

/* sub-navigation in the sidebar on the left */
.subnav {
	font-family: Arial, Helvetica, sans-serif, tahoma;
	font-size: 100%;
	line-height: 135%;
	color: #000000;
	padding-left: 10px;
	padding-right: 10px;
	text-decoration: none;
}
.subnavHeader {
	font-family: Arial, Helvetica, sans-serif, tahoma;
	font-size: 100%;
	line-height: normal;
	color: #000000;
	padding-top: 3px;
	padding-bottom: 3px;
	font-weight: bold;
	width: 100%;
	text-align: center;
}
.subnav a:link {
	color: #0000FF;
	font-size: 125%;
	text-decoration: none;
	display: block;
	width: 100%;
}
.subnav a:visited {
	color: #04648A;
	font-size: 125%;
	text-decoration: none;
	display: block;
	width: 100%;
}
.subnav a:active {
	color: #04648A;
	font-size: 125%;
	display: block;
	width: 100%;
}
.subnav a:hover {
	color: #FFFFFF;
	font-size: 125%;
	display: block;
	background: #04648A;
}
/* ******************************************************** */