/**************************
reset
**************************/
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, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	font-size: 100%;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
body {
	background: #FFF;
	color: #369;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 0.8em;
}
a {
	color: #06c;
	text-decoration: underline;
	cursor: pointer;
}
a:hover {
	color: #fe7404;
}
h1 {
	/*font-size: 2em;*/
	font-size: 1.5em;
	font-style: italic;
	font-weight: normal;
}

p.add_text {
	margin: 20px;
}

/**************************
for bordered images/photos
**************************/
.bordered {
	background: #FFF;
	border: 1px solid #CCC;
	padding: 5px;
}



/**************************
layout
**************************/
#wrapper {
	margin: 0 auto;
	padding: 10px 10px 0 10px;
	width: 970px;
}
#content {
	padding: 15px 10px 10px;
	border-top: 2px solid #DADADA;
/*	overflow: hidden;
*/}
#content-left {
	float: left;
}
#content-right {
	float: right;
}
.clear {
	clear: both;
}
.halfrow { width: 48%; float: left; }
.thirdrow { width: 32%; float: left; }
.quarterrow { width: 24%; float: left; }

.hide { display: none; }

#content-left-column {
	float: left;
	width:633px;
}
/**************************
bread crumbs
**************************/
.breadcrumbs {
	margin-bottom:10px;
}
.breadcrumbs ul {
	list-style:none;
}



/**************************
info-box
**************************/
.info-box {
	clear: both;
	border: 1px solid #b1c4df;
	border-radius: 7px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	font-weight: bold;
	font-size: .9em;
	background: #edfbfe;
	color: #266FAE;
	padding: 5px;
	margin-bottom: 15px;
	width: 623px;
}
.info-box p {
	/*background: url(../images/info-icon-sm.gif) 0 50% no-repeat;*/
	background:url(../images/nc-sprite-main.gif);
	background-position: 0 -1093px; 
	padding-left: 18px;
}
.info-box a {
	/*background: url(../images/info-close.gif) no-repeat right 50%;*/
	background:url(../images/nc-sprite-main.gif);
	background-position: 35px -1030px;
	padding-right: 25px;
	color: #FE7404;
	font-weight: bold;
	margin-left: 35px;
}
.info-box a:hover {
	color: #0066CC;
}



/**************************
header
**************************/
#logo {
	float: left;
}
#header {
	overflow: hidden;
	width: 970px;
}

#header-nav {
	overflow: hidden;
	width: 970px;
}


/**************************
user-links (header)
**************************/
/* FOR THE NEW ADSENSE FORMAT OF HEADER NAV*/
#header-nav ul#user-links {
	text-align: right;
	list-style: none;
	padding: 0 0 7px 0;
	display: inline;
	float:right;
}
#header-nav ul#user-links li {
	display: inline;
	padding: 0 0 0 15px;
}
/* FOR THE NO ADSENSE FORMAT OF HEADER NAV*/
/*
#header ul#user-links {
  clear: both;
  text-align: right;
  float: right;
  list-style: none;
  padding: 0 0 7px 0;
  display: inline;
}
#header ul#user-links li {
  display: inline;
  padding: 0 0 0 15px;
}
*/

/**************************
ajax loader
**************************/
#ajaxBusy {
	display: none;
	width: 300px;
	/*background-color: #ffffff;*/
	/*border: 5px double #d7d7d7;*/
	position: absolute;
	padding: 50px;
	text-align: center;
	z-index: 20000;
	color: #999999;
	font-size: 1.4em;
}

/**************************
image preview
**************************/
#imgpreview {
	position: absolute;
	display: none;
	border: 5px double #d7d7d7;
	padding: 10px;
	background-color: #ffffff;
}
/**************************
form tooltips
**************************/
div.tooltip {
    background-color:#000; 
    outline:1px solid #669; 
    border:2px solid #fff; 
    padding:10px 15px; 
    width:200px; 
    display:none; 
    color:#fff; 
    text-align:left; 
    font-size:12px; 
 
    /* outline radius for mozilla/firefox only */ 
    outline-radius:4px; 
    -moz-outline-radius:4px; 
    -webkit-outline-radius:4px; 
}

/**************************
modal box
**************************/
/* the overlayed element */
div.overlay, div.overlaynarrow {
	
	/* growing background image */
	background: #FFF url(../images/spacer.gif); 
	border: 4px solid #235985;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius:8px;
	/* dimensions after the growing animation finishes  */
	width:650px;
	height:auto;
	
	/* initially overlay is hidden */
	display:none;
	
	/* some padding to layout nested elements nicely  */
	padding: 10px 10px 20px 10px;

}
div.overlaynarrow {
	width: 350px;
}
div.overlay div.wrap, div.overlaynarrow div.wrap {  }

div.overlay div.close, div.overlaynarrow div.close {
	background-image:url(../images/close.gif);
	cursor:pointer;
	height:12px;
	position:absolute;
	right:10px;
	bottom:7px;
	width:48px;
}

#limited_info_popup {
	padding: 20px;
	color: #000;
}
#limited_info_popup p {
	margin-bottom: 10px;
}

/**************************
modal box
**************************/
/* root element for accordion. decorated with rounded borders and gradient background image */
.accordion {
}

/* accordion header */
.accordion li {
	border-top:1px solid #ddd;
	padding: 10px 0px;
}
.accordion li a {
	margin:0;
	padding-left:25px;
	font-size:14px;
	font-weight:normal;
	cursor:pointer;
	display: block;
	color: #FE7404;
	background: url(../images/small-plus-minus.gif) no-repeat 0 0;
	height: 11px;
	line-height: 11px;
}
ul.accordion:first-child li a {
	border: none;
}
#contact_agent_short_form .required {
	text-align: right;
	width:225px;
	margin: 0;
	font-size: 86%;
}
#contact-agent-pane .pane {
	padding-bottom: 0px;
}
.accordion li p {
	font-size: 84%;
	margin: 20px 0 0 0;
}
.accordion li p a {
	padding-left:0px;
	font-size:inherit;
	*font-size: 84%;
	font-weight:normal;
	cursor:pointer;
	display: inline;
	color: #336699;
	background: none;
	height: auto;
	line-height: normal;
	
}
/* currently active header */
.accordion li a.current {
	cursor:default;
	background-position: 0 -11px;
}

/* accordion pane */
.accordion div.pane {
	display:none;
	height:auto;
	padding:15px;
	font-size:12px;
}

/* a title inside pane */
.accordion div.pane h3 {
	font-weight:normal;
	margin:0 0 -5px 0;
	font-size:16px;
	color:#999;
}

ul.accordion {
	list-style: none;
	list-style-type: none;
	margin-top: 2px;
}

/**************************
top-nav (header)
**************************/
ul#top-nav {
	list-style: none;
	/*float: right;*/
	float: left;
}
ul#top-nav li {
	/*background: url(../images/nav-divider.gif) no-repeat 0 50%;*/
	background:url(../images/nc-sprite-main.gif);
	background-position: 0 -1330px;;
	display: inline;
	padding: 0 5px;
}
ul#top-nav li a {
	color: #235985;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
}
ul#top-nav li a:hover {
	color: #fe7404;
}
ul#top-nav li.first {
	background: none;
}



/**************************
intro paragraph
**************************/
p.intro {
	font-weight: bold;
	padding-bottom: 10px;
	width: 635px;
}
p.intro a {
	color: #4aa008;
	font-style: normal;
}
p.intro a:hover {
	color: #fe7404;
}
p.intro a.how {
	/*background: url(../images/orange-arrow-sm.gif) no-repeat 0 50%;*/
	background:url(../images/nc-sprite-main.gif);
	background-position: 0 -1388px;
	margin-left: 105px;
	padding: 0 0 0 12px;
}



/**************************
main search (homepage)
**************************/
#search {
	/*background: url(../images/main-search-bg.gif) no-repeat;*/
	background:url(../images/nc-sprite-main.gif);
	background-position: 0 -1158px; 
	padding-bottom: 20px;
	/*margin-bottom: 15px;*/
	width: 635px;
}
#search h1 {
	color: #FFF;
	float: left;
	font-size: 1.6em;
	font-style: italic;
	font-weight: bold;
	padding: 10px 0 0 25px;
}
#search a.advanced {
	background: transparent url(../images/white-arrow-sm.gif) no-repeat 0  50%;
	color: #FFF;
	display: block;
	float: right;
	font-size: .9em;
	margin: 14px 0 0;
	padding: 0 40px 0 10px;
	width: 100px;
}
#main-search {
	clear: both;
	overflow: hidden;
	padding:13px 0 10px 12px;
}
#main-search p {
	float: left;
}
#main-search label{color:#FFF; display:block; font-size:.9em; font-weight:bold; padding-left: 4px;}
#main-search p.button{padding-top: 12px; padding-left:5px;}
#main-search img{padding-top:6px;}
#main-search #search-type, #location, #community_location, #min-price, #max-price, #newlocation {
	color: #6c6b6b;
	/*font-size: 1.3em;*/
	font-size: 1em;
	margin: 0 3px;
}
#main-search #search-type {
	width: 110px;
}
#min-price, #max-price {
	width: 80px;
}

#main-search #location, #newlocation {
	/*width: 240px;*/
	width: 245px;
}
#main-search #community_location{width:147px;}
#main-search #keyword, #category{
color: #6c6b6b;
	font-size: 1.3em;
	margin: 0 2px;
}

#main-search span {
	color: #FFF;
	display: block;
	font-size: .8em;
	padding: 3px 0 3px 8px;
}



/**************************
local real estate report
**************************/
#local-report {
	background: #f7f7f7;
	border: 1px solid #e9e9e9;
	border-radius: 7px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	width: 623px;
	padding: 5px;
	margin-bottom: 20px;
	overflow: hidden;
}
#local-report h2 {
	color: #FFF;
	font-size: 1.2em;
	font-style: italic;
	float: left;
	/*background:  url(../images/blue-strip-mid.gif) 0 50% no-repeat;*/
	background: #235985;
	/*padding: 3px 5px 8px 5px;*/
	margin-bottom: 10px;
	padding:3px 8px 4px;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius: 3px;
}
#local-report .current-date {
	color: #000;
	font-weight: bold;
}
#local-report .change-location {
	background: #efeded;
	border: 1px solid #e4e0e0;
	float: right;
	-moz-border-radius: 5px;
	margin-top: 3px;
	-webkit-border-radius: 5px;
	padding: 3px 5px;
	text-decoration: none;
}
#local-report .change-location span {
	/*background: url(../images/green-plus-icon.gif) no-repeat 0 50%;*/
	background:url(../images/nc-sprite-main.gif);
	background-position: 0 -887px;
	padding-left: 18px;
}
#local-report ul.location-info {
	/*border: 1px solid #E9E9E9;
	border-width: 1px 0;*/
	clear: both;
	margin: 5px 0;
	/*padding: 7px;*/
	padding: 7px 7px 0 7px;
}
#local-report ul.location-info li {
	display: inline;
	padding: 0 30px 0 0;
}
#local-report ul.location-info li a {
	font-weight: bold;
}
#local-report ul.listing-numbers {
	/*margin: 10px 0;
	text-align: center;*/
	background:transparent url(../images/orange-arrow-sm.gif) no-repeat scroll 0 50%;
	margin: 0 10px 10px;
}
#local-report ul.listing-numbers li {
	display: inline;
	/*padding: 0 15px 0 5px;*/
	padding: 0 5px 0 15px;
}
#local-report ul.listing-numbers li a {
	color: #0066CC;
}
#local-report ul.listing-numbers li a:hover {
	color: #FE7404;
}



/**************************
new to market and recent foreclosures
**************************/
#new-market, #recent-foreclosures {
	padding: 5px;
	margin-bottom: 20px;
	position: relative;
	width: 625px;
	background: #f7f7f7;
	border: 1px solid #e9e9e9;
	border-radius: 7px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
}
#new-market h2, #recent-foreclosures h2 {
	color: #FFF;
	font-size: 1.2em;
	font-style: italic;
	float: left;
	/*background: url(../images/blue-strip-mid.gif) 0 50% no-repeat;*/
	background: #235985;
	/*padding: 3px 5px 8px 5px;*/
	padding:3px 8px 4px;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius: 3px;	
}
#new-market p {
	margin: 0;
	padding: 0 10px 10px;
}
#newproperties, #foreclosed-properties {
	clear: both;
	position: relative;
	margin: 40px 0 15px 12px;
	width: 610px;
	height: 230px;
	overflow: hidden;
}
#newproperties .items, #foreclosed-properties .items {
	clear: both;
	width: 20000em;
	position: absolute;

}
.new-property, .foreclosed-property {
	background: url(../images/fading-divider.gif) no-repeat 0 100%;
	
background:url(../images/nc-sprite-main.gif);
background-position: 0 -565px;
	float: left;
	padding: 0 14px;
}
.new-property ul, .foreclosed-property ul {
	list-style: none;
	text-align: center;
}
.address {
	color: #06c;
	font-weight: bold;
}
.locale {
	color: #fe7404;
	font-size: .9em;
	font-style: italic;
}
.rooms {
	font-size: .9em;
}
.price {
	font-size: 1.8em;
	font-style: italic;
	font-weight: bold;
}
.reduced {
	color: #4AA008;
	font-style: italic;
	font-weight: bold;
}
.first {
	background: none;
	padding-left: 15px;
}

.userbar, .userbar-map {
	border: 1px solid #ccc;
	border-radius: 7px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	background: #ededed;
	margin: 0 0 10px 10px;
	width: 600px;
}
.userbar-map {
	width: 240px;
	margin: 4px 0px;
	font-size: .9em;
}
.userbar ul {
	list-style: none;
	padding: 5px;
}
.userbar ul li {
	display: inline;
	font-size: .9em;
	padding-right: 12px;
}
.userbar ul li a {
	text-decoration: none;
}
.location-change {
	/*background: url(../images/location-plus.gif) no-repeat 0 50%;*/
	background:url(../images/nc-sprite-main.gif);
	background-position: 0 -887px;
	padding-left: 18px;
}
a.rss {
	background: url(../images/rss-icon.gif) no-repeat 0 50%;
	padding-left: 18px;
}
.info {
	padding-left: 200px;
}

/*********** navigator ***********/

a.scrollprev, a.scrollnext{
/*	background:url(../images/scroller-controls-lg.gif) no-repeat 0 10px;*/
	background:url(../images/nc-sprite-main.gif);
	background-position: 0 -1451px;
	width: 13px;
	height: 238px;
	display: block;
	z-index: 2;
}
div.navi a {
	/*background:url(../images/scroller-controls-lg.gif) no-repeat 0 0;*/
	background:url(../images/nc-sprite-main.gif);
	background-position: 0 -1451px;
	width: 13px;
	height: 13px;
	display: block;
	z-index: 2;
}
a.scrollnext {
	background-position: 0 -1929px;
	position: absolute;
	right: 2px;
	top: 45px;
}
a.scrollnext.disabled {
	background-position: 0 -2168px;
}
a.scrollprev {
	background-position: 0 -1451px;
	position: absolute;
	right: 620px;
	top: 45px;
}
a.scrollprev.disabled {
	background-position: 0 -1690px;
}

/* position and dimensions of the navigator */
div.navi {
	background: #efeded;
	border: 1px solid #e4e0e0;
	float: right;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 3px 15px;
	text-decoration: none;
	text-align: center;
	z-index: 1;
	width:130px;
	height:16px;
	position:relative;
}

div.navi a {
	position: relative;
	background-position: 0 -2418px;
	display: block;
	float: left;
	width: 13px;
	height: 13px;
	padding: 0 10px;
	cursor: pointer;
}
div.navi a:first-child {
	margin-left: 30px;
}
div.navi a:hover {
	background-position:0 -2406px;      
}
div.navi a.active {
	background-position:0 -2406px;     
} 


/**************************
how NC works
**************************/
#works-container {
	margin-bottom: 20px;
	width: 290px;
	float: right;
	padding-left: 10px;
	background: #fff;
	margin-right: 10px;
	-moz-border-radius: 5px;
	border: 1px solid #E9E9E9;
}
#works-container h4 {
	color: #FE7404;
	padding: 10px 0 0 0;
	font-style: italic;
	font-size: 1.2em;
	font-weight: normal;
}
.works-section {
	line-height: 1.4em;
	padding: 10px 0 25px;
	border-bottom: 1px dashed #CCC;
	margin: 0 5px;
	position: relative;
}
#works-container .last {
	border-bottom: 0;
}
.works-section dl {
	/*background: #FFF url(../images/works-icons.gif) no-repeat;*/
	/*background-position: 0 10px;*/
	background:#FFF url(../images/nc-sprite-main.gif);
	background-position: -1020px 10px;
	padding-left: 60px;
}
.works-section dl.agent {
	background-position: -1020px -50px;
	border:none;
}
.works-section dl.property {
	background-position: -1020px -120px;
}
.works-section dl dt {
	color: #3F7ACA;
	font-weight: bold;
	text-transform: uppercase;
}






/**************************
latest from community
**************************/
.community-latest {
	margin:15px 0 20px 0;
	width: 635px;
}
.community-latest h2 {
/*	background: url(../images/heading-bg-full.gif) no-repeat;*/
	background:url(../images/nc-sprite-main.gif);
	background-position: 0 -953px;
	color: #FFF;
	font-size: 1.2em;
	font-style: italic;
	padding: 2px 10px 10px;
}
.latest-article {
	border-bottom: 1px dashed #CCC;
	line-height: 1.7em;
	overflow: hidden;
	padding: 10px 5px;
	width: 610px;
}
.even-article {
	background: #f7fcfd;
}
.latest-article .user-img {
	float: left;
	margin-right: 10px;
	/*new (for sq image)*/
	height: 56px;
	width: 56px;
}
.article-title {
	font-size: 1.1em;
	font-weight: bold;
	text-decoration: underline;
}
p.comments {
	float: left;
	padding-right: 10px;
}
p.sharing img {
	padding: 0 3px;
}
.userbar-full {
	background: #ededed;
	border: 1px solid #CCC;
	border-radius: 7px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	margin: 10px 0 0;
	text-align: right;
	width: 623px;
}
.userbar-full ul {
	list-style: none;
	padding: 5px;
}
.userbar-full ul li {
	display: inline;
	font-size: .9em;
	padding-right: 12px;
}
.userbar-full ul li a {
	text-decoration: none;
}
.write {
	/*background: url(../images/write-icon.gif) no-repeat 0 50%;*/
	background:url(../images/nc-sprite-main.gif);
	background-position: -1020px -220px;
	padding-left: 18px;
}

#sitemap{width:633px;}

/**************************
blue container (made-easy)
**************************/
.made-easy {
	border: 1px solid #CCC;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	background: #F7F7F7 ;
	margin-bottom: 20px;
	width: 290px;
}
.made-easy h3 {
	color: #3F7ACA;
	font-size: 1.5em;
	font-style: italic;
	margin: 0;
	padding: 10px 8px 4px 10px;
}
.made-easy p {
	margin: 0;
	padding: 0 10px 10px;
}



/**************************
user callout (light blue)
**************************/
#user-callout {
	-moz-border-radius:7px;
	background:none repeat scroll 0 0 #EDFBFE;
	border:1px solid #B1C4DF;
	margin-bottom:10px;
	padding-bottom:15px;
	width:290px;
}

#user-callout h3 {
	/*background: url(../images/callout-icons.gif) no-repeat;*/
	background:#EDFBFE url(../images/nc-sprite-main.gif);
	/*background-position: 0 -154px;*/
	background-position: 0 -30px;
	font-size: 1.5em;
	font-style: italic;
	margin: 0;
	padding: 10px 8px 4px 50px;
}
#user-callout h3#list-property{
background-position:0 -153px;
color:#FE7404;
margin-top:12px;
padding-top:0;
}
#user-callout h3#alerts {
	background-position:0 -189px;
	color: #fe7404;
	margin-top: 12px;
	padding-top: 0;
}

#user-callout h3#add-listing {
	background-position: 0 -154px;
	color: #FE7404;
	margin-top: 12px;
	padding-top: 0;
}
#user-callout h3#pros {
	background-position: 0 -220px;
	color: #4aa008;
	margin-top: 7px;
	padding-top: 0;
}
#user-callout h3#widgets {
	background-position: 0 -256px;
	color: #3f7aca;
	margin-top: 7px;
	padding-top: 0;
	;
}
#user-callout p {
	border-bottom: 1px dashed #B1C4DF;
	margin: 0;
	padding: 5px 10px 10px;
}



/**************************
email alerts (light green)
**************************/
.email-alerts {
	background: #e8ffd6;
	border: 1px solid #cde0d0;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
	margin-bottom: 5px;
	width: 290px;
	padding-bottom: 15px;
}
.email-alerts h3 {
	/*background: url(../images/callout-icons.gif) no-repeat;
	background-position: 0 -27px;*/
	background:url(../images/nc-sprite-main.gif);
	background-position: 0 -181px;
	color: #FE7404;
	font-size: 1.5em;
	font-style: italic;
	margin: 0;
	padding: 10px 8px 4px 50px;
}
.email-alerts p {
	margin: 0;
	padding: 0 10px;
}


/**************************
add-listing (light green)
**************************/
.add-listing {
	background: #E8FFD6 ;
	border: 1px solid #CDE0D0;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
	margin-bottom: 20px;
	width: 290px;
	padding-bottom: 15px;
}
.add-listing h3 {
	background: url(../images/callout-icons.gif) no-repeat;
	background-position: 0 10px;
	color: #FE7404;
	font-size: 1.5em;
	font-style: italic;
	margin: 0;
	padding: 10px 8px 4px 50px;
}
.add-listing p {
	margin: 0;
	padding: 0 10px;
}

