body {
	margin: 0px;
	padding: 0px;
	font-family: Trebuchet MS, Helvetica, sans-serif;
	text-align: center;
	}
	
.clear {
	clear: both;
	}
	
.floatLeft {
	float: left;
	}
	
.floatRight {
	float: right;
	}
	
a {
	color: #C50D37;
	font-weight: bold;
	}
	
a:hover {
	color: #2A2A2A;
	}
	
td {
	text-align: left;
	}
	
	
/* Header Information
------------------------------------------------------------------------*/
	
#header {
	background-image: url(/images/redesign/header-bg.jpg);
	background-repeat: repeat-x;
	background-position: top center;
	text-align: center;
	}
	
#header-int {
	height: 264px;
	margin: auto;
	width: 960px;
	text-align: left;
	}
	
#header-logos {
	float: left;
	width: 520px;
	height: 200px;
	margin: 10px 0px 0px 0px;
	}
	
#header-logos ul {
	margin: 4px 0px 4px 0px;
	padding: 0px;
	list-style-type: none;
	}
	
#header-logos li {
	display: inline;
	margin: 0px 5px 0px 0px;
	padding: 0px;
	}
	
#header-logos img {
	border: none;
	margin: 0px;
	}
	
#header-flash {
	width: 420px;
	float: right;
	text-align: right;
	}
	
.add-this {
	margin: 10px 0px 14px 0px;
	}
	
.logo {
	padding: 30px 0px 0px 0px;
	}
	
.balloon {
	float: right;
	position: absolute;
	padding: 0px 0px 0px 402px;
	}
	
#header-logos h1 {
	color: #000000;
	font-size: 20px;
	margin: 4px 0px;
	font-weight: normal;
	font-style: italic;
	}
	
#header-logos h2 {
	color: #663300;
	margin: 4px 0px;
	padding: 0px;
	font-size: 28px;
	font-weight: normal;
	font-style: italic;
	}
	
.phone {
	font-weight: bold;
	font-style: normal;
	}
	
.and {
	font-family: arial, sans-serif;
	}
	
/* Navigation
------------------------------------------------------------------------*/

#navigation {
	padding: 0px;
	margin: 1px 0px 0px 0px;
	width: 960px;
	background-image: url(/images/redesign/nav-bg.gif);
	text-align: center;
	}
	
#navigation2 {
	padding: 0px;
	margin: 1px 0px 0px 0px;
	width: 960px;
	background-image: url(/images/redesign/nav-bg.gif);
	text-align: center;
	}
	

#nav {
	padding: 0px 0px 0px 30px;
	margin: 0px;
	list-style: none;
	text-align: center;
	height: 40px;
	}

#nav a {	
	padding: 12px 20px 0px 19px;
	display: block;
	color: #ffffff;
	font-size: 14px;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	}

#nav li {
	float: left;
	padding: 0;
	margin: 0;
	}
	
#nav li ul {
	position: absolute;
	background-color: #2F3A8A;
	width: 160px;
	padding: 5px 10px;
	left: -999em;
	border-style: solid;
	border-width: 1px;
	border-color: #A0BCEB;
	margin: 0px 0px 0px 20px;
	list-style-type: none;
	text-align: left;
	}
	
	
#nav li ul li a {
	padding: 3px;
	color: #ffffff;
	font-size: 12px;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	width: 154px;
	}
	
#nav li ul li a:hover {
 	color: #C6002D;
	}
	
#nav li ul li {
	border-style: solid;
	border-width: 1px 0px;
	border-color: #4A70B1;
	margin: 1px 0px;
	}

#nav li:hover ul {
	left: auto;
	}
	
#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
	}
	
	
	
#nav2 {
	padding: 0px 0px 0px 0px;
	margin: 0px;
	list-style: none;
	text-align: center;
	height: 40px;
	}

#nav2 a {	
	padding: 12px 12px 0px 19px;
	display: block;
	color: #ffffff;
	font-size: 14px;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	}

#nav2 li {
	float: left;
	padding: 0;
	margin: 0;
	}
	
#nav2 li ul {
	position: absolute;
	background-color: #2F3A8A;
	width: 160px;
	padding: 5px 10px;
	left: -999em;
	border-style: solid;
	border-width: 1px;
	border-color: #A0BCEB;
	margin: 0px 0px 0px 20px;
	list-style-type: none;
	text-align: left;
	}
	
	
