﻿html,body,div,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,p,blockquote,fieldset,input {
 margin: 0; 
 padding: 0; 
}

h1,h2,h3,h4,h5,h6,pre,code,address,caption,cite,code,em,strong,th {
 font-size: 1em; 
 font-weight: normal; 
 font-style: normal; 
}

ul,ol {
 list-style: none; 
}

fieldset,img {
 border: none; 
}

caption,th {
 text-align: left; 
}

table {
 border-collapse: collapse; 
 border-spacing: 0; 
}

body {
 background:url(/images/bgtile.jpg) repeat-x; 
}

.hr {
 background:url(/images/hr_gradient.png) no-repeat center 0; 
 border:0; 
 color:#E9E9E9; 
 margin:5px auto; 
 padding:0; 
 height:1px; 
 width:100%; 
 clear:both; 
}

.hr-basic {
 border-top:1px solid #E9E9E9; 
 margin:10px; 
 padding:0; 
 height:1px; 
 clear:left; 
}

.clear {
 clear: both; 
}

.clearer {
 clear: both; 
 display: block; 
 margin: 0; 
 padding: 0; 
 height: 0; 
 line-height: 1px; 
 font-size: 1px; 
}

img {
 border: 0; 
 border-style: none;
}

img.left {
 float: left;
 margin: 2px 20px 16px 0; 
}

img.right {
 float: right;
 margin: 2px 0 16px 20px; 
}

img.across {
 margin: 2px 0 16px 0; 
}

img.flushleft {
 margin-left: -20px; 
}

img.flushright {
 margin-right: -20px; 
}

#wrapper {
 width:1020px;
 margin:0 auto;
 position: relative;
 padding-top:0px;
 zoom: 1;
}

#main {
 -moz-background-clip: border;
 -moz-background-inline-policy: continuous;
 -moz-background-origin: padding;
 background: transparent url(/images/content-bg.png) no-repeat scroll 0 0;
 min-height: 800px;
 width: 1020px;
}

#content {
 padding: 30px 15px 0 15px;
 color: #787878; 
}

#content #sidebar {
 float:right;
 width:320px; 
}

#content #maincol {
 float:left;
 width: 645px;
 padding-left:15px; 
}

#content #sidebar-wide {
 float:right;
 width:390px; 
}

#content #sidebar-narrow {
 float:right;
 width:313px;
 margin-right: 5px; 
}

#sidebar-wide .twocols li {
 width:165px;
 float: left;
 line-height: 14px;
 margin-bottom: 10px;
}

#sidebar-wide .twocols img {
 float:left;
 margin-right:5px;
 margin-bottom:10px;
}

#content #maincol-narrow {
 float:left;
 width: 560px;
 padding-left:15px; 
}

#footernav {
 clear: both;
 text-align: center; 
 width: 1000px;
}

p.last, ul.last, ol.last, li.last {
 _width: auto !important;
 _float: none !important; 
}

body {
 font: 12px/18px Arial, Verdana, sans-serif;
 background-color: #fff;
 color: #333; 
}

a {
 color: #0071ae; 
}

a:link, a:visited, a:active {
 text-decoration: none; 

}

a:hover {
 text-decoration: underline; 
}

a.more {
 white-space: nowrap;
 padding-right: 10px;
 zoom: 1; 
}

strong, b {
 font-weight: bold; 
}

em, i {
 font-style: italic; 
}

sup {
 padding-left: 1px;
 font-size: 10px !important;
 font-weight: normal !important;
 vertical-align: baseline;
 position: relative;
 bottom: 0.33em;
 color: #76797c;
 _position: static !important; 
}

abbr {
 border: 0; 
}

.replaced {
 display: block;
 height: 10px;
 overflow: hidden;
 outline: none;
 text-indent: -9999px;
 text-align: left;
 width: 10px; 
}

p {
}

h1 {
 font-family: Tahoma, Arial, Helvetica, sans-serif;
 font-weight: normal;
 font-size: 30px;
 line-height: 34px;
 margin-bottom: 18px;
 color: #002d56; 
}