/**************************
list-property (light blue)
**************************/
.list-property {
	background: #D1DAF7 ;
	border: 1px solid #CCC;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
	margin-bottom: 5px;
	width: 290px;
	padding-bottom: 15px;
	text-align:center;
}
.list-property h3 {
	color: #FE7404;
	font-size: 1.5em;
	font-style: italic;
	margin: 0;
	padding-top: 10px;
	padding-bottom: 4px;
}
.list-property p {
	margin: 0;
	padding: 0 10px;
	text-align: left;
}
.list-property a {
	color: #FE7404;
}
.list-property a:hover {
	color: #FE7404;
}

/**************************
right-content-phone
**************************/
.right-content-phone {
	background: #EDFBFE;
	border: 1px solid #B1C4DF;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
	margin-bottom: 5px;
	width: 290px;
	padding-bottom: 15px;
	text-align:center;
}
.right-content-phone h3 {
	color: #4aa008;
	font-size: 1.5em;
	font-style: italic;
	margin: 0;
	padding-top: 10px;
}
.right-content-phone h4 {
	color: #477BAD;
	font-size: 1.5em;
	font-style: italic;
	font-weight: bold;
	margin: 0;
}

/**************************
buyer-agent-save
**************************/
.buyer-agent-save {
	border: 1px solid #CCC;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	background: #F7F7F7 ;
	margin-bottom: 5px;
	width: 290px;
	text-align:center;
}
.buyer-agent-save h3 {
	color: #FE7404;
	font-size: 1.5em;
	font-style: italic;
	margin: 0;
	padding-top: 10px;
	padding-bottom: 4px;
}
.buyer-agent-save p {
	margin: 0;
	padding: 0 10px 10px;
	text-align: left;
}

/**************************
advertisements container (made-easy)
**************************/
.advertisements {
	margin-bottom: 5px;
}

/**************************
top agents section
**************************/
#top-ranked-agents {
	background: #f7f7f7;
	border: 1px solid #e9e9e9;
	border-radius: 7px;
	overflow: hidden;
	width: 625px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	/*padding: 5px;*/
	margin-bottom: 15px;
	padding:3px 8px 4px;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius: 3px;
}
#top-ranked-agents h3 {
	color: #FFF;
	font-size: 1.2em;
	font-style: italic;
	float: left;
	/*background: url(../images/blue-strip-mid.gif) 0 50% no-repeat;*/
	background: #235985;
	/*padding: 3px 5px 8px 5px;*/
	margin-bottom: 10px;
	padding:3px 8px 4px;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius: 3px;
	
}
#top-agents {
	float: left;
	clear: both;
	width: 300px;
}
.top-agent {
	margin: 5px;
	padding: 3px 0;
}
.top-agent img {
	float: left;
	margin-right: 5px;
	width: 60px;
}
.top-agent ul.top-agent-details {
	font-size: .8em;
	font-weight: bold;
	list-style: none;
	padding: 0 0 10px;
	float:none;
	height:auto;
}
.top-agent ul.agent-details {
	font-size: .8em;
	font-weight: bold;
	list-style: none;
	padding: 0 0 10px;
	float:none;
	height:auto;
}
.top-agent ul.top-agent-details li a {
	font-size: 1.4em;
	font-weight: bold;
}
.top-agent li.top-location{color:#FE7404;}
.top-agent ul.agent-interact {
	list-style: none;
	text-align: center;
	background:#FFFFFF;
	border:1px solid #EEEEEE;
	padding: 2px 0;
}
.top-agent ul.agent-interact li {
	display: inline;
	padding: 0 5px;
	font-size:.9em;
}
.top-agent ul.agent-interact li a {
	color: #4aa008;
	font-weight: bold;
	text-decoration:none;
}

.agent-match-heading {
	background:url(../images/orange-match-sm.gif) no-repeat 98% 50%;
	padding-right:25px;
					 
}

.agent-match-heading span {
	color:#57a3e0;
					 
}

/**************************
question form (details)
**************************/
.tab-one a.ask-question{background:url(../images/details-options-icons.gif) no-repeat;background-position:7% -71px; padding-left:30px;}
.tab-two a.add-review{background:url(../images/details-options-icons.gif) no-repeat;background-position:7% -95px;padding-left:30px;}
.tab-three a.add-feedback{background:url(../images/details-options-icons.gif) no-repeat;background-position:7% -117px;padding-left:30px;}

#ask-question-form{overflow:hidden; padding-left: 15px;}
#ask-question-form label{display:block; font-weight:bold; padding:3px 0;width:200px;}
#ask-question-form p.recieve-alerts{float:left; padding-right: 10px;}
#ask-question-form p.recieve-alerts input{border:1px solid #CCC; width:250px;}
#ask-question-form p.comments{clear:both;}
#ask-question-form textarea{border:1px solid #CCC; width:590px; margin-bottom:10px;}
#ask-question-form #submit-question{float:right; padding:0 10px 0 0; clear:right;}
#ask-question-form #submit-question2{/*padding-left:20px;*/ clear:right;}
#ask-question-form span{float:left; display:inline; font-weight:normal; font-size:.9em;}
#ask-question-comment{background:#E8FFD6;width:590px;}
#ask-question-comment p{color:#4AA008;font-weight:bold;padding:5px;text-align:center;}

#submit-review-form{overflow:hidden; padding-left: 15px;}
#submit-review-form label{display:block; font-weight:bold; padding:3px 0;width:200px;}
#submit-review-form p.recieve-alerts{float:left; padding-right: 10px;}
#submit-review-form p.recieve-alerts input{border:1px solid #CCC; width:250px;}
#submit-review-form p.comments{clear:both;}
#submit-review-form textarea{border:1px solid #CCC; width:590px; margin-bottom:10px;}
#submit-review-form #submit-review{float:right; padding:0 10px 0 0; clear:right;}
#submit-review-form #submit-review2{/*padding-left:20px;*/ clear:right;}
#submit-review-form span{float:left; display:inline; font-weight:normal; font-size:.9em;}
#submit-review-comment{background:#E8FFD6;width:590px;}
#submit-review-comment p{color:#4AA008;font-weight:bold;padding:5px;text-align:center;}


#submit-feedback-form{overflow:hidden; padding-left: 15px;}
#submit-feedback-form label{display:block; font-weight:bold; padding:3px 0;width:200px;}
#submit-feedback-form p.recieve-alerts{float:left; padding-right: 10px;}
#submit-feedback-form p.recieve-alerts input{border:1px solid #CCC; width:250px;}
#submit-feedback-form p.comments{clear:both;}
#submit-feedback-form textarea{border:1px solid #CCC; width:590px; margin-bottom:10px;}
#submit-feedback-form #submit-feedback{float:right; padding:0 10px 0 0; clear:right;}
#submit-feedback-form #submit-feedback2{/*padding-left:20px;*/ clear:right;}
#submit-feedback-form span{float:left; display:inline; font-weight:normal; font-size:.9em;}
#submit-feedback-comment{background:#E8FFD6;width:590px;}
#submit-feedback-comment p{color:#4AA008;font-weight:bold;padding:5px;text-align:center;}

#contact-find-a-realtor-form{overflow:hidden; padding-left: 15px;}
#contact-find-a-realtor-form label{display:block; font-weight:bold; padding:3px 0; /*width:200px;*/width:180px;}
#contact-find-a-realtor-form p.recieve-alerts{float:left; padding-right: 10px;}
#contact-find-a-realtor-form p.recieve-alerts input{border:1px solid #CCC; width:250px;}
#contact-find-a-realtor-form p.comments{clear:both;}
#contact-find-a-realtor-form textarea{border:1px solid #CCC; width:590px; /*margin-bottom:10px;*/}
#contact-find-a-realtor-form #find-realtor{float:right; padding:0 10px 0 0;}
#contact-find-a-realtor-form span{float:left; display:inline; font-weight:normal; font-size:.9em;}
#submit-realtor-comment{background:#E8FFD6;width:590px;}
#submit-realtor-comment p{color:#4AA008;font-weight:bold;padding:5px;text-align:center;}

/**************************
hot markets
**************************/
#hot-markets {
	background: #f7f7f7;
	border: 1px solid #e9e9e9;
	border-radius: 7px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	padding: 5px;
	width: 280px;
	margin-bottom: 20px;
	overflow: hidden;
}
#hot-markets h3 {
	color: #FFF;
	font-size: 1.2em;
	font-style: italic;
	float: left;
	/*background: url(../images/blue-strip-short.gif) 0 50% no-repeat;*/
	background:url(../images/nc-sprite-main.gif);
	background-position: 0 -77px;
	padding: 3px 70px 8px 5px;
	margin-bottom: 10px;
}
#hot-markets table {
	clear:both;
	margin: 0 10px;
	padding-bottom: 10px;
	width: 270px;
}
#hot-markets table td {
	border-top: 1px dotted #BEC2CD;
	color: #2367A7;
	padding-top: 2px;
}
#hot-markets table th {
	text-align: left;
}
#hot-markets table th.listings {
	text-align: right;
}
#hot-markets table td.listings {
	text-align: right;
}
#hot-markets table a {
	color: #4AA008;
}
a.hot-more{background:url(../images/nc-sprite-main.gif);
background-position: 0 -1388px;padding-left: 12px; float:right; font-size:.9em;}


/**************************
popular locations 
**************************/
#popular-locations {
	clear: both;
	margin-bottom: 20px;
	overflow: hidden;
	width: 970px;
}
#popular-locations h4 {
	/*background: url(../images/blue-strip-full-width.gif) no-repeat;*/
	background:url(../images/nc-sprite-main.gif);
	background-position: 0 0;
	color: #FFF;
	font-size: 1.2em;
	font-style: italic;
	padding: 2px 10px 10px;
}
#popular-locations ul {
	float: left;
	list-style: none;
	padding: 5px 15px;
}
#popular-locations ul li a {
	color: #4AA008;
	font-size: .88em;
	font-weight: bold;
	text-transform: uppercase;
}
#popular-locations ul li a:hover {
	color: #FE7404;
}
#popular-locations ul li.pop-state a {
	color: #369;
	font-size: 1em;
	font-style: italic;
	font-weight: bold;
	text-decoration: none;
	border: 0;
}
#popular-locations ul li.pop-state a:hover {
	color: #FE7404;
}



/**************************
footer
**************************/
#footer {
	/*background: #FFF url(../images/ahrn-footer-logo.gif) no-repeat bottom right;*/
	border-top: 2px solid #CCC;
	clear: both;
	overflow: hidden;
	/*padding: 10px 0;*/
	padding: 10px 0 0 0;
	min-height:150px;
}
#footer ul {
	border-top: 1px solid #CCC;
	list-style: none;
	padding: 10px 0;
}
#footer ul li {
	/*background: url(../images/footer-divider.gif ) no-repeat 0 50%;*/
	
background:url(../images/nc-sprite-main.gif);
background-position: 0 -824px;
	display: inline;
	padding: 0 10px;
}
#footer ul li.first {
	background: none;
	padding: 0 10px 0 0;
}
#footer ul li a {
	color: #4AA008;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
}
#footer h4 {
	color: #FE7404;
	font-size: 1.5em;
	font-style: italic;
	font-weight: bold;
	padding-top: 10px;
}
#footer p {
	/*margin: 1em 0;*/
	margin: 0.5em 0;
	font-size:11px;
	width: 60%;
}



/**************************
site bottom (blue bar)
**************************/
#bottom {
	background: #235985;
	color: #FFF;
	font-size: .9em;
	padding: 7px 5px;
}
#bottom p {
	float: left;
	padding-right: 20px;
}
#bottom a {
	color: #FFF;
}
#bottom ul {
	list-style: none;
}
#bottom ul li {
	display: inline;
	padding: 0 3px;
}
p.vcard .street-address {
	border: 0;
	font-size: 1em;
}

.nc-terms{width:633px;}
.nc-privacy{width:633px;}
.nc-privacy p, .nc-terms p , .nc-disclaimer p, .claim-rebate p  {line-height:1.6em;margin:0 0 .8em 0;}
.nc-disclaimer{width:633px;}
.claim-rebate, .claim-rebate-cta {
	width:500px;
	border-radius:7px;
	-moz-border-radius:7px;
	-webkit-border-radius:7px;
	border:1px solid #B1C4DF;
	margin: 10px 0 20px 0;
	padding:15px;
}
.claim-rebate-cta {
	border:3px solid #FE7404;
}
.claim-rebate-cta h2 {
	font-size: 1.5em;
	margin-bottom: 20px;
	color: #FE7404;
}
.claim-rebate table td {
	border-top: #888 1px dotted;
}
/**********************************************************************************************************************
- ADDITIONAL STYLES FOR CONTAINER TYPES -
**********************************************************************************************************************/


/*********************************************
plain wide container (white inner)
*********************************************/
.container-wide {
	background: #F7F7F7;
	border: 1px solid #E9E9E9;
	width: 633px;
	margin-bottom: 15px
}
.container-wide .inner {
	background: #FFF;
	border: 1px solid #E9E9E9;
	margin: 3px;
	padding: 3px;
}



/*********************************************
collapsable wide container
*********************************************/
.collapse-container-wide {
	background: #F7F7F7;
	border: 1px solid #E9E9E9;
	border-top: 0;
	width: 633px;
	margin-bottom: 15px
}
.collapse-container-wide .top {
	background: url(../images/collapse-container-top.gif) repeat-x;
	border: 1px solid #E9E9E9;
	border-right: 0;
	border-left: 0;
	border-bottom: 0;
	padding: 5px;
	overflow: hidden;
}
.collapse-container-wide .inner {
	background: #FFF;
	border: 1px solid #E9E9E9;
	margin: 3px;
	padding: 3px;
}
.collapse-container-wide h2 {
	float: left;
	font-size: 1.5em;
	font-style: italic;
}
.collapse-container-wide .expand, .collapse {
	cursor: pointer;
	float: right;
	padding-top: 3px;
}

.collapse-container .open, .collapse-container .close {
	cursor: pointer;
	padding-top: 1px;
	margin-right: 10px;
	float:left;
}



/*********************************************
wide container (w/ tabs)
*********************************************/
.collapse-container-wide-tabs {
	background: #F7F7F7;
	border: 1px solid #E9E9E9;
	border-top: 0;
	width: 633px;
	/*overflow:hidden;*/
	margin-bottom: 15px
}
.collapse-container-wide-tabs .top {
	background: url(../images/collapse-container-top.gif) repeat-x;
	border: 1px solid #E9E9E9;
	border-right: 0;
	border-left: 0;
	border-bottom: 0;
	padding: 5px;
	overflow: hidden;
}
.collapse-container-wide-tabs .inner {
	background: #FFF;
	border: 1px solid #E9E9E9;
	margin: 3px;
	padding: 3px;
}
.collapse-container-wide-tabs h2 {
	float: left;
	font-size: 1.5em;
	font-style: italic;
}
.collapse-container-wide-tabs .expand, .collapse {
	cursor: pointer;
	float: right;
	padding-top: 3px;
}
/*dpr created*/
.collapse-container-wide-tabs span {
	color:#8c8c8c;
	font-weight:bold;
}



/*********************************************
plain narrow container (white inner)
*********************************************/
.container-narrow {
	/*background: #F7F7F7;
	border: 1px solid #E9E9E9;*/
	width: 290px;
	max-width: 290px;
	margin-bottom: 15px
}
.container-narrow .inner {
	/*background: #FFF;
	border: 1px solid #E9E9E9;*/
	margin: 3px;
	padding: 3px;
}
.collapse-container-narrow {
	background: #F7F7F7;
	border: 1px solid #E9E9E9;
	border-top: 0;
	width: 290px;
	margin-bottom: 15px
}
.collapse-container-narrow .top {
	background: url(../images/collapse-container-top.gif) repeat-x;
	border: 1px solid #E9E9E9;
	border-right: 0;
	border-left: 0;
	border-bottom: 0;
	padding: 5px;
	overflow: hidden;
}
.collapse-container-narrow .inner {
	background: #FFF;
	border: 1px solid #E9E9E9;
	margin: 3px;
	padding: 3px;
	clear: both;
	overflow: hidden;
}
.collapse-container-narrow h2 {
	float: left;
	font-size: 1.5em;
	font-style: italic;
}
.collapse-container-narrow .expand, .collapse, .closemapdetail {
	cursor: pointer;
	float: right;
	padding-top: 3px;
}
.collapse-container-narrow-tabs {
	background: #F7F7F7;
	border: 1px solid #E9E9E9;
	border-top: 0;
	width: 290px;
	margin-bottom: 15px
}
.collapse-container-narrow-tabs .inner {
	background: #FFF;
	border: 1px solid #E9E9E9;
	margin: 3px;
	padding: 3px;
}
.collapse-container-narrow-tabs h2 {
	background: url(../images/collapse-container-top.gif) repeat-x;
	border: 1px solid #E9E9E9;
	border-right: 0;
	border-left: 0;
	padding: 5px;
	font-size: 1.5em;
	font-style: italic;
}

.regionsidebar .collapse-container-narrow-tabs {
	width: 240px;
}

.regionsidebar ul.tab-navigation li a {
	padding: 5px;
}

/*********************************************
tabs inside containers
*********************************************/
ul.tab-navigation {
	list-style: none;
	margin: 10px 0 0 5px;
	padding: 0;
	clear: both;
}
ul.tab-navigation li {
	display: inline;
}
ul.tab-navigation li a {
	padding: 5px 10px 5px 10px;
	background-color: #EFEFEF;
	text-decoration: none;
	border: 1px solid #E9E9E9;
}
ul.tab-navigation li a:hover{
		cursor: pointer;
}
ul.tab-navigation li a.selected, ul.tab-navigation li a.current, ul.tab-navigation li a:hover {
	background-color: #fff;
	border-bottom: 0;
	padding-bottom: 6px;
}
ul.tab-navigation li a:focus {
	outline: 0;
}

div.tabs div.tab, div.ajaxtabs div.tab {
	background: #FFF;
	margin: 5px 5px 10px 5px;
	border: 1px solid #E9E9E9;
	padding: 5px;
	display: none;
}
ul.tab-navigation li.tab-one a {
	font-style: italic;
	font-weight: bold;
	color: #FE7404;
}
ul.tab-navigation li.tab-two a {
	font-style: italic;
	font-weight: bold;
	color: #4AA008;
}
ul.tab-navigation li.tab-three a {
	font-style: italic;
	font-weight: bold;
	color: #0878d3;
}
ul.tab-navigation li.tab-four a {
	font-style: italic;
	font-weight: bold;
	color: #336699;
}
ul.tab-navigation li.tab-five a {color:#E91626;font-style:italic;font-weight:bold;}
div.call{background:#f0fafa; color:#00a6d6; text-align:center; padding:10px; font-style:italic; font-weight:bold; font-size:1.2em; margin:5px 0; border:1px solid #CCC;}
.lead-form{width:610px; overflow:hidden; margin-left:20px;}
.lead-form p{float:left; width:45%; margin:0 30px 10px 0;}
.lead-form p.loan-amount{float:right;margin-right:30px;}
.lead-form label{color:#FE7404;font-style:italic;font-weight:bold; padding:5px 0; display:block;}
.lead-form label strong{float:left;}
.lead-form label em{color:#959595;float:right;font-size:0.8em;font-style:italic;}
.lead-form label em.highlight{color:red;}
.lead-form input{width:270px;border:1px solid #CCCCCC;color:#5F5F5F;padding:3px;}
.lead-form select{width:280px;border:1px solid #CCCCCC;color:#5F5F5F;padding:3px;}
.lead-form select#month, #day, #year{float:left; width:60px; margin-right:3px;}
.lead-form select.month, .lead-form select.day, .lead-form select.year{float:left; width:60px; margin-right:3px;}
.lead-form select#time{width:80px;}
.lead-form select.time{width:80px;}
.lead-form div.comments{clear:both; float:left;}
.lead-form div.comments textarea{width:270px;border:1px solid #CCCCCC;color:#5F5F5F;padding:3px;}
.lead-form #submit{width:146px; height:29px; border:0; margin:100px 0 0 137px;}
.lead-form input.submit_but{width:146px; height:29px; border:0; margin:100px 0 0 137px;}
.lead-form div.form_submit{float: right; margin-right: 24px;}

/********************************************
mini search
*********************************************/
#mini-search {
	background: url(../images/mini-search-bg.gif) repeat-x;
	margin-bottom: 10px;
	border: 1px solid #0a2840;
	overflow: hidden;
}
#mini-search p {
	float: left;
}
#mini-search p.search-txt {
	background: url(../images/mini-search-logo.gif) 0 80% no-repeat;
	color: #FFF;
	font-weight: bold;
	font-style: italic;
	padding: 10px 10px 0 25px;
	margin-left: 5px;
}
#mini-search .search-type-button {
	padding-top: 6px;
}
#mini-search .search-phrase {
	width: 660px;
	border: 2px solid #0A2840;
	padding: 6px 3px;
	color: #6C6B6B;
	font-size: 0.8em;
	font-weight: bold;
	margin: 6px 10px 5px 10px;
}



/********************************************
details container (profiles/properties)
*********************************************/
.details-container {
	background: #f7fcfd;
	border: 1px solid #CCC;
	border-radius: 7px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	margin-bottom: 15px;
	padding: 0 5px 5px 5px;
	overflow:hidden;
	width:623px;
	position:relative;
	clear:both;
}

.details-container-right-link{
	float:right; padding-top:5px;	
}


/********************************************
agent tools container
*********************************************/
.agent-tools {
	background: #f7fcfd;
	border: 1px solid #84b1dc;
	border-top: 0;
	width: 290px;
	margin-bottom: 15px
}
.agent-tools .inner {
	background: #FFF;
	border: 1px solid #84b1dc;
	margin: 3px;
	padding: 3px;
}
.agent-tools h2 {
	background: url(../images/agent-tools-top.gif) repeat-x;
	border: 1px solid #84b1dc;
	border-right: 0;
	border-left: 0;
	padding: 5px;
	font-size: 1.5em;
	font-style: italic;
}

.agent-tools ul{list-style:none; padding:10px;}
.agent-tools ul li{background: url(../images/sm-arrow-grey.gif) no-repeat 0 50%; padding: 3px 0 3px 12px;}

/**********************************************************************************************************************
- ADDITIONAL STYLES FOR MARKETING PAGE -
**********************************************************************************************************************/
.marketing-section {
	background: #f6f6f6 url(../images/marketing-section-bg.gif) no-repeat  bottom right;
	border: 1px solid #CCC;
	border-radius: 7px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	margin-bottom: 20px;
	width: 633px;
	overflow: hidden;
}
.marketing-section h2 {
	font-size: 1.5em;
	font-style: italic;
	font-weight: bold;
	border-bottom: 1px solid #CCC;
	padding: 5px 0 5px 5px;
	margin: 0 10px;
}
.marketing-section h2 span {
	color: #686666;
	font-size: .65em;
	font-weight: bold;
	font-style: normal;
}
.marketing-section p {
	background: url(../images/marketing-icons.gif) no-repeat;
	float: left;
	background-position: 0 12px;
	line-height: 1.4em;
	width: 310px;
	padding: 0 20px 10px 110px;
	margin: 10px 0;
}
.marketing-section ul {
	list-style: none;
	text-align: center;
}
.marketing-section ul li.tagline {
	font-weight: bold;
	font-size: 1.4em;
	color: #0878d3;
	margin-right: 38px;
	padding: 15px 0 25px 0;
}
.marketing-section ul li.button {
	padding-bottom: 30px;
}
.marketing-section ul li.button a {
	border: 1px solid #647b2a;
	font-weight: bold;
	font-style: italic;
	font-size: 1em;
	color: #fff;
	background: #96b83f;
	margin-right: 38px;
	text-decoration: none;
	padding: 5px 17px;
	margin: 0 38px 15px 0;
}
.marketing-section ul li.button a:hover {
	color: #647b2a
}
.marketing-section p.sellers {
	background-position: 0 -81px
}
.marketing-section p.agents {
	background-position: 0 -177px
}
.marketing-section p.brokers {
	background-position: 0 -270px
}




/********************************************
recent testimonials
*********************************************/
#recent-testimonials {
	width: 290px;
}
#recent-testimonials h3 {
	background: url(../images/quote-bubbles.gif) no-repeat 0 30%;
	color: #4AA008;
	font-size: 1.4em;
	font-weight: normal;
	font-style: italic;
	border-bottom: 1px solid #CCC;
	padding: 0 0 12px 50px;
}
#recent-testimonials blockquote {
	background: url(../images/quote-marks.gif) no-repeat;
	border-bottom: 1px dashed #CCC;
	font-style: italic;
	padding: 12px 8px;
	text-indent: 23px;
	color: #686666;
}
#recent-testimonials p.date {
	text-indent: 0;
	font-weight: bold;
	padding-top: 10px;
	color: #c7c6c6;
}