#nav2 li ul li a {
	padding: 3px;
	color: #ffffff;
	font-size: 12px;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	width: 154px;
	}
	
#nav2 li ul li a:hover {
 	color: #C6002D;
	}
	
#nav2 li ul li {
	border-style: solid;
	border-width: 1px 0px;
	border-color: #4A70B1;
	margin: 1px 0px;
	}

#nav2 li:hover ul {
	left: auto;
	}
	
#nav2 li:hover ul, #nav li.sfhover ul {
	left: auto;
	}	
	
	
	
	
/* Footer
------------------------------------------------------------------------*/

#footer {
	background-image: url(/images/redesign/footer-border.gif);
	background-repeat: repeat-x;
	background-color: #000000;
	}
	
#footer-int {
	background-image: url(/images/redesign/footer-balloon.gif);
	background-repeat: no-repeat;
	background-position: top center;
	width: 960px;
	margin: 0px auto;
	padding: 70px 0px 0px 0px;
	color: #ffffff;
	font-size: 12px;
	}
	
#disclaimer a {
	font-size: 12px;
	color: #FF3333;
	font-weight: bold;
	}
	
#disclaimer a:hover {
	color: #6C6C6C;
	}
	
#disclaimer div {
	text-align: center;
	}
	
#bottom-navigation {
	padding: 0px;
	margin: 0px 0px 10px 0px;
	text-align: center;
	border-width: 0px 0px 1px 0px;
	border-color: #333333;
	border-style: solid;
	}
	
#offices {
	margin: 20px 0px 30px 0px;
	text-align: center;
	}
	
#offices ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	
	}
		
#offices a {
	color: #ffffff;
	font-weight: bold;
	}
	
.office {
	float: left;
	text-align: center;
	margin: 0px 29px;
	}

	
/* Homepage Content Section
------------------------------------------------------------------------*/
	
#main {
	width: 960px;
	margin: auto;
	padding: 0px;
	background-image: url(/images/redesign/content-shadow.gif);
	background-repeat: repeat-x;
	text-align: left;
	}

#qsearch {
	background-image: url(/images/redesign/qsearch-bg.gif);
	background-repeat: no-repeat;
	width: 310px;
	height: 421px;
	float: left;
	}
	
#search-forms h1 {
	
	}
	
#search-lists {
	float: right;
	}	
	
#search-forms {
	margin: 65px 15px 50px 15px;
	}
	
#search-forms h1 {
	color: #1F3366;
	font-size: 14px;
	margin: 13px 0px 0px 0px;
	padding: 0px;
	}
	
#search-forms h1 b {
	text-transform: uppercase;
	font-weight: bold;
	}
	
#search-forms .login {
	float: right;
	}
	
#search-forms form {
	margin: 0px;
	padding: 0px;
	}
	
#search-forms .search-field {
	float: left;
	width: 190px;
	height: 18px;
	border: 1px solid #333333;
	}
	
#search-forms .search-field2 {
	float: left;
	width: 89px;
	height: 18px;
	border: 1px solid #333333;
	}
	
#atlas-search p {
	margin: 0px;
	padding: 0px;
	}
	
#atlas-search {
	width: 165px;
	margin: 115px 0px 0px 15px;
	padding: 0px;
	font-size: 18px;
	font-style: italic;
	}
	
#atlas-search a {
	font-size: 14px;
	color: #1F3366;
	font-style: normal;
	font-weight: bold;
	}
	
#school-search {
	background-image: url(/images/redesign/school-search-bg.gif);
	background-repeat: no-repeat;
	width: 615px;
	height: 161px;
	padding: 60px 0px 0px 25px;
	}

.search-table {
	float: left;
	width: 200px;
	}
	
.area-table a {
	color: #1E3266;
	text-decoration: none;
	font-weight: normal;
	}
	
.school-table a {
	color: #000000;
	text-decoration: none;
	font-weight: normal;
	}
		
.area {
	float: left;
	}
	
.thlistings {
	float: right;
	}
	
.area-width {
	width: 153px;
	}
	
.search-table td {
	font-size: 12px;
	padding-bottom: 3px;
	}
	
.search-table a {
	}
	
.table-header {
	border-width: 0px 0px 1px 0px;
	border-style: dashed;
	border-color: #000000;
	font-size: 14px;
	text-transform: uppercase;
	padding: 0px;
	margin: 0px;
	font-weight: bold;
	width: 187px;

	}
	