h2 {
 font-family: Tahoma, Arial, Helvetica, sans-serif;
 color: #002D56; font-size: 20px;
 line-height:normal;
 margin-bottom: 18px; 
}

h3 {
 font-family: Tahoma, Arial, Helvetica, sans-serif;
 font-weight: bold;
 font-size: 14px;
 margin-bottom: 10px;
 color: #333;
}

h4 {
 font-family: Tahoma, Arial, Helvetica, sans-serif;
 font-weight: bold;
 font-size: 10px;  
}

p.intro {
 font-weight: bold; 
}

.more {
 text-align: right;
 clear: both;
 font-size: 11px;
 font-weight: bold;
 padding-right: 10px;
}

ul {
 list-style: none outside; 
}

ol {
 list-style: decimal; margin-left: 2.2em; 
}

ul.square, ul.circle {
 margin: 0 0 15px 0; 
}

ul.square {
 list-style: square outside; 
}

ul.circle li {
 background: url(/images/bluebullet.png) 0px 5px no-repeat;
 padding-left: 12px;
 margin-left: 0;  
}

ul ul.circle, ul ul.square {
 margin-top: 4px;
 margin-bottom: 5px; 
}

.last {
 margin-bottom: 0; 
}

.nonbluelink a {
 color: #787878;
}

.nonbluelink a:hover {
 color: #0071ae;
}

.shadow {
 -webkit-box-shadow: rgba(0,0,0,0.35) 0 1px 10px;
 -moz-box-shadow: rgba(0,0,0,0.35) 0 1px 10px; 
}

.shadow.alt {
 border: 1px solid #ddd; 
}

.rounded {
 border-radius: 10px;
 -webkit-border-radius: 10px;
 -moz-border-radius: 10px;
 -o-border-radius: 10px;
 -khtml-border-radius: 10px; 
}

.nowrap {
 white-space: nowrap; 
}

.wrap, a.wrap {
 white-space: normal; 
}

.clear_left {
 clear: left; 
}

.clear_right {
 clear: right; 
}

.piped {
 display: block;
 zoom: 1; 
}

.piped:after {
 content: ".";
 display: block;
 height: 0;
 clear: both;
 visibility: hidden; 
}

.piped li {
 float: left;
 display: inline; 
}

.piped a {
 border-left: 1px solid #797c80;
 padding: 0 0 0 0.75em;
 margin-left: 0.75em; 
}

.piped a.first {
 border-left: 0 !important;
 padding-left: 0;
 margin-left: 0 !important; 
}

body.white {
 background-image: none;
} 

body.white #wrap {
 width: 760px;
 margin: 0;
} 

.text p {
 margin-bottom: 1.2em;
}

.center {
 text-align: center;
 margin-top:10px; 
}

.dotted {
 background: url(/images/dotted.gif) repeat-x bottom;
 padding: 0 0 10px;
 margin-bottom: 15px;
}

.topborderbox {
 border-top:1px solid #EEE;
 padding:15px 0; 
}

.sidebarNobox h2 {
 margin-left: 20px;
}

.inline-image {
 float: left;
 border: solid 1px #d5d5d5;
 padding: 5px;
 width: 180px;
 margin: 0 15px 15px 0; 
}

.inline-image span {
 font-size: 10px;
 line-height: 12px;
 display: block;
 margin-top: 5px;
}

.inline-image-wide {
 float: left;
 border: solid 1px #d5d5d5;
 padding: 5px;
 width: 372px;
 margin: 0 15px 15px 0; 
}

.inline-image-wide span {
 font-size: 10px;
 line-height: 12px;
 display: block;
 margin-top: 5px;
}

.intro {
 margin-bottom: 20px;
}

.intro p { 
 font-size: 1.1em;
}

.trigger {
 clear: both;
 height: 26px;
 text-align: right;
}

.trigger a {
 font-weight: bold;
 font-size: 11px;
}

.trigger {
 /*background: url(../images/btn.png) no-repeat 0px 0px;*/
}

.close {
 /*background: url(../images/btn.png) no-repeat 0px -26px;*/
}

.cnt {
 display: none;
}

