body {
	display: block;
	background-color: #d8d8d8;
	margin: 0px;
	height: 100%;
	width: 100%;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.4em;
	color: #6f6f6f;
}
p{
	margin:8px 0 2px 0;
}
h1 {
	padding : 0px;
	margin : 0px;
	margin-top : 10px;
	color : #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 37px;
	line-height: 44px;
	font-weight : bold;
}
h2 {
	padding : 0px;
	margin : 0px;
	color : #353535;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight : bold;	
	line-height: 1.6em;
}
h3 {
	padding : 0px;
	margin : 0px;
	color : #998841;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight : bold;
	line-height: 1.6em;
}
h4 {
	padding : 0px;
	margin : 0px;
	color : #998841;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight : bold;
	line-height: 1.6em;
}
td {
	vertical-align: top;
}
table {
	border: 0px;
}
a {
	text-decoration: none;
	color: #6f6f6f;
}
a:hover {
	color: #b89629;
}
a img {
	border: 0px;
}
ul {
	padding : 0px;
	margin : 0px;
	padding-left : 20px;
	list-style-image: url(../images/bulletPoint.gif);
	margin-top : 4px;	
	/*line-height: 1.2em;*/
}
li {
	padding : 0px;
	margin : 0px;	
	padding-bottom : 2px;
}
form {
	margin-bottom: 1px;
	margin-top: 3px;
	padding: 0px;
}
input, textarea, select, option {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 1.2em;
	color : #353535;
	font-weight : normal;
}
input, textarea, select {
	border: solid 1px #bbbbbb;
}
input {
	height: 16px;
	padding-left :3px;
	padding-right : 3px;
}
select {
	height: 18px;
}
textarea {
	width: 300px;
	height: 68px;
}
.listBox {
	height: auto;
}
.checkBoxContainer {
	position: relative;
	font-weight: normal;
}
.checkBox {
	position: absolute;
	padding: 0px;
	margin: 0px;
	border: 0px;
	left: 0px;
	width: 14px;
}
.checkBoxLabel {
  position: relative;
	left: 18px;
	top: 1px;
}
.formField_width1 {
	width: 27px;
}
input.formField_width1 {
	width: 21px;
}
.formField_width2 {
	width: 77px;
}
input.formField_width2 {
	width: 69px;
}
.formField_width3 {
	width: 95px;
}
input.formField_width3 {
	width: 87px;
}
.formField_width4 {
	width: 159px;
}
input.formField_width4 {
	width: 151px;
}
.formField_width5 {
	width: 177px;
}
input.formField_width5 {
	width: 169px;
}
.noBorder {
	border: none;
}
.formButton {
	display: block;
	height: 17px;
}
.formButton:hover {
	background-position: bottom;
}
.formButton_go {
	background-image: url(../images/buttons_go.gif);
	width: 22px;
}
.formButton_signup {
	background-image: url(../images/buttons_signUp.gif);
	width: 51px;
}