/**********************************************************************************************************************
- ADDITIONAL STYLES FOR THANK YOU PAGE -
**********************************************************************************************************************/
.thanks {
	width: 633px;
	background: #e8ffd6;
	border: 1px solid #cde0d0;
	margin-bottom: 15px;
}
.thanks p {
	background: url(../images/check-icon.gif) no-repeat 0 50%;
	padding: 15px 0 15px 35px;
	color: #4AA008;
	margin-left:25px;
	font-weight: bold;
}
.thanks-section {
	background: #f6f6f6 url(../images/marketing-section-bg.gif) no-repeat  bottom right;
	border: 1px solid #CCC;
	border-radius: 7px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	margin-bottom: 20px;
	width: 633px;
	overflow: hidden;
}
.thanks-section h2 {
	font-size: 1.5em;
	font-style: italic;
	font-weight: bold;
	border-bottom: 1px solid #CCC;
	padding: 5px 0 5px 5px;
	margin: 0 10px;
}
.thanks-section h2 span {
	color: #686666;
	font-size: .65em;
	font-weight: bold;
	font-style: normal;
}
.thanks-section p {
	float: left;
	background-position: 0 12px;
	line-height: 1.4em;
	width: 360px;
	padding: 0 20px 10px 20px;
	margin: 10px 0;
}
.thanks-section ul {
	list-style: none;
	text-align: center;
}
.thanks-section ul li.tagline {
	font-weight: bold;
	font-size: 1.4em;
	color: #0878d3;
	margin-right: 38px;
	padding: 15px 0 25px 0;
}
.thanks-section ul li.button {
	padding-bottom: 30px;
}
.thanks-section ul li.button a {
	border: 1px solid #647b2a;
	font-weight: bold;
	font-style: italic;
	font-size: 1em;
	color: #fff;
	background: #96b83f;
	margin-right: 38px;
	text-decoration: none;
	padding: 5px 17px;
	margin: 0 38px 15px 0;
}
.thanks-section ul li.button a:hover {
	color: #647b2a
}
.now {
	font-size: 1.3em;
	color: orange;
	margin-bottom: 10px;
}



/********************************************
need assistance box
*********************************************/
#user-callout h3#assistance {
	background-position: 0 -322px;
	color: #FE7404;
	margin-top: 7px;
	padding-top: 0;
}
p.immediate {
	color: #FE7404;
	background-position: 0 -162px;
	text-align: center;
}
p.immediate span {
	font-weight: bold;
	font-style: italic;
	font-size: 1.4em;
	display: block;
}



/**********************************************************************************************************************
- ADDITIONAL STYLES FOR FAQ PAGE -
**********************************************************************************************************************/
dl#faq dd p {
	margin: 10px 10px 10px 0;
	padding-left: 45px;
}
dl#faq {
	width: 633px;
}
dl#faq dt {
	background: #fafafa url(../images/faq-buttons.gif) no-repeat;
	background-position: right 3px;
	padding: 4px 0;
	margin: 5px 0 5px 0;
	font-weight: bold;
	font-size: 1.2em;
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	cursor: pointer;
}
dl#faq dt.expanded {
	background-position: right -30px;
}
dl#faq dt span {
	font-size: 1.3em;
	color: #CCC;
	padding: 0 10px 0 5px;
	font-style: italic;
}
dl#faq dd {
	background: #edfbfe url(../images/info-icon-lg.gif) no-repeat 2% 10%;
	padding: 5px;
	border: 1px solid #c0d3ee;
	margin: 10px;
}
.expand-faqs {
	/*background: url(../images/orange-arrow-sm.gif) no-repeat 89% 50%;*/
	background:url(../images/nc-sprite-main.gif);
	background-position: 565px -1388px;
	padding-left: 15px;
	color: #0066CC;
	margin: 0 0 5px 0;
	cursor: pointer;
	text-decoration: underline;
	font-weight: bold;
	text-align: right;
	font-size: .9em;
}



/**********************************************************************************************************************
- ADDITIONAL STYLES FOR WIDGETS PAGE -
**********************************************************************************************************************/
.widgets-section {
	background: #f6f6f6;
	border: 1px solid #CCC;
	border-radius: 7px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	margin-bottom: 20px;
	width: 633px;
	overflow: hidden;
	padding-bottom: 10px;
}
.widgets-section h2 {
	font-size: 1.5em;
	font-style: italic;
	font-weight: bold;
	border-bottom: 1px solid #CCC;
	padding: 5px 0 5px 5px;
	margin: 0 10px;
}
.widgets-section h2 span {
	color: #686666;
	font-size: .65em;
	font-weight: bold;
	font-style: normal;
}
.widgets-section p {
	float: left;
	background-position: 0 12px;
	line-height: 1.4em;
	width: 305px;
	padding: 0 20px 20px 20px;
	margin: 10px 0;
}
.widgets-section p span {
	display: block;
	font-weight: bold;
	font-style: italic;
	color: #0066CC;
	font-size: 1.1em;
	padding-bottom: 7px;
}
.widgets-section a.widget-button {
	display:block;
	border: 1px solid #647b2a;
	font-weight: bold;
	font-style: italic;
	font-size: 1em;
	color: #fff;
	background: #96b83f;
	margin-right: 38px;
	text-decoration: none;
	padding: 5px 17px;
	margin: 10px 0 0 0;
	text-align:center;
	width:140px;
}
.widgets-section a.widget-button:hover {
	color: #647b2a
}
.widgets-section ul {
	margin: 10px 15px 0 0;
	list-style: none;
}
.widgets-section ul li {
	color: #4AA008;
	font-weight: bold;
	font-style: italic;
	padding: 3px 0;
}
.widget-img {
	float: left;
	padding: 10px 0 0 10px
}
#widget-faqs {
	width: 290px;
}
#widget-faqs h3 {
	background: url(../images/widget-faq-icon.gif) 0 30% no-repeat;
	border-bottom: 1px solid #CCCCCC;
	color: #4AA008;
	font-size: 1.4em;
	font-style: italic;
	font-weight: normal;
	padding: 5px 0 10px 35px;
}
#widget-faqs dt {
	font-weight: bold;
	padding: 5px 0;
}
#widget-faqs dd {
	color: #686666;
	border-bottom: 1px dashed #CCC;
	padding: 0 0 10px 0;
}

.mortstartinputs #zip{width:120px;}

/**********************************************************************************************************************
- ADDITIONAL STYLES FOR NO RESULTS PAGE -
**********************************************************************************************************************/
#no-results {
	clear: both;
	margin-bottom: 20px;
	overflow: hidden;
	width: 633px;
}
#no-results h4 {
	/*background: url(../images/blue-strip-short.gif) no-repeat;*/
	background:url(../images/nc-sprite-main.gif);
	background-position: 0 -77px;
	color: #FFF;
	font-size: 1.2em;
	font-style: italic;
	padding: 2px 10px 10px 5px;
}
#no-results ul {
	float: left;
	list-style: none;
	padding: 5px 16px;
}
#no-results ul li a {
	color: #4AA008;
	font-size: .88em;
	font-weight: bold;
	text-transform: uppercase;
}
#no-results ul li a:hover {
	color: #FE7404;
}
#no-results ul li.pop-state a {
	color: #369;
	font-size: 1em;
	font-style: italic;
	font-weight: bold;
	text-decoration: none;
}
#popular-locations ul li.pop-state a:hover {
	color: #FE7404;
}
.intro span {
	color: #686666;
	font-style: normal;
}



/**********************************************************************************************************************
- ADDITIONAL STYLES FOR ABOUT PAGE -
**********************************************************************************************************************/
.about-nc {
	width: 633px;
}
.about-nc p {
	margin: .5em 0;
	line-height: 1.6em;
	float:right;
	width:500px;
}
.about-nc h2 {font-style:italic; color:#FE7404; border-top:1px dashed #CCC; padding-top:18px; font-size:1.5em;}
.about-nc div{overflow:hidden; padding-bottom:15px;}
.about-nc ol{margin: 1em 0;	line-height: 1.6em;	float:right;width:500px;}
.about-nc ol li{margin:1em 0;}

ul#stay-updated {
	list-style: none;
	margin-bottom: 10px;
}
ul#stay-updated li {
	padding: 10px 0 0 25px;
	margin-left: 10px;
}
ul#stay-updated li a {
	font-style: italic;
	font-weight: bold;
}
ul#stay-updated li.twitter {
	background: url(../images/twitter-icon.gif) no-repeat 0 90%;
}
ul#stay-updated li.facebook {
	background: url(../images/facebook-icon.gif) no-repeat 0 90%;
}
#about-side {
	width: 290px;
}
#about-side h3 {
	color: #4AA008;
	font-size: 1.4em;
	font-weight: normal;
	font-style: italic;
	border-bottom: 1px solid #CCC;
	padding: 0 0 5px 0;
	margin: 0 0 15px 0;
}
#about-side ul {
	list-style: none;
	color: #686666;
	margin: 10px 0 15px 0;
}
#about-side ul li {
	padding: 7px 0;
	border-bottom: 1px dashed #CCC;
}
ul#listing-info {
	margin: 0;
	padding: 0;
	background: url(../images/info-icon-lg.gif) no-repeat 0 50%;
	padding-left: 40px;
	margin-left: 20px;
}
ul#listing-info li {
	border: none;
	padding: 0 0 5px 0;
	font-weight: bold;
}
ul#listing-info li span {
	color: #FE7404;
	font-size: 1.2em;
}



/**********************************************************************************************************************
- ADDITIONAL STYLES FOR 404 PAGE -
**********************************************************************************************************************/
#not-found h1 {
	background: url(../images/404-heading-bg.gif) no-repeat 0 50%;
	font-size: 3.5em;
	padding: 10px 0 35px 130px;
	margin-bottom: 15px;
	border-bottom: 1px solid #CCC;
}
.sorry-section {
	background: #f6f6f6;
	border: 1px solid #CCC;
	border-radius: 7px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	margin-bottom: 20px;
	width: 633px;
	overflow: hidden;
}
.sorry-section h2 {
	text-align: center;
	font-size: 1.2em;
	color: #FE7404;
	padding: 10px 0;
	border-bottom: 1px solid #CCC;
	margin: 0 10px;
	font-style: italic;
}
.sorry-section ul {
	float: left;
	width: 47%;
	margin: 10px 0 10px 19px;
}
.sorry-section ul li {
	margin-left: 15px;
}
.sorry-section ul li.first {
	color: green;
	list-style: none;
	padding: 0 0 10px 0;
	margin-left: 0;
	font-size: 1.2em;
	font-weight: bold;
	font-style: italic;
}



/**********************************************************************************************************************
- ADDITIONAL STYLES FOR REGISTRATION PAGE -
**********************************************************************************************************************/
#registration {
	background: #f6f6f6;
	/*border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	width: 633px;*/
	border: 1px solid #CCC;
	width: 433px;
	overflow: hidden;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
#registration h2 {
	font-size: 1.4em;
	color: #4AA008;
	padding: 10px 0 0 10px;
	font-style: italic;
	margin-bottom: 10px;
	float:left;
}
#registration p {
	font-weight: bold;
	padding: 0 0 10px 0;
}
#registration span{/*float:right; padding: 15px 50px 0 0;*/ color:#F00;}
#other-services {
	float: left;
	padding: 0 10px;
	width: 300px;
}
#registration-form {
	/*width: 560px;*/
	width: 360px;
	padding: 0 10px 0 70px;
	margin-bottom:15px;
	clear:both;
}
#registration-form label {
	display: block;
	color: #FE7404;
	font-style: italic;
	font-size:1.1em;
}
#registration-form label strong {
	float:left;
}
#registration-form label em {
	float:right; padding-right:60px; font-style:normal; font-size:.8em; color:#959595;
}
#registration-form #username:focus, 
#registration-form #first-name:focus, 
#registration-form #last-name:focus, 
#registration-form #email:focus, 
#registration-form #phone:focus,
#registration-form #password:focus,
#registration-form #confirm-pass:focus, 
#registration-form #address:focus, 
#registration-form #zip:focus {
	background:#FFC;border: 3px solid #dfdddd;
}

#registration-form #username, 
#registration-form #first-name, 
#registration-form #last-name, 
#registration-form #email, 
#registration-form #phone, 
#registration-form #password, 
#registration-form #confirm-pass, 
#registration-form #address, 
#registration-form #zip {
	border: 3px solid #ebeaea;
	font-size: 1.5em;
	/*width: 500px;*/
	width: 300px;
}
#registration-form #city {
	border: 1px solid #CCC;
	font-size: 1.2em;
	width: 91px;
}
#registration-form p.city {
	float: left;
	padding-right: 15px;
}
#registration-form #state {
	border: 1px solid #CCC;
	font-size: 1.2em;
	width: 91px;
}
#registration-form .continue {
	border: 0;
	width: 155px;
	float: right;
}
#registration-form select {
	border: 3px solid #ebeaea;
	/*width: 510px;*/
	width: 305px;
	font-size: 1.5em;
}

#registration-form a.forgot{float:left;}

#registration-form input checkbox {
	border: 0;
	width: 100%;
}
p.register-signup{float:right;margin-right:55px;}
p.no-account{background:#EDFBFE;border:1px solid #B1C4DF;-moz-border-radius: 7px;-webkit-border-radius: 7px;border-radius: 7px; text-align:center; margin:15px 10px 0 10px;font-size:1em; padding:10px !important; clear:both;}

.seller {
	background: #EDFBFE;
	border: 1px solid #B1C4DF;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
	margin-bottom: 10px;
	padding: 10px;
	overflow: hidden;
}
.seller p.section {
	color: #336699;
	font-style: italic;
	font-weight: bold;
	border-bottom: 1px dashed #B1C4DF;
	padding: 5px 0 5px 0;
	margin-bottom: 5px;
}
.buyer {
	background: #EDFBFE;
	border: 1px solid #B1C4DF;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
	margin-bottom: 10px;
	padding: 10px;
}
.buyer p.section {
	color: #336699;
	font-style: italic;
	font-weight: bold;
	border-bottom: 1px dashed #B1C4DF;
	padding: 5px 0 5px 0;
	margin-bottom: 5px;
}
.agent {
	background: #EDFBFE;
	border: 1px solid #B1C4DF;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
	margin-bottom: 10px;
	padding: 10px;
}
.agent p.section {
	color: #336699;
	font-style: italic;
	font-weight: bold;
	border-bottom: 1px dashed #B1C4DF;
	padding: 5px 0 5px 0;
	margin-bottom: 5px;
}
.brokerage-firm {
	background: #EDFBFE;
	border: 1px solid #B1C4DF;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
	margin-bottom: 10px;
	padding: 10px;
}
.brokerage-firm p.section {
	color: #336699;
	font-style: italic;
	font-weight: bold;
	border-bottom: 1px dashed #B1C4DF;
	padding: 5px 0 5px 0;
	margin-bottom: 5px;
}



/********************************************
types-explinations
*********************************************/
#type-explinations {
	width: 633px;
}
#type-explinations div.left {
	float: left;
}
#type-explinations div.right {
	float: right;
	width: 300px;
}
#type-explinations h2 {
	font-size: 1.3em;
	font-style: italic;
	padding: 5px 0;
}
#type-explinations ul{
	list-style:none;
}
#type-explinations ul li{
	background: url(../images/orange-arrow-sm.gif) 0 50% no-repeat;
	padding-left: 12px;
}
#type-explinations ul li.compete{
	background: url(../images/orange-arrow-sm.gif) 0 20% no-repeat;
	padding-left: 12px;
}
#type-explinations p {
	color: #686666;
	padding: 0 0 15px 0;
}
#user-callout p.phone {
	color: #FE7404;
	text-align: center;
	font-size: 1.3em;
	font-weight: bold;
	border: 0px solid;
	padding-bottom: 0px;
}
p.phone span {
	color: #686666;
	font-size: .8em;
	display: block;
}
#member-benefits {
	width: 290px;
}
#member-benefits h3 {
	color: green;
	font-size: 1.3em;
	font-style: italic;
	border-bottom: 1px solid #CCC;
	padding-bottom: 5px;
}
#member-benefits ul {
	list-style: none;
}
#member-benefits ul li {
	background: url(../images/orange-arrow-sm.gif) 0 50% no-repeat;
	color: #686666;
	padding: 5px 0 5px 15px;
	margin-left: 10px;
}



/**********************************************************************************************************************
- ADDITIONAL STYLES FOR CONTACT US PAGE -
**********************************************************************************************************************/