#neohio-search {
	background-image: url(/images/redesign/neohio-search-bg.gif);
	background-repeat: no-repeat;
	width: 615px;
	height: 151px;
	padding: 60px 0px 0px 25px;
	color: #1F3366;
	}
	
#neohio-search .table-header {
	border-color: #1F3366;
	}
	
#open-houses {
	background-image: url(/images/redesign/open-house-bg.gif);
	background-repeat: repeat-x;
	padding: 30px 0px 30px 20px;
	}
	
#ohouse-header {
	margin: 0px 35px 0px 0px;
	}
	
#ohouse-header img {
	float: left;
	}
	
#ohouse-header a {
	float: right;
	font-weight: bold;
	color: #392D00;
	font-size: 14px;
	}
	
#open-houses ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	}
	
#open-houses li {
	display: inline;
	float: left;
	}
	
.featured-ohouse li {
	display: block ! important;
	float: none ! important;
	}
	
.featured-ohouse {
	width: 283px;
	height: 65px;
	margin: 20px 30px 0px 0px;
	color: #663300;
	font-size: 12px;
	float: left;
	}
	
.featured-ohouse b {
	font-size: 14px;
	font-weight: bold;
	}
	
.featured-ohouse ul {
	float: left;
	width: 195px;
	padding-right: 2px;
	}
	
.featured-ohouse img {
	float: left;
	border: none;
	width: 75px;
	margin-right: 10px;
	border-color: #663300;
	border-style: solid;
	border-width: 1px;
	}
	
.featured-ohouse a {
	color: #663300;
	text-decoration: none;
	}
	
#agent-roster a {
	font-size: 10px ! important;
	padding-right: 20px;
	text-decoration: none;
	}
	
#featured-column {
	width: 650px;
	float: left;
	}
	
#featured {
	margin: 0px 0px 0px 30px;
	}
	
#port-column {
	float: right;
	width: 270px;
	}
	
#featured-header {
	margin: 0px 15px 0px 0px;
	}
	
#featured-header img {
	float: left;
	margin: 0px 0px 15px 0px;
	}
	
#featured-header a {
	float: right;
	font-weight: bold;
	color: #978166;
	font-size: 14px;
	}
	
.feat-listing {
	float: left;
	margin-right: 15px;
	font-size: 12px;
	}
	
.feat-listing img {
	width: 136px;
	height: 100px;
	border-width: 2px;
	border-color: #392D00;
	border-style: solid;
	}
	
.feat-listing ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	width: 140px;
	}

.feat-listing a {		
	font-weight: bold;
	color: #CC0000;
	}
	
#quick-links {
	margin: 18px 15px 0px 30px;
	padding: 18px 0px 0px 0px;
	border-color: #EAEAEA;
	border-style: solid;
	border-width: 3px 0px 0px 0px;
	}
	
#quick-links a {
	color: #C5002D;
	font-size: 11px;
	font-weight: bold;
	}
	
#quick-links ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	float: left;
	}
	
#quick-links li {
	margin: 0px;
	padding: 0px;
	}
	
/* Portfolio and agent search Styles
------------------------------------------------------------------------*/

#port {
	background-image: url(/images/redesign/port-bg.gif);
	padding: 0px 0px 40px 0px;
	}

#port-column img {
	margin: 0px 0px 5px 20px;
	}
	
#port-column form {
	margin: 15px 20px 0px 20px;
	padding: 0px;
	}
	
#port-column p {
	font-size: 12px;
	color: #392D00;
	margin: 0px 0px 7px 0px;
	padding: 0px;
	}
	
#port-column fieldset {
	margin: 0px;
	padding: 5px 0px 5px 0px;
	border: none;
	}
	
#port-column label {
	display: block;
	float: left;
	width: 70px;
	font-size: 14px;
	color: #392D00;
	}
	
.infield {
	width: 140px;
	height: 13px;
	float: left;
	}
	
#find-agent {
	background-color: #D6E0D6;
	padding: 30px 0px;
	}
	
#port-column ul {
	margin: 0px 0px 10px 20px;
	padding: 0px;
	}

#port-column li {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	}
	
#port-column li a {
	font-size: 12px;
	text-decoration: none;
	}
	
/* Supports Logos
------------------------------------------------------------------------*/

#supports-logos {
	border-color: #EAEAEA;
	border-style: solid;
	border-width: 3px 0px 0px 0px;
	margin: 20px 0px 0px 0px;
	padding: 0px 20px;
	background-image: url(/images/redesign/grey-div.gif);
	background-repeat: repeat-y;
	background-position: center;
	}

