@import url(../ajaxticker.css);
/*******************************************************
TITLE: Fixed Three-Column Over Four-Column Layout V1.0
DATE: 20060807
AUTHOR: The CSS Tinderbox - http://www.csstinderbox.com
*******************************************************/

/*CSS Reset*/
img {
	behavior: url(pngbehavior.htc);
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, tt, var, dl, dt, dd, ol, ul, li, form, label, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0px;
	padding: 0px;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
body {
	line-height: 1;
	color: #000;
	background: #fff;
}
ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th {
	text-align: left;
	font-weight: normal;
}
table td {
	vertical-align:top;
	font-weight: normal;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
/*RESET Ends*/

body {
	margin:.5em;
	padding:0;
	height:100%;
	background-color:#fff;
	color:#000;
	text-align:center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:.9em;
}
a {
	color:#c00;
	text-decoration:underline;
}
a:hover {
	color:#616161;
	text-decoration:none;
}
blockquote {
	margin:1em 1em 2em 1em;
	padding:.5em;
	background-color:#D7ECF8;
	border: 1px solid #c00;
}
blockquote p {
	margin:.2em;
	color:#000000;
}
h1 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-style: inherit;
	font-family: Arial, Helvetica, sans-serif;
	vertical-align: baseline;
	font-size: 1.2em;
	line-height: 1.2em;
}
hr {
	margin-bottom:20px;
	border:none;
	width:99%;
	color:#eee;
	background-color:#eee;
	height:1px;
	clear:both;
}
strong {
	font-weight: bold;
}
.spacer {
	clear: both;
	line-height: 1px;
}
#centerColumn {
	margin:0 auto;
	/*padding:1em;*/
	width:860px;
	text-align:left;
	vertical-align: middle;
}
#centerColumn h2 {
	padding:.75em 0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:1.1em;
}
#navbar {
	clear:both;
	background: url(../../images/navbar_bg.gif) repeat-x;
	height: 47px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .8em;
}
#navbar a {
	color: #fff;
	text-decoration: none;
}
#navbar ul {
	margin-top:15px;
	line-height: 1.2em;
	padding:0px;
	list-style:none;
}
#navbar li {
	margin:0px;
	padding:0px 10px 0px 15px;
	list-style:none;
	display:inline;
	border-left: 1px solid #5668cd;
}
#navbar li.first {
	border-left: none;
}
#navbar li a:hover, #navbar li a:focus{
	text-decoration:underline;
}
#ticker {
	height: 44px;
	background: url(../../images/ticker_bg.gif) repeat-x;
	margin: 0px;
	padding: 0px;
	text-align:center;
}
#ticker a {
	color:#273895;
	text-decoration: none;
	margin-top: 10px;
}
#ajaxticker div {
	text-align:center;
	margin-top: 10px;
}
#subnav {
	height: 44px;
	background: url(../../images/ticker_bg.gif) repeat-x;
	margin: 0px;
	padding: 0px;
	font-size: .8em;
}
#subnav ul {
	float: left;
	padding-top: 6px;
}
#subnav li {
	display:inline;
	height: 44px;
	line-height: 26px;
	padding: 14px 4px 14px 8px;
}
#subnav ul li a {
  padding-left: 32px; /* makes bg images clickable */
  }
#subnav a, #footer a {
	text-decoration: none
}
#footer a:hover, #footer a:focus, #subnav a:hover, #subnav a:focus {
	text-decoration: underline;
}
#currentlistings{
	background: url(../../images/subnav_currentlistings.gif) no-repeat 10px 10px;
}
#saleshistory{
	background: url(../../images/subnav_salehistory.gif) no-repeat 10px 10px;}