.formButton_more {
	background-image: url(../images/buttons_more.gif);
	width: 35px;
}
.formButton_send {
	background-image: url(../images/buttons_send.gif);
	width: 35px;
}
.formButton_search {
	background-image: url(../images/buttons_search.gif);
	width: 47px;
}
.formButton_back {
	background-image: url(../images/button_back_grey.gif);
	width: 36px;
}
.formButton_login {
	background-image: url(../images/buttons_login.gif);
	width: 42px;
}
.formButton_viewProfile {
	background-image: url(../images/buttons_viewProfile.gif);
	width: 66px;
}
.formButton_morePhotos {
	background-image: url(../images/buttons_morePhotos.gif);
	width: 72px;
}
.formButton_emailAgent {
	background-image: url(../images/buttons_emailAgent.gif);
	width: 67px;
}
.formButton_moreInfo {
	background-image: url(../images/buttons_moreInfo.gif);
	width: 57px;
}
.formButton_download {
	background-image: url(../images/buttons_download.gif);
	width: 64px;
}
.formButton_map {
	background-image: url(../images/buttons_map.gif);
	width: 53px;
	height: 16px;
}
.formButton_vtour {
	background-image: url(../images/buttons_vtour.gif);
	width: 53px;
	height: 16px;
}
.linkWithMoreButton {
	display: block;
	height: 17px;
	width: auto;
	background-image: url(../images/buttons_more.gif);
	background-position: top right;
	background-repeat: no-repeat;
	padding-right: 40px;
	text-decoration: none !important;
}
.linkWithMoreButton:hover {
	background-position: bottom right;
}
.boldText {
	font-weight: bold;
	color: #353535;
}
.highlightText {
	font-weight: bold;
	color: #998841;
}
.pageContainer {
	position: absolute;
	z-index: 1000;
	min-height: 100%;
	_height: 100%;
	width: 100%;
}
.headerContainer {
	display: block;
	width: 100%;
	height: 79px;
	background-image: url(../images/header_gradient.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	background-color: #ffffff;
}
.headerContent {
	position: relative;
	display: block;
	width: 760px;
	height: 100%;
	margin: auto;
}
.headerContent_logo {
	position: absolute;
	top: 22px;
	left: 0px;
}
.headerContent_date {
	position: absolute;
	top: 30px;
	right: 0px;
	font-size: 11px;
	line-height: 1.2em;
}
.featureAreaContainer {
	margin-top: 26px;
	display: block;
	width: 100%;
	background-image: url(../images/featureArea_gradientUp.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	background-color: #a1a1a1;
}
.featureAreaShadowDown {
	display: block;
	width: 100%;
	height: 23px;
	background-image: url(../images/featureArea_gradientDown.gif);
	background-repeat: repeat-x;
}
.featureAreaContent {
	position: relative;
	display: block;
	overflow: hidden;
	width: 760px;
	height: 234px;
	margin: auto;
	margin-top: -23px;
}
.pageTitleContainer {
	position: relative;
}
.pageTitle {
	position: absolute;
	left: 11px;
	bottom: 11px;
}
.mainContent {
	display: block;
	width: 760px;
	margin: auto;
	margin-bottom: 100px;
}
.mainContentShadowDown {
	display: block;
	width: 100%;
	height: 22px;
	margin-top: 26px;
	background-image: url(../images/contentArea_gradient.gif);
	background-repeat: repeat-x;
}
.infoBox {
	border: solid 1px #ffffff;
	background-color: #f6f6f6;
}
.infoBox, .infoBox td, .infoBox th {
	font-size: 11px;
	line-height: 1.2em;
}
.infoBox a {
	text-decoration: underline;
}
.infoBoxPadding {
	margin: 7px;
}
.infoBoxBullettedPadding {
	margin-bottom: 7px;
	margin-right: 7px;
}
.infoBoxBullettedPadding a {
	text-decoration: none;
}
.contentBox {
	border: solid 1px #ffffff;
	background-color: #f6f6f6;
}
.contentBox a {
	text-decoration: underline;
}
.contentBoxPadding {
	margin: 11px;
	margin-bottom: 20px;
}
.contentBoxTop_outer {
	position: relative;
	display: block;
	width: 100%;
}
.contentBoxTop_inner {
	position: absolute;
	left: 15px;
	right: 0px;
	height: 15px;
	border-left: solid 1px #ffffff;
	border-right: solid 1px #ffffff;
	background-color: #f6f6f6;
}
.contentBox, .contentBox td, .contentBox th {
	font-size: 12px;
	line-height: 1.4em;
}
.footerContainer {
	position: absolute;
	overflow: hidden;
	bottom: 0px;
	width: 100%;
	height: 69px;
	font-size: 11px;
	line-height: 1.2em;
}
.footerContainer a {
	color: #a0a0a0;
}
.footerContainer a:hover {
	color: #b89629;
}
.footerContainer_linksFooterContent {
	display: block;
	width: 760px;
	height: 23px;
	margin: auto;
	color: #a0a0a0;
}
.footerContainer_standardFooterContainer {
	position: relative;
	display: block;
	width: 100%;
	height: 46px;
	background-image: url(../images/footer_gradient.gif);
	background-repeat: repeat-x;
	background-position: 0px 2px;
	background-color: #ffffff;
}
.footerContainer_standardFooterContent {
	position: relative;
	display: block;
	width: 760px;
	height: 100%;
	margin: auto;
	padding-top: 14px;
	color: #a0a0a0;
}
.footerContainer_standardFooterContent_logo {
	position: absolute;
	top: 13px;
	right: 0px;
}
.show {}
.hide {
	display : none;
}
.clear {
	clear: both;
}


/* MENU CONTAINERS
-----------------------------------------------------*/

.udm-nav-container-container {
	position:absolute;
	top:80px;
	text-align:center;
	width:100%;
	
	background-color :#FFFFFF;	
}

.udm-nav-container {
	margin:auto;
	position:relative;
	display:block;
	width:760px;
	padding : 0px;
	
	background-image: url(../images/menu_gradient.gif);
	background-repeat: repeat-y;
	background-position: right top;
	
	height : 25px;	
}

.menuContent_quickLinks {
	position: absolute;
	top: 0px;
	right: 7px;
	width: 103px;
}

.udm-nav-container ul._level_0 li {
	border-top : 1px solid #DAD8C9;
}

.udm-nav-container ul._level_0 li.first {
	border-top : none;
}

  
 /* SEARCH HEADER
 --------------------------------------------- */
 
 
.search-top-div {
	width:100%; 
	position:absolute; 
	top:104px; 
	height:43px;
	display: block;
	
}

.search-top-table {
	background-image:url(../images/listing-search-bg-rpt-x.gif); 
	background-repeat : repeat-x; 
	background-position: left top;
}

.search-top-table option, .search-top-table select{
	margin : 0px;
	padding : 0px;
	width:auto;
}

table.search-top-table td{
	font-size : 11px;  
	vertical-align : middle;
}

.prev-next-links {
 	position: absolute;
	top: -24px;
	left: 421px;
	white-space:nowrap;
	
}
.prev-next-links, .prev-next-links a {
	color :#545454;
	font-size: 11px;
	font-weight : bold;
}	
.prev-next-links a {
	margin-left : 13px;
	margin-right : 13px;
	text-decoration : none;
	
} 
.goto_page_link {
	position: absolute;
	top: -25px;
	left: 643px;
	white-space:nowrap;
}
.back_button{
	padding-top:15px;
}

.photo_caption{
	font-size:9px !important;
	padding:2px 5px 8px 5px;
}