.twocol-list li {
 float: left;
 width: 120px;
 margin-right: 10px;
}

.largetext {
 font-size: 1.2em;
}

p.largetext {
 font-size: 1.2em; 
 line-height: 1.6em; 
 margin-bottom: 0.8em;
}


.subtitle {
 font-size: 1.4em; 
 margin-top: -10px; 
 line-height: 1.2em; 
 margin-bottom: 0.8em;
}


#header {
 width: 1000px;
 margin: 0px auto;
 position: relative;
 background: url(/images/header_bg.jpg) no-repeat center 0; 
}

#header #headerlogo a {
 width: 400px;
 height: 80px; 
 display: block; 
 text-indent: -5000px;
}

#header #headerlogo {
 width: 400px;
 height: 80px;
 margin:0 10px 15px;
 text-indent: -5000px;
}

#header #headernav {
 margin: 0;
 padding: 0;
 text-align: center;
 clear: both;
 margin-right:10px;
 height: 20px;
}

#header #headernav li {
 display: inline;
 margin-left:10px; 
}

#header #headernav li a {
 color:#FFFFFF;
 font-size: 1.3em;
 font-weight: 100;
}

#header #headernav li a:hover, #header #headernav .hn-active a {
 color:#EFDA99;
 text-decoration:none; 
}

#header #openhome a {
 background:url(/images/openhouse.png);
 width:112px;
 height:76px;
 position:absolute;
 top:0;
 right:250px; 
}

#header #maincontact {
 position:absolute;
 top:0;
 left:790px;
 padding-top:8px; 
}

#header #maincontact ul.piped a {
 color:#FFF; 
}

#header #maincontact ul.piped p {
 color:#66CCFF;
 border-left: 1px solid #797c80;
 padding: 0 0 0 0.75em;
 margin-left: 0.75em; 
}

@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:portrait) { 
 #header #maincontact ul.piped p{color:#66CCFF;border-left:none;padding:0 0 0 0;margin-left:0em;}
}

@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:landscape) { 
 #header #maincontact ul.piped p{color:#66CCFF;border-left:none;padding:0 0 0 0;margin-left:0em;}
}

#header #mainlogin {
 position:absolute;
 top:38px;
 width:170px;
 height:28px;
 right:5px;
 background:url(/images/login_bg.gif) no-repeat bottom;
 zoom:1;  
}

#header #mainlogin ul {
 padding:5px 0 0;
 text-align: center; 
}

#header #mainlogin ul li {
 display: inline; 
}

#header #mainlogin ul li a {
 color:#0071AE;
 border-left: 1px solid #797c80;
 padding: 0 0 0 0.6em;
 margin-left: 0.5em;
}

#header #mainlogin ul li a.first {
 border-left: none;
 margin-left: 0;
 padding-left: 0;
}

#footer {
 width: 1000px;
 color: #888;
 font-size:12px;
 display:block;
 margin: 0 auto;
 clear: both;
 padding: 20px 0 0 0; 
}

#footer p {
 margin-bottom: 1em; 
}

#footer #footernav li {
 display: inline; 
}

#footer #footernav li a {
 padding: 0 0 0 0.5em;
 margin-left: 0.5em;
 border-left: 1px solid #d0d0d0;
 color: #777; 
}

#footer #footernav li a.first {
 border-left: none; 
}

#footer #marketingpartners {
 text-align: center;
}

#footer #marketingpartners span {
 font-size: 1.2em;
}

#footer #marketingpartners ul {
 padding-top: 15px;
 width: 700px;
 height: 75px;
 margin: 0 auto;
}

#footer #marketingpartners li {
 float: left;
 margin: 0px 20px;
}

#footer #marketingpartners li.text a {
 font-size:15px;
}

#footer #marketingpartners li.logo { 
 display: block;
}

#footer #marketingpartners a.christies {
 background:url(/images/affiliates/affiliates.jpg);
 background-position: 0px 0px;
 width: 120px;
 height: 75px;
 display: block;
 overflow: hidden;
 text-indent: -5000px;
}