#contact {
	background:#f6f6f6;
	border-top:1px solid #CCC;
	border-bottom:1px solid #CCC;
	width:633px;
	overflow:hidden;
	padding-bottom:10px;
	margin-bottom:10px;
}
#contact h2 {
	font-size:1.4em;
	color:#4AA008;
	font-style:italic;
	margin-bottom:10px;
}
.contact-form {
	padding:10px;
}
.contact-form .buying, .selling, .general, .technical, .websitefeedback, .servicefeedback {
	background:#fff;
	border:1px solid #CCC;
	margin-top:10px;
	padding:10px;
	border-radius:7px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	overflow:hidden;
}
.contact-form .inquiry-type {
	background:#EDFBFE;
	border:1px solid #B1C4DF;
	padding: 7px;
	margin-bottom:10px;
}
.contact-form .inquiry-type label {
	font-weight:bold;
}
.contact-form select.contact-type {
	border:1px solid #CCC;
	/*font-size:1.3em;*/
	color:#666666;
	width:260px;
}
.general .first-name, .general .last-name, .general .phone, .general .email {
	/*border:1px solid #CCC;
	font-size:1.2em;
	width:260px;*/
	border:1px solid #CCCCCC;
	padding:5px;
	width:250px;
}
.general p {
	float:left;
	padding:5px 10px;
}
.general label {
	display:block;
	color:#FE7404;
	font-weight:bold;
	padding-bottom:5px;
	position:relative;
}
.general label em{
	float:right;
	font-size:.8em;
	color:#999;
	position:absolute;
	right:0px;
}
.general fieldset {
	border:1px dashed #CCC;
	font-weight:bold;
	margin:0 0 10px 0;
	padding: 0 10px 10px 10px;
	background:#f8fafa;
	border-radius:7px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
}
.general fieldset legend {
	font-size:120%;
	font-weight:bold;
	text-transform:uppercase;
}
.general input[type="text"], .general input[type="password"], .general textarea {
	color: #666666;
}
.general textarea {
	border:1px solid #CCC;
	width:547px;
	color:#666666;
}
.selling label {
	display:block;
	color:#FE7404;
	font-style:italic;
	padding-bottom:10px;
}
.selling .first-name, .last-name, .phone, .email, .street-address, .city, .state, .zip {
	border:1px solid #CCC;
	font-size:1.2em;
	width:260px;
}
.selling .price-max, .price-min {
	border:1px solid #CCC;
	font-size:1.2em;
	width:150px;
}
.selling p {
	float:left;
	padding:5px 10px;
}
.selling .prop-type, .time-frame, .pricing {
	clear:both;
	width:98%;
}
.selling fieldset {
	border:1px dashed #CCC;
	font-weight:bold;
	margin:0 0 10px 0;
	padding: 0 10px 10px 10px;
	background:#f8fafa;
	border-radius:7px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
}
.selling fieldset legend {
	font-size:120%;
	font-weight:bold;
	text-transform:uppercase;
}
.selling textarea {
	border:1px solid #CCC;
	width:99.5%;
}
.buying label {
	display:block;
	color:#FE7404;
	font-style:italic;
	padding-bottom:10px;
}
.buying .first-name, .last-name, .phone, .email, .street-address, .city, .state, .zip {
	border:1px solid #CCC;
	font-size:1.2em;
	width:260px;
}
.buying .price-max, .price-min {
	border:1px solid #CCC;
	font-size:1.2em;
	width:150px;
}
.buying p {
	float:left;
	padding:5px 10px;
}
.buying .prop-type, .time-frame, .pricing {
	display:block;
	width:98%;
}
.buying fieldset {
	border:1px dashed #CCC;
	font-weight:bold;
	margin:0 0 10px 0;
	padding: 0 10px 10px 10px;
	background:#f8fafa;
	border-radius:7px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
}
.buying fieldset legend {
	font-size:120%;
	font-weight:bold;
	text-transform:uppercase;
}
.buying textarea {
	border:1px solid #CCC;
	width:99.5%;
}
.technical .first-name, .technical .last-name, .technical .phone, .technical .email {
	/*border:1px solid #CCC;
	font-size:1.2em;
	width:260px;*/
	border:1px solid #CCCCCC;
	padding:5px;
	width:250px;
}
.technical .url {
	border:1px solid #CCC;
	font-size:1.2em;
	width:540px;
}
.technical p {
	float:left;
	padding:5px 10px;
}
.technical label {
	display:block;
	color:#FE7404;
	font-weight:bold;
	padding-bottom:5px;
	position:relative;
}
.technical label em{
	float:right;
	font-size:.8em;
	color:#999;
	position:absolute;
	right:0px;
}
.technical fieldset {
	border:1px dashed #CCC;
	font-weight:bold;
	margin:0 0 10px 0;
	padding: 0 10px 10px 10px;
	background:#f8fafa;
	border-radius:7px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
}
.technical fieldset legend {
	font-size:120%;
	font-weight:bold;
	text-transform:uppercase;
}
.technical input[type="text"], .technical input[type="password"], .technical textarea {
	color: #666666;
}
.technical textarea {
	border:1px solid #CCC;
	width:547px;
	color:#666666;
}
.websitefeedback .first-name, .websitefeedback .last-name, .websitefeedback .phone, .websitefeedback .email, .websitefeedback .feedback_options {
	/*border:1px solid #CCC;
	font-size:1.2em;
	width:260px;*/
	border:1px solid #CCCCCC;
	padding:5px;
	width:250px;
}
.websitefeedback .feedback_options {
	border:1px solid #CCCCCC;
	color:#666666;
	width:290px;
	padding:0;
	font-size:100%;
}
.websitefeedback .url {
	border:1px solid #CCC;
	font-size:1.2em;
	width:540px;
}
.websitefeedback p {
	float:left;
	padding:5px 10px;
}
.websitefeedback label {
	display:block;
	color:#FE7404;
	font-weight:bold;
	padding-bottom:5px;
	position:relative;
}
.websitefeedback label em{
	float:right;
	font-size:.8em;
	color:#999;
	position:absolute;
	right:0px;
}
.websitefeedback fieldset {
	border:1px dashed #CCC;
	font-weight:bold;
	margin:0 0 10px 0;
	padding: 0 10px 10px 10px;
	background:#f8fafa;
	border-radius:7px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
}
.websitefeedback fieldset legend {
	font-size:120%;
	font-weight:bold;
	text-transform:uppercase;
}
.websitefeedback input[type="text"], .websitefeedback input[type="password"], .websitefeedback textarea {
	color: #666666;
}
.websitefeedback textarea {
	border:1px solid #CCC;
	width:547px;
	color:#666666;
}


.servicefeedback .first-name, .servicefeedback .last-name, .servicefeedback .phone, .servicefeedback .email, .servicefeedback .feedback_options {
	/*border:1px solid #CCC;
	font-size:1.2em;
	width:260px;*/
	border:1px solid #CCCCCC;
	padding:5px;
	width:250px;
}
.servicefeedback .feedback_options {
	border:1px solid #CCCCCC;
	color:#666666;
	width:290px;
	padding:0;
	font-size:100%;
}
.servicefeedback .url {
	border:1px solid #CCC;
	font-size:1.2em;
	width:540px;
}
.servicefeedback p {
	float:left;
	padding:5px 10px;
}
.servicefeedback label {
	display:block;
	color:#FE7404;
	font-weight:bold;
	padding-bottom:5px;
	position:relative;
}
.servicefeedback label em{
	float:right;
	font-size:.8em;
	color:#999;
	position:absolute;
	right:0px;
}
.servicefeedback fieldset {
	border:1px dashed #CCC;
	font-weight:bold;
	margin:0 0 10px 0;
	padding: 0 10px 10px 10px;
	background:#f8fafa;
	border-radius:7px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
}
.servicefeedback fieldset legend {
	font-size:120%;
	font-weight:bold;
	text-transform:uppercase;
}
.servicefeedback input[type="text"], .servicefeedback input[type="password"], .servicefeedback textarea {
	color: #666666;
}
.servicefeedback textarea {
	border:1px solid #CCC;
	width:547px;
	color:#666666;
}

/**********************************************************************************************************************
- ADDITIONAL STYLES FOR HELP PAGE -
**********************************************************************************************************************/
#help {
	width:633px;
	border-top:1px solid #CCC;
	padding-top:10px;
}
#help h2 {
	font-size:1.4em;
	font-weight:normal;
	padding: 4px 0 4px 40px;
}
#help p {
	padding-bottom:15px;
	line-height:1.6em;
	color:#686666;
}
.help-section-left {
	width:45%;
	float:left;
}
.help-section-right {
	float:right;
	width:45%;
}
.search-help h2 {
	background:#FFF url(../images/help-icons.gif) no-repeat;
	background-position:0 0;
}
.about-help h2 {
	background:#FFF url(../images/help-icons.gif) no-repeat;
	background-position:0 -136px;
}
.community-help h2 {
	background:#FFF url(../images/help-icons.gif) no-repeat;
	background-position:0 -65px;
}
.contact-help h2 {
	background:#FFF url(../images/help-icons.gif) no-repeat;
	background-position:0 -35px;
}
.faq-help h2 {
	background:#FFF url(../images/help-icons.gif) no-repeat;
	background-position:0 -101px;
}
.listing-help h2 {
	background:#FFF url(../images/help-icons.gif) no-repeat;
	background-position:0 -173px;
}

/**********************************************************************************************************************
- ADDITIONAL STYLES FOR SITEMAP -
**********************************************************************************************************************/
#sitemap{width:633px; overflow:hidden;}
#sitemap h2{font-size: 1.3em; font-style:italic; padding: 5px 0 5px 0; border-bottom: 1px dashed #CCC;}
#sitemap h2 a{text-decoration:none; color:#4AA008; margin-top: 15px;}
#sitemap h3{font-size: 1.1em; padding-top:10px;}
ul.sitemap-main-pages{list-style:none; border-top:1px dashed #CCC; overflow:hidden; padding:10px 0;}
ul.sitemap-main-pages li{background: url(../images/orange-arrow-sm.gif) no-repeat 0 50%; float:left; width:140px; padding: 0 5px 5px 10px;}
ul.sitemap-findhomes{list-style:none;overflow:hidden; padding:10px 0;}
ul.sitemap-findhomes li{background: url(../images/orange-arrow-sm.gif) no-repeat 0 50%; float:left; width:140px; padding: 0 5px 5px 10px;}
ul.sitemap-main-cities{list-style:none;overflow:hidden; padding:10px 0;}
ul.sitemap-main-cities li{background: url(../images/orange-arrow-sm.gif) no-repeat 0 50%; float:left; padding: 0 15px 5px 10px; width: 45%;}
ul.site-map-alpha{list-style:none; padding:10px 0; text-align:center;}
ul.site-map-alpha li{display:inline; padding: 0 8px;}


/* DPR NEW */

/**************************
property-info-box
**************************/
#prop-crumbs{width:633px;}
#prop-crumbs ul{float:left;}
#prop-crumbs p{float:right; font-size:.8em;}

.previous-page {background:#7EA334; padding:2px 0px; color:#FFF; margin-bottom:10px; text-align:center; width:130px;border-radius: 7px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;}
.previous-page a{color:#fff; text-decoration:none; font-weight:bold;}
.previous-page a:hover{text-decoration:underline;}

.property-info-box {
	clear: both;
	font-weight: bold;
	font-size: .9em;
	color: #266FAE;
	padding: 5px;
	margin-bottom: 15px;
	border-bottom: 1px solid #DADADA;
	width: 623px;
}
.property-info-box a {
	color: #266FAE;
	font-weight: bold;
	text-decoration: none;
}
.property-info-box a:hover {
	color: #FE7404;
	text-decoration: none;
}


/********************************************
property-address
*********************************************/
.property-address {
	font-weight: bold;
	font-size: 1.5em;
	color: #266FAE;
	padding: 10px 5px 5px 5px;
	float:left;
	width: 357px;
}
.property-address span {
	font-size: .8em;
	font-style: italic;
}
.property-address span a {
	font-weight: normal;
}
.property-address span a:hover {
	color: #FE7404;
}







.details-offer {
	float:left;
	padding-right:5px;
}
.details-request {
}
div#property-details-options {
	background:#FFF;
	clear:both;
	margin-top:5px;
	text-align:center;
}
ul.property-details-options {
	background:#FFF;
	border: 1px solid #e4e0e0;
	list-style:none;
	padding: 7px;
	margin-bottom:10px;
	clear:both;
}
ul.property-details-options li {
	display:inline;
	padding:0 8px;
}
ul.property-details-options li a, a.savethisproperty {
	background:url(../images/details-options-icons.gif) no-repeat 0 1px;/*change img path to relative*/
	padding-left:20px;
}
.property-details-options li a.share {
	background-position:0 -25px;
}
.property-details-options li a.directions {
	background-position:0 -49px;
}
.property-info-box {
	clear: both;
	border: 1px solid #b1c4df;
	border-radius: 7px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	font-weight: bold;
	font-size: .9em;
	background: #edfbfe;
	color: #266FAE;
	overflow:hidden;
	padding: 5px;
	margin-top: 15px;
	margin-bottom: 5px;
	width: 599px;
}
.tabs #first, #second, #third {
	border:1px solid #E9E9E9;
}
.property-info-box p {
	/*background: url(../images/info-icon-sm.gif) 0 50% no-repeat;*/
	background:url(../images/nc-sprite-main.gif);
	background-position: 0 -1093px; 
	padding-left: 18px;
}
.property-info-box span {
	color: #FE7404;
	font-weight: bold;
	font-size: 1.4em;
}



/******************************
 property-tab-property-details
*********************************/
dl.property-tab-info-box {
	background:#EDFBFE;
	border:1px solid #B1C4DF;
	padding:10px;
	margin-top:10px;
}
table#property-details {
	padding: 0;
	margin: 0;
	border:0 none;
}

table#property-details tr.odd {
	border-collapse:collapse;
	background: #f6f6f6;
}
table#property-additional-details {
	padding: 0;
	margin: 0;
	border:0 none;
	width:100%;
}
table#property-additional-details td {
	padding: 6px 6px 6px 12px;
	border-top:1px dotted #BEC2CD;
}
table#property-additional-details td.detail-type {
	width:110px;
}
table#property-additional-details td.detail-type2 {
	width:80%;
}
table#property-additional-details td ul {
	list-style:none;
}
table#property-additional-details td ul li {
	display:inline;
	padding: 0 5px 0 0;
}
table#property-additional-details tr.odd {
	border-bottom: 1px solid #f6f6f6;
	border-collapse:collapse;
	background: #f6f6f6;
}




/******************************
 property assistance call to action 
*********************************/
#details-callout {
	background: #EDFBFE;
	border: 1px solid #B1C4DF;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
	margin-bottom: 15px;
	width: 290px;
}
#details-callout p {
	margin: 0;
	padding: 5px 10px;
	text-align:center;
}
#details-callout p span {
	color:#FE7404;
	font-size:1.5em;
	font-weight:bold;
	font-style:italic;
}

/******************************
 property inactive module 
*********************************/
.property-inactive {
	border: 1px solid #FF5151;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
	margin: 15px auto 0 auto;
	width: 290px;
}
.property-inactive p {
	color:#D6010E;
	margin: 0;
	padding: 5px 10px;
	text-align:center;
	font-weight:bold;
}

/******************************
property link to box (details)
*********************************/
#property-linkto{
	background:#f7fcfd;
	border:1px solid #dbdbdb;
	margin-bottom:15px;
	width:290px;
}
#property-linkto .inner{padding:5px;}

#property-linkto input{border:1px solid #CCC;margin:3px 0; color:#666;}

.update-directions-alert {
background:#EDFBFE;
border:1px solid #B1C4DF;
color:#266FAE;
font-weight:bold;
margin:5px 0;
padding:7px;
text-align:center;
}
.update-directions-alert p {
background: url(../images/details-options-icons.gif) no-repeat; background-position:90px -49px; padding-left: 20px;
}


