/* Reset Defaults
--------------------------------------------------------------------------------------- */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, del, dfn, font, img, ins, kbd, q, s, samp, strike, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-family: inherit;
}
:focus {
	outline: 0;
}
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
/* Basic Selectors
--------------------------------------------------------------------------------------- */

html {
	height: 100%;
}
body {
	background:url(images/bg.jpg) top center repeat-x;
	color:#444444;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Helvetica, Arial, sans-serif;
	font-size:62.5%;
	line-height:25px;
	height: 100%;
}
h1 {
	font-size: 16pt;
	color:#800020;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
h3 {
	font-size: 14pt;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
p {
	margin-bottom: 15px;
	font-size: 14.4px;
	line-height: 1.6em;
}
small {
	font-size:1.1em;
}
.align-left {
	text-align:left;
}
.align-center {
	text-align:center;
}
.align-right {
	text-align:right;
}
.float-left {
	float:left;
}
.float-right {
	float:right;
}
.float-none {
	float:none;
}
.clear-left {
	clear: left;
}
.clear-right {
	clear:right;
}
.clear {
	clear:both;
}
.clearfix {
	display: inline-block;
}
.push {
	clear:both;
}
.hide {
	display: none;
}
.overflow {
	width: 100%;
	overflow: hidden;
}
p.btn {
	margin-top: 20px;
	margin-bottom: 0;
}
p.last {
	margin-bottom: 0;
}
a.more-btn {
	padding: 2px 24px 2px 15px;
	font-weight: normal;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border: 1px solid rgba(155, 151, 109, 0.2);
	background-color: rgba(155, 151, 109, 0.15);
	background-image:url(images/icon-nextarr.gif);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: 100% 50%;
	width:100px;
}
a.more-btn:hover {
	background-color: rgba(155, 151, 109, 0.25);
	text-decoration:none;
}
.border {
	border-bottom:3px double #999;
}
.border-search {
	border-bottom:3px double #999;
	margin:15px 0px 15px 0px;
}
.section {
	margin:0px 0px 10px 10px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Helvetica, Arial, sans-serif;
	font-size: 12px;
	color:#333333;
	font-weight: bold;
	line-height: 1.2em;
	text-transform: uppercase;
	letter-spacing: 2px;
}
.section-properties {
	margin:0px 0px 0px 10px;
	color: #367f76;
	font-size:17px;
	font-weight:bold;
}
.arrow {
	background:url(images/arrow.gif) left no-repeat;
	padding-left: 15px;
}
blockquote {
	padding:0px 0px 0px 25px;
	background-image:url(images/blockquote.jpg);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: left top;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	display: block;
	font-size: 16px;
	line-height: 24px;
	color: #333;
	margin-top: 18px;
}
/* Links
--------------------------------------------------------------------------------------- */

a {
	color:#800022;
	font-weight: bold;
	text-decoration: none;
	outline:0;
	font-size:12px;
}
a:link {
	color: #800022;
}
a:visited {
	color: #800022;
}
a:hover {
	text-decoration: underline;
}
a:active {
	color: #000;
}
#footerinfo a:link {
	color: #333333;
}
#footerinfo a:visited {
	color: #555555;
}
#footerinfo a:hover {
	color:#333;
	text-decoration: underline;
}
#footerinfo a:active {
	color: #000000;
}
/* Structural Selectors
--------------------------------------------------------------------------------------- */