#footer #marketingpartners a.luxury-portfolio {
 background:url(/images/affiliates/affiliates.jpg);
 background-position: -120px 0px;
 width: 78px;
 height: 75px;
 display: block;
 overflow: hidden;
 text-indent: -5000px;
}

#footer #marketingpartners a.leading-re {
 background:url(/images/affiliates/affiliates.jpg);
 background-position: -198px 0px;
 width: 56px;
 height: 75px;
 display: block;
 overflow: hidden;
 text-indent: -5000px;
}

#footer #marketingpartners a.lrehs {
 background:url(/images/affiliates/affiliates.jpg);
 background-position: -254px 0px;
 width: 113px;
 height: 75px;
 display: block;
 overflow: hidden;
 text-indent: -5000px;
}

#footer #marketingpartners a.mayfair {
 background:url(/images/affiliates/affiliates.jpg);
 background-position: -367px 0px;
 width: 116px;
 height: 75px;
 display: block;
 overflow: hidden;
 text-indent: -5000px;
}

#footer #marketingpartners a.eren {
 background:url(/images/affiliates/affiliates.jpg);
 background-position: -483px 0px;
 width: 127px;
 height: 75px;
 display: block;
 overflow: hidden;
 text-indent: -5000px;
}

#breadcrumb {
 position: relative;
 width:1018px;
 height: 62px;
 margin:0 auto;
 background:url(/images/bcr.png) no-repeat;
 zoom:1; 
}

#breadcrumb ul {
 margin-left: 0;
 padding-left: 0;
 display: inline;
 border: none;
} 

#breadcrumb ul li {
 border: none;
 list-style: none;
 display: inline;
 font-weight: bold;
}

#breadcrumb .crumb {
 position:absolute;
 top:22px;
 left:20px; 
}

#breadcrumb .bcr_tools {
 position:absolute;
 top:22px;
 right:20px; 
}

#breadcrumb .bcr_middle {
 position:absolute;
 top:20px;
 right:200px; 
}

#breadcrumb .bcr_middle form label {
}

#breadcrumb .bcr_middle form select {
 width: 150px;
 margin-left: 7px;
}

#breadcrumb .crumb ul li {
 color:#002D56;
 font-weight: bold; 
}

#breadcrumb .crumb ul li a {
 font-weight: normal;
 margin-right: 4px;
 padding-right: 12px;
 color:#002D56 !important;
 background: url(/images/bcr_arrow.png) no-repeat 100% 50%;
}

#breadcrumb .bcr_tools li {
 margin-right: 6px;
 padding-left: 25px;
 color:#002D56 !important; 
}

#breadcrumb .bcr_tools li a {
 color:#002D56 !important; 
}

#breadcrumb .bcr_tools .call {
 background:url(/images/ico_call.png) no-repeat 0 50%; 
}

#breadcrumb .bcr_tools .email {
 background:url(/images/ico_email.png) no-repeat 0 50%; 
}

#breadcrumb .bcr_tools .services {
 background:url(/images/icon_services.gif) no-repeat 0 50%; 
}

#breadcrumb .bcr_tools .tools {
 background:url(/images/icon_tools.gif) no-repeat 0 50%; 
}

#content .callout {
 margin-top:10px;
 padding-top:15px;
 width:317px;
 background:#FFF url(/images/callout_top.jpg) no-repeat;
 zoom:1;
}

#content .callout .bottom {
 padding:15px 25px 25px 25px;
 background:url(/images/callout_bottom.jpg) no-repeat bottom;
 zoom:1; 
}

#content .callout-wide {
 margin-top:10px;
 padding-top:15px;
 width:390px;
 background:#FFF url(/images/callout_top_wide.jpg) no-repeat;
 zoom:1;
}

#content .callout-wide .bottom {
 padding:15px 25px 25px 25px;
 background:url(/images/callout_bottom_wide.jpg) no-repeat bottom;
 zoom:1; 
}

#content .callout-wide-gr {
 margin-top:10px;
 padding-top:15px;
 width:390px;
 background:#FFF url(/images/callout_top_wide_gray.jpg) no-repeat;
 zoom:1;
}

