
/* Begin General Styles ////////////////////////////////////////////////// */

body {
	padding: 0;
	margin: 0;
	background: url('../images/bg.jpg') top repeat-x;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

form {
	display: inline;
}

fieldset {
	border: none;
	padding: 0;
	margin: 0;
}

.clear {
	clear: both;
}

.float-left {
	float: left;
	margin: 0 10px 30px 0;
	position: relative;
	top: -15px;
	border: 1px solid #000;
}

#site_container, .bottom_border {
	width: 848px;
	text-align: left;
	margin: auto;
}

.size14 {
	font-size: 14px;
}

.size16 {
	font-size: 16px;
}

/* End General Styles //////////////////////////////////////////////////// */



/* Begin Header Styles /////////////////////////////////////////////////// */

#header {
	height: 194px;
	font-size: 12px;
	position: relative;
	z-index: 11;	
}

#header[id] {
	background: url('../images/header_bg.png') center bottom no-repeat;
}

#header #menu {
	padding: 0 24px 0 24px;
}

#header #menu .content {
	background: #fefee9;
	height: 65px;
}

#header #menu .content h1 {
	float: left;
	margin: 0;
}

#header #menu .content h1 a {
	background: url('../images/logo.gif') right bottom no-repeat;
	position: absolute;
	width: 199px;
	height: 104px;	
}

#header #menu .content .left {
	float: left;
	width: 300px;
	height: 65px;		
}

#header #menu .content .left p {
	background: url('../images/menu_left.gif') 2px 0px repeat-y;
	margin: 0;
}

#header #menu .content .left p, #header #menu .content .left p a, #header #menu .content .right p, #header #menu .content .right p a {
	height: 29px;
}

#header #menu .content .left p a {
	display: block;
	width: 150px;
	float: left;
}

#header #menu .content .left p a#buyers {
	background: url('../images/button_buyers.gif') 50% 9px no-repeat;
}

#header #menu .content .left p a:hover#buyers, #page_buyers #header #menu .content .left p a#buyers {
	background: url('../images/button_buyers_lt.gif') 50% 3px no-repeat;
}

#header #menu .content .left p a#sellers {
	background: url('../images/button_sellers.gif') 50% 9px no-repeat;
}

#header #menu .content .left p a:hover#sellers, #page_sellers #header #menu .content .left p a#sellers {
	background: url('../images/button_sellers_lt.gif') 50% 3px no-repeat;
}

#header #menu .content .left p a, #header #menu .content .left span, #header #menu .content h1 a, #header #menu .content .right a {
	display: block;
	text-indent: -9999px;
	overflow: hidden;
}

#header #menu .content .left span {
	height: 33px;
	background: url('../images/big_city.gif') 15px 9px no-repeat;
}

#header #menu .content .right {
	float: right;
	width: 300px;
	height: 65px;
}

#header #menu .content .right p {
	margin: 0;
	background: url('../images/menu_right.gif') 89px 0px repeat-y;
}

#header #menu .content .right p a {
	float: left;
}

#header #menu .content .right p a#about {
	background: url('../images/button_about.gif') 50% 9px no-repeat;
	width: 105px;
}

#header #menu .content .right p a:hover#about, #page_about #header #menu .content .right p a#about {
	background: url('../images/button_about_lt.gif') 50% 3px no-repeat;
}

#header #menu .content .right p a#orleans {
	background: url('../images/button_orleans.gif') 50% 9px no-repeat;
	width: 195px;
}

#header #menu .content .right p a:hover#orleans, #page_orleans #header #menu .content .right p a#orleans {
	background: url('../images/button_orleans_lt.gif') 50% 3px no-repeat;
}

#header #menu .content .right span {
	display: block;
	height: 22px;
	padding-top: 11px;
}

#header #menu .content .right span a {
	float: right;
	height: 10px;
}

#header #menu .content .right span a#contact {
	background: url('../images/button_contact.gif') left top no-repeat;
	width: 100px;
}


#header #menu .content .right span a#home {
	background: url('../images/button_home.gif') center top no-repeat;
	width: 65px;
}

#header .top_border span, .bottom_border span {
	display: block;
}

#header .top_border, #header .top_border .border, #header .top_border .left, #header .top_border .right, .bottom_border, .bottom_border .border, .bottom_border .left, .bottom_border .right {
	height: 22px;
	overflow: hidden;
}

#header .top_border .border {
	background: url('../images/top_border.gif') repeat-x;
}