#supports-logos ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	}
	
#supports-logos li {
	float: left;
	}
	
.right-logos {
	float: right;
	}
	
.right-logos li {
	padding: 20px 35px;
	}
	
.left-logos {
	float: left;
	}
	
.left-logos li {
	padding: 20px 12px;
	}
	
#supports-logos img {
	border: none;
	}
	
/* Interior Content Section
------------------------------------------------------------------------*/

#content-interior {
	width: 650px;
	float: right;
	margin: 40px 10px 40px 0px;
	font-size: 12px;
	}
	
#content-interior h1 {
	color: #2F3A8A;
	font-size: 30px;
	font-weight: bold;
	border-style: solid;
	border-width: 0px 0px 1px 0px;
	border-color: #EAEAEA;
	margin: 0px 0px 20px 0px;
	padding: 0px;
	}
	
#content-interior .head {
	color: #2F3A8A;
	font-size: 30px;
	font-weight: bold;
	margin: 0px 0px 20px 0px;
	padding: 0px;
	font-family: Trebuchet MS, Helvetica, sans-serif;
	}
	
#content-interior h2 {
	font-size: 18px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	}
	
#content-interior h2 a {
	text-decoration: none ! important;
	}
	
#content-interior p {
	margin: 0px 0px 17px 0px;
	padding: 0px;
	color: #2A2A2A;
	}
	
#content-interior li {
	margin: 0px 0px 3px 0px;
	}
	
#offices-contact ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	}
	
#offices-contact li {
	padding: 0px 10px 10px 0px;
	width: 31%;
	height: 90px;
	float: left;
	}
	
#offices-contact a {
	font-weight: bold;
	font-size: 16px;
	text-decoration: none;
	}
	
/* Interior Portfolio column Styles
------------------------------------------------------------------------*/

#port-column-int {
	width: 270px;
	float: left;
	}

#port {
	background-image: url(/images/redesign/port-bg.gif);
	padding: 0px 0px 40px 0px;
	}
	
.column-button img {
	margin: 0px ! important;
	border: none;
	}
	
.column-button {
	padding: 0px 0px 30px 0px;
	}

#port-column-int img {
	margin: 0px 0px 5px 20px;
	}
	
#port-column-int form {
	margin: 15px 20px 0px 20px;
	padding: 0px;
	}
	
#port-column-int p {
	font-size: 12px;
	color: #392D00;
	margin: 0px 0px 7px 0px;
	padding: 0px;
	}
	
#port-column-int fieldset {
	margin: 0px;
	padding: 5px 0px 5px 0px;
	border: none;
	}
	
#port-column-int label {
	display: block;
	float: left;
	width: 70px;
	font-size: 14px;
	color: #392D00;
	}
	
.infield {
	width: 140px;
	height: 13px;
	float: left;
	}
	
#find-agent {
	background-color: #D6E0D6;
	padding: 30px 0px;
	}
	
#port-column-int ul {
	margin: 0px 0px 10px 20px;
	padding: 0px;
	}

#port-column-int li {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	}
	
.port-help-links li {
	display: inline;
	float: left;
	font-size: 12px;
	}
	
#port-column-int li a {
	font-size: 12px;
	text-decoration: none;
	}
	
.asearch-section {
	border-style: solid;
	border-width: 0px 0px 1px 0px;
	border-color: #cccccc;
	margin: 10px 0px;
	padding: 10px 0px;
	}
	
#letters {
	letter-spacing: -1px;
	}


.dotline {border-style: dotted; border-bottom-width: 1px; border-top-width: 1px; border-left-width: 0; border-right-width: 0; border-color: #666666;}

.dotline2 {border-style: dotted; border-top-width: 1px; border-left-width: 0; border-right-width: 0; border-bottom-width: 0; border-color: #666666;}

.dotline3 {border-style: dotted; border-top-width: 0; border-left-width: 1px; border-right-width: 0; border-bottom-width: 0; border-color: #666666;}

.FormFieldLabel, .FormField, .ListingInfo {font-size: 12px;}

.text {font-size: 12px; padding-top: 10px;}

.SectionTitle, .SearchTypeOff, .SearchTypeOn, .SearchType {font-size: 12px;}

.comp_info {font-size: 12px ! important;}

.FHtitle, .FHheader {color: #FFF;}

.FHtitles, .FHvalues {color: #000;}