/********************************************
email to friend form (details)
*********************************************/
.email-fried-form{padding:5px; background:#F8FAFA; border:1px dashed #CCC; overflow:hidden;}
.email-friend-form input{ width:200px; border:1px solid #CCC;}
.email-friend-form label{display:block; color:#FE7404;}
.email-friend-form textarea{ width:200px; border:1px solid #CCC;}
.email-friend-form p{border-bottom: 1px dotted #CCC; padding: 5px;}
.email-friend-form input#send-email{width:149px; height:27px; margin:10px 0 5px 50px; border:none;}


ul.buyer-requests-details{list-style:none; padding-top:5px;}
ul.buyer-requests-details li{padding:0 0 10px 0;}
ul.buyer-requests-details li a { background:#FFF url(../images/details-options-icons.gif) no-repeat 0 0; padding-left:25px; }
ul.buyer-requests-details li a.go-see {background-position:0 -147px; padding-left:25px;}
ul.buyer-requests-details li a.ask-question{background-position:0 -171px;}
ul.buyer-requests-details li a.make-offer-side{background-position:0 -196px; padding-left:25px;}
ul.buyer-requests-details li a.view-realtors{background-position:0 -221px;}
ul.buyer-requests-details li a.moving {background-position:0 -244px;}
ul.buyer-requests-details li a.mortgage {background-position:0 -197px;}
ul.buyer-requests-details li a.insurance {background-position:0 -267px;}
ul.buyer-requests-details li a.credit-score {background-position:0 -290px; }


/********************************************
agent match details
*********************************************/
.details-agent-match{padding:10px;}

ul.best-match-location{list-style:none; text-align:center; padding:5px 0;}
ul.best-match-location li{font-size:1.2em; font-style:italic; font-weight:bold;}
ul.best-match-location li#best-location{color:#FE7404; font-size:.9em; font-style:italic; font-weight:bold;}


.agent-match-details{ border-bottom: 1px dotted #CCC; padding:10px 5px;}
.agent-match-details img{float:left; margin-right: 5px;}
.agent-match-details ul{list-style:none;}
.agent-match-details ul li{font-size:.9em;}
.agent-match-details ul li.match-name{font-size:1.1em; font-weight:bold;}
.agent-match-details ul li.match-active{color:#FE7404;}
.agent-match-details ul li.match-past{color:#0878D3;}
.agent-match-details ul li.match-location{color:#336699;}
.agent-match-details ul.agent-interact {clear:both; text-align:center;}
.agent-match-details ul.agent-interact li {display:inline; padding: 3px 8px;}
.agent-match-details ul.agent-interact li a {color:#4AA008;}

.agent-match-details-odd{background:#f6f6f6;border-bottom: 1px dotted #CCC; padding:10px 5px;}
.agent-match-details-odd img{float:left; margin-right: 5px;}
.agent-match-details-odd ul{list-style:none;}
.agent-match-details-odd ul li{font-size:.9em;}
.agent-match-details-odd ul li.match-name{font-size:1.1em; font-weight:bold;}
.agent-match-details-odd ul li.match-active{color:#FE7404;}
.agent-match-details-odd ul li.match-past{color:#0878D3;}
.agent-match-details-odd ul li.match-location{color:#336699;}
.agent-match-details-odd ul.agent-interact {clear:both; text-align:center;}
.agent-match-details-odd ul.agent-interact li {display:inline; padding: 3px 8px;}
.agent-match-details-odd ul.agent-interact li a {color:#4AA008;}



/**********************************************************************************************************************
- ADDITIONAL STYLES FOR SCHEDULE VIEWING FORM (Details Page) -
**********************************************************************************************************************/

.prop-contact-form {
	border:none;
	border-top:0;
	margin-bottom:15px;
}
.property-schedule-viewing .inner {
	background:#3e6d94;
	margin:3px;
	padding: 5px;
}
.property-schedule-viewing h2 {
	float:left;
	font-size:1.5em;
	font-style:italic;
	color:#FFF;
}
.prop-contact-form input#schedule-name, #schedule-email, #schedule-phone, #offer-name, #offer-email, #offer-phone,#offer-amount, #request-name, #request-email, #request-phone {
	border:1px solid #CCC;
	/*width:180px;*/
	width:184px;
}
.schedule-dates select {
	width:95px;
}
.schedule-dates p {
	float:left;
}
.prop-contact-form label {
	color:#FE7404;
	display:block;
	font-weight:bold;
}
.prop-contact-form p {
	float:left;
	padding:5px 7px;
}
div.schedule-dates {
	clear:both;
}
.property-info-box span {
	color: #FE7404;
	font-weight: bold;
	font-size:1.2em;
}
p#easy {
	background: url(../images/info-icon-sm.gif) 0 50% no-repeat;
	padding: 0 0 0 25px;
}
ul.prop-detail-buttons{width:300px;list-style:none; text-align:center;}
ul.prop-detail-buttons li{cursor:pointer; float:left; padding:2px 2px 0 2px;}
input.contact-button {
	float:right;
	/*padding: 15px 15px 15px 0;*/
	padding: 15px 10px 15px 0;
}
input.contact-button2 {
	float:left;
	padding: 5px 10px 10px 7px;
}
input.contact-button-pop {
	float:right;
	padding: 15px 30px 15px 0;
}

/*********************************************
details form container blue (w/ tabs)
*********************************************/
.details-collapse-container-wide-tabs {
	background: #215A84;
	border: 1px solid #E9E9E9;
	border-top: 0;
	width: 633px;
	margin-bottom: 15px
}
.details-collapse-container-wide-tabs .tabs .tab{background:#396A95;border-color:#0F2557;}
.details-collapse-container-wide-tabs .top {
	background: url(../images/schedule-form-top.gif) repeat-x;
	border: 1px solid #E9E9E9;
	border-right: 0;
	border-left: 0;
	border-bottom: 0;
	padding: 5px;
	overflow: hidden;
}
.details-collapse-container-wide-tabs .inner {
	background: #FFF;
	border: 1px solid #E9E9E9;
	margin: 3px;
	padding: 3px;
}
.details-collapse-container-wide-tabs h2 {
	float: left;
	font-size: 1.5em;
	font-style: italic;
	color:#FFF;
}
.details-collapse-container-wide-tabs .expand, .collapse {
	cursor: pointer;
	float: right;
	padding-top: 3px;
}
/*dpr created*/
.details-collapse-container-wide-tabs span {
	color:#8c8c8c;
	font-weight:bold;
}
.details-collapse-container-wide-tabs .tabs a{background:#6B99BF; color:#FFF !important; border-color:#0f2557;}
.details-collapse-container-wide-tabs .tabs a:hover{background:#396A95; color:#FFF; border-color:#0f2557;}
.details-collapse-container-wide-tabs .tabs a.selected{background:#396A95; color:#FFF; border-color:#0f2557;} 


.make-offer{}
.request-info{}

.disclaimer{width:610px;font-size:11px; font-style:italic; overflow:hidden;}
.disclaimer img{padding:10px}
/**********************************************************************************************************************
- ADDITIONAL STYLES FOR COMMUNITY PAGE -
**********************************************************************************************************************/
#user-callout h3#login {
	background-position: 0 -390px;
	color:#fe7404;
	margin-top:12px;
	padding-top:3px;
}
#user-callout h3#login a{color:#fe7404; text-decoration:none;}

#user-callout h3#ask-question {
	background-position: 0 -427px;
	color:#4aa008;
	margin-top:7px;
	padding-top:0;
}
#user-callout h3#ask-question a{color:#4aa008; text-decoration:none;}

#user-callout h3#start-blog {
	background-position: 0 -456px;
	color:#3f7aca;
	margin-top:7px;
	padding-top:0;
	;
}

#user-callout h3#start-blog a{color:#3f7aca; text-decoration:none;}

#user-callout h3#profile-create {
	background-position: 0 -489px;
	color:#336699;
	margin-top:7px;
	padding-top:0;
}

#user-callout h3#profile-create a{color:#336699; text-decoration:none;}

#comm-categories{margin-top:15px;}
.community-categories{padding:5px; overflow:hidden;}
.community-categories ul{float:left;list-style:none; margin: 0 20px;}
.community-categories ul li{margin: 0 0 5px 0;}
.community-categories ul li a{background:url(../images/orange-arrow-sm.gif) no-repeat 0 50%; color:#62a033;  padding-left: 20px;}

#community-intro{background:url(../images/quote-bubbles.gif) no-repeat 0 35%; padding-left:50px; width:585px;}
.community-userbar{text-align:left;}
ul.community-userbar li{padding-right:5px;}
ul.community-userbar li a{text-decoration:underline;}
.community-userbar a.write{float:right; margin-top:3px;padding-right:10px;}


.community-members{padding:5px; overflow:hidden;}
.community-members h3{font-size:1.5em; font-style:italic; padding-bottom:10px;}
.community-members ul{list-style:none;}
.community-members ul li{float:left;padding:0 0 10px 0;width:50%;}
.community-members ul li a{display:block; text-align:center; }

/**********************************************************************************************************************
- ADDITIONAL STYLES FOR COMMUNITY BLOGS & QUESTIONS -
**********************************************************************************************************************/


.community-entry {
	width:633px;
	border-top: 1px dashed #CCC;
	overflow:hidden;
	padding-top:15px;
}
.community-author {
	width:150px;
	float:left;
	background:#F7FCFD;
	border:1px solid #B1C4DF;
	margin-bottom:15px;
	overflow:hidden;
	padding:0 5px 5px;
	position:relative;
	border-radius:7px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	margin-right:15px;
}
.community-author ul {
	list-style:none;
	text-align:center;
	padding:5px 0 5px 0;
}
.community-author ul li.username {
	font-weight:bold;
	font-style:italic;
	padding-bottom:10px;
	font-size:1.3em;
}
.community-author ul li.joined {
	color:#686666;
}
.community-author ul li.questions {
	float:left;
	background:url(../images/community-icons.gif) no-repeat;
	background-position: 40% 0;
	padding-left:25px;
	margin-right:10px;
	margin-left: 35px;
	text-align:center;
	margin-bottom:10px;
}
.community-author ul li.comments {
	float:left;
	background:url(../images/community-icons.gif) no-repeat;
	background-position: 40% -25px;
	padding-left:25px;
	text-align:center;
}
.community-author p {
	background:#336699;
	color:#FFF;
	border:1px solid #1D3E5F;
	border-radius:3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	text-align:center;
	padding:5px 0;
	font-weight:bold;
	clear:both;
	margin-top:10px;
}
.community-content {
	float:right;
	width:455px;
}
.community-overview {
	background:#F7F7F7;
	border:1px solid #CCC;
	padding:5px;
	border-radius:7px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	font-size:1.2em;
	font-style:italic;
	font-weight:bold;
}
.community-details h2 {
	font-size:1.5em;
	padding:15px 0;
}
.community-details p {
	margin: 0 0 10px 0;
	line-height:1.4em;
}
.community-comments {
	overflow:hidden;
}
.community-comments .community-comment {
	clear:both;
	overflow:hidden;
	border-bottom:1px dashed #CCC;
	padding:10px 0;
}
.community-comments .odd {
	background:#F7F7F7;
}
.community-comments h2 {
	background:url(../images/heading-bg-full.gif) no-repeat;
	color:#FFF;
	font-size:1.2em;
	font-style:italic;
	padding:2px 10px 10px;
	margin-top:15px;
}
.community-comments .comment-author {
	float:left;
	width:110px;
	float:left;
}
.community-comments .comment {
	width:520px;
	float:right;
}
p.leave-comment {
	background:green;
	border-radius:3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	font-weight:bold;
	font-style:italic;
	font-size:1.3em;
	padding: 5px 10px;
	width:200px;
	float:right;
	text-align:center;
}
p.leave-comment a {
	color:#FFF;
	text-decoration:none;
	background:url(../images/community-icons.gif) no-repeat 0 -48px;
	padding-left:30px;
}
p.leave-comment a:hover {
	text-decoration:underline;
}

p.leave-comment2 {
	background:green;
	border-radius:3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	font-weight:bold;
	font-style:italic;
	font-size:1.3em;
	padding: 5px 10px;
	width:200px;
	float:right;
	text-align:center;
}
p.leave-comment2 a {
	color:#FFF;
	text-decoration:none;
	background:url(../images/community-icons.gif) no-repeat 0 -48px;
	padding-left:30px;
}
p.leave-comment2 a:hover {
	text-decoration:underline;
}
p.comment-title {
	font-size:1.4em;
	font-style:italic;
}
.community-comment-form {
	width:633px;
}
.community-comment-form form {
	padding:10px;
	margin-bottom:15px;
	background:#F7F7F7;
	border-radius:3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border:1px solid #CCC;
}
.community-comment-form h2 {
	background:url(../images/heading-bg-full.gif) no-repeat;
	color:#FFF;
	font-size:1.2em;
	font-style:italic;
	padding:2px 10px 10px;
}
.community-comment-form p {
	padding-bottom: 10px;
}
.community-comment-form label {
	display:block;
	font-weight:bold;
	font-style:italic;
	font-size:1.2em;
}
input#comment-title {
	border:1px solid #CCC;
	width: 600px;
}
.community-comment-form textarea {
	border:1px solid #CCC;
}




/**********************************************************************************************************************
- ADDITIONAL STYLES FOR MEMBER PROFILES -
**********************************************************************************************************************/

.green { color: #4AA008; }
.grey { color: #999999; }
.orange { color: #FE7404; }
.blue { color: #0066CC; }
.red { color: red; }
.italic { font-style: italic; }
#editprofile input[type='text'], #editprofile input[type='password'], #editprofile textarea {border:1px solid #CCC;margin:3px 0;padding: 3px; color:#666; width: 170px;}
#editprofile label { font-style: italic; display: block;margin-top:10px; }

ul#myprofile {
	list-style: none;
	list-style-type: none;
	margin: 20px 10px 0px;
}
ul#myprofile li a {
	/*background: url(../images/small-plus-minus.gif) no-repeat 0 0;*/
	display: block;
	height: 11px;
	line-height: 11px;
	margin-bottom: 15px;
	padding-left: 10px;
}

.statstitle {
	background: url(../images/profile-icons.gif) no-repeat 0 0;
	padding-left: 45px;
}
.twittertitle {
	background: url(../images/profile-icons.gif) no-repeat 0 -30px;
	padding-left: 45px;
}
a.twitterfollow {
	background: url(../images/orange-arrow-sm.gif) no-repeat 0 5px;
	padding-left: 10px;
}
.biotitle {
	padding-left: 10px;
}
.statstitle, .biotitle, .twittertitle {
	display: block;
	height: 30px;
	line-height: 30px;
	font-size: 1.4em;
	border-bottom: 1px solid #d7d7d7;
	font-weight: bold;
	font-style: italic;
}
.greentitle {
	padding-left: 10px;
	font-size: 1em;
	color: #4AA008;
	height: 20px;
	line-height: 20px;
	border-bottom: 1px solid #d7d7d7;
}

ul#profile_data {
	list-style: none;
	list-style-type: none;
}
ul#profile_data li {
	border-bottom: 1px dotted #d7d7d7;
	clear: left;
	/*height: 18px;*/
	padding-top: 5px;
}
ul#profile_data span.profilelabel {
	float: left;
	color: #999999;
}
ul#profile_data span.profiledata {
	/*float: right;*/
	padding-left: 10px;
}

.tweet {
	clear: both;
	margin-bottom: 30px;
}
.twitter_posted_at {
	float: right;
	font-size: .85em;
}
.twitterlink, .facebooklink, .linkedinlink, .myspacelink {
	background: url(../images/social-network-icons.gif) no-repeat 0 0;
	padding-left: 20px;
	display: block;
	margin-bottom: 10px;
	width: 40%;
	float: left;
}
.twitterlink {
	background-position: 0 0;
}
.facebooklink {
	background-position: 0 -16px;
}
.myspacelink {
	background-position: 0 -32px;
}
.linkedinlink {
	background-position: 0 -48px;
}
.listing, .listing2
	{
	width: 47%;
	float: left;
	/*height: 110px;*/
	height: 125px;
	overflow: hidden;
	}

.listing { clear: left; }

.favlisting, .favlisting2
{
	float:left;
	height:100%;
	overflow:hidden;
	padding:10px 7px;
	width:47%;

}
.favlisting { clear: left; }

.favlisting .collapse-container-wide-tabs .top{
	margin-bottom:5px;
}

.results_photo
	{
	width: 105px;
	height: 79px;
	margin: 15px 20px 0 0;
	cursor: pointer;
	float: left;
	}
		
.results_photos
	{
	width: 105px;
	height: 79px;
	cursor: pointer;
	
	}
.broker_agent {
	clear: left;
}
.broker_agent, .broker_agent2 {
	float: left;
    overflow: hidden;
    width: 47%;
}
.broker_agent_photo {
	cursor: pointer;
    float: left;
    margin: 15px 20px 0 0;
    
}
.broker_agent_photo img {
	width: 80px;
}

.address_mls
	{
	width: 140px;
	overflow: hidden;
	margin-top: 15px;
	}
	
.address_mls address
	{
	font: bold italic 13px/14px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #11374c;
	text-transform: capitalize;
	}
	
.address_mls span
	{
	font: 11px/14px "Trebuchet MS", Arial, Helvetica, sans-serif;
	}
.address_mls span.price { color: #FE7404; }
.address_mls a {font-size: .85em; }

	
.bed_bath
	{
	color: #0878D3 !important;
	}
	

.results_display, .results_display2
	{
	position: relative;
	float: right;
	margin-right: -5px;
	text-align:right;
	width:500px;
	}
	
.results_display2
	{
	margin-top: 10px;
	margin-bottom: 20px;
	}
	
.results_display ul, .results_display2 ul
	{
	list-style: none;
	list-style-type: none;
	margin: 1px 0 0 0 !important; margin: 3px 0 0 0;
	}
	
.results_display li, .results_display2 li
	{
	font: italic 11px/11px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #273658;
	display: inline;
	margin-right: 17px;
	
	}
	
.results_display a, .results_display2 a
	{
	color: #273658;
	text-decoration: none;
	}
	
.results_display a:hover, .results_display2 a:hover
	{
	text-decoration: underline;
	}	

.listingsearch { margin: 4px 0px; }
.listingsearch label {
	font-size: .8em;
	font-weight: bold;
	float: left;
	width: 50%;
}
.search_params { font-size: .85em; }

/**********************************************************************************************************************
- ADDITIONAL STYLES FOR DEMOGRAPHICS PAGES -
**********************************************************************************************************************/
.demographics-info h2{font-style:italic; font-size:1.3em}
.chart-container{padding: 10px 0px}


/**********************************************************************************************************************
- ADDITIONAL STYLES FOR BLOG/QUESTIONS WRITE FORMS -
**********************************************************************************************************************/
.community-write {
	width:633px;
	background:#F6F6F6;
	border-bottom:1px solid #CCCCCC;
	border-top:1px solid #CCCCCC;
	margin-bottom:10px;
	overflow:hidden;
}
.community-write form {
	padding: 15px 15px 0 15px;
}
.community-write p {
	padding:10px 0;
}
.community-write label {
	display: block;
	color: #FE7404;
	font-style: italic;
	padding-bottom:5px;
	font-size:1.1em;
}
.community-write #write-title, #community_write_location {
	border: 1px solid #CCC;
	font-size: 1.2em;
	width: 600px;
	padding:3px 0;
}
.community-write select {
	border: 1px solid #CCC;
	font-size: 1.2em;
	width: 250px;
}
.community-write textarea {
	border: 1px solid #CCC;
	font-size: 1.2em;
	width: 600px;
}
.community-write img {
	width:100%;
}
.community-write span {
	font-size:.85em;
	/*background: url(../images/info-icon-sm.gif) 0 50% no-repeat;*/
	background:url(../images/nc-sprite-main.gif);
	background-position: 0 -1093px; 
	padding-left: 18px;
}
ul.write-tools {
	list-style:none;
	padding:5px 0 5px 15px;
}
ul.write-tools li {
	padding: 5px 0;
}
ul.write-tools li a {
	background: url(../images/orange-arrow-sm.gif) no-repeat 0 50%;
	padding-left: 15px;
}


/**********************************************************************************************************************
- ADDITIONAL STYLES FOR AGENT PROFILES -
**********************************************************************************************************************/

.claim-profile {
	font-weight: bold;
	font-size: 1em;
	padding: 5px;
	color: #FE7404;
	border: 1px solid #DADADA;
	border-top:0;
	background: #ffffff;
	float:right;
	position:absolute;
	right:15px;
	top:0;
}
.claim-profile a {
	background: url(../images/claim-profile-icon.gif) no-repeat 0 0;
	padding-left: 20px;
	color: #FE7404;
}
#buyerstools input[type='text'], #buyerstools select, #buyerstools textarea {border:1px solid #CCC;padding: 3px; color:#666; width: 220px;}
#buyerstools label { font-style: italic; display: block;margin-top:10px; }
#contact_agent label { margin-top:9px; }





/**********************************************************************************************************************
- ADDITIONAL STYLES FOR AGENT/CUSTOMER EXPERIENCE PAGES -
**********************************************************************************************************************/
.proposal{padding:10px 15px; border:1px solid #CCC; overflow:hidden; margin: 0 0 15px 0;}
.proposal.odd{background:#F7f7f7;}
.proposal-agent{float:left; width:300px;}
.proposal-agent img{float:left; margin-right:10px;}
.proposal-agent ul{list-style:none; border:none;}
.proposal-agent ul li.name{font-weight:bold; font-style:italic;}
.proposal-agent ul li.sold{color:#4AA008;}
.proposal-agent ul li.active{color:#FE7404;}
.proposal-agent ul li.inactive{color:#FE7404;}

.prop-agent-stats{float:left; margin-right:40px;}
.prop-agent-stats ul{list-style:none;}
.prop-agent-stats ul li.stats{color:#686666; font-weight:bold; font-size:.9em;}
.prop-agent-stats ul li span{color:#4AA008; font-weight:normal;}

.match-percentage ul{list-style:none; float:right;}
.match-percentage ul li.match{background:url(../images/match-logo-orange-sm.gif) no-repeat 98% 50%; padding-right:10px; font-weight:bold; text-align:center;}
.match-percentage ul li.match span{color:#57a3e0;}
.match-percentage ul li.percentage{background:#FFF;border:1px solid #CCC; padding:5px 30px; text-align:center; color:#FE7404; font-size: 1.6em; font-weight:bold;margin: 10px 0;}
.match-percentage ul li.percentage span{color: #FE7404; display:block; font-size:.8em;}

.submit-time{clear:both; border-top:1px solid #CCC; border-bottom:1px solid #CCC;padding: 5px 0;}
.submit-time a{background:url(../images/orange-arrow-sm.gif) no-repeat 0 50%; padding-left: 10px;}
.submit-time p{float:left; width: 85%; font-size:1.1em; font-style:italic;}
p.proposal-details{padding: 10px 0; color:#686666;}
img.proposal-button{float:right;}


.proposal-comments{margin-top:15px;}
.proposal-comment.odd{background:#F7F7F7;}
a.add-comment{background:#f7f7f7; border:1px solid #CCC; padding:3px 10px; text-decoration:none; margin-bottom:15px;}
.proposal-comment{border:1px solid #CCC; overflow:hidden; margin: 15px 0 15px 0; clear:both; padding:10px;}
.proposal-commenter{width:110px; float:left;margin-right:15px;}
.proposal-commenter ul{list-style:none; text-align:center;}
.comment-details{float:right; width: 450px; color:#686666;}
.comment-details p{margin-bottom: 1.1em;}


.customer-experience{padding:10px;}
.customer-experience-intro p{margin-bottom: 1.1em;color:#686666;}
.customer-experience-intro span{color:#FE7404; font-weight:bold;}
.customer-experience h3{border-bottom:1px dashed #CCC; clear:both; font-size:1.2em; font-style:italic; padding-bottom:5px; margin: 10px 0;}
.customer-experience h3 span.alerts{background:#F00; color:#FFF; padding: 5px 10px;border-bottom:1px solid #F00;}
.customer-experience h3 span.auctions{background:#375C86; color:#FFF; padding: 5px 10px; border-bottom:1px solid #375C86;}
.customer-experience h3 span.available{background:#375C86; color:#FFF; padding: 5px 10px;border-bottom:1px solid #375C86;}
.customer-experience h3 span.my-clients{background:#375C86; color:#FFF; padding: 5px 10px;border-bottom:1px solid #375C86;}

.member-experience{padding:5px;}

ul.customer-info-left{float:left; list-style:none; width:250px;}
ul.customer-info-right{list-style:none; width:250px; float:right;}
ul.customer-info-left li, ul.customer-info-right li{padding: 0 0 10px 0; color:#FE7404;}
ul.customer-info-left li span, ul.customer-info-right li span{color:#686666; padding-left: 10px;}


.prop-interest-photo{float:left; margin:0 10px 10px 0; width:110px; height:85px;}
ul.property-of-interest{list-style:none;font-size:1.2em;}
ul.property-of-interest li{padding: 0 0 5px 0;font-weight:bold; font-style:italic;}
ul.property-of-interest li.address{color:#0066CC;}
ul.property-of-interest li.price{color:#FE7404; font-size:1.1em;}
ul.property-of-interest li.bed-bath{color:#4AA008;}
ul.property-of-interest li.year{color:#336699;}
p.customer-experience-buttons{text-align:center; padding-top:15px;}
p.customer-experience-buttons img{padding: 0 10px;}

ul.contact-information{list-style:none;}
ul.contact-information li{font-style:italic;}
ul.contact-information li.name{color:#0066CC; font-weight:bold;}
ul.contact-information li.primary-phone{color:#FE7404;}
ul.contact-information li.registered{color:#4AA008;}
ul.contact-information li.mail{color:#336699;}

.update-alert {border: 1px solid #E8BA02;padding: 12px;margin: 10px 0;font-weight: bold;background: #FEEFB3 url(../images/update-alert-icon.gif) no-repeat 15px center; color: #9F6000;}
.update-alert p{text-align:center;}

p.manage-buttons img.submit-update{margin:0 15px 0 0;}
p.manage-buttons img.offer-accepted{margin:0 15px 0 0;}
p.manage-buttons img.terminate{margin:0 0 0 0;}

table.manage-client-updates{width:100%;border:1px solid #CCC; border-right:none; border-bottom:none;margin:15px 0;}
table.manage-client-updates th{text-align:left; color:#000; background:#EDFBFE;padding:5px; border-bottom:1px solid #CCC;border-right:1px solid #CCC;}
table.manage-client-updates td{padding:5px;border-bottom:1px solid #CCC;border-right:1px solid #CCC;}
table.manage-client-updates tr.odd{background:#F7F7F7;}
table.manage-client-updates tr.comments{background:#EEEEDD;}
table.manage-client-updates td.comments{padding: 0px;}
table.manage-client-updates div.commentsfield1{float:left;width:330px;padding:2px 2px 2px 25px;background:#EEFFEE url(../images/arrow-down.gif) no-repeat scroll 0 0;}
table.manage-client-updates div.commentsfield1_no_image{float:left;width:330px;padding:2px 2px 2px 25px;background:#EEFFEE;}
table.manage-client-updates div.commentsfield2{float:left;width:110px;padding:2px;background:#EEFFEE;}
table.manage-client-updates div.commentsfield3{float:left;width:122px;padding:2px;background:#EEFFEE;}
table.manage-client-updates div.comments1{float:left;width:330px;padding:2px 2px 2px 25px;}
table.manage-client-updates div.comments1_email_new{float:left;width:330px;padding:2px 2px 2px 25px;background:url(../images/email.png) no-repeat scroll 2px 5px;}
table.manage-client-updates div.comments1_email_open{float:left;width:330px;padding:2px 2px 2px 25px;background:url(../images/email_open.png) no-repeat scroll 2px 5px;}
table.manage-client-updates div.comments1_email_sent{float:left;width:330px;padding:2px 2px 2px 25px;background:url(../images/email_sent.png) no-repeat scroll 2px 5px;}
table.manage-client-updates div.comments2{float:left;width:110px;padding:2px;}
table.manage-client-updates div.comments3{float:left;width:122px;padding:2px;}

.my-alerts table{width:633px;border:1px solid #CCC; border-right:none; border-bottom:none;margin: 0 10px 15px 0;}
.my-alerts table th{text-align:left; color:#000; background:#EDFBFE;padding:5px; border-bottom:1px solid #CCC;border-right:1px solid #CCC;}
.my-alerts table td{padding:5px;border-bottom:1px solid #CCC;border-right:1px solid #CCC;}
.my-alerts table tr.odd{background:#F7F7F7;}

p.rebate-info{color:#686666;}
#submit-buyer-proposal p{clear:both; padding: 0 0 30px 0;}
#submit-buyer-proposal label{float:left; width:200px; color:#FE7404; font-weight:bold; clear:both;}
#submit-buyer-proposal select{border:1px solid #CCC; width:200px;}
#submit-buyer-proposal #buyers, #percentage, #rebate{border:1px solid #CCC; width:200px;}
#submit-buyer-proposal textarea{border:1px solid #CCC;}


#submit-seller-proposal p{clear:both; padding: 0 0 30px 0;}
#submit-seller-proposal label{float:left; width:200px; color:#FE7404; font-weight:bold; clear:both;}
#submit-seller-proposal select{border:1px solid #CCC; width:200px;}
#submit-seller-proposal #buyers, #percentage, #rebate, #buy-side, #sell-side{border:1px solid #CCC; width:200px;}
#submit-seller-proposal textarea{border:1px solid #CCC;}
							


/**********************************************************************************************************************
- ADDITIONAL STYLES FOR AM STEP 2 -
**********************************************************************************************************************/
h1.agent-match{background:url(../images/match-icon.gif) no-repeat 23% 50%;}
h1.agent-match span{color:#57a3e0;}
.lead-steps{width:633px; background:#f7f7f7; border:1px solid #e9e9e9; overflow:hidden; padding:5px 0;}

ul.steps{list-style:none;padding-left:10px;}
ul.steps li{float:left; width: 150px; background:#f7f7f7 url(../images/step-icons.gif) no-repeat; padding-left: 55px;}

ul.steps li.first{background-position:0 -47px; padding: 15px 0 16px 55px;}
ul.steps li.first#active{background-position:0 3px; }

ul.steps li.second{background-position: 0 -143px;}
ul.steps li.second#active{background-position:0 -95px; }

ul.steps li.third{background-position: 0 -240px;}
ul.steps li.third#active{background-position:0 -192px; }

.agent-match-form {width:633px; background:#f7f7f7;border:1px solid #e9e9e9;border-radius: 5px;-moz-border-radius: 5px;-webkit-border-radius:5px; margin-top:15px;}
.steps-info{font-size: 1.4em;}
.agent-match-form p{clear:both; padding: 15px 0 15px 0; border-bottom: 1px dashed #CCC;overflow:hidden;}
.agent-match-form span.location em{border:none; font-size:11px; display:block; padding: 15px 0 10px 0;}
.agent-match-form span.location em.note{color:#F00;}
.agent-match-form span.location select{ width: 96px;}
.agent-match-form label{float:left; width:230px; color:#FE7404; font-weight:bold; clear:both; padding-right: 10px;}
.agent-match-form select{border:1px solid #CCC; width:300px;color:#6C6B6B;
font-weight:bold;}
.agent-match-form select#member-type{margin-bottom:10px;}
.agent-match-form select.am-pricing{width:143px;}
.agent-match-form select.am-about{width:150px;}
.agent-match-form input{border:1px solid #CCC; width:300px;color:#6C6B6B;
font-weight:bold;}
.agent-match-form input.am-city, input.am-state, input.am-zip{ width: 96px;}
.agent-match-form input.radio{ width: 15px; color:#000; border:none;}
.agent-match-form textarea{border:1px solid #CCC; width: 300px;}

.agent-match-form .button{width:194px;}
.agent-match-form p.am-button{text-align:center; border:none; padding:10px 0 0 0;}


#am_form #member-login{padding-top:10px;}
#am_form #member-login input{width:300px;margin-bottom:10px;}
#am_form #member-register input {margin-bottom:10px;}
span.location input.am-address{width:100px;}

/**********************************************************************************************************************
- ADDITIONAL STYLES FOR AM STEP 3 -
**********************************************************************************************************************/
.agent-match-bids {clear:both; background:#F7F7F7; border:1px solid #e9e9e9; padding:10px; border-radius: 5px;-moz-border-radius: 5px;-webkit-border-radius:5px;margin-top:15px; }
.am-proposal{padding:10px 10px 0 10px; border-top:1px solid #CCC; overflow:hidden; margin: 10px 0 0 0; clear:both;}
.am-proposal.odd{background:#F7f7f7;}
.am-proposal-agent{float:left; width:300px;}
.am-proposal-agent img{float:left; margin-right:10px;}
.am-proposal-agent ul{list-style:none; border:none;}
.am-proposal-agent ul li.name{font-weight:bold; font-style:italic;}
.am-proposal-agent ul li.sold{color:#4AA008;}
.am-proposal-agent ul li.active{color:#FE7404;}
.am-proposal-agent ul li.inactive{color:#FE7404;}

.am-prop-agent-stats{float:left; margin-right:40px;}
.am-prop-agent-stats ul{list-style:none;}
.am-prop-agent-stats ul li.stats{color:#686666; font-weight:bold; font-size:.9em;}
.am-prop-agent-stats ul li span{color:#4AA008; font-weight:normal;}

.am-prop-agent-areas{float:left; margin-right:40px;}
.am-prop-agent-areas ul{list-style:none;}
.am-prop-agent-areas ul li.stats{color:#686666; font-weight:bold; font-size:.9em;}
.am-prop-agent-areas ul li span{color:#4AA008; font-weight:normal;}

.am-match-percentage ul{list-style:none; float:left;}
.am-match-percentage ul li.match{background:url(../images/match-logo-orange-sm.gif) no-repeat 98% 50%; padding-right:10px; font-weight:bold; text-align:center;}
.am-match-percentage ul li.match span{color:#57a3e0;}
.am-match-percentage ul li.percentage{background:#FFF;border:1px solid #CCC; padding:5px 30px; text-align:center; color:#FE7404; font-size: 1.3em; font-weight:bold;margin: 10px 0;}
.am-match-percentage ul li.percentage span{color: #FE7404; display:block; font-size:.8em;}

.am-submit-button-top {float:right; padding-bottom:10px;}
div.am-submit-button-bottom {text-align:right; padding-top:15px;}

ul.agent-areas{width: 170px;}
ul.agent-areas li{display:inline; padding-right: 3px;}

.am-bid-choose{background:#EAEAEA; float:right; width: 80px; padding: 49px 0; text-align:center;}
.steps-info-bids{font-size: 1.4em; float:left;}
a.request-bid{float:right;}
a.request-bid-bottom{float:right; padding-top:15px; clear:both;}

div.result-number{clear:both; font-weight:bold; float:left; width:200px;padding-bottom:10px;}
div.all-bids{float:right; padding-right:13px;}



/**********************************************************************************************************************
- ADDITIONAL STYLES FOR AM STEP 4 -
**********************************************************************************************************************/

h2.steps-info-recieved{padding-bottom:10px;}
.proposal-bids{float:left; width:360px; color:#000;}
.proposal-bids img{float:left; margin-right:10px;}
.proposal-bids ul{list-style:none; border:none;}
.proposal-bids span{color:#F00; font-weight:bold;}




.am-prop-bid-manage{width:150px; float:left;}
.am-prop-bid-manage ul{list-style:none; color:#000;}


/**********************************************************************************************************************
- ADDITIONAL STYLES FOR REGION PAGES -
**********************************************************************************************************************/
div.userbar-full select { border: 1px solid #ccc; padding: 3px; }

.regionlistings {
	width:370px;
	margin:10px 10px 10px 0px;
	float:left;
}

.regionlisting, .regionlisting2, .regionlistinghover {
	width: 350px;
	/*height: 145px;*/
	overflow: hidden;
	padding: 10px;
	font-size: .9em;
	border-top: 1px dotted #bebebe;
}
.regionlisting, .regionlistinghover {
	/*background-color: #e9fbfe;*/
	background-color: #f6f6f6;
	
}

.regionlistinghover{
	background-color: #CCE6FF;
	border-top: 1px solid #88c; 
	border-bottom: 1px solid #88c;
	cursor:pointer;
	
}

.propertymappoint {
	font-size:8pt;
	color:#336;
	background:#CCE6FF;
	color:#0066CC;
}


.regionlisting .results_photos, .regionlisting2 .results_photos, .regionlistinghover .results_photos{
	/*width: 70px;*/
	width: 145px;
	height: auto;
}
.regionlisting .results_photo, .regionlisting2 .results_photo , .regionlistinghover .results_photo{
	/*width: 70px;*/
	width: 150px;
	height: 130px;
	margin: 0 20px 0 0;
}
ul.regionlistinginfo {
	list-style: none;
	list-style-type: none;
	margin-right: 10px;
	padding-right: 10px;
	/*border-right: 1px solid #ccc;
	float: left;*/
}
ul.regionlistinginfo2 {
	list-style-type: none;
	/*float: left;
	list-style: none;*/
}
.regionlistingdata { /*float: left; width: 260px;*/ float: right; width: 180px; text-align: left;}
.regionlistingdata a.listingname { font-size: 1.2em; font-weight: bold; display: block;}
ul.regionlistinginfo li.price { font-size: 1.2em; }

.regionsidebar {
	width: 245px;
	float: right;
	margin-top: 10px;
}

div.viewdetails {
	background: url(../images/view-property-details-bg.gif) no-repeat 0 0;
	display: block;
	width: 260px;
	height: 45px;
	margin: 10px 0 0 10px;
	text-align: left;
}
div.viewdetails a {
	margin-left: 80px;
	font-size: 1.2em;
	line-height: 45px;
}
.agentlistings {
	width:625px;
	margin:10px 0px 10px 0px;
}

.agentlisting, .agentlisting2 {
	width: 600px;
	overflow: hidden;
	padding: 10px;
	font-size: .9em;
}
.agentlisting {
	background-color: #e9fbfe;
	border-top: 1px dotted #CCC;
	border-bottom: 1px dotted #CCC;
}
.agentlisting .results_photos, .agentlisting2 .results_photos {
	/*width: 40px;*/
	width: 80px;
	height: auto;
}
.agentlisting .results_photo, .agentlisting2 .results_photo {
	/*width: 70px;*/
	width: 120px;
	margin: 0 10px 0 0;
	height:90px;
}
ul.agentlistinginfo {
	list-style: none;
	list-style-type: none;
	float: left;
	margin-right: 20px;
	padding-right: 10px;
	border-right: 1px solid #ccc;
	width: 170px
}
ul.agentlistingstats {
	/*width: 195px;*/
	width: 135px;
	list-style: none;
	list-style-type: none;
	float: left;
}
.agentlistingdata { float: left; /*width: 400px;*/ width: 350px; }
.agentlistingdata a.listingname { font-size: 1.2em; font-weight: bold; text-decoration: none; display: block;}
ul.agentlistinginfo li.price { font-size: 1.2em; }

.agentmatchbox {
	background: url(../images/agentmatch-icon.gif) no-repeat 0 0;
	width: 100px;
	float: right;
	margin-right: 20px;
}
.agentmatchbox div {
	background-color: #fff;
	border: 1px solid #ccc;
	padding: 20px;
	text-align: center;
	margin-top: 20px;
}
.agentmatchbox span.score {
	font-size: 2em;
	color:#FE7404;
}

.overlay .property-details { width: 280px; }

div.mapdiv div.collapse-container-narrow-tabs { margin-top: 10px; }

.agentlisting ul.agent-interact{float:left; background:#FFF; border:1px solid #EEEEEE;padding:3px; width:430px; text-align:center;}
.agentlisting ul.agent-interact li{display:inline; padding:0 25px;}


.agentlisting2 ul.agent-interact{float:left; background:#FFF; border:1px solid #EEEEEE;padding:3px; width:430px; text-align:center;}
.agentlisting2 ul.agent-interact li{display:inline; padding:0 25px;}


/**********************************************************************************************************************
- ADDITIONAL STYLES FOR REGION SIDEBAR -
**********************************************************************************************************************/

.made-easy p.title { font-size: 1.2em; font-style: italic; margin-top: 10px; }
.made-easy #user-callout, .email-alerts #user-callout { margin: 0 auto; width: 250px;padding: 10px; color: #abacb0;}
.made-easy #resultcount { background-color:#FFFFFF;
border:1px solid #CCCCCC;
float:left;
padding:5px;
text-align:center; }
.made-easy #resultcount span { font-size: 2em; }
.made-easy dl { margin: 0 10px 10px 20px; }
.made-easy dt { float: left; width: 70%; }
.made-easy dd { float: right; width: 30%; text-align: right; }

.made-easy input[type="text"],.made-easy select, .email-alerts select { border: 1px solid #ccc; padding: 3px; width: 250px; margin: 10px 0 0 20px; color: #5F5F5F;}
.made-easy #price_min, 
.made-easy #price_max, 
.made-easy #beds, 
.made-easy #max_beds,
.made-easy #baths,
.made-easy #max_baths,
.made-easy #square_feet,
.made-easy #max_square_feet,
.email-alerts select
{ width: 120px; float: left; }

.email-alerts select { margin-left: 0px; }

.made-easy #price_max, 
.made-easy #max_beds,
.made-easy #max_baths,
.made-easy #max_square_feet
{ margin-left: 10px }

.made-easy ul.agent-details { float: left; }
.made-easy .agentmatch { background-color: #EDFBFE; border: 1px solid #B1C4DF; padding: 10px; float: right; text-align: center; }
.agentmatch { float: left; background-color: #EDFBFE; border: 1px solid #B1C4DF; padding: 10px; float: right; text-align: center; }

ul.greyarrow { list-style: none; list-style-type: none; margin-left: 15px; padding-top: 10px;}
ul.greyarrow li { background: url(../images/grey-arrow-small.gif) no-repeat 0 50%; padding-left: 20px; /*line-height: 10px; margin-bottom: 10px;*/ margin-bottom: 5px; }
ul.greyarrow li.title {background: url('');font-weight:bold}

.inner.email-alerts { width: 275px; }
.inner.email-alerts h3 {
	background: url(../images/callout-icons.gif) no-repeat;
	background-position: 0 -27px;
	color: #FE7404;
	font-size: 1.5em;
	font-style: italic;
	margin: 0;
	padding: 10px 8px 4px 50px;
}

#marketsummary b { color: #000; font-weight: bold; font-size: 1.4em; }
#marketsummary div.halfrow { margin: 0px 0; padding: 10px; width: 45%; font-weight: bold; }
#marketsummary div.mchange,#marketsummary div.mchange2 {
	float: right;
	margin-right: 30px;
	text-align: right;
}
#marketsummary div.mchange span.change {
	background: url(../images/arrow-up-down.gif) no-repeat 0 0;
	padding-left: 20px;
}
#marketsummary div.mchange span.change2 {
	background: url(../images/arrow-up-down.gif) no-repeat 0 -16px;
	padding-left: 20px;
}




/**********************************************************************************************************************
- ADDITIONAL STYLES STATE PAGE CITIES TABS -
**********************************************************************************************************************/
.state-location-links{padding: 5px 10px; overflow:hidden;}
.state-location-links ul{list-style:none;}
.state-location-links ul li{float:left; width: 33%; padding:5px 0px;}
.state-location-links ul li a{background: url(../images/orange-arrow-sm.gif) no-repeat 0 50%; padding-left: 10px;}
.more-city-zips{clear:both; border-top:1px dashed #CCC;padding:10px 5px 0 5px;}
.more-city-zips ul{list-style:none; text-align:right; padding-bottom:10px; clear:both;}
.more-city-zips ul li{display:inline; padding:5px 25px;margin:0 5px;}
.more-city-zips ul li a{background:url(../images/orange-arrow-sm.gif) no-repeat 0 50%; padding-left: 10px; text-decoration:none;}


/**********************************************************************************************************************
- ADDITIONAL STYLES FOR AM POPUPS -
**********************************************************************************************************************/
.am-popup{width:633px;}
.am-popup h1{color:#FE7404; border-bottom: 2px solid #235985; padding-bottom:5px;}
.am-popup h2{border-bottom: 1px dashed #CCC; font-size: 1.1em; font-style:italic; padding:15px 0 5px 0; margin-bottom:15px;}
.am-popup p{font-weight:bold;padding-top: 10px;}
p.am-alert{font-size:0.85em;font-style:italic; float:left; color:#F00; padding:0;}

/*Modify Proposal Form*/
#modify-proposal{padding-top:10px;border-bottom: 2px solid #235985; padding-bottom:5px; overflow:hidden;margin-bottom:20px;}
#modify-proposal div{padding: 5px 0 5px 0;}
#modify-proposal label{vertical-align:top; width: 180px; display:block; float:left;}
#modify-proposal input.text{border:1px solid #CCC; width: 200px;}
#modify-proposal textarea{border:1px solid #CCC;width: 450px;}
#modify-proposal div.button {float:right;}
#modify-proposal div.rebate{border-bottom: 1px dashed #CCC; padding: 0 0 15px 0; margin-bottom: 15px;}

/*Update Client Form*/
#update-client{padding-top:10px;border-bottom: 2px solid #235985; padding-bottom:5px; overflow:hidden;margin-bottom:20px;}
#update-client div{padding: 5px 0 5px 0;}
#update-client textarea{border:1px solid #CCC;width: 630px;}
#update-client div.button {float:right;}

/*Update Client Form*/
#terminate-client{padding-top:10px;border-bottom: 2px solid #235985; padding-bottom:5px; overflow:hidden;margin-bottom:20px;}
#terminate-client div{padding: 5px 0 5px 0;}
#terminate-client textarea{border:1px solid #CCC;width: 630px;}
#terminate-client div.button {float:right;}


/*Modify Proposal Form*/
#offer-accepted{padding-top:10px;border-bottom: 2px solid #235985; padding-bottom:5px;margin-bottom:20px;  height: 300px;
  overflow: -moz-scrollbars-vertical;
  overflow-x: none;
  overflow-y: auto;}
#offer-accepted div{padding: 5px 0 5px 0;}
#offer-accepted label{vertical-align:top; width: 180px; display:block; float:left;}
#offer-accepted input.text{border:1px solid #CCC; width: 200px;}
#offer-accepted textarea{border:1px solid #CCC;width: 410px;}
#offer-accepted div.button {float:right; padding-right: 15px;}


/*Property Page Pop Up*/
.am-prop-popup{width:633px;}
.am-prop-popup .top{border-bottom: 2px solid #235985; padding-bottom:7px; overflow:hidden;}
.am-prop-popup .top p{float:right; color:#686666; font-size:.9em;padding-top:10px;background: url(../images/info-icon-sm.gif) 0 75% no-repeat;padding-left: 18px;}
.am-prop-popup h1{color:#FE7404;  padding-bottom:5px; float:left;}
.am-prop-popup h2{color:#4AA008; text-transform:uppercase;}
.am-prop-popup .intro{border-bottom: 1px dashed #CCC; padding: 10px 0; color:#686666;margin-bottom: 10px;}

.am-option{float:left; width:33%; text-align:center; padding: 10px 0;border:1px solid #FFF; border-right: 1px dashed #CCC;}
.am-option:hover{background:#FEF9E7; border:1px solid #EFDEA4; cursor:default;}
.am-option h3{font-size:1.4em;padding: 0 0 10px 0; font-style:italic;}

#option1 .status{color:#4AA008; text-transform:uppercase;font-style:italic; font-weight:bold;}
#option2 .status{color:#336699; text-transform:uppercase;font-style:italic; font-weight:bold;}
#option3 .status{color:#D80702; text-transform:uppercase;font-style:italic; font-weight:bold;}


#option3{border-right: 1px dashed #FFF;}
#option3:hover{border:1px solid #EFDEA4}
#option3 h3{padding-bottom: 32px;}

.options-detailed{clear:both;border-bottom: 2px solid #235985; padding-bottom:7px; overflow:hidden; margin-bottom:25px;}
.options-detailed p{padding: 7px 0;font-style:italic; font-weight:bold;}

#option1-details{background:#EDFBFE;border:1px solid #B1C4DF;border-radius: 7px;-moz-border-radius: 7px;-webkit-border-radius: 7px;}
#option1-details .inner{padding:12px;}
#option1-details h4{color:#4AA008;font-style:italic; font-weight:bold;font-size:1.2em;}
#option1-details p{color:#686666;line-height:1.5em; margin:.9em 0; padding:0; font-style:normal;}


#option2-details{background:#EDFBFE;border:1px solid #B1C4DF;border-radius: 7px;-moz-border-radius: 7px;-webkit-border-radius: 7px;}
#option2-details .inner{padding:12px;}
#option2-details h4{color:#336699;font-style:italic; font-weight:bold;font-size:1.2em;}
#option2-details p{color:#686666;line-height:1.5em; font-style:normal;margin:.9em 0; padding:0;}

#option3-details{background:#EDFBFE;border:1px solid #B1C4DF;border-radius: 7px;-moz-border-radius: 7px;-webkit-border-radius: 7px;}
#option3-details .inner{padding:12px;}
#option3-details h4{color:#D80702;font-style:italic; font-weight:bold;font-size:1.2em;}
#option3-details p{color:#686666;line-height:1.5em; font-style:normal;margin:.9em 0; padding:0;}


/**********************************************************************************************************************
- ADDITIONAL STYLES AM WHATS NEXT MODULE -
**********************************************************************************************************************/
.am-next {padding:10px;}
h2.am-next-heading{color:#FE7404;}
.am-next ul{list-style:none;}
.am-next ul li{padding: 7px 0 7px 35px;}
.am-next ul li.first{background:url(../images/am-next-step1.gif) no-repeat 0 10px;}
.am-next ul li.second{background:url(../images/am-next-step2.gif) no-repeat 0 50%;}
.am-next ul li.third{background:url(../images/am-next-step3.gif) no-repeat 0 50%;}
.am-next ul li.fourth{background:url(../images/am-next-step4.gif) no-repeat 0 50%;}




.customer-details-section{ border-bottom: 1px dashed #CCC; padding-bottom:10px; margin-bottom:10px; overflow:hidden;}
.customer-details-section img{float:left; margin-right: 10px;}

.client-photo{float:left;}

.client-details{float:left; width: 300px;}
.client-details h3{text-align:left; font-size: 2em; border:none; margin:0; padding:0;}
ul.client-info{list-style:none;}
ul.client-info li{display:inline; padding-right: 5px;}

.customer-details-cta {
	float:right;width:250px;padding:5px;border:1px solid #CCCCCC;
}

.lead-detail-box{background:#EDFBFE; border:1px solid #B1C4DF;padding:0 10px;border-radius: 8px;-moz-border-radius: 8px;-webkit-border-radius:8px; overflow:hidden;margin-top: 0px;}
.lead-detail-box ul{float:left; list-style:none; width: 140px; padding: 10px 0px;}
.lead-detail-box ul li{background:url(../images/am-manage-icons.gif) no-repeat; padding: 4px 0 4px 20px;}

.lead-detail-box ul li.status{background-position: 0 5px;}
.lead-detail-box ul li.location{background-position: 0 -19px;}
.lead-detail-box ul li.prop-detail{background-position: 0 -44px;}
.lead-detail-box ul li.timeframe{background-position: 0 -68px;}
.lead-detail-box ul li.prop-type{background-position: 0 -94px;}
.lead-detail-box ul li.price-range{background-position: 0 -118px;}

/**********************************************************************************************************************
- AGENT EXPERIENCE (From Ben)
**********************************************************************************************************************/

#agent-confirmation-message { background-color: #ffffc7; padding: 20px; width: 593px; }
#agent-claimed-message { background-color: #ffffc7; padding: 20px; width: 593px; font-size: 1.5em;  }
#agent-confirmation-message2 { background-color: #ffffc7; padding: 5px; width: 593px; text-align: center; }
#agent-view-demo { color: #FF3300; font-weight: bold; }
#agent-confirmation-icon { margin: 0 13px 0 0; float: left; }
#agent-how-does-nc-work { margin: -5px 6px 0 0; vertical-align: middle; }
#agent-buttons { margin: 0 15px 0 15px; }
.agent-details{float:right; width: 405px; height: 80px; padding: 10px 0 0 0; }
.agent-details h2 { font-size: 2em; font-style: italic; font-weight: normal; }
.agent-details h4 { font-size: 1.15em; font-style: italic; font-weight: normal; margin: 0 0 10px 0; }
.agent-details-section{ border-bottom: 0px; padding-bottom:10px; margin-bottom:10px; overflow:hidden; }
.agent-experience{padding:10px; background-color: #FFFFFF;}
.agent-register{padding:10px; background-color: #f6f6f6;}
.agent-register h2 { font-size: 15px; font-style: normal; font-weight: normal; color: #41a300; font-weight:bold; margin-bottom:10px; float:none; }
.agent-register .subsection, .referral_agreement_terms .subsection { border:1px solid #ccc; background-color:white; padding:20px; margin-bottom: 20px; }
.agent-register .helpsection { background-color:#EDFBFE; font-weight:bold; }

.agent-register-cta { background-color: #FFF; padding: 20px; border: 2px #41a300 solid; }
.agent-register-cta h3 { color: #41a300; font-size: 20px; }
.agent-register-cta p { color: #000; margin: 10px 0 0 0;}
.agent-register-cta a { color: #000; }
#agent-registration-form label { display: block; font-weight: bold;}

#agent-registration-form input[type=text], #agent-registration-form input[type=password],
#agent-registration-form select { border:1px solid #CCC; width:300px;}

#agent-registration-form .datafield {
	font-weight: bold;
	color: #FE7404;
}

label.error { float: none; clear:left; color: red !important; padding-left: .5em; vertical-align: top; }
.subsection.error {
	border: 2px solid red;
}
#agent-registration-form input.error, #agent-registration-form select.error, .referral_agreement_terms input.error {
	border: 2px red solid;
}

#agent-registration-form select#state {
	width:auto;
}

#agent-registration-form label.checkbox_label, .referral_agreement_terms label.checkbox_label {
	display: inline;
	font-size: 16px;
}

.am-next ul li.completed{background:url(../images/am-completed-step.gif) no-repeat 0 10px;}
.am-next ul li.third_on{background:url(../images/am-next-step3-on.gif) no-repeat 0 10px;}
.am-next ul li.second_on{background:url(../images/am-next-step2-on.gif) no-repeat 0 10px;}
.am-next ul li.first_on{background:url(../images/am-next-step1-on.gif) no-repeat 0 10px;}





/**********************************************************************************************************************
- AGENT SEARCH RESULTS
**********************************************************************************************************************/
#save-agent-search{padding:10px;}
#save-agent-search a{background:url(../images/details-options-icons.gif) no-repeat 0 3px; padding-left:20px;}

#discuss-region-agents{padding:10px;}
#discuss-region-agents form label{color:#FE7404; display:block; padding:3px 0;font-weight:bold; font-style:italic;}
#discuss-region-agents form #discussion-title, #discussion-category, #discussion-comment{border:1px solid #ccc; width:260px;}
#discussion-send{height:27px;
margin:10px 0 5px 50px;
width:149px;}
.discussion-form-note{background:#EDFBFE;
border:1px solid #B1C4DF;
border-radius: 7px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
clear:both;
color:#266FAE;
font-size:0.9em;
font-weight:bold;
margin-bottom:5px;
margin-top:5px;
overflow:hidden;
padding:5px;
text-align:center;}


table.schoolfinder {
	border: none;
}

table.schoolfinder td {
	color: #999999;
}
table.schoolfinder td, table.schoolfinder th { padding: 5px;text-align:left; }

table.schoolfinder thead tr {
	border: 1px solid #b1c4df;
	border-radius: 7px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	font-weight: bold;
	font-size: .9em;
	background: #edfbfe;
	color: #FE7404;
}
table.schoolfinder tfoot tr {
	font-size: .9em;
	text-align: right;
}

table.schoolfinder tr.row2 {
	background-color: #f7f7f7;
}


/**********************************************************************************************************************
- MEMBER EXPERIENCE (From Ben)
**********************************************************************************************************************/
.message_highlight{ background-color: #ffae3f; line-height: 20px; font-weight: bold; }
.realtor-proposal-header { 
    background-color: #ffffc7; 
    border-top: 1px solid #CCCCCC; 
    border-bottom: 1px solid #CCCCCC; 
    margin: 5px 0 10px 0; 
    padding: 15px;
    font-size: 20px;
    font-style: italic;
    font-weight: bold;
}
.new_proposal{padding:10px; overflow:hidden; margin: 0 0 15px 0;}
.new-proposal{padding:10px; border-bottom:1px solid #CCCCCC; overflow:hidden; margin: 0 0 15px 0;}
.new-proposal.odd{background:#F7f7f7;}
.new-proposal-agent{float:left; width:300px;}
.new-proposal-agent img{float:left; margin-right:10px;}
.new-proposal-agent ul{list-style:none; border:none;}
.new-proposal-agent ul li.name{font-weight:bold; font-style:italic; font-size: 20px;}
.new-proposal-agent ul li.sold{color:#4AA008;}
.new-proposal-agent ul li.active{color:#FE7404;}
.new-proposal-agent ul li.inactive{color:#FE7404;}


/**********************************************************************************************************************
- Nearby Locations
**********************************************************************************************************************/
.new-submit-time{clear:both; border-top:1px solid #CCC; border-bottom:1px solid #CCC; padding: 10px; background-color: #336699;}
.new-submit-time a{background:url(../images/orange-arrow-sm.gif) no-repeat 0 50%; padding-left: 10px;}
.new-submit-time p{float:left; width: 85%; font-size:15px; font-style:italic; font-weight: bold; color: #FFFFFF; }


ul.location-links{list-style:none; margin-left:10px; padding-bottom:10px;}
ul.location-links li{padding-bottom:5px; padding-left:15px; padding-right: 5px; background:url(../images/orange-arrow-sm.gif) no-repeat 0 50%;}
ul.location-links li.title{padding-bottom:5px; padding-left:0px; background:url();}
ul.location-links a{/*padding-left:12px; margin:10px;*/}
ul.location-links a.view-all{color:green; font-style:italic; font-weight:bold; background:none;}


/**********************************************************************************************************************
- styles for top-text containers
**********************************************************************************************************************/
.top-text p{padding:10px; line-height:1.5em; font-style:italic;}


/**********************************************************************************************************************
- styles for change-location popup
**********************************************************************************************************************/
#changelocation h2{font-size:1.5em;font-style:italic;}
#changelocation form{background:#F7F7F7;border:1px solid #E9E9E9; overflow:hidden; margin: 5px 0 15px 0; padding: 10px 0;border-radius: 7px;-moz-border-radius: 7px;	-webkit-border-radius: 7px;}
#changelocation input#newlocation{border:1px solid #CCC; margin-top:5px; width:335px;}
#changelocation p.update{padding: 5px 5px 0 0; text-align:right;}

#changelocation p.update-info{font-size:.9em; margin-bottom:15px;background:#EDFBFE;border:1px solid #B1C4DF;border-radius: 7px;-moz-border-radius: 7px;-webkit-border-radius: 7px; padding: 7px;}


/**********************************************************************************************************************
- styles for agent links (agent-search)
**********************************************************************************************************************/

#agentsearchlinks ul{list-style:none; padding:5px;clear:both;}
#agentsearchlinks ul li.pop-state{display:block;border-bottom:1px dashed #CCCCCC;
font-size:1.3em;
font-style:italic;
margin-bottom:10px;
padding:15px 0 5px 0; overflow:hidden; }

#agentsearchlinks ul li.location{background:url(../images/orange-arrow-sm.gif) no-repeat 0 50%;
float:left;
padding:0 0 5px 10px;
width:40%;}

/**********************************************************************************************************************
widget faq
**********************************************************************************************************************/
.widget-faq {width:290px;}
.widget-faq dl dt{padding: 10px 0; font-size:1.1em; font-style:italic; font-weight:bold;}
.widget-faq dl dd{color:#686666;border-bottom:1px dashed #CCCCCC;padding:0 0 7px 0;}



span.summary-save{float: right; font-size:87%; padding: 3px 0 5px 0;}
span.summary-save a{padding:3px 0 0 20px;}
p.results-summary{ font-style:italic; padding:5px 0 5px 10px; font-size:1.2em;}
.search-details{width: 65%;float:right;}
p.summary-section{font-weight:bold; font-style:italic; padding:10px 0 5px 0; border-bottom:1px solid #CCC;margin:0 10px; color:#FE7404;}
.summary-agents{margin:10px;clear:both; overflow:hidden; border-bottom: 1px dashed #CCC; padding-bottom:5px;}
.summary-agents img{float:left; margin-right: 4px;}
.summary-agents ul{list-style:none; float:left; font-size:.87em;width: 120px;}
.summary-agents ul.agent-interact{clear:both; background:#FFF; border:1px solid #EEEEEE;width:100%;padding:3px; margin: 3px 0;text-align:center;}
.summary-agents ul.agent-interact li{display:inline; padding:0 7px;}
.summary-agents ul.agent-interact li a{color:#4AA008;font-weight:bold;text-decoration:none;}
.summary-agents ul.agent-interact li a:hover{color:#FE7404;}

.col-bottom p {float:left;}
.col-bottom2 p {float:left; padding:10px;}
p.powered-by{font-size:.8em; position:relative;}
p.powered-by img {left:55px;position:absolute;top:1px;}
p.more-agents a{background:url(../images/orange-arrow-sm.gif) no-repeat 0 50%; padding-left:10px; margin-left:10px; text-decoration:none; font-size:87%; overflow:hidden;}


.member_agreement p {border-bottom:1px dashed #CCCCCC;clear:both;overflow:hidden;padding:5px 0}
.member_agreement label {color:#FE7404;font-weight:bold;clear:both;float:left;padding-right:10px;width:230px;}
.member_agreement input{border:1px solid #CCC;width:196px;color:#6C6B6B;font-weight:bold;}
.member_agreement input.chkbox{width:10px;}
.member_agreement select {border:1px solid #CCC;width:145px;color:#6C6B6B;font-weight:bold;}



.best-agents{width:292px;border-top: 1px solid #CCC; margin-top:5px;}

/* agent/blog thumbnail images FF/SAFARI hack included*/
.agentThumbBorder {
				border:1px solid #bbb;background:#fff;
				float:left;
				width:30px !important;height:35px;margin-right:6px;
}
			
html>body .agentThumbBorder { /* FF/Safari only */
				padding:5px;
				width:55px !important;height:40px !important;
}
			
.smallAgentThumbs {
				width:55px !important;height:50px !important;
				overflow:hidden;
}
			
html>body .smallAgentThumbs { /* FF/Safari only */
				width:55px !important;height:45px !important;
}


/***************NEW******************/
/**** USED BY BROKER PROFILE AND AGENT PROFILE ***/
/* Layout Map Rollover */
#map_active_listing{position: relative;}
#map_inactive_listing{position: relative;}
	
.over_results{position: absolute;top: 0;left: 600px;background: url(../img/bgd_over_results.png) no-repeat;width: 321px;height: 129px;z-index: 19999;}
.over_results address{font: bold italic 10px/11px "Trebuchet MS", Arial, Helvetica, sans-serif;color: #3c9e00;margin: 23px 0 0 15px;}
.over_broker{font: 9px/10px "Trebuchet MS", Arial, Helvetica, sans-serif;color: #265c8e;margin: 1px 0 0 15px;}
.over_bed, .over_sqft, .over_bath, .over_price, .over_tot_homes, .over_avg_price{position: absolute;font: bold italic 11px/11px "Trebuchet MS", Arial, Helvetica, sans-serif;color: #ffffff;}
.over_bed{top: 63px !important; top: 64px;right: 210px;}
.over_sqft{top: 63px !important; top: 64px;right: 109px;}
.over_bath{top: 83px !important; top: 84px;right: 210px;}	
.over_price{top: 83px !important; top: 84px;right: 109px;}	
.over_photo{position: absolute;top: 48px;left: 224px;}
.over_photo img{width: 85px;height: 63px;}
.frame_over{background: url(../img/frame_over.gif) no-repeat;position: absolute;top: 0;left: 0;width: 85px;height: 63px; }
.over_neigh{position: absolute;top: 0;left: 0;background: url(../img/bgd_over_neigh.png) no-repeat;width: 221px;height: 135px;z-index: 19999;}
.over_neigh h4{font: bold italic 10px/11px "Trebuchet MS", Arial, Helvetica, sans-serif;color: #3c9e00;margin: 23px 0 0 11px;}
.over_neigh span{float: right;font: bold italic 10px/11px "Trebuchet MS", Arial, Helvetica, sans-serif;color: #2d6aa6;margin: 23px 14px 0 0;}	
.over_tot_homes{top: 51px !important; top: 52px;right: 21px;}
.over_avg_price{top: 71px !important; top: 72px;right: 21px;}
.button_view_neigh{position: absolute;top: 90px !important; top: 91px;right: 14px;}
/* /Layout Map Rollover */

/* 
================================================
autosuggest, inquisitor style
================================================
*/

div.autosuggest
{
	position: absolute;
	background-position: top;
	background-repeat: no-repeat;
	padding: 0px 0 0 0;
	z-index: 10000;
}

/* IEXX compatinility */
* html div.autosuggest {
	padding-top:1px; 
}

/* Only IE7 compatibility */
*+html div.autosuggest {
	margin-top:12px;
	padding:0px;
}

div.autosuggest div.as_header
{
	margin-top:5px;
	position: relative;
	height: 3px;
	padding: 1px 0 0 0 ;
	border-top:1px solid #95a5c6;
	border-left:1px solid #95a5c6;
	border-right:1px solid #95a5c6;
	background-color:#ffffff;
	background-position: top right;
	background-repeat: no-repeat;
	overflow: hidden;
}
div.autosuggest div.as_footer
{
	position: relative;
	height: 3px;
	padding: 1px 0 0 0 ;
	border-bottom:1px solid #95a5c6;
	border-left:1px solid #95a5c6;
	border-right:1px solid #95a5c6;
	background-color:#ffffff;
	background-position: top right;
	background-repeat: no-repeat;
	overflow: hidden;
}
/* Only IE7 compatibility */
*+html div.autosuggest div.as_header { margin-top:0px; }
* html div.autosuggest div.as_header { margin-top:5px; }

div.autosuggest div.as_footer
{
	/* border-bottom:1px solid #95a5c6; */
}

div.autosuggest div.as_header div.as_corner,
div.autosuggest div.as_footer div.as_corner
{
	position: absolute;
	top: 0;
	left: 0;
}
div.autosuggest div.as_footer div.as_corner
{
	
}
div.autosuggest div.as_header div.as_bar,
div.autosuggest div.as_footer div.as_bar
{
	height: 0px;
	overflow: hidden;
	background-color: #ffffff;
}


div.autosuggest ul
{
	list-style: none;
	margin: 0 0 -4px 0;
	padding: 0;
	overflow: hidden;
	background-color: #ffffff;
	border-left:1px solid #95a5c6;
	border-right:1px solid #95a5c6;
}

div.autosuggest ul li
{
	color: #5776ae;
	padding: 0;
	margin: 0 4px 4px;
	text-align: left;
}

div.autosuggest ul li a
{
	color: #000000;
	display: block;
	text-decoration: none;
	background-color: transparent;
	/*text-shadow: #000 0px 0px 5px;*/
	position: relative;
	padding: 0;
	width: 100%;
}
div.autosuggest ul li a:hover
{
	background-color: #3b5998;
	text-decoration:none;
}
div.autosuggest ul li.as_highlight a:hover
{
	background-color: #3b5998;
	text-decoration:none;
}

div.autosuggest ul li a span
{
	display: block;
	padding: 3px 6px;
	font-weight: normal;
}

div.autosuggest ul li a span small
{
	font-weight: normal;
	color: #999;
}

div.autosuggest ul li.as_highlight a span small
{
	color: #ccc;
}

div.autosuggest ul li.as_highlight a
{
	color: #fff;
	background-color: #3b5998;
	background-position: bottom right;
	background-repeat: no-repeat;
	text-decoration:none;
}

div.autosuggest ul li.as_highlight a span
{
	background-position: bottom left;
	background-repeat: no-repeat;
}

div.autosuggest ul li a .tl,
div.autosuggest ul li a .tr
{
	/*background-image: transparent;*/
	background-repeat: no-repeat;
	width: 6px;
	height: 6px;
	position: absolute;
	top: 0;
	padding: 0;
	margin: 0;
}
div.autosuggest ul li a .tr
{
	right: 0;
}

div.autosuggest ul li.as_highlight a .tl
{
	left: 0;
	background-position: bottom left;
}

div.autosuggest ul li.as_highlight a .tr
{
	right: 0;
	background-position: bottom right;
}

div.autosuggest ul li.as_warning
{
	font-weight: bold;
	text-align: center;
}

div.autosuggest ul li.as_header
{
	font-weight: bold;
	font-size:14px;
	color:#FFFFFF;
	background:#999;
	padding-left:6px;
	padding-top:2px;
	padding-bottom:2px;
}

div.autosuggest ul em
{
	font-style: normal;
	font-weight:bold;
	color: #000000;
	background-color:#d8dfea;
}

/*
 * imgAreaSelect animated border style
 */
.imgareaselect-border1 {background: url(../images/border-anim-v.gif) repeat-y left top;}
.imgareaselect-border2 {background: url(../images/border-anim-h.gif) repeat-x left top;}
.imgareaselect-border3 {background: url(../images/border-anim-v.gif) repeat-y right top;}
.imgareaselect-border4 {background: url(../images/border-anim-h.gif) repeat-x left bottom;}
.imgareaselect-border1, .imgareaselect-border2,.imgareaselect-border3, .imgareaselect-border4 {opacity: 0.5;filter: alpha(opacity=50);}
.imgareaselect-handle {background-color: #fff;border: solid 1px #000;opacity: 0.5;filter: alpha(opacity=50);}
.imgareaselect-outer {background-color: #000;opacity: 0.5;filter: alpha(opacity=50);}
.imgareaselect-selection {}

/*mortgage-calculator*/
.about-nc p.mortage_para {
	float: none;
	width: 250px;
}
.about-nc p.mortage_account {
	float: none;
}

/*Added oct-16-09 */
.previous-page-thanks {background:#7EA334; padding:2px 0px; color:#FFF; margin-bottom:10px; text-align:center; height:30px; width:230px; padding-top:10px; border-radius: 7px; font-size: 1.2em; 
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;}
.previous-page-thanks a{color:#fff; text-decoration:none; font-weight:bold;}
.previous-page-thanks a:hover{text-decoration:underline;}

.member-select-proposal1 {float: right; margin: -25px 0 0 0;}
.member-select-proposal2 {float: right; margin: -25px 15px 0 15px;}

.sort_listing_service_area {font-family: Trebuchet MS; font-weight: bold; font-size: 14px;}

.all-required {padding-bottom: 5px}

/* css for jquery scrollbar for prop listings */

		
.holder{
	margin-top:10px;
	border: 1px solid #b1b1b1; /* was bbb */
	z-index: -1000;
	width:370px;
	float:left;
}
.scroll-pane {
	
	width: 370px;
	height: 600px;
	overflow: auto;
	background: #fff;
	float: left;
}

.jScrollPaneContainer {
	position: relative;
	overflow: hidden;
	z-index: 1;
}

.jScrollPaneTrack {
	position: absolute;
	cursor: pointer;
	right: 0;
	top: 0;
	height: 100%;
	background: #ddd;
}
.jScrollPaneDrag {
	background: #006699 url(/images/drag_grab.gif) no-repeat 50% 50%;
	position: absolute;
	cursor: pointer;
	overflow: hidden;
}
.jScrollPaneDragTop {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
}
.jScrollPaneDragBottom {
	position: absolute;
	bottom: 0;
	left: 0;
	overflow: hidden;
}

/* Hide Show class */
.hideShow {
	padding:7px 6px 0 0;
	float:right;
	font-style:normal;
	display:inline;
	font-size:11pt;
	font-weight:bold;
}

.hideShow A{
	font-weight:bold;
	text-decoration:none;
}




/* new updates (anything i added or changed i moved below this line and edited)
------------------------------------------------------------------------------------------------------------------------ */
/*self-clear floats*/
.group:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

#property_container .like-buttons {
	float:left;
	margin: 6px 12px 0 0;
}
#agent_container h1,
#broker_container h1,
.region_container h1,
.state_container h1 {
	float: left;
}
#agent_container .like-buttons,
#broker_container .like-buttons,
.region_container .like-buttons {
	float:left;
	margin: 0px 0 9px 10px;
}
.state_container .like-buttons {
	float:left;
	margin: 0px 0 3px 10px;
}
.state_container p.intro {
	clear: left;
}
/* property price (updated)
--------------------------------------------- */
#price-corner {
	float:right;
	width:205px;
}
.sold-agent-info {
	font-size:12px;
	background-color: #fff;
    border: 1px solid #ccc;
    -moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
	padding: 5px;
}
.property-status {
	text-align: center;
	font-weight: bold;
	font-size: 16px;
	padding: 5px;
	border: 1px solid #DADADA;
	border-top:0;
	background: #ffffff;
}
.sold, .last-known {
    border: 1px solid #FF5151;
    -moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
    color: #D6010E;
}
.sold span {
	font-size: 18px;
}
.sold-on {
	font-size: 12px;
}
.last-known span {
	font-size: 12px;
}
.property-price {
	text-align: center;
	font-weight: bold;
	font-size: 18px;
	padding: 5px;
	color: #FE7404;
	border: 1px solid #DADADA;
	border-top:0;
	background: #ffffff;
}
.property-price span {
	font-size: 14px;
}

.footage-price {
	font-weight: bold;
	font-size: 1.2em;
	padding: 4px;
	color: #FE7404;
	border: 1px solid #DADADA;
	border-top:0;
	background: #ffffff;
	float:right;
	position:absolute;
	right:95px;
	top:0;
	text-align:center;
	line-height:13px;
}
.footage-price em {
	display:block;
	font-size:.68em;
	font-weight:normal;
}
.low-mortgage {
	font-weight: bold;
	font-size: 1.2em;
	padding: 4px;
	color: #FE7404;
	border: 1px solid #DADADA;
	border-top:0;
	background: #ffffff;
	float:right;
	position:absolute;
	right:4px;
	top:0;
	text-align:center;
	line-height:13px;
}
.low-mortgage em {
	display:block;
	font-size:.68em;
	font-weight:normal;
}
.low-mortgage a {
	text-decoration:none;
	color:#FE7404;
}
.low-mortgage a:hover {
	color:#266FAE;
}

/* property photos (updated)
--------------------------------------------- */

div.scrollable {
	
	/* required settings */
	position:relative;
	overflow:hidden;	 	
	width: 335px;	
	height:125px;	
	
	
	/* custom decorations */
	float:left;
	/*padding:2px 0;*/
	margin-top: 3.5px;
}

div.mapdiv div.scrollable { width: 125px; }
div.mapdiv div.property-picture-slide { width: 190px; }

/* 
	root element for scrollable items. Must be absolutely positioned
	and it should have a super large width to accomodate scrollable items.
	it's enough that you set width and height for the root element and
	not for this element.
*/
div.scrollable div.items {	
	width:500em;	
	position:absolute;
	clear:both;		
	
	/* decoration */
	margin-left:4px;
}

/* single scrollable item */
div.scrollable div.items div {
	float:left;
	}
div.scrollable div.items div a{display:block; clear:both;background-color:#fff;
border:2px solid #CCCCCC;padding:1px;margin:0 7px 4px 0;}

/* active item */
div.scrollable div.items div.active a {
	background-color:#fff;
	border:2px solid #7EA334;
}


/* slide controls */
.property-picture-slide a.prev.disabled{background:url(../images/slide-controls.gif) no-repeat; display:block; width:28px; height:126px; background-position:0px 0px; text-indent:-9999em;float:left;}
.property-picture-slide a.prev{background:url(../images/slide-controls.gif) no-repeat; display:block; width:28px; height:126px; background-position:0px -126px; text-indent:-9999em;float:left;}

.property-picture-slide a.next.disabled{background:url(../images/slide-controls.gif) no-repeat; display:block; width:28px; height:126px; background-position:0px -252px; text-indent:-9999em;float:left;}
.property-picture-slide a.next{background:url(../images/slide-controls.gif) no-repeat; display:block; width:28px; height:126px; background-position:0px -378px; text-indent:-9999em;float:left;}

/* property pictures (updated)
--------------------------------------------- */
.property-picture {padding: 5px;width:380px;float:left;margin: 5px 5px 0 0;}
.property-picture-region {clear: both;padding: 5px;float:left;margin: 5px 5px 0 0;}
img.prev-photo{float:left;}
img.next-photo{padding-top:0;}
.property-picture-slide {overflow:hidden;padding:3px 0px;width:395px;}
#property_picture_slide_frame a img{padding: 0 6px;}
.property-picture-slide ul {background: #efeded;border: 1px solid #e4e0e0;padding: 5px 5px;text-decoration: none;}
.property-picture-slide ul li {display: inline;padding: 0 7px;}
.property-picture-slide div.frame{float:left;overflow: auto;overflow-x: hidden;overflow-y: hidden;width: 215px;	height:35px;	margin: 0 10px;}

/* property details section (updated)
--------------------------------------------- */

.property-details {	float:right;margin:10px 10px 0 0; width:193px;}
.property-details h2{border-bottom:1px solid #CCC; padding-bottom:5px; position:relative;}
.property-details h2 img{position:absolute; right:0;}
.property-details h3{font-size:1.1em; padding:10px 0; text-align:center; font-style:italic;}
.property-details img.request-button{padding:3px 0;}
.property-details ul.one-level, .property-details ul.two-level, .property-details ul.full-column{border-bottom: 1px dotted #CCC; list-style:none; color:#FE7404; padding:10px 0; font-size:1em;}
.property-details ul.one-level strong, .property-details ul.two-level strong, .property-details ul.full-column strong{color:#336699;}

.property-details ul.mls-number{border-bottom: 1px dotted #CCC; list-style:none; color:#FE7404; padding:5px 0; font-size:1.1em; width:100%; position:relative;}
.property-details ul.mls-number li strong{color:#336699; position:absolute; right:0px;}
p.courtesy-text{clear:both; border-top:1px solid #CCC; padding:7px 0 5px 0; text-align:center;font-size: .85em;}
.aff-disc {margin:0 auto; padding:7px 0 5px 0; text-align:center;font-size: .85em; font-style: italic;}
#property_container .aff-disc { clear:both;width: 470px; }
.best-agents p.aff-disc { padding:7px 4px 15px 4px;  }

/*full column*/
.property-details ul.full-column{width:100%;}
.property-details ul.full-column strong{display:block; padding:3px 0 0 0;}

/*one level*/
.property-details ul.one-level li{float:left; width:48%;}

/*two level*/
.property-details ul.two-level li{float:left; width:48%;}
.property-details ul.two-level strong{display:block;padding:3px 0 0 0;}
.property-details ul.two-level span{font-size:.8em; font-weight:normal;}

/*property assitance box*/
.property-assistance{text-align:center;}
.property-assistance span{display:block; padding-top:10px;}
.property-assistance h4{padding: 3px 0;color:#FE7404;font-size:1.5em;}
.property-assistance ul{text-align:left; margin-left:60px; }

/* rebate container
--------------------------------------------- */
.rebate-container{background:#F7F7F7;border:1px solid #E9E9E9;margin-bottom:15px;width:290px;}
.rebate-container-inner {background:#FFFFFF;border:1px solid #E9E9E9;margin:3px;padding:7px 4px;}
.rebate-container-inner p {line-height:19px;text-align:center;}
.rebate-container-inner p a {color:#FE7404;text-align:center;font-size:.9em;}
.rebate-container-inner img {padding:3px 0 0 0;}
.rebate-container-inner strong{display:block;color:#FE7404;font-size:1.7em;}

/* listing lead container
--------------------------------------------- */
#listinglead-container { background: #d9d9d9; }
.listinglead-container-inner { background:#FFFFFF;border:1px solid #E9E9E9;margin:3px;padding:18px 18px 10px 18px;}
.listinglead-container-inner input.short { width: 60px; }
.listinglead-container-inner input.medium { width: 190px; }
.listinglead-container-inner input.long { width: 238px; }
.listinglead-container-inner .submit-button { float:right; margin-right:10px; }
.listinglead-container-inner label { font-weight: bold; }
.listinglead-container-inner label em { font-weight: normal;}
.listinglead-container-inner p { margin-bottom: 15px; }
#qualified-info-overlay ul {
	margin: 25px;
}

.privacy-policy-overlay-trigger {
	margin-top: 10px;
	font-size: 11px;
}
#privacy-policy-overlay h3, #privacy-policy-overlay p {
	margin-bottom:10px; 
}

/* adsense-property-right container (property page right side)
--------------------------------------------- */
.adsense-property-right-container{background:#F7F7F7;border:1px solid #E9E9E9;margin-bottom:15px;width:290px;}
.adsense-property-right-inner{background:#FFF url(../images/rebate-bg.gif) no-repeat center center;border:1px solid #E9E9E9;margin:3px;padding:7px 3px;}
.adsense-property-right-inner p{text-align:center; line-height:22px;}
.adsense-property-right-inner p a{text-align:center; color:#FE7404; margin-bottom:7px;}
.adsense-property-right-inner img{padding:10px 0;}
.adsense-property-right-inner strong{display:block;color:#FE7404;font-size:1.7em;}

/* info/viewing form updates - property page
--------------------------------------------- */
.user-questions{background:#f7fcfd; padding:10px 0 10px 10px; border:1px solid #B1C4DF;}
.user-questions div{float:left; padding-right:40px;}
.user-questions div label{display:block; font-weight:bold; color:#FE7404; padding-bottom:5px;}
.user-questions p{float:left; color:#000;}

.user-details{padding:10px 0;}
.user-details label{display:block; font-weight:bold; color:#FE7404; padding-bottom:5px; position:relative;}
.user-details label em{float:right; font-size:.8em; color:#999; position:absolute; right:0px;}
.user-details label em.highlight{color:red;}
.user-details div{float:left; padding:7px 10px; margin-left:5px; width:265px;}
.user-details div input{border:1px solid #CCC; width:265px;padding:5px; color:#666666;}
.user-details div select{width:265px;}
.user-details p{clear:both;padding:7px 10px; margin-left:5px;}
.user-details p textarea{border:1px solid #CCC; width:97%;padding:5px; color:#666666;}

.user-viewing{background:#f7fcfd; padding:10px 0 10px 10px; border:1px solid #B1C4DF; margin:-1px 0 7px 0;}
.user-viewing div{float:left; padding-right:15px;}
.user-viewing div label{display:block; font-weight:bold; color:#FE7404; padding-bottom:5px;}

div#form_viewing, div#popup_viewing {display:none;}

.realtor-message,.agent-message,.seller-message, .working-message{display:none;}
.messages p{padding:10px;}
p.info-submit{float:right; padding: 5px 10px;}

p.side_text_bottom{float:left;width:320px;font-size:11px;color:#000; margin-left: 20px;}
p.side_text_bottom_long{float:left;width:320px;font-size:11px;color:#000; margin-left: 20px;}
p.side_text_top {color:#000000;font-size:11px;padding:10px 213px 0 10px;}

/* Comparable properties
--------------------------------*/
.comparable_regionlistings, .comparable_regionlistings_top {
	width:100%;
	margin:10px;
	float:left;
}

.comparable_regionlisting{
	float:left; 
	overflow: hidden;
	padding: 10px;
	border-top: 1px dotted #bebebe;
	background-color: #fff;
}
.comparable_regionlistings_top .comparable_regionlisting {
	width: 131px;
	font-size: 10px;
}
.comparable_regionlistings .comparable_regionlisting {
	width: 46%;
	font-size: .9em;
}

.comparable_regionlisting.even {
	background-color: #f6f6f6;
	
}

.comparable_regionlisting .results_photo {
	width: 108px;
	height: 83px;
	margin: 0 5px 0 0;
	overflow: hidden;
}

.comparable_regionlisting .results_photos {
	width: 100px;
	height: auto;
	padding: 3px;
}

ul.comparable_regionlistinginfo {
	list-style: none;
	list-style-type: none;
	margin-right: 10px;
	padding-right: 10px;
}
.comparable_regionlistingdata {  text-align: left;}
.comparable_regionlistings_top .comparable_regionlistingdata {
 	float: left;
}
.comparable_regionlistings .comparable_regionlistingdata {
	width: 160px; 
	float: right;
}
.comparable_regionlistingdata a.comparable_listingname { font-size: 1.2em; font-weight: bold; display: block;}
ul.comparable_regionlistinginfo li.price { font-size: 1.2em; }


.container-narrow-google-adsense {
	margin-bottom: 15px;
	text-align: center;
}

.container-narrow-google-adsense-border{
	border:1px solid #E9E9E9;
	margin-bottom: 15px;
	text-align: center;
}
	
.container-wide-google-adsense {
	border:1px solid #E9E9E9;
	margin-bottom:15px;
	padding:15px;
}

.header-google-adsense{
	float:right;
}

/**************************
badges
**************************/
.dark-badges {
	display:none;
}
.badges {
	background: #f7f7f7;
	border: 1px solid #e9e9e9;
	border-radius: 7px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	width: 623px;
	padding: 5px;
	margin-bottom: 20px;
	overflow: hidden;
}
.badges h2 {
	position:relative;
	color: #FFF;
	font-size: 1.2em;
	font-style: italic;
	background:  url(http://www.neighborcity.com/images/blue-strip-short.gif) 0 50% no-repeat;
	padding: 3px 5px 8px 15px;
	margin-bottom: 10px;
	padding:3px 8px 4px;
	width:250px;
}
.badges h2 em {
	background:#fc9604;
	position:absolute;
	right: 5px;
	top:-5px;
	font-size:.6em;
	border-radius: 7px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	padding: 0 5px;
}
.badges p {
	line-height:1.6em;
	margin:0.5em 0;
}
.badges .last {
	border:none;
	padding-bottom:0;
}
.badges h3 {
	color:#4aa008;
	font-size:1.2em;
	font-weight:normal;
}
.badge-section {
	padding:10px 0;
	border-bottom:1px solid #e4e4e4;
	overflow:hidden;
}

.badge-section img {
	float:left;
	padding-right: 15px;
}
.badge-section input {
	border:1px solid #CCCCCC;
	font-size:1em;
	width:460px;
	margin-top:5px;
	padding:5px;
	color:#6d6c6c;
}

p.close-badges {
	text-align:center;
}

/** ADD NEW LISTINGS **/
.add-listing-form {padding-left:20px;}
.add-listing-form h3 {padding: 5px 0 5px 0;border-bottom:1px solid #CCC;width:96%;}
.add-listing-form h4 {padding: 15px 0 5px 0;border-bottom:1px solid #CCC;width:96%;}
.add-listing-form p.submit-listing {text-align:center;margin:15px 0;clear:both;}
.add-listing-form label {color:#FE7404;display:block;font-style:italic;font-weight:bold;padding:0 0 5px 0;overflow:hidden;}
.add-listing-form label em {color:#959595;float:right;font-size:0.8em;font-style:italic;padding:0 25px 0 0;}
.add-listing-form label strong {float:left;}

.add-listing-form .top-section {overflow:hidden;clear:both;padding-top:10px;}
.add-listing-form .top-section p {float:left;width:50%;*width:48%;/*IE7*/}
.add-listing-form .top-section p input {border:1px solid #CCCCCC;width:270px;padding:3px;color:#5f5f5f;}
.add-listing-form .top-section p select {border:1px solid #CCCCCC;width:278px;padding:3px;color:#5f5f5f;}

.add-listing-form .location-section {clear:both;margin-top:10px;overflow:hidden;}
.add-listing-form .location-section p {float:left;width:33%;}
.add-listing-form .location-section p select {border:1px solid #CCCCCC;	width:182px;padding:3px;color:#5f5f5f;}

.add-listing-form .one-column {overflow:hidden;clear:both;padding-top:10px;}
.add-listing-form .one-column p textarea {border:1px solid #CCCCCC;width:570px;padding:3px;color:#5f5f5f;overflow:auto;}

.add-listing-form .two-column {overflow:hidden;clear:both;padding-top:10px;}
.add-listing-form .two-column p {float:left;width:50%;*width:48%;/*IE7*/}
.add-listing-form .two-column p img {float:left;padding:5px 0;}
.add-listing-form .two-column p a {padding:8px 0 0 15px;display:block;float:left;font-size:11px;}
.add-listing-form .two-column p input {border:1px solid #CCCCCC;width:270px;padding:3px;color:#5f5f5f;}
.add-listing-form .two-column p select {border:1px solid #CCCCCC;width:278px;padding:3px;color:#5f5f5f;}
.add-listing-form .two-column p textarea {border:1px solid #CCCCCC;width:272px;padding:3px;color:#5f5f5f;overflow:auto;}

.add-listing-form .upload-section {overflow:hidden;clear:both;padding-top:10px;}
.add-listing-form .upload-image-div {border:thin solid #CCCCCC;height:75px;overflow:auto;margin-bottom:10px;margin-top:2px;width:275px;}

#message_success .error_message{color:#ff0000;padding-bottom:10px;}
#message_success .success_message{color:#4AA008;padding-bottom:10px;}

/*NEW STYLES FOR MANAGE PHOTOS*/
ul.manage-photos{list-style:none;margin:15px 0 20px 0;overflow:hidden;}
ul.manage-photos li{float:left; width:70px;padding: 5px 10px;}
ul.manage-photos li img{width:60px; height:60px; border:1px solid #CCC; background:#FFF; padding:3px;}
ul.manage-photos li a{display:block; text-align:center;font-size:11px;}


/* Schedule viewing popup styling */
.info-request-img {margin:10px 0;}
.info-request-img img{float:left; width:80px; height:80px;}
.info-request-img ul{list-style:none; float:right; width:83%;}
.info-request-img ul li.notice{padding-top:10px; color:#000; font-size:11px;}



.community-entry ul.user-stats{text-align:left;padding-left:10px;}
.community-entry ul.user-stats li{background:url(../images/community-icons2.gif) no-repeat 0 0; padding:5px 0 5px 25px;font-size:14px;}
.community-entry ul.user-stats li a{float:right;padding-right:20px;}
.community-entry ul.user-stats li.member-blogs{background-position:0px 5px;}
.community-entry ul.user-stats li.member-questions{background-position:0px -20px;}
.community-entry ul.user-stats li.member-answers{background-position:0px -72px;}
.community-entry ul.user-stats li.member-replies{background-position:0px -98px;}
.community-overview p{padding:3px 0;}






/*top ad*/
.top-ad {
	background:#edfbfe;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius:8px;
	padding:10px;
	width:470px;
	position:relative;
}
.top-ad p {
	background:url(../img/dollar-icon-lg.gif) no-repeat 0 50%;
	padding-left:40px;
	font-size:16px;
	font-weight:bold;
	color:#fe7404;
	width:300px;
	font-style:italic;
}
.top-ad a {
	border-left:1px solid #DEF6FB;
	display:block;
	font-size:12px;
	font-weight:normal;
	height:20px;
	padding:10px 0 10px 10px;
	position:absolute;
	right:10px;
	text-decoration:underline;
	top:11px;
}
/*side ad*/
.side-ad {
	background:#EDFBFE;
	border:1px solid #B1C4DF;
	margin-bottom:5px;
	padding:10px;
	text-align:center;
	width:270px; /* it was 290 */
	border-radius:7px;
	-moz-border-radius:7px;
	-webkit-border-radius:7px;
}
.side-ad h4 {
	background:url(../img/dollar-icon-sm.gif) no-repeat 0 50%;
	color:#FE7404;
	font-size:16px;
	font-style:italic;
	font-weight:bold;
	padding-left:23px;
	text-align:left;
}
.side-ad p {
	padding-top:5px;
	text-align:left;
}
/*inline ad*/
#user-callout h3.ad {
	background:url(../img/dollar-icon-sm.gif) no-repeat 19px 10px;
	color:#FE7404;
}




/****************************************/
/******** STYLES FOR PAYMENT TABLE*******/
/****************************************/
.clear{
	clear:both;
}
.block {
	-moz-border-radius:7px 7px 7px 7px;
	background:none repeat scroll 0 0 #F7F7F7;
	border:1px solid #E9E9E9;
	margin-bottom:20px;
	overflow:hidden;
	padding:9px;
	color: #5D5D5D;
	font-size:14px;
}
.block h2 {
	-moz-border-radius:3px 3px 3px 3px;
	background:none repeat scroll 0 0 #235985;
	color:#FFFFFF;
	float:left;
	font-size: 22px;
	margin-bottom:10px;
	padding:3px 8px 4px;
}
.congratulations-text {
	width: 600px;
}
.table-header div{
	font-size:18px;
	color: #000;
	float:left;
	padding: 20px 0 10px;
}
#table_header_1{ width: 428px; }
#table_header_2{ width: 145px; }
#table_header_3{ width: 159px; }
#table_header_4{ width: 160px; }


.payment_table {
	height: 89px;
	background:#E2E4E6 url(../img/table_bg.png) repeat-x;
	margin: 0 0 17px;
	
}
.payment_table.last{
	margin: 0;
}
.payment {
	background:url(../img/table_cell_bg.png) repeat-x;
	width: 150px;
	float:left;
	height: 74px;
	text-align:center;
	color: #fff;
	font-size: 16px;
	padding: 15px 0 0 0;
	line-height: 26px;
}
.payment span{
	font-size: 36px;
}
.payment_arrow{
	width: 53px;
	height: 89px;
	background:url(../img/table_cell_arrow.png) no-repeat;
	float:left;
}
.percent {
	font-size: 24px;
	font-weight: bold;
	color: #4A4A4A;
	width:80px;
	text-align:center;
	float:left;
	margin: 33px 0 0 0;
	padding: 0 16px;
	line-height: 18px;
}
.percent div{
	font-size: 10px;
	text-align:right;
}
	
.separator {
	width: 1px;
	height: 36px;
	background: #C9CCCD;
	float: left;
	margin: 24px 0 0 0;
}
.fees {
	font-size: 14px;
	float:left;
	width: 146px;
	margin: 18px 0 0 0;
}
.fees a{
	font-size: 12px;
}
.lender {
	font-size: 14px;
	float:left;
	width: 156px;
	margin: 18px 0 0 0;
}
.lender div{
	font-size: 12px;
}
.contact {
	font-size: 24px;
	font-weight: bold;
	color: #4A4A4A;
	width:180px;
	float:left;
	margin: 33px 0 0 0;
	line-height: 18px;
}
/****************************************/
/******** STYLES FOR PAYMENT TABLE*******/
/****************************************/

.message_box {
	padding:20px;
	background-color: #FE7404;
	color: #fff;
	font-weight: bold;
	font-size: 18px;
}

#recaptcha_widget_div {
	margin: 20px 0 0 0; 
}

.phone-cta {
	text-align: center;
}
.phone-cta p {
	color:#FE7404;
	font-weight: bold;
}

.mortgage-container {
	border-radius:7px;
	-moz-border-radius:7px;
	-webkit-border-radius:7px;
	border:1px solid #B1C4DF;
	margin: 20px 0;
	padding:15px;
}

.mortgage-container h2 {
	margin: 0 0 10px 0;
	font-size: 20px;
}
.mortgage-container h3 {
	margin: 10px 0 10px 20px;
	font-size: 16px;
}
.mortgage-container p {
	margin: 0 0 10px 0;
}

.mortgage-container img {
	margin: 13px 0 0 0;
}

.cta-container {
	width:290px;
	background: #FFBABA;
	border: 1px solid #FF5151;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
}

.cta-container p {
	color:#D6010E;
	margin: 0;
	padding: 5px 10px;
	text-align:center;
	font-weight:bold;
}
.cta-container a {
	color:#D6010E;
}

.mc-cta-container {
	width:290px;
	margin: 15px auto 0 auto;
}

.mc-cta-container {
	font-size: 20px;
}
#registration .cta-container {
	clear:both;
	margin: 0 0 10px;
	padding: 5px;
	
}