#header .top_border .border, .bottom_border .border {
	margin: 0 24px 0 24px;
}

#header .top_border .left {
	background: url('../images/top_left.gif') 0px 0px;
	float: left;
	margin-right: -24px;
}

#header .top_border .left, #header .top_border .right, .bottom_border .left, .bottom_border .right {
	width: 24px;
}

#header .top_border .right {
	background: url('../images/top_right.gif') 0px 0px;
}

#header .top_border .right, .bottom_border .right {
	float: right;
	margin-left: -24px;
}

#header .top_row {
	height: 22px;
	padding: 26px 30px 0 0;
	text-align: right;
	color: #fff;
}

#header .top_row a {
	color: #e0d4b8;
	font-weight: bold;
	background: url('../images/arrow_white.gif') right center no-repeat;
	padding-right: 8px;
}

/* End Header Styles ///////////////////////////////////////////////////// */



/* Begin Content Styles ////////////////////////////////////////////////// */

#content_container {
	padding: 0 24px 0 24px;
}

#content_container, .bottom_border {
	position: relative;
	top: -59px;
	z-index: 10;
}

.content {
	background: #fefee9;
	border: 2px solid #fefee9;
	border-top: none;
}

.content h2 {
	margin: 0;
	background: #752929 url('../images/title_bg.gif') 100% 0px repeat-y;
	border-bottom: 1px solid #fefee9;
}

.content h2, .content h2 span {
	height: 48px;
}

#page_about .content h2 span {
	background: url('../images/title_about_us.gif') 18px 14px no-repeat;
}

#page_buyers .content h2 span {
	background: url('../images/title_for_buyers.gif') 18px 14px no-repeat;
}

#page_contact .content h2 span {
	background: url('../images/title_contact.gif') 18px 14px no-repeat;
}

#page_idx .content h2 span {
	background: url('../images/title_idx.gif') 18px 14px no-repeat;
}

#page_orleans .content h2 span {
	background: url('../images/title_orleans.gif') 18px 14px no-repeat;
}

#page_privacy .content h2 span {
	background: url('../images/title_privacy.gif') 18px 14px no-repeat;
}

#page_sellers .content h2 span {
	background: url('../images/title_for_sellers.gif') 18px 14px no-repeat;
}

#page_terms .content h2 span {
	background: url('../images/title_terms.gif') 18px 14px no-repeat;
}

.content h2 span, .content #featured {
	display: block;
	text-indent: -9999px;
	overflow: hidden;	
}

.content .error {
	font-size: 12px;
	color: #9e1a1a;
}

.content #featured {
	width: 200px;
	height: 192px;
	float: left;
	margin: 14px 0 0 0;
	background: url('../images/link_featured.jpg') 50% 0px no-repeat;
}

.content #form_container {
	float: left;
	padding: 14px 4px 0 12px;
	width: 276px;
	height: 193px;
	overflow: hidden;	
}

.content #form_container #form {
	border: 1px solid #999966;
	padding: 2px;
	width: 274px;
	height: 186px;
}

.content #form_container, .content #featured, .content #right, .content #row {
	position: relative;
	z-index: 14;
}

.content #form fieldset {
	background: url('../images/idx_bg.gif') repeat-y;
	height: 179px;
	padding: 7px 7px 0 7px;
}

.content #form_container #form fieldset #listingID {
	width: 240px;
	padding-left: 3px;
}

.content #form fieldset br {
	clear: both;
}

.content #form fieldset label {
	width: 20px;
	text-align: center;
}

.content #form fieldset label, .content #form fieldset input, .content #form fieldset select {
	float: left;
}

.content #form fieldset label a {
	display: block;
	padding: 10px 0 0 10px;
	color: #fff;
	text-decoration: none;
}

.content #form fieldset input.submit {
	width: auto;
}

.content #form fieldset input, .content #form fieldset select {
	border: 1px solid #828282;
	width: 115px;
	margin-bottom: 11px;
}

.content #form fieldset p {
	padding-bottom: 9px;
}

.content #form fieldset p, .content #form fieldset label {
	margin: 0;
	color: #fff;
	font-size: 10px;
}

.content #form fieldset strong {
	display: block;
	text-indent: -9999px;
	overflow: hidden;
	height: 25px;
	background: url('../images/idx_title.gif') 0px 2px no-repeat;
}

.content .form1 br {
	clear: both;
}

.content .form1 label {
	font-weight: bold;
}

.content .form1 p {
	float: left;
	margin: 0;
	padding: 0 20px 10px 0;
}