#mls{
	background:url(../../images/subnav_mls.gif) no-repeat 10px 10px;
}
#listhome{
	background: url(../../images/subnav_listhome.gif) no-repeat 10px 10px;
}
#internetsecure{
	background: url(../../images/subnav_internetsecure.gif) no-repeat 10px 10px;
}
#videos {
	background: url(../../images/subnav_videos.gif) no-repeat 10px 10px;
}
#header {
	margin:0 -1em 0 -1em;
	padding:0 0 0 0;
	height:100px;
	background-color:#fff;
}
#header h1 {
	margin-top: 40px;
}
#header h2 {
	margin:0 0 0 0;
	padding:1em 0 0 30px;
	font-size:.9em;
	font-weight:300;
	letter-spacing:.1em;
	color:#000000;
}
#header img {
	float: left;
}
#header .right {
	text-align:right;
	line-height: 1.1em;
	margin-right: 15px;
}
#header .blue {
	font-weight: bold;
}
.content {
	background: #f7f7f7 url(../../images/commission_bg.gif) repeat-x;
	border-left: 1px solid #eaeaea;
	border-right: 1px solid #eaeaea;
	border-bottom: 1px solid #eaeaea;
	padding: 5px 10px 10px 12px;
}
.homecontent {
	background: #f7f7f7 url(../../images/commission_bg.gif) repeat-x;
	border-left: 1px solid #eaeaea;
	border-right: 1px solid #eaeaea;
	border-bottom: 1px solid #eaeaea;
	padding: 5px 0px 0 12px;
	.padding-left: 40px;
	clear: both;
	font-size: .9em;
}
.content h2 {
	font-weight: bold;
	line-height: 1.2em;
	margin-bottom: .1em;
	color: #283996;
	text-transform: uppercase;
}
.content h3 {
	font-weight: bold;
	line-height: 2.2em;
	margin: .75em 0 .3em 0;
	font-size: .9em;
}
#lawyer .content h3 a{
	font-weight: bold;
	line-height: 1.2em;
	font-size: .9em;
	margin-bottom: 2em;
}
.content p {
	font-weight: normal;
}
.content p, .content ol, .content ul, .content dl, .homecontent p {
	line-height: 1.5em;
	font-size: .9em;
	margin-bottom: .8em;
}
.content ol, .content ul {
	margin-left: 10px;
	padding-left: 10px;
}
.content ul {
	list-style: disc outside none;
}
.content li {
	margin-bottom: .8em;
}
.content dt {
	margin-top: .8em;
	font-weight: bold;
}
.content dd {
	clear: both;
	font-weight: normal;
}
fieldset {
	font-weight: bold;
	font-size: .9em;
	margin-top: 1em;
}
fieldset dd {
	margin-left: 10px;
}
td fieldset{
	padding:10px 10px 10px 10px;
}
.row {
	clear: both;
	padding-top: 5px;
	font-size: .9em;
}
.label, .longlabel, .shortlabel, .veryshortlabel, .midlabel{
	float: left;
	font-weight: normal;
	font-size: 1em;
}
.label{
	width: 160px;
	text-align: right;
	line-height: 1.5em;
}
.longlabel{
	width: 340px;
	text-align: right;
	line-height: 1.5em;
}
.shortlabel{
	width: 9em;
	text-align: left;
}
.midlabel{
	width: 14em;
	text-align: left;
}
.veryshortlabel{
	width: 5em;
	text-align: left;
}

