* {
	margin: 0;
	padding: 0;
}

body {
	color: #3A4956;
	background: #eeede7 url(/userdata/graphics/bg.gif) center top repeat-y;
	font-size: 12px;
	font-family: Arial, Verdana, Tahoma, Arial, sans-serif;
	text-align: left;

}

a {
	color: #000000;
}

a.feature:link, a.feature:active {
	text-decoration: none;
	color: #0000FF;
}

a.feature:visited {
	text-decoration: underline;
	color: #0000FF;
}


#container {
	width: 800px;
	margin: 20px auto;
	margin-bottom: 0px;
	overflow: auto;
	background: #FFFFFF;
	overflow: hidden;
	border: 1px solid #CCCCCC;
}

#header {
	width: 800px;
	height: 140px;
	background: #FFFFFF url(/userdata/graphics/header.jpg) 0 0 no-repeat;
	float: left;
	/*position: relative;*/
}

#headerseparator {
	width: 800px;
	
	margin-top: 1px;
	margin-bottom: 2px;
	
	height: 2px;
	line-height: 4px;
	background: #ef4534;
	float: left;
}

h1 {
	text-indent: -9999px;
	overflow: hidden;
}

h2 {
	font-size: 14px;
}

h3 {
	font-size: 12px;
}

h4 {
	font-size: 18px;
	color: #333333;
	font-family: Arial, Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	text-align: left;
	padding-left: 10px;
	line-height: 29px;
	display: block;
	/*background: url(/userdata/graphics/h4_bg.gif) 0 0 repeat-x;*/
}

h5 {
	font-size: 16px;
	color: #333333;
	font-family: Arial, Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	text-align: left;
	/*padding-left: 10px;*/
	line-height: 18px;
	display: block;
	/*background: url(/userdata/graphics/h4_bg.gif) 0 0 repeat-x;*/
}


.left {
	text-align: left;
}

.center {
	text-align: center;
}

.right {
	text-align: right;
}

.hidden {
	text-indent: -9999px;
	overflow: hidden;
}

#menu {
	width: 800px;
	height: 26px;
	float: right;
	/*background: #eeede7;*/
}

/* Two Column Content: Side (Left) and Main (Right) */
/* Side has a total of 250 px */
#sideContent {
	width: 190px;
	background: #FFFFFF;
	float: left;
	display: inline;
	/* padding contributes to width on IE or FF */
	padding-left: 50px;
}

#sideContent p {
	line-height: 30px;
}

/* Side has a total of 550px */
#mainContent {
	width: 550px;
	background: #FFFFFF;
	float: left;
	display: inline;
}

#mainContent p {
	padding: 0px 20px 20px 20px;
	line-height: 18px;
}

#middleContent {
	width: 370px;
	background: #FFFFFF;
	float: left;
	display: inline;
}

#middleContent p {
	padding: 0px 10px 20px 20px;
	line-height: 20px;
}

#smallContent {
	width: 180px;
	background: #FFFFFF;
	float: left;
	display: inline;
	/* padding contributes to width on IE or FF */
	
}

#smallcontent p {
	padding: 0px 20px 20px 10px;
}


/* Three Column Content in One Container */
/*#threeColumnContent {
	font-size: 10px;
}*/

/*
#leftContent {
	width: 290px;
	float: left;
	padding: 10px 0px 5px 10px;
	display: inline;
}
*/
/*
#centerContent {
	width: 160px;
	float: left;
	padding: 10px 0px 10px 0px;
	display: inline;
}
*/
/*
#rightContent {
	width: 480px;
	float: left;
	padding: 10px 10px 5px 10px;
	display: inline;
}
*/
/* Search header fonts */
.searchHeader {
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	padding-top: 5px;
	padding-bottom: 5px;
}

.searchHeader sup {
	font-size: 9px;
	font-weight: bold;
}

/* Result fonts */
a.result:link, a.result:visited, a.result:active {
	text-decoration: none;
	background: #FFFFFF;
	color: #000000;
}

/*
.resultHeader {
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-left: 20px;
}
*/

/*
.resultContent {
	font-size: 12px;
	color: #000000;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-left: 20px;
}
*/

.resultmenu {
	font-size: 12px;
	color: #000000;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-right: 20px;
	text-align: center; 
}
/*
.resultmenu storycontent a, .resultmenu storycontent a:visited {
	text-decoration: none;
}

.resultmenu storycontent a:hover {
	text-decoration: underline;
}
*/



/* Property detail box */

/* Total 550px */
#propertydetail {
	width: 510px;
	height: 110px;
	margin: 10px;
	padding: 10px;
	border: #999999 1px solid;
	background: url(/userdata/graphics/property_list_bg.gif) 0 0 repeat-x;
}

#propertydetaillarge {
	width: 510px;
	height: 140px;
	margin: 10px;
	padding: 10px;
	border: #999999 1px solid;
	background: url(/userdata/graphics/property_list_bg.gif) 0 0 repeat-x;
}

#propertydetailleft {
	width: 100px;
	float: left;
	display: inline;
}

#propertydetailimage {
	width: 100px;
	height: 100px;
	overflow: hidden;
}

#propertydetailstatus {
	text-align: center;
	font-size: 10px;
}