#content .callout-wide-gr .bottom {
 padding:15px 25px 25px 25px;
 background:url(/images/callout_bottom_wide_gray.jpg) no-repeat bottom;
 zoom:1; 
}

#content .callout-gr {
 margin-top:10px;
 padding-top:15px;
 width:317px;
 background:#FFF url(/images/callout_top_gray.jpg) no-repeat;
 zoom:1;
}

#content .callout-gr .bottom {
 padding:15px 25px 25px 25px;
 background:url(/images/callout_bottom_gray.jpg) no-repeat bottom;
 zoom:1; 
}

#content .callout-beige {
 margin-top:10px;
 padding-top:15px;
 width:317px;
 background:#FFF url(/images/beige_top.gif) no-repeat;
 zoom:1;
}

#content .callout-beige .bottom {
 padding:15px 25px 25px 25px;
 background:url(/images/beige_bottom.gif) no-repeat bottom;
 zoom:1; 
}

#content .callout h2 {
 margin-bottom:12px;
}

#content .callout-smalltext {
 font-size: 11px;
 color: #787878;
 line-height: 16px;
 padding: 20px; 
}

#content .callout form, #content .callout #relocation_form, #content .callout #contact_form,#content .callout-wide #contact_form {
 margin: 0; 
}

#content .callout form label, #content .callout #relocation_form label, #content .callout #contact_form label, #content .callout-wide #contact_form label {
 color:#777;
 float:left;
 width:80px;
 margin: 5px 0; 
}

#content .callout form label#lbl_howmaywehelp, #content .callout #relocation_form label#lbl_howmaywehelp, #content .callout #contact_form label#lbl_howmaywehelp, #content .callout-wide #contact_form label#lbl_howmaywehelp  { 
 width:200px;
 clear:both; 
}

#content .callout form input, #content .callout #relocation_form input, #content .callout #contact_form input, #content .callout-wide #contact_form input {
 font:11px/11px Arial, Helvetica, sans-serif;
 width:160px;
 border: 1px solid #CCC;
 margin:5px;
 padding:5px;
 padding-top:8px;
 color:#777;
 float:left; 
}

#content .callout-wide #contact_form input {
 width: 220px;
}

#content .callout form textarea, #content .callout #relocation_form textarea, #content .callout #contact_form textarea, #content .callout-wide #contact_form textarea {
 clear:both;
 width:255px;
 border: 1px solid #CCC; 
 font:11px/11px Arial, Helvetica, sans-serif;
 color:#777;
}

#content .callout-wide #contact_form textarea {
 width: 315px;
}

#content .callout input#btn_sendrequest, #content .callout #relocation_form input.btn_sendrequest, #content .callout #contact_form input#btn_sendrequest, #content .callout #contact_form input.btn_sendrequest, #content .callout-wide #contact_form input#btn_sendrequest,#content .callout-wide #contact_form input.btn_sendrequest {
 width:122px;
 height:30px;
 border:0;
 padding:0;
 margin:0;
 float:none; 
}

#content .callout form fieldset, #content .callout #relocation_form fieldset, #content .callout #contact_form fieldset, #content .callout-wide #contact_form fieldset {
 clear: both; 
}

#content .callout form label.checkbox, #content .callout #relocation_form label.checkbox, #content .callout #contact_form label.checkbox, #content .callout-wide #contact_form label.checkbox {
 width:220px;
 float:right; 
}

#content .callout form input.checkbox, #content .callout #relocation_form input.checkbox, #content .callout #contact_form input.checkbox, #content .callout-wide #contact_form input.checkbox {
 width:20px;
 margin:5px 0;
 float: left;
 border: none; 
}

span.checkcon input {
 width:20px !important;
 margin:5px 0;
 float: left;
 border: none !important; 
}

#content .callout ul.checklist {
 padding: 10px 0; 
}

#content .callout ul.checklist li {
 float: left;
 width: 120px;
}

#content .callout ul.checklist li input {
 width:20px;
 margin:0;
 border: none; 
}

#content .callout div.center {
 width:122px;
 margin:10px auto;
 clear:both; 
}

#content .callout p {
 color:#777; 