#wrapper {
	width:955px;
	margin:0 auto;
	margin-top:65px;
	padding: 0 0;
}
#header {
	width:955px;
	height:135px;
}
#headerleft {
	width:735px;
	height:145px;
	float:left;
	position:relative;
	left:10px;
	top:0px;
}
#headerleft a {
	font-size:14px;
	color:#444;
}
#headerleft a:hover {
	color:#800020;
}
#headerleft img {
	margin-bottom:20px;
}
#logo {
	margin-top:15px;
}
#nav {
	height:25px;
	margin:0px 0px 10px 0px;
}
#nav a:hover {
	text-decoration:none;
}
#headerleft span {
	padding-left: 20px;
	padding-right:20px;
}
#headerright {
	width:200px;
	height:145px;
	float:right;
	text-align:right;
	position:relative;
	right:0px;
}
#headerright span {
	color:#999;
	font-size:11px;
	height:25px;
}
#headerright b {
	font-family:Georgia;
	font-size:11px;
}
#headerright p {
	height:82px;
	margin-bottom:20px;
	line-height: 1.6em;
}
#headerright a {
	color:#999;
	text-decoration:none;
}
#headerright a:hover {
	color:#333;
}
#main-content {
	margin:0 auto;
	clear:both;
	padding-top: 15px;
}
#panel-slide {
	height:403px;
	width:955px;
	background-image:url(images/flashbg.jpg);
	background-repeat:no-repeat;
	background-position:top;
}
#panel-slide img {
	margin-left:11px;
}
#main-content p {
	padding-left: 10px;
}
#main-content h1 {
	margin:5px 0px 25px 9px;
	padding:0;
	font-family: Georgia, serif;
	font-size: 2.7em;
	font-weight: normal;
	line-height: 1.1;
}
#main-content h3 {
	margin:0px 0px 10px 0px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Helvetica, Arial, sans-serif;
	font-size: 1.4em;
	font-weight: bold;
	line-height: 1.2em;
	letter-spacing: 2px;
}
#maincolone {
	float:left;
	text-align:center;
}
#maincolone p {
	font-size:13px;
}
#maincoltwo {
	float:left;
	padding-left:10px;
}
#maincolthree {
	float:left;
	padding-left:10px;
}
#footerarea {
	clear:both;
	border-top: 3px double #999;
	position:relative;
	top:45px;
	padding:0px 10px 0px 10px;
}
#realtyworld {
	width:128px;
	float:left;
	padding-top:10px;
}
#footerinfo {
	width:600px;
	padding:17px 0px 30px 20px;
	float:left;
	color:#666;
}
#footerinfo p {
	font-size:11px;
	line-height:19px;
}
#footerinfo a {
	font-weight:normal;
}
.grey {
	color:#999;
	font-weight:normal;
}
#icons {
	width:100px;
	float:right;
	padding-top:10px;
}
#icons img {
	padding:6px;
}
.listingsFound {
	font-size: 24px;
	margin: 10px 0px 0px 0px;
	padding:0px;
}
.options_center {
	padding:5px;
	margin-top:0px;
	float: left;
	border: 1px solid #999999;
	background-color: #ebebeb;
	height: 25px;
	width: 99%;
}
.viewProperties {
	margin:0px 0px 2px 10px;
	float: left;
	width: 31%;
}
.page_number {
	color: #777777;
	float: left;
	margin-right: 0pt;
	margin-bottom: 2px;
	margin-left: 0pt;
	width: 34%;
	text-align: center;
}
.sortedBy {
	float: right;
	width: 188px;
}
.results {
	margin:0px;
	padding-bottom: 10px;
	border-bottom: 1px dotted #999;
}
.photoWrapper {
	min-height: 117px;
	margin-right: 5px;
	padding:15px;
	float: left;
	font-size: 11px;
}
.aboutphotoWrapper {
	min-height: 117px;
	margin-right: 15px;
	padding:5px;
	margin-top:15px;
	background-color:#eee;
	border:1px solid #d4d4d4;
	float: left;
	font-size: 11px;
}
.addressContainer {
	width: 100%;
	float: left;
	font-size:15px;
	font-weight:bold;
	color:#367F76;
	margin:15px 0px 15px 15px;
}
.address {
	font-size: 15px;
	padding-left:12px;
	font-weight:normal;
	text-decoration:underline;
}
.description_content {
	float: left;
	width: 700px;
	display: block;
	margin-top: 10px;
	margin-bottom: 5px;
}
.listView_footer {
	display: block;
	margin:5px 0px 5px 0px;
	padding:0px 5px 5px 5px;
	overflow-x: hidden;
	overflow-y: hidden;
}
.listView_footer li {
	list-style-type: none;
	list-style-image: none;
	list-style-position: outside;
	display: block;
	font-size: 12px;
	font-weight: bold;
	vertical-align: middle;
	text-align: center;
	float: left;
	text-decoration: none;
	height: 20px;
	margin-right: 10px;
}
.page {
	margin-right: 4px;
	font-size:12px;
}
#frmdetails label {
	margin-top: 2px;
	margin-right: 0pt;
	margin-bottom: 2px;
	margin-left: 4px;
	color: #777777;
}
.add_photos {
	background-color: transparent;
	background-image: url(images/camera.png);
	background-repeat: no-repeat;
	background-position: bottom;
	height: 18px;
	width: 21px;
}
.save_listing {
	background-color: transparent;
	background-image: url(images/save-icon.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	height: 18px;
	width: 21px;
}
.about_phone {
	background-color: transparent;
	background-image:url(images/phone_icon.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	height: 18px;
	width: 21px;
}
.about_email {
	background-color: transparent;
	background-image:url(images/email_icon.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	height: 18px;
	width: 21px;
}
.iconsHolder {
	height: 20px;
	margin-top: 0pt;
	margin-right: 5px;
	margin-bottom: 0pt;
	margin-left: 0pt;
	width: 21px;
}
/* Search Details */


.detdat1 {
	font-size: 12px;
	text-align: left;
	vertical-align: top;
	padding-bottom: 1px;
	padding-top: 5px;
}
.detdat2 {
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	text-align: left;
	vertical-align: top;
	padding-bottom: 1px;
	padding-top: 5px;
	padding-right: 4px;
}
.sprice {
	font-size: 14px;
	font-weight: bold;
	color: #367F76;
	vertical-align: top;
}
.lprice {
	color: #367F76;
	font-size: 18px;
	font-weight:bold;
	float: left;
	padding:10px 0px 10px 0px;
}
/* Search Details Form */


.subCopy {
	font-size:12px;
	margin-bottom:10px;
	color:#222;
}
#frmdetails {
	margin:0;
	padding:0px 5px 5px 10px;
	width:300px;
	height:300px;
}
#search_name_Req {
	width: 290px;
	height: 18px;
	margin-bottom: 15px;
	padding-left: 3px;
}
#search_Req_Email {
	width: 290px;
	height: 18px;
	margin-bottom: 15px;
	padding-left: 3px;
}
#search_message_Req {
	width: 290px;
	height: 100px;
	padding-left: 3px;
	margin-bottom: 2px;
	overflow-x: hidden;
	overflow-y: hidden;
}
.mls-icon-save {
	background-color: transparent;
	background-image: url(images/search-icon-save.jpg);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: 0px 0px;
	margin-left: 8px;
	padding-left: 25px;
}
.mls-icon-print {
	background-color: transparent;
	background-image:url(images/search-icon-print.jpg);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: 0px 0px;
	margin-left: 8px;
	padding-left: 25px;
}
.mls-icon-email {
	background-color: transparent;
	background-image:url(images/search-icon-email.jpg);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: 0px 0px;
	margin-left: 8px;
	padding-left: 25px;
}
.mls-icon-map {
	background-color: transparent;
	background-image:url(images/search-icon-map.jpg);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: 0px 0px;
	margin-left: 8px;
	padding-left: 25px;
}
.mls-icon-agent {
	background-color: transparent;
	background-image:url(images/search-icon-agent.jpg);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: 0px 0px;
	margin-left: 8px;
	padding-left: 25px;
}
.form-input {
	background-color: #ffffff;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Helvetica, Arial, sans-serif;
	font-size: 100%;
	border:1px solid #b5b8c8;
}
.main {
	float: left;
	width: 50%;
}
.secondary {
	float: right;
	width: 25%;
}
.mod-body p {
	margin:0px 0px 15px 0px;
	padding:0px 15px 0px 0px;
}
.vcard {
	padding:0px 0px 20px 0px;
	margin:0px 0px 0px 10px;
}
.search-table p {
	font-family: georgia, times, serif;
	background-color: transparent;
	background-image: url(images/arrow_1.png);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: 80% 50%;
	padding:0px 35px 0px 0px;
	margin:10px 0px 25px 0px;
	font-size: 14px;
	color: #333333;
	font-style: italic;
	text-align: left;
}
.search-table p:hover {
	text-decoration:underline
}
.crsor {
	cursor:pointer;
}
#property-search {
	margin-left:10px;
	font-size:14.4px;
	font-weight:bold;
}
.sprice-search {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
}
#frmContact p {
	padding-left:10px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
}
#frmContact label {
	display: block;
	;
	margin: 10px 0px 12px 10px;
	width: 160px;
	font-size:14.4px;
}
.formField {
	border: 1px solid #d2cdcd;
	display: block;
	font-size: 14.4px;
	margin: -2.2em 0 1em 150px;
	padding: 5px;
	width:385px;
}
span.required {
	color: #990000;
}