#propertydetailright {
	width: 400px;
	padding-left: 5px;
	padding-right: 5px;
	float: left;
	display: inline;
}

#propertydetailheader {
	float: left;
	font-weight: bold;
	margin-top: -3px;
}

#propertydetailheaderleft {
	text-align: left;
	float: left;
	display: inline;
	width: 200px;
}

#propertydetailheaderleft a {
	text-decoration: none;
}

#propertydetailheaderright {
	text-align: right;
	float: right;
	width: 165px;
}

#propertydetailcontent {
	font-size: 11px;
	height: 70px;
	padding-top: 5px;
	float: left;
	text-align: justify;
	overflow: hidden;
}

#propertydetailcontent a {
	color: #0066FF;
	text-decoration: underline;
}

/* FEATURED PROPERTY */
#featuredproperty {
	width: 510px;
	margin: 10px;
	padding: 10px;
	border: #999999 1px solid;
	background: url(/userdata/graphics/property_list_bg.gif) 0 0 repeat-x;
}

#featuredpictures {
	max-width: 300px;
	max-height: 300px;
	overflow: hidden;
}

.featuredlotlistheader {
	font-weight: bold;
	padding: 2px;
	text-align: center;
}

.featuredlotlist {
	text-align: center;
}

/* Details Content */

/* Left side: 380px */
/*
#detailsLeft {
	width: 340px;
	background: #FFFFFF;
	float: left;
	padding: 20px;
	display: inline;
}

#detailsLeft p {
	line-height: 20px;
}
*/

/* Right: 420 */
/*
#detailsRight {
	width: 410px;
	background: #FFFFFF;
	float: left;
	padding-right: 10px;
	padding-top: 20px;
	display: inline;
}

#detailsRight p {
	line-height: 30px;
}
*/
#detailsDiv {
	padding-left: 10px;
	width: 520px;
	padding-bottom: 0px;
}

#imageDiv {
	padding-top: 10px;
	padding-left: 10px;
	width: 350px;
	float: left;
}


#thumbnailDiv {
	width: 170px;
	float: right;
}

.detailsContent {
	font-size: 12px;
	color: #000000;
	padding: 0px 30px 5px 10px;
	text-align: justify;
}

a.detailsContent:link, a.detailsContent:hover, a.detailsContent:visited {
	color: #000000;
	text-decoration: none;
}

/*
#notesTitle {
	width: 50px;
	font-weight: bold;
	display: inline;
}

#notesValue {
}

#error {
	color: #FF0000;
}
*/

/* Tables */
.descriptiontable {
	width: 520px;
	border-top: 1px solid #777777;
	background: #EEEEEE;
	font-size: 12px;
}

.descriptionheader {
	padding-left: 10px;
	padding-right: 10px;
	line-height: 20px;
	font-weight: bold;
	border-bottom: 1px solid #777777;
}

.descriptiontitle {
	background: #999999;
	font-size: 14px;
	line-height: 25px;
	color: #FFFFFF;
}

.descriptioncontent {
	padding-left: 10px;
	padding-right: 10px;
	border-bottom: 1px solid #777777;
}

/* Footer */
#footer {
	color:#FFFFFF;
	font-size: 10px;
	vertical-align: inherit;
	text-align: center;
	line-height: 20px;
}

#footer a, a:visited {
	color:#000000;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: none;
}

/* Contact Me Form */
#contact {
	/*width: 210px;*/
	border: 0px solid #999999;
	padding: 10px;
	/*background: #EEEEEE;*/
}

.formlines {
	height: 40px;
}

#label {
	width: 60px;
}

input {
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	margin-right: 3px;
	line-height: 20px;
}

.inputbox {
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	margin-right: 3px;
	line-height: 12px;
}

.contactinput {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	margin-right: 3px;
	line-height: 20px;
	width: 150px;
	height: 18px;
}

#inputmessage {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	height: 100px;
	width: 350px;
}

#submit {
	padding: 0px;
	margin-top: 5px;
	width: 150px;
	text-align: center;
	
}

select {
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	width: 150px;
}

label {
	display:inline;
	margin-right: 10px;
}

/* Used for email schedule results */
#email {
	background: #FFFFFF;
	color: #000000;
	height: 100%;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}

#emailheader {
	font-size: 12px;
	font-weight: bold;
}

#emailcontent a {
	color: #000000;
	font-size: 12px;
	text-decoration: underline;
}

#maps {
	position: relative;
	left: 0px;
	top: 0px;
	height: 600px;
	margin-left: 20px;
}

.map {
	position:absolute;
	top:0px;
	left: 0px;
}


#contactdetails {
	text-align: center;
	margin-top: 90px;
	margin-left: -545px;
	line-height: 19px;
}

#contactdetails a {
	text-decoration: none;
}

#regionDesc  {
	font-family: Arial, Verdana, Tahoma, Arial, sans-serif;
	font-size: 12px; 
	color: #000000;
	font-weight: bold;
	/*background-color: #2d8730;*/
	border: 0px;
	cursor: default;
}

#error {
	color: #FF0000;
}

ul {
	margin-top: -20px;
	line-height: 20px;
}

li {

}

.lotlist {
	max-height: 100px;
	overflow: auto;
	
}

#clear {
	clear: both;
}