clear:both; 
}

#content .callout p.center {
 margin:0; 
text-align:center; 
}

#content .callout p.listingname {
 margin:0; 
font-weight:bold; 
color:#000; 
font-size:12px; 
font-family:Tahoma, Arial;  
}

#content .callout p.listingprice {
 margin:0; 
}

#content .callout div.left {
 float:left;
 margin-left:10px; 
}

#content .callout #similar {
 margin:15px 0;
}

#content .callout #similar p
{
	line-height: 16px;
}

#content .callout #similar li {
 margin-bottom: 10px;
 clear: both;
 height: 70px;
 height: 70px;
}

#content .callout #similar img {
 float:left; 
}

#content .callout-wide-beige {
 margin-top:10px;
 padding-top:15px;
 width:390px;
 background:#fdf3d7 url(/images/beige_top_wide.gif) no-repeat;
 zoom:1;
}

#content .callout-wide-beige .bottom {
 padding:15px 25px 25px 25px;
 background:url(/images/beige_bottom_wide.gif) no-repeat bottom;
 zoom:1; 
}

#banner {
 margin: 20px 0; 
 font-size: 1.1em; 
 width: 640px; 
 height: 240px; 
 overflow: hidden
}

#banner p {
 margin-bottom: 0.8em; 
}

.centerline {
 background: url(/images/lightgray.gif) repeat-y 320px;
 width: 640px;
}

.centerline .leftbox {
 float: left;
 width: 300px;
}

.centerline .rightbox {
 float: right;
 width: 300px;
}

.centerline .leftbox p, .centerline .rightbox p {
 margin-bottom: 15px;
}

.margin-bottom {
 margin-bottom: 15px;
}

#flickr_badge_uber_wrapper { 
}

#flickr_badge_wrapper {
 padding:10px 0 10px 0;
}

.flickr_badge_image {
 margin:0 10px 10px 10px;
 float: left;
}

.flickr_badge_image img {
 border: 1px solid #dedede !important;
}

#flickr_badge_source {
 margin:0 10px 0 10px;
}

#flickr_badge_icon {
 float:left;
 margin-right:5px;
}

#flickr_www {
 display:block;
 padding:0 10px 0 10px !important;
 font: 11px Arial, Helvetica, Sans serif !important;
 color:#3993ff !important;
}

#flickr_badge_uber_wrapper a:hover, #flickr_badge_uber_wrapper a:link, #flickr_badge_uber_wrapper a:active, #flickr_badge_uber_wrapper a:visited {
 text-decoration:none !important;
 background:inherit !important;color:#0071ae;
}

#flickr_badge_wrapper {
}

#flickr_badge_source {
 padding:0 !important;
 font: 11px Arial, Helvetica, Sans serif !important;
 color:#666666 !important;
}

#video_badge_source {
 padding:0 !important;
 font: 11px Arial, Helvetica, Sans serif !important;
 color:#666666 !important;
}

#video_badge_source {
 margin:0 10px 0 10px;
}

.neighborhoods li {
 float: left;
 width: 175px;
 margin: 0 10px 5px 0; 
}

form {
 margin:0; 
 padding:0; 
}

#contact_form {
 margin:0; 
 padding:0; 
}

a.btn_go {
 display:inline; 
 background:url(/images/btn_go.png) no-repeat center; 
 font-weight:bold; 
 font-family: sans-serif; 
 height:18px; 
 padding:2px 10px; 
 text-decoration:none; 
}

#review-market #reviews {
 width: 390px;
 float: left;
}

#review-market #market {
 width: 210px;
 float: left;
 padding-left: 20px;
}	

#reviews #tab {
}

#reviews .tabcontent {
 zoom:1;
 padding:20px 10px;
 clear: both;
 border: solid 1px #d5d5d5;
 border-top: none; 
}

#reviews ul#propinfotabs {
 width:100%;
 margin:0;
 list-style:none;
 background: url(/images/lightgray.gif) repeat-x bottom;
}
  