.field {
	float: left;
	width: 235px;
	text-align: left;
	margin-left: 10px;
}
input[type=text], textarea, input[type=submit], select{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: inherit;
	font-weight: normal;
}
input[type=submit] {
	background: #283996;
	border: 0px;
	color: #fff;
	padding: 2px;
}
.paymentTotalField{
	border: none;
	background: none;
	margin-top: 10px;
}
.floattext {
	float: left;
	width: 270px;
	height: 15em;
}
#cell_1 {
	margin:0px;
	padding:0px;
	float:left;
	width:283px;
	clear:left;
}
#cell_2 {
	margin:0px;
	padding:0px;
	float:left;
	width:204px;
}
#cell_3 {
	float:left;
	width:372px;
}
.right {
	float:right;
	/*margin:5px;
	padding:2px;*/
}
.left {
	float:left;
	/*margin:5px;
	padding:2px;*/
}
.center {
	width:auto;
	margin-left:auto;
	margin-right:auto;
}
.news em {
	font-size:.8em;
	color:#000000;
}
.blue {
	color: #273895;
}
.red {
	color: #c71101;
}
#box_1 {
	margin:0px;
	padding:0px;
	float:left;
	width:485px;
	text-align:center;
}
#box_1 img {
	margin: 25px 20px 20px 20px;
}
#box_2 {
	margin:2px 0px 5px 0px;
	padding:0px;
	float:right;
	width:371px;
	background: #f7f7f7 url(../../images/commission_bg.gif) repeat-x;
}
#box_2 #commission {
	border-left: 1px solid #eaeaea;
	border-right: 1px solid #eaeaea;
	border-bottom: 1px solid #eaeaea;
	width:359px;
	padding: 0px 0px 10px 10px;
	position: relative;
}
#commission ul li {
	background: url(../../images/phone.gif) 0px 3px no-repeat;
	padding-left: 22px;
	line-height: 1.4em;
}
#commission p {
	padding-left: 26px;
	line-height: 1.7em;
}
#commission strong {
	font-weight: bold;
	color: #c71101;
}
#box_1 p, #box_2 p, #box_3 p, #box_4 p {
	font-size:.75em;
	color:#9f9f9f;
}
#box_1 h2, #box_2 h2, #box_3 h2, #box_4 h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#000000;
	font-size:.8em;
}
#box_1 ul, #box_2 ul, #box_3 ul, #box_4 ul {
	margin:0 0 0 5px;
	padding:0 0 0 0;
	list-style:none;
}
#box_1 li, #box_2 li, #box_3 li, #box_4 li {
	margin:0 0 .3em 0;
	padding:5px 0 0 5px;
	font-size:.8em;
}
#footer {
	position:relative;
	clear:both;
	bottom:0;
	margin:2em 0 0 0;
	padding:0;
	height:4em;
	text-align:center;
	font-size:.75em;
}
#footer li {
	padding: 0px 6px;
	display: inline;
}
#footer p{
	margin-top: 5px;
}


.mainImageFrame{
	background-image:url(../../images/bg_viewlisting.gif);
	background-position:center;
	background-repeat:no-repeat;
	padding:60px 0px 0px 0px;
	width:319px;
	height:246px;
}
.mainImage{
	width:290px;
	height:200px;
	border:1px solid #1131A2;
	overflow:hidden;
	vertical-align:middle;
}

.thumbImageFrame{
	background-image:url(../../images/bg_thumbframe.gif);
	background-position:center;
	background-repeat:no-repeat;
	padding:16px 0px 0px 0px;
	width:183px;
	height:132px;
	

}
.thumbImage{
	width:166px;
	height:116px;
	border:1px solid #0F2B8E;
	overflow:hidden;
	vertical-align:middle;
}
.buttonStylez {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #0066CC;
	font-size: 12px;
	background-image: url(../../images/bg_buttons.gif);
	border: 1px solid #000099;
}
.borderGreen {
	border: 1px solid #1132A6;
}
.textVerdana14Green {
	font-family: Helvetica, Arial;
	font-size: 14px;
	color: #1132A6;
}

.textVerdana18Orange {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #0D298D;
	padding-top:30px;
	text-transform:uppercase;
}
.textVerdana18Green {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #0D298D;
}
.style1 {color: #FF0000}

.threecolumns{
	float:left;
	width:33%;
}
.cleaner{
	clear:both;
	line-height:1px;
	height:1px;
	padding:0;
	margin:0;
	font-size:1px;
}

.footerSEO {
	font-size:9px;
	text-align:left;
}