* {margin:0}

* {padding:0}

body {
	background-color: #F7F7F7;
	color: #000066;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

html { 
 height: 100%; 
 margin-bottom: 1px; 
 }

a:link, a:visited {
 	color: #000066;
	text-decoration:underline;
}

a:hover {
	text-decoration:none;
}
	
#wrapper {
      margin: 0 auto;
      text-align: left;
      vertical-align: middle;
      width: 720px;
}
#outer {
	margin-top: 10px;
	margin-bottom: 10px;
	background-color: #FFFFFF;
	border: 1px solid #999999;
}

#header {
	background-color: #FFFF99;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000063;
}

.headerText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000063;
	padding-right: 10px;
	padding-bottom: 10px;
	font-style: italic;
}

#topNav {
	background-color: #FFFFFF;
}

table.navHoriz {
	border-collapse: collapse;
}

table.navHoriz td {
	border-bottom: 1px solid #000063;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000063;
}

table.navHoriz td a{
	display: block;
	width: 120px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-align: center;
	line-height: 10px;
	padding-top: 1px;
	padding-bottom: 1px;
}

table.navHoriz td a:link, table.navHoriz td a:visited {
	color: #000063;
	background-color: #FFFFFF;
	text-decoration: none;
}

table.navHoriz td a:hover {
	color: #333333;
	text-decoration: none;
	background-color: #CCCCCC;
}

.navHorizLeft {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000063;
}

table.navListing {
	border-collapse: collapse;
	background-color: #FFFF99;
}

table.navListing td {
	border-bottom: 1px solid #000063;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000063;
	text-align: center;
	background-color: #FFFF99;
}

table.navListing td a{
	display: block;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	line-height: 12px;
	padding-top: 4px;
	padding-bottom: 4px;
}

table.navListing td a:link, table.navListing td a:visited {
	color: #000063;
	background-color: #FFFF99;
	text-decoration: none;
}

table.navListing td a:hover {
	color: #333333;
	text-decoration: none;
	background-color: #CCCCCC;
}

.navListingRight {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000063;
}

.navListingLeft {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #000063;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000063;
}

#content {
	background-color: #FFFFFF;
	margin-bottom: 10px;
	margin-top: 10px;
}


#footer {
	background-color: #FFFF99;
}

#footer img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.leftNav {
	width: 155px;
}

table.navbar {
	border-collapse: collapse;
	margin-left: 1px;
}
table.navbar td {
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
}
table.navbar td a{
	display: block;
	width: 150px;
	padding: 4px 2px 4px 12px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	background-image:  url(images/nav_blue.jpg);
	background-repeat: no-repeat;
	background-position: 0% 50%;

}
table.navbar td a:link, table.navbar td a:visited {
	color: #FFF;
	background-color: #000066;
	text-decoration: none;
}
table.navbar td a:hover, table.navbar td a:active {
	color: #999999;
	text-decoration: none;
}


.logos {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	padding-top: 5px;
	padding-bottom: 3px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #999999;
	text-align: center;
}

.logos img {
	margin-right: 15px;
	margin-left: 15px;
	vertical-align: middle;
}

.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 15px;
}
.textLeft {
	padding-right: 10px;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #999999;
	width: 266px;
}
.textRight {
	width: 266px;
	padding-left: 10px;
}
.textRight img {
	border: 1px solid #CCCCCC;
	margin-right: 5px;
}


.contact {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000063;
	background-color: #FFFF99;
	margin-bottom: 5px;
	margin-top: 5px;
}

.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	padding-top: 3px;
	padding-bottom: 5px;
	background-color: #FFFF99;
}

.copyright a:link, .copyright a:visited {
	color: #000063;
	text-decoration:none;
}

.copyright a:hover {
	color:#999999;
	text-decoration:underline;
}

.divCenter {
	text-align: center;
}

.redhead     { font-family: Verdana, Arial, Helvetica, sans-serif; color: #FF0000; font-size: 16px; font-weight: bold }

h1 {
	font-size: 16px;
	color: #CC0000;
}

h1 a:link {
	color: #CC0000;
}

h1 a:visited {
	color: #CC0000;
}

h1 a:hover {
	color: #3A009D;
	text-decoration: underline;
}

h2 {
	font-size: 24px;
	color: #CC0000;
	margin-bottom: 10px;
}

h2 a:link {
	color: #CC0000;
}

h2 a:visited {
	color: #CC0000;
}

h2 a:hover {
	color: #3A009D;
	text-decoration: underline;
}

h3 {
	font-size: 16px;
}


.listing {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 15px;
}
.listing img {
	margin-right: 5px;
	border: 1px solid #CCCCCC;
	margin-bottom: 5px;
}
.listing .detail td {
	padding-top: 3px;
	padding-bottom: 3px;
}
.listing ul {
	list-style-position: outside;
	list-style-type: disc;
	padding-left: 10px;
	padding-right: 20px;
	margin-left: 20px;
}
.listing li {
	margin-top: 6px;
}
.listing .indent {
	margin-left: 12px;
}
.listing .quote {
	margin-left: 50px;
	padding-left: 30px;
	font-weight: bold;
}
.contactform td {
	padding-bottom: 5px;
}

#formTable {
	background-color: #E6E6E6;
	border: 1px solid #666666;
}

#homeWorth td {
	padding-bottom: 5px;
	padding-right: 2px;
	font-weight: bold;
	font-size: 12px;
}
.strikethrough {
	text-decoration: line-through;
	color: #666666;
}

.imageLeft {
	border: 1px solid #CCC;
	margin-right: 5px;
	margin-top: 3px;
}

#realtyTrac {
	margin-top: 10px;
	background-color: #FF9;
	border: 1px solid #444474;
	text-align: center;
	padding: 5px;
	margin-left: 1px;
	width: 152px;
}

#realtyTrac a:link {
	font-weight: bold;
	text-decoration: none;
}

#realtyTrac a:visited {
	font-weight: bold;
	text-decoration: none;
}

#realtyTrac a:hover {
	text-decoration: underline;
}