#reviews ul#propinfotabs li {
 float:left;
 background:url(/images/tab_left.gif) no-repeat left top;
 margin:0 2px 0 0;
 padding:0 0 0 9px;
 border-bottom:1px solid #DDD;
}

#reviews ul#propinfotabs a {
 float:left;
 display:block;
 background:url(/images/tab_right.gif) no-repeat right top;
 padding:5px 12px 4px 3px;
 text-decoration:none;
 font-size:14px;
 font-weight:normal;
 color:#000;
}

/* Commented Backslash Hack
   hides rule from IE5-Mac \*/
#reviews #propinfotabs a {
 float:none;
}
/* End IE5-Mac hack */

#reviews #propinfotabs a:hover {
 color:#002D56;
}

#reviews #propinfotabs #current, #reviews #propinfotabs li.selected {
 background-image:url(/images/tab_left_w_on.gif);
 border-bottom:0;
}

#reviews #propinfotabs #current a, #reviews #propinfotabs li.selected a {
 background-image:url(/images/tab_right_w_on.gif);
 color:#002D56;
 padding-bottom:5px;
}

#reviews .info {
 float: left;
 width: 260px;
}

#reviews .info strong {
 font-size: 1.2em;
}

#reviews .info strong a {
 color: #000;
}

#reviews .starreview {
 float: right;
 width: 80px;
}

.rating{
 width:60px;
 height:11px;
 margin:5px 0 3px 0;
 padding:0;
 list-style:none;
 clear:both;
 position:relative;
 background: url(/images/stars.gif) no-repeat 0 0;
}

/* add these classes to the ul to effect the change to the correct number of stars */
.nostar {
 background-position:0 0
}

.onestar {
 background-position:0 -11px
}

.twostar {
 background-position:0 -22px
}

.threestar {
 background-position:0 -33px
}

.fourstar {
 background-position:0 -44px
}

.fivestar {
 background-position:0 -55px
}

ul.rating li {
 cursor: pointer;
 /*ie5 mac doesn't like it if the list is floated\*/
 float:left;
 /* end hide*/
 text-indent:-999em;
}

ul.rating li {
 position:absolute;
 left:0;
 top:0;
 width:12px;
 height:11px;
 text-decoration:none;
 z-index: 200;
}

ul.rating li.one {
 left:0
}

ul.rating li.two {
 left:12px;
}

ul.rating li.three {
 left:24px;
}

ul.rating li.four {
 left:36px;
}

ul.rating li.five {
 left:48px;
}

.margin-top {
 margin-top: 15px;
}

.btn_call {
 display:block;
 background:url(/images/ico_call.png) no-repeat 0 100%;
 padding-left: 25px;
 color:#002d56; 
}

.btn_save a {
 display:block;
 background:url(/images/ico_save.png) no-repeat 0 100%;
 padding-left: 25px; 
}

.btn_alert a {
 display:block;
 background:url(/images/ico_alert.png) no-repeat 0 100%;
 padding-left: 25px;  
}

.btn_print a {
 display:block;
 background:url(/images/ico_print.png) no-repeat 0 1px;
 padding-left: 25px;  
}

.btn_schedule a {
 display:block;
 background:url(/images/ico_schedule.png) no-repeat 0 -2px;
 padding-left: 25px; 
}

.btn_share a {
 display:block;
 background:url(/images/ico_share.png) no-repeat 0 100%;
 padding-left: 25px;  
}

.btn_quote a {
 display:block;
 background:url(/images/ico_quote.png) no-repeat 0 100%;
 padding-left: 25px;  
}

.btn_calc a {
 display:block;
 background:url(/images/ico_calc.png) no-repeat 0 100%;
 padding-left: 20px;  
}

.btn_currency a {
 display:block;
 background:url(/images/ico_currency.png) no-repeat 0 100%;
 padding-left: 20px;  
}

/* tweak for firefox */
* {
 margin-top:0; 
}

/*  -----
 *	See http://positioniseverything.net/easyclearing.html
 *	for a description of this code.
 *  -----
 */
.clearfix:after {
 content:"."; 
 display:block; 
 height:0; 
 clear:both; 
 visibility:hidden; 
}

.clearfix {
 display:inline-table; 
}