.content .form1 p label {
	display: block;
}

.content .idx_content {
	background: #fefee9;
	position: relative;
	height: auto !important;
	height: 500px;
	min-height: 500px;
}

.content .idx_content a {
	 color: #752929;
	 font-size: 11px;
}

.content #panel {
	background: url('../images/sidebar_bg.gif') right top no-repeat;
}

.content #panel, .content #panel .left, .content #panel .right {
	height: 305px;
	overflow: hidden;
}

.content #panel .left {
	background: url('../images/panel_left.jpg');
	width: 488px;
}

.content #panel .left #flash {
	display: block;
	text-align: left;
	text-indent: -9999px;
	overflow: hidden;
}

.content #panel .left #flash {
	height: 305px;
}

.content #panel .left, .content #panel .right {
	float: left;
}

.content #panel .right {
	width: 280px;
	padding: 16px 5px 0 14px;
}

.content #panel .right p {
	border: 1px solid #fff;
	padding: 0 0 4px 133px;
	margin: 0 0 16px 0;
	font-size: 10px;
	height: 124px;
	color: #666666;
}

.content #panel .right p a {
	color: #752929;
	font-weight: bold;
}

.content #panel .right p strong {
	display: block;
	text-indent: -9999px;
	overflow: hidden;
	height: 40px;
	cursor: pointer;	
}

.content #panel .right p#box1 {
	background: url('../images/box1_bg.jpg') 4px 4px no-repeat;
}

.content #panel .right p#box1 strong {
	background: url('../images/box1_title.gif') 0 5px no-repeat;
}

.content #panel .right p#box2 {
	background: url('../images/box2_bg.jpg') 4px 4px no-repeat;
}

.content #panel .right p#box2 strong {
	background: url('../images/box2_title.gif') 0 5px no-repeat;
}

.content #right {
	float: left;
	margin-top: 15px;
	width: 224px;
	height: 167px;
	padding: 25px 0 0 80px;
	background: url('../images/right_bg.gif') left top no-repeat;
	font-size: 11px;
}

.content #right a, .content #row a {
	color: #752929;
	font-weight: bold;
}

.content #right p {
	line-height: 16px;
	padding: 0 20px 0 0;
	margin: 0;
}

.content #right strong {
	height: 70px;
	background: url('../images/trinity_realty.gif') 0 0 no-repeat;
	cursor: pointer;
	margin-top: -20px;
}

.content #right strong, .content #right_sidebar .featured_homes, .content .right_img, .content #right_sidebar .dream_home strong, .content #right_sidebar .realtors strong, .content #right_sidebar .relocation strong, .content #right_sidebar .reports strong, .content #right_sidebar .staging strong, .content #right_sidebar .worth strong {
	display: block;
	text-indent: -9999px;
	overflow: hidden;
}

.content .right_img {
	float: right;
	width: 300px;
	height: 180px;
	margin-left: 5px;
}

#page_about .content .right_img {
	background: url('../images/img_about.jpg');
}

#page_buyers .content .right_img {
	background: url('../images/img_buyers.jpg');
}

#page_sellers .content .right_img {
	background: url('../images/img_sellers.jpg');
}

.content #right_sidebar {
	float: right;
	width: 186px;
	position: relative;
	right: 5px;
	margin: 5px 0 0 0;
	padding: 0 0 15px 5px;
	font-size: 10px;
	color: #333;	
}

.content #right_sidebar .featured_homes {
	margin: 5px 0 0 0;
	width: 186px;
	height: 188px;
	background: url('../images/link_featured.jpg');
}

.content #right_sidebar .dream_home, .content #right_sidebar .realtors, .content #right_sidebar .relocation, .content #right_sidebar .reports, .content #right_sidebar .staging, .content #right_sidebar .worth {
	padding-left: 15px;
}

.content #right_sidebar .dream_home a, .content #right_sidebar .realtors a, .content #right_sidebar .worth a {
	color: #752929;
}

.content #right_sidebar .dream_home strong, .content #right_sidebar .realtors strong, .content #right_sidebar .relocation strong, .content #right_sidebar .reports strong, .content #right_sidebar .staging strong, .content #right_sidebar .worth strong {
	cursor: pointer;
}


.content #right_sidebar .dream_home strong {
	background: url('../images/text_dream_home.gif') 0px 20px no-repeat;
	height: 60px;
}

.content #right_sidebar .realtors strong {
	background: url('../images/text_realtors.gif') 0px 20px no-repeat;
	height: 40px;
}

