/* Style standard elements */
* {
	margin: 0;
	padding: 0;
}

body {
	font-family: arial, tahoma, helvetica, sans-serif;
	font-size: 75%;
	color: #333;
	padding: 0;
	margin: 20px 10px;
	background-color: #fff;
}

.clear, .spacer { clear: both; font-size: 0; overflow: hidden; height: 0; line-height: 0; visibility: hidden; }
.cent { text-align: center; }
p { margin: .75em 0; line-height: 1.5em; }
a { color: #1078C5; font-weight: normal; }
a:hover { color: #CC0000; text-decoration: none; }
img { border: none; padding: 0; margin: 0; }
ul {
	margin: 15px 0 15px 25px;
	text-align: left;
	list-style: square;
}
ol { margin: 5px 0 5px 25px; text-align: left; }
li { margin: 3px 0; line-height: 1.5em; }
blockquote {
	color: #669900;
	padding-left: 40px;
	background-image: url(images/quotes.gif);
	background-position: left top;
	background-repeat: no-repeat;
}

h1 {
	margin: 10px 0;
	font-size: 1em;
	text-align: center;
}

h2 {
	margin: .5em 0;
	font-size: 1.3em;
	color: #888;
}

h3 {
	font-size: 1.2em;
	padding: 0;
	margin: 1.5em 0 .75em 0;
	color: #92B8E1;
}

h4 {
	font-size: 1.1em;
	color: #92B8E1;
	margin: 1.5em 0 .75em 0;
}

/* page */
#page {
	width: 930px;
	margin: 0 auto;
	background-color: #fff;
	background-image: url(images/titledrop.gif);
	background-position: 0 58px;
	background-repeat: no-repeat;
}

#pagein {
	padding: 20px;
}

#navbox {
	padding-bottom: 10px;
}

#gtrans {
	text-align: center;
	margin: 10px 0;
}

#gtrans table {
	margin: 0 auto;
}

#gtrans div {
	text-align: center;
}

#navbox ul {
	margin: 0;
	padding: 0;
	display: inline;
	list-style: none;
	float: right;
}

#navbox li {
	display: block;
	float: right;
	border-right: 1px solid;
	border-color: #ccc;
	padding: 2px 12px 2px 0;
	margin-right: 12px;
}

#navbox li.last {
	border: none;
	margin-right: 0;
	padding-right: 0;
}

#navbox a {
	color: #000;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
}

#navbox a:hover {
	color: #CC0000;
}

#content {
}

#footer {
	text-align: center;
	margin-top: 20px;
	padding: 20px 0 4px 0;
	font-size: 85%;
	border-top: 1px solid;
	border-color: #ccc;
}

#footer .right {
	float: right;
}

#head_out {
	border: 5px solid;
	border-color: #81ACDC;
	background-repeat: no-repeat;
	background-position: 50% 50%;
}

#head_in {
	height: 250px;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-image: url(images/head1.jpg);
}

/* Content */
#ctntleft {
	float: left;
	width: 190px;
}

#ctntright {
	float: right;
	width: 680px;
}

#ctntleft ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#ctntleft li  {
	margin-left: 18px;
	list-style: square;
	color: #CC0000;
}

#ctntleft li.brk {
	list-style: none;
	margin: .5em 0 0 0;
}

#ctntleft li span {
	background-color: #eee;
	border-bottom: 1px solid #ccc;
	padding: 2px 4px;
	color: #000;
	display: block;
	margin: .5em 0;
	font-size: 1.3em;
	color: #888;
	font-weight: bold;
}

#ctntleft li a {
	color: #000;
	text-decoration: none;
}

#ctntleft li a:hover {
	color: #CC0000;
}

#latest_articles {
	background-color: #eee;
	border-bottom: 1px solid #ccc;
	padding: 5px 10px;
}

#latest_articles ul {
}

#recentads {
	list-style: none;
	padding: 0;
	margin: 0;
}

#recentads img {
	float: left;
}

#recentads dev {
	float: right;
	width: 430px;
}

#thumbs {
	list-style: none;
	margin: 0;
	padding: 0 0 0 6px;
}

#thumbs li {
	display: block;
	float: left;
	text-align: center;
	border: 1px solid #ccc;
	padding: 5px;
	background-color: #eee;
	margin: 5px 5px;
}

#thumbs li div {
	width: 200px;
	height: 160px;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	cursor: pointer;
}

#details iframe {
	margin: 20px auto;
	display: block;
}