/* Hides from IE-mac \*/
* html .clearfix {
 height:1%; 
}

*+html .clearfix {
 height:1%; 
}

.clearfix {
 display:block; 
}
/* End hide from IE-mac */

#fullcol {
 margin:0 15px 15px; 
}

#fullcol .callout-intro {
 float:right; 
 padding-top:15px; 
 width:317px; 
 background:#FFF url(/images/beige_top.gif) no-repeat; 
 zoom:1; 
 margin: -5px 0 15px 15px;
}

#fullcol .callout-intro .bottom {
 padding:0 20px 15px 25px; 
 background:url(/images/beige_bottom.gif) no-repeat bottom; 
 zoom:1; 
}

#fullcol .callout-intro p {
 font-size: 1.2em; 
}

#fullcol .callout-intro .emailsignup {
 padding:10px 0 6px 60px; 
 background:url(/images/ico_email_delivery.png) no-repeat 0 5px; 
 zoom:1; 
}

#callbox {
 text-align: center; 
}

#callbox p {
 color: #002d56;
 font-size: 1.3em; 
}

#callbox p strong {
 color: #0071ae; 
 font-size: 1.4em; 
 line-height: 1.2em; 
}

.housing {
 background: url(/images/ico_ehl.gif) no-repeat 0 2px; 
 padding-left: 20px; 
 color: #000;
}

.inactive {
 font-size: 11px;
}

.red {
 color: #f00;
}

.justify {
 text-align: justify;
}

.smalltext{
 color: #999999;
 font-size: 0.9em;
}

.reg {
 line-height: 1;
 vertical-align: top;
 font-size: 0.7em;
} 

@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:portrait) { 
 #breadcrumb .bcr_tools .prevnext {position:relative;top:-10px;}
}
@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:landscape) { 
 #breadcrumb .bcr_tools .prevnext {position:relative;top:-10px;}
}

#breadcrumb .bcr_tools .prevnext li{
 margin: 0;
 padding-left: 0;
} 

#breadcrumb .bcr_tools .prevnext a.prev {
 background: url(/images/prev.png) no-repeat 0 2px;
 padding: 0 10px 0 20px;
 border-right: solid 1px #999;
 display: inline-block; 
}

#breadcrumb .bcr_tools .prevnext a.next {
 background: url(/images/next.png) no-repeat 100% 2px;
 padding: 0 20px 0 6px;
 display: inline-block;
 
}
#breadcrumb .bcr_tools .prevnext a.prev:hover {
 background: url(/images/prev.png) no-repeat 0 -18px;
}

#breadcrumb .bcr_tools .prevnext a.next:hover {
 background: url(/images/next.png) no-repeat 100% -18px;
}

a:active {
 outline: none; 
}

#quicklinks {
 width: 850px; 
 margin: 0px auto; 
 text-align: center; 
 overflow: hidden; 
 position: relative;
}

#arealinks, #neighborhoodlinks {
 width: 290px;
 float: left;
 text-align: left;
 margin-top: 15px;
 margin-right: 20px;
}

#zipcodelinks {
 width: 200px;
 float: left;
 text-align: left;
 margin-top: 15px;
 margin-right: 20px;
}

#quicklinks #arealinks .title,
#quicklinks #neighborhoodlinks .title,
#quicklinks #zipcodelinks .title {
 font-weight: bold;
}

#quicklinks #arealinks li a,
#quicklinks #neighborhoodlinks li a,
#quicklinks #zipcodelinks li a {
 padding: 0px !important;
 margin-left: 3px !important;
 display: block !important;
 border-left: 0px !important;
}

#quicklinks #arealinks .viewall,
#quicklinks #neighborhoodlinks .viewall,
#quicklinks #zipcodelinks .viewall {
 font-weight: bold;
 font-style: italic;
 text-align: left;
}

#quicklinks #arealinks ul.cnt,
#quicklinks #neighborhoodlinks ul.cnt,
#quicklinks #zipcodelinks ul.cnt {
 margin-bottom: 20px;
}

.customer_type {
 visibility: hidden;
 display: none;	
}
