@charset "UTF-8";
/* CSS Document */

body {
	margin-top: 15px;
	font-family: Arial, Helvetica, sans-serif;
}
a:link {
	color: #0066FF;
	text-decoration: none;
}
a:visited {
	color: #990000;
	text-decoration: none;
}
a:hover {
	color: #990000;
}
a:active {
	text-decoration: none;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #000000;
	text-align: right;
	padding-right: 20px;
	vertical-align: middle;
	padding-top: 5px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #000000;
	margin-right: 10px;
	margin-left: 10px;
}
.bodycopy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	margin-right: 10px;
	margin-left: 10px;
}
.bodycopy_bullets {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	list-style-position: outside;
	list-style-type: disc;
	margin-right: 30px;
	margin-top: 5px;
}
.columnHeader1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #000000;
	font-weight: bold;
}
.columnHeader2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	font-weight: bold;
}
.mainborder {
	width: 960px;
	border: 2px solid #ffb400;
}
.logo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #000000;
	height: 120px;
}
.nav {
	background-image: url(images/nav.png);
	background-position: right bottom;
	background-repeat: no-repeat;
	padding-bottom: 5px;
}
.table_homeLeft {
	width: 200px;
	background-color: #fff0cc;
	height: 475px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	border: 1px dotted #FFB400;
}
.table_homeCenter {
	width: 460px;
}
.table_homeCenter2 {
	width: 710px;
}
.table_homeRight {
	width: 200px;
	background-color: #fff0cc;
	height: 475px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	padding: 10px;
	border: 1px dotted #FFB400;
}
.table_homeFull {
	width: 960px;
	background-color: #fff0cc;
	height: 415px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	border: 1px dotted #FFB400;
}
.search_residential {
	background-color: #FFF0CC;
	border-right-width: 2px;
	border-right-style: dotted;
	padding-left: 20px;
	border-right-color: #FFB400;
}
.search_commercial {
	background-color: #FFF0CC;
	padding-left: 30px;
	border-right-width: 2px;
	border-right-style: dotted;
	border-right-color: #FFB400;
}
.search_land {
	background-color: #FFF0CC;
	padding-left: 30px;
}
.homeListing {
	height: 175px;
}
.featureListing {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #FFF0CC;
	width: 450px;
	border: 1px dotted #FFB400;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 10px;
}
.blackCopy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	height: 40px;
	vertical-align: bottom;
}
.footer_broker {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	height: 40px;
	vertical-align: bottom;
}
select {
	background-color: #FFF0CC;
	color: #000000;
	width: 190px;
}
input {
	background-color: #FFF0CC;
}
.copySubNav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	margin-left: 10px;
}
.table_listing {
	border: 1px dotted #FFB400;
	width: 700px;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #FFFFFF;
}
.subnav_tableheight {
	height: 250px;
}
.flashintro {
	height: 225px;
	width: 960px;
}
.header_facebook {
	text-align: right;
	height: 40px;
	vertical-align: middle;
	padding-right: 15px;
}

.button.minimal {
	display: inline-block;
    background: #e3e3e3;
    border: 1px solid #bbb;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 0 1px 1px #f6f6f6;
    -moz-box-shadow: inset 0 0 1px 1px #f6f6f6;
    -ms-box-shadow: inset 0 0 1px 1px #f6f6f6;
    -o-box-shadow: inset 0 0 1px 1px #f6f6f6;
    box-shadow: inset 0 0 1px 1px #f6f6f6;
    color: #333;
    line-height: 1;
    padding: 8px 5px 9px;
    text-align: center;
    text-shadow: 0 1px 0 #fff;
    vertical-align: top;
}

.button.minimal:hover {
    background: #d9d9d9;
    -webkit-box-shadow: inset 0 0 1px 1px #eaeaea;
    -moz-box-shadow: inset 0 0 1px 1px #eaeaea;
    -ms-box-shadow: inset 0 0 1px 1px #eaeaea;
    -o-box-shadow: inset 0 0 1px 1px #eaeaea;
    box-shadow: inset 0 0 1px 1px #eaeaea;
    color: #222;
    cursor: pointer;
}

.button.minimal:active {
    background: #d0d0d0;
    -webkit-box-shadow: inset 0 0 1px 1px #e3e3e3;
    -moz-box-shadow: inset 0 0 1px 1px #e3e3e3;
    -ms-box-shadow: inset 0 0 1px 1px #e3e3e3;
    -o-box-shadow: inset 0 0 1px 1px #e3e3e3;
    box-shadow: inset 0 0 1px 1px #e3e3e3;
    color: #000;
}

.yellow.minimal {
	background-color: #ffb515;
}

.red.minimal {
	background-color: #900;
	text-shadow: 0 1px 0 #aaa;
	color: #fff;
}

.red.minimal:hover {
	background-color: #D80000;
	text-shadow: 0 1px 0 #aaa;
	color: #fff;
}

.gray.minimal {
    vertical-align: top;
	background-color: #DDD;
}

.small.minimal {
	padding: 3px 7px 5px;
	font-size: 11px;
}

#login_handle {
    text-align: right;
    padding: 3px 5px;
    font-size: 11px;
}