.content #right_sidebar .relocation strong {
	background: url('../images/text_relocation.gif') 0px 20px no-repeat;
	height: 40px;
}

.content #right_sidebar .reports strong {
	text-indent: 0;
}

.content #right_sidebar .reports strong a {
	display: block;
	text-indent: -9999px;
	background: url('../images/text_reports.gif') 0px 20px no-repeat;
	height: 40px;
}

.content #right_sidebar .staging strong {
	background: url('../images/text_staging.gif') 0px 20px no-repeat;
	height: 40px;
}

.content #right_sidebar .worth strong {
	background: url('../images/title_worth.gif') 0px 20px no-repeat;
	height: 60px;
}

.content #right_sidebar #form {
	border: 1px solid #999966;
	padding: 2px;
	color: #fff;
}

.content #right_sidebar #form, .content #right_sidebar #form fieldset {
	height: auto !important;
}

.content #right_sidebar #form fieldset span {
	display: block;
	float: left;
	margin: -9px 0 5px 5px;
}

.content #right_sidebar #form fieldset input.submit {
	width: auto;
	height: auto;
	margin-left: 25px;
}

.content #right_sidebar #form fieldset input, .content #right_sidebar #form fieldset select {
	margin-left: 2px;
	font-size: 12px;
	padding: 1px 0 1px 2px;
}

.content #right_sidebar #form fieldset input, .content #right_sidebar #form fieldset select {
	width: 155px;
}


.content #right_sidebar #form fieldset strong {
	background: url('../images/text_find_home.gif') 0px 0px no-repeat;
}

.content #row {
	height: 84px;
	padding: 14px 0 14px 12px;
	clear: both;
}

.content #row .left {
	background: url('../images/row_left.gif') left top no-repeat;
}

.content #row .left, .content #row .right {
	font-size: 10px;
	color: #666666;
	padding-left: 90px;
	margin: 0;
	display: block;
	float: left;
	width: 278px;
	height: 84px;		
}

.content #row .left strong {
	background: url('../images/row_left_title.gif') 0px 3px no-repeat;
}

.content #row .left strong, .content #row .right strong {
	display: block;
	text-indent: -9999px;
	overflow: hidden;
	height: 45px;
	cursor: pointer;	
}

.content #row .right {
	background: url('../images/row_right.gif') 30px 0px no-repeat;
	padding-left: 120px;
}

.content #row .right strong {
	background: url('../images/row_right_title.gif') 0px 3px no-repeat;
}

.content .submenu {
	list-style: none;
	padding: 0 0 0 14px;
	margin: 0;
	background: #e3dac1;
}

.content .submenu, .content .submenu li, .content .submenu li a {
	height: 25px;
	line-height: 25px;
}

.content .submenu li {
	float: left;
	padding-right: 14px;
}

.content .submenu li a {
	color: #752929;
	font-size: 10px;
	text-decoration: none;
}

.content .submenu li a.active {
	font-weight: bold;
}

.content #text {
	font-size: 11px;
	padding: 20px 0 0 15px;
	line-height: 18px;
	width: 575px;
	float: left;
	position: relative;
	z-index: 12;
	height: auto !important;
	height: 400px;
	min-height: 400px;	
}

.content #text p {
	margin: 0;
	padding-bottom: 15px;
}

.content #text p strong i {
	display: block;
	color: #752929;
	font-size: 14px;
	padding-bottom: 4px;
	font-style: normal;
}

/* End Content Styles //////////////////////////////////////////////////// */




/* Begin Footer Styles /////////////////////////////////////////////////// */

#footer {
	clear: both;
	padding: 0 12px 0 12px;
	height: 83px;	
}

#footer .content {
	padding: 12px 0 0 14px;
	background: #e0d4b8 url('../images/equal_opportunity.gif') 95% 50% no-repeat;
	height: 58px;
	border: none;	
}

#footer, #footer a {
	color: #666666;
	font-size: 10px;
	text-decoration: none;
}

/* End Footer Styles ///////////////////////////////////////////////////// */



/* Begin Bottom Border Styles /////////////////////////////////////////// */

.bottom_border .border {
	background: url('../images/bottom_border.gif') bottom repeat-x;
	position: relative;
	margin-top: -23px;
}

.bottom_border .left {
	background: url('../images/bottom_left.gif') 0px 0px no-repeat;
}

.bottom_border .right {
	background: url('../images/bottom_right.gif') 0px 0px no-repeat;
}