#newproperties {
	background-color: #eee;
	border-bottom: 1px solid #ccc;
	padding: 5px 10px;
}

#newproperties ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#newproperties li {
	margin: 4px 0;
}

#newproperties ul div {
	float: left;
	width: 160px;
}

.colleft {
	float: left;
	width: 210px;
}

.colright {
	float: right;
	width: 450px;
	text-align: left;
	margin-bottom: 30px;
}

.colright h3 {
	margin-top: 0;
}

/*********/

.img {
	border: 5px solid;
	border-color: #333;
	background-repeat: no-repeat;
}

.rates {
	background-color: #E9E4DC;
	padding: 4px 8px;
}

.rates em {
	font-style: normal;
	color: #CC0000;
	font-weight: bold;
}

.popupwrap {
	margin: 10px auto;
}

.popupimg {
	cursor: pointer;
	float: left;
	border: 2px solid;
	border-color: #333;
	width: 128px;
	height: 100px;
	margin: 0 4px;
}

* html .popupimg { /* Fix IE6 */
	margin: 0 1px;
}

.popupimg:hover {
	border-color: #888;
}

.largermap {
	text-align: center;
	font-size: 85%;
}

/* Contact form */
#EmailForm fieldset {
	border: none;
	width: 20em;
	margin: 0 auto;
}

#EmailForm label {
	padding: 10px 0 5px 0;
	display: block;
	font-weight: bold;
}

#EmailForm #cfName, #EmailForm #cfEmail, #EmailForm #cfRegarding, #EmailForm #cfMessage, #EmailForm #vericode {
	border: 1px solid;
	border-color: #ccc;
	padding: 3px 2px;
	width: 20em;
}

#EmailForm #cfContact {
	border: 1px solid;
	border-color: #ccc;
	padding: 2px 2px;
	background-color: #f0f0f0;
	margin-left: 5em;
}

#EmailForm #cfContact:hover {
	background-color: #888;
	color: #fff;
	border-color: #000;
}

#EmailForm .requiredValue {
	border: 1px solid;
	border-color: #ff0000 !important;
}

div.errors {
	background-color: #FFFF99;
	color: #000;
	padding: 4px 8px;
}

/*** asscan ***/
.pgsel  { color: #00f; font-size: 11px; text-decoration: none; text-align: center; margin-top: 4px; margin-bottom: 4px }
a.pgsel { color: #00f; font-weight: bold; text-decoration: none }
a.pgsel:hover { color: #000; font-weight: bold; text-decoration: underline }
.wnclnk { margin-top: 10px; font-size: 10px }
a.wnclnk { color: #00f; font-weight: bold; text-decoration: none }
a.wnclnk:hover { color: #000; font-weight: bold; text-decoration: underline }
.addlst    { color: #000; text-decoration: none }
a.addlst, #addlbox a   { color: #000; font-weight: bold; text-decoration: none }
a.addlst:hover, #addlbox a:hover  { color: #000; font-weight: bold; text-decoration: underline }
.mnuhbox  { color: #000; font-weight: bold; text-decoration: none; background-color: #e5e5ff; text-align: center; display: block; margin-top: 10px; margin-bottom: 4px; width: 145px; border-top: 1px solid #b2b2cc; border-right: none #b2b2cc; border-bottom: 1px solid #b2b2cc; border-left: none #b2b2cc }
.mnuhdg { padding: 2px}

/* Main area */
#ctnt   { margin-top: 10px; padding-right: 2px; padding-bottom: 2px; padding-left: 2px }
#ctntj    { text-align: justify; margin-top: 10px; padding-right: 2px; padding-bottom: 2px; padding-left: 2px }
#catbox  { padding-top: 4px; padding-bottom: 4px; width: 680px; float: left }
#catL   { width: 330px; float: left }
#catR   { width: 330px; float: right }
.cent { text-align: center }
.greenbox  { background-color: #daeada; margin-bottom: 2px; padding: 2px }
#addlst, #addlbox  { background-color: #C21E1E; color: #fff; text-align: center; margin-top: 10px; padding: 2px }
#addlst a, #addlbox a { color: #fff; }
.catlst { margin-left: 10px; padding-left: 10px; margin-bottom: 0px }
.catsp { clear: both; line-height: 4px; height: 4px }
.entryHigh     { background-color: #d5e5f7; margin-bottom: 15px; padding: 1px; width: 640px; float: left }
.entryNorm    { margin-bottom: 15px; padding: 1px; width: 640px; float: left }
img.lnk  { border-style: none }
.lnkbox    { text-align: center; margin-right: 4px; padding: 2px; float: left; border: 1px solid #ccc; background-color: #eee; }
.lnktxt   { padding: 2px; width: 472px; float: right }
.lnkurl   { font-weight: 700; float: right; font-size: 10px }
.lnkop { clear: right; float: right; font-size: 10px }
.expbox  { }
.inbox  { vertical-align: top }
#dtlpic  { margin-top: 10px; border: none }
#revopt { margin-top: 10px }
.freehdr    { font-weight: 700; background-color: #acc4e6; text-align: center; padding: 2px; display: block }
#freebox    { background-color: #d5e5f7; padding: 2px; border: solid 1px #acc4e6 }
.payhdr     { font-weight: bolder; background-color: #ffde71; text-align: center; display: block; padding: 2px }
#paybox    { background-color: #fff1c1; padding: 2px; border: solid 1px #ffde71 }
.revlst { margin-left: 10px; padding-left: 10px }
.ltus { padding-left: 30px }
.ltusbox  { background-color: #f3f3f3; margin-bottom: 5px; padding: 2px }
.jtxt { text-align: justify }
img.left { margin-right: 10px; float: left; border-style: none }
img.right { margin-left: 10px; float: right; border-style: none }
select { font-size: 11px; font-family: Verdana, Geneva, Arial, Helvetica, sans-serif }
input { font-size: 11px; font-family: Verdana, Geneva, Arial, Helvetica, sans-serif }
textarea { font-size: 11px; font-family: Verdana, Geneva, Arial, Helvetica, sans-serif }
#searchForm { background-color: #f3f3f3; margin-top: 4px; padding: 2px; border: solid 1px #d7d7d7 }
.sfln { text-align: center; padding: 2px }
#contact { background-color: #f3f3f3; margin-top: 4px; padding: 2px; border: solid 1px #d7d7d7 }
#suggest2 { background-color: #f3f3f3; margin-top: 4px; padding: 2px; border: solid 1px #d7d7d7 }
ul.links  { margin-left: 10px; padding-left: 10px; text-align: left; }
.askL   { width: 260px; float: left }
.askR   { width: 260px; float: right }
.askL2   { width: 260px; float: left; padding-top: 25px }
.askR2   { width: 260px; float: right; padding-top: 25px }
.askL3   { width: 260px; float: left; padding-top: 30px }
.askR3   { width: 260px; float: right; padding-top: 30px }
h2.ask { font-size: 12px; position: relative }
.askL h2, .askR hr, .askL2 h2, .askR2 h2, .askL3 h2, .askR3 h2  { font-size: 13px; }

/* Assignment listing formatting */
.lcol     { width: 319px; float: left }
.rcol     { width: 319px; float: right }
img.detail  { margin-top: 15px }
.lcolimg   { width: 319px; float: left; text-align: center }
.rcolimg   { width: 319px; float: right; text-align: center }

/* Text formatting */
.formrequired  { color: red; font-weight: bold; font-size: 18px }
.formerror    { font-size: 14px; background-color: #ffd5d5; text-align: center }
td { padding: 5px 2px; color: black; font-size: 11px; font-family: Verdana, Geneva, Arial, Helvetica, sans-serif }
.contactErr   { font-size: 12px; background-color: #ffdbdc; padding: 3px; border: solid 2px red }
#spcbox2   { margin-top: 10px; margin-bottom: 10px; text-align: center; }
h1#home { margin: 0; padding: 0 }
h2#home { border: none; margin: 3px 0 0 0; padding: 0; font-size: 12px }
input, select, label { padding: 4px; }

/* Press releases */
dl#rellist { }
dl#rellist dd { margin-left: 0; padding-left: 0; margin-bottom: 1em; text-align: justify }

table.outline { border-top: 1px solid #000; border-left: 1px solid #000; }
table.outline td { padding: 4px; border-right: 1px solid #000; border-bottom: 1px solid #000; }

/* Testimonials */
#testimonial    { clear: right; margin-bottom: 10px; background-color: #f6f6f6; text-align: left; margin-left: 10px; padding: 0; width: 250px; float: right; border: solid 1px #c21e1e }
#testimonial h2 { margin-left: 4px; font-style: italic; font-size: 12px; border-bottom: none; margin-top: 4px; margin-bottom: 4px }
#testimonial p { margin: 4px; font-style: italic }
#testimonial .realtor { font-weight: bold; }

#testimonial2    { background-color: #f6f6f6; text-align: left; margin-right: 10px; padding: 4px; width: 250px; float: left; border: solid 1px #c21e1e }
#testimonial2 h2 { font-style: italic; font-size: 12px; border-bottom: none; margin-top: 0; margin-bottom: 4px }
#testimonial2 p { margin-top: 4px; margin-bottom: 4px; font-style: italic }
#testimonial2 #buyer { font-weight: bold; }

.adspacer { float: left; margin-bottom: 5px; }
.adspacer img { padding: 0; margin: 0 10px 5px 0; float: left; }
.adspacer .txt { float: left; width: 430px; }

/* Featured listing */
#flist { margin-bottom: 10px; background-color: #eee; text-align: left; margin-left: 10px; padding: 0; width: 250px; float: right; border: solid 1px #92B8E1 }
#flist h3 { padding: 0 4px; margin-top: 5px; }
#flist img { border: 1px solid #000; }
#flist .rt { text-align: center; padding: 3px; margin: 0; background-color: #e6e6e6; }
#flist .rt a { color: #000; text-decoration: none; }
#flist .rt a:hover { color: #555; text-decoration: none; }
#flist p { margin: .5em; }
#flist .rt span {
	display: block;
	border-top: 1px solid;
	border-color: #ccc;
	margin-top: 4px;
	padding-top: 2px;
}

/* Featured realtor */
#frealtor { margin-bottom: 10px; background-color: #eee; text-align: left; margin-left: 10px; padding: 0; width: 250px; float: right; border: solid 1px #92B8E1 }
#frealtor h3 { padding: 0 4px; margin-top: 5px; }
#frealtor img { border: 1px solid #000; }
#frealtor .rt { text-align: center; padding: 3px; margin: 0; background-color: #e6e6e6; }

.boxout, .tagline { margin: 10px 0; background-color: #eee; text-align: left; padding: 0; border: solid 1px #92B8E1 }
.boxout h3 {
	padding: 0 4px;
	margin-top: 5px;
	color: #6398D3;
}
.boxout p { padding-left: 4px; padding-right: 4px; }
.tagline { text-align: center; }

/* submission terms */
#terms {
	height: 250px;
	overflow: auto;
	border: 1px solid #ccc;
	padding: 6px;
	margin-top: 10px;
	margin-bottom: 10px;
	background-color: #eee;
}

/* Alpha index (home page) */
.alphaIdx { font-weight: bold; list-style-type: none; margin: 10px 0 0 0; padding: 0; text-align: center; font-size: 85%; }
.alphaIdx li { display: inline; text-align: center }
.alphaIdx li a { padding: 0 2px; border: 1px solid #fff; }
.alphaIdx li a:hover  { background-color: #E2EDFB; border: 1px solid #9A0003; }

img { border: none; }

.entrybox {
	list-style: none;
	margin-left: 0;
	padding-left: 0;
}

.entrybox li {
	clear: both;
}

.right { text-align: right; }
#addlbox {
	clear: both;
}

#pathway, #bcbox {
	font-weight: bold;
	background-color: #92B8E1;
	padding: 4px;
	margin: 8px 0 8px 0;
	color: #fff;
	border-bottom: 1px solid #000;
}

#pathway a, #bcbox a {
	font-weight: bold;
	color: #fff;
}

#pathway a:hover, #bcbox a:hover {
	color: #000;
}

#pathway div {
	float: right;
	margin-left: 16px;
}

#streetview {
margin: 20px 0;
padding-bottom: 20px;
border-bottom: 1px solid #ccc;
/*background-image: url(images/column.gif);*/
background-repeat: no-repeat;
background-position: right top;
}

#streetview img {
box-shadow: 4px 4px 2px #ccc;
-moz-box-shadow: 4px 4px 2px #ccc;
-webkit-box-shadow: 4px 4px 2px #ccc;
border: 2px solid #333;
}

#streetview div {
width: 200px;
float: right;
text-align: center;
}

#streetview p {
color: #e00;
font-size: 200%;
text-shadow: 4px 4px 3px #999;
}

#writing {
margin: 20px 0;
padding-bottom: 20px;
border-bottom: 1px solid #ccc;
background-image: url(images/column.gif);
background-repeat: no-repeat;
background-position: right top;
}

#writing img {
float: left;
}

#writing .text {
float: right;
width: 300px;
margin-right: 150px;
}

