@font-face {
  font-family: 'CGothic';
  src: url('../fonts/Century Gothic.ttf');
}

body {
margin: 0;
padding: 0;
font-family: 'CGothic', sans-serif;
font-size: 13px;
font-weight: 300;
}
body p {
padding:5px 0;
}
a {
text-decoration: none;
}
a:hover {
text-decoration: underline;
}

.clear {
clear: both;
}
.spacer {
font-size: 0;
line-height: 0;
}
.fleft {
float: left;
}
.fright {
float: right;
}
.tright {
text-align: right;
}

.bigshadow:before, .bigshadow:after{
	content: '';
	width: 465px;
	height: 20px;
	top:421px; left:40px;
	position:absolute;
	display: inline-block;
	z-index:0;
	-webkit-box-shadow: -5px 10px 15px rgba(87, 74, 50, 0.9);
	-moz-box-shadow: -5px 10px 15px rgba(87, 74, 50, 0.9);
	box-shadow: -5px 10px 15px rgba(87, 74, 50, 0.9);
	-webkit-transform: rotate(-2deg)
						translate(-20px,25px)
						skew(0deg);
	-moz-transform: rotate(-2deg)
						translate(-20px,25px)
						skew(0deg);
	-o-transform: rotate(-2deg)
						translate(-20px,25px)
						skew(0deg);
		transform: rotate(-2deg)
						translate(-20px,25px)
						skew(0deg);
}
.bigshadow:after{
	left:480px;
	-webkit-transform: rotate(2deg)
						translate(0px,25px)
						skew(0deg);
	-moz-transform: rotate(2deg)
						translate(0px,25px)
						skew(0deg);
	-o-transform: rotate(2deg)
						translate(0px,25px)
						skew(0deg);
		transform: rotate(2deg)
						translate(0px,25px)
						skew(0deg);
}

.smallshadow:before, .smallshadow:after{
	content: '';
	width: 108px;
	height: 20px;
	top:98px; left:20px;
	position:absolute;
	display: inline-block;
	z-index:0;
	-webkit-box-shadow: 0 9px 5px rgba(87, 74, 50, 0.8);
	-moz-box-shadow: 0 9px 5px rgba(87, 74, 50, 0.8);
	box-shadow: 0 9px 5px rgba(87, 74, 50, 0.8);
	-webkit-transform: rotate(-3deg)
						translate(-20px,25px)
						skew(0deg);
	-moz-transform: rotate(-3deg)
						translate(-20px,25px)
						skew(0deg);
	-o-transform: rotate(-3deg)
						translate(-20px,25px)
						skew(0deg);
		transform: rotate(-3deg)
						translate(-20px,25px)
						skew(0deg);

}
.smallshadow:after{
	left:97px;
	-webkit-transform: rotate(3deg)
						translate(0px,25px)
						skew(0deg);
	-moz-transform: rotate(3deg)
						translate(0px,25px)
						skew(0deg);
	-o-transform: rotate(3deg)
						translate(0px,25px)
						skew(0deg);
		transform: rotate(3deg)
						translate(0px,25px)
						skew(0deg);
}


#container {
width: 100%;
}

#headerwrap {
width:100%;
}
#header {
width: 950px;
margin: 0 auto;
padding: 0 0 6px;
}
#logo {
width: 50%;
float: left;
}#logo img{
padding-top:20px;
}
#search {
float:right;
margin-right:-10px;
padding-top:42px;
text-align:right;
}
#searchtext {
background:url("../img/searchbg.png") no-repeat scroll 0 0 transparent;
border:medium none;
color:#9D9D9D;
height:31px;
margin: 0;
padding:0 0 0 10px;
width:202px;
font-size: 13px;
float:left;
border-radius:0 3px 0 0;
}

#searchsubmit {
background:url("../img/searchbutton.png") no-repeat scroll left 2px transparent;
border:medium none;
height:34px;
left:-33px;
position:relative;
width:34px;
bottom: 2px;
}
#searchlinks {
padding:3px 0;
width:235px;
}
#searchlinks a {
color:#5F5F5F;
font-size:11px;
}

#navigationwrap {
width: 100%;
background: url("../img/navwrapbg.png") repeat-x scroll center top transparent;
height:45px;
}
#navigation {
width: 950px;
margin: 0 auto;
padding: 12px 0;
font-size: 14px;
background: url("../img/navbg.png") no-repeat scroll -20px top transparent;
position: static;
z-index: 20;
}
#navigation ul {
margin: 0;
padding: 9px 0 0 20px;
width:970px;
}
#navigation ul li {
list-style: none;
display: inline;
padding: 0 0 15px 37px;
background: url("../img/diamond.png") no-repeat scroll 9px 1px transparent;
position: relative;
}
#navigation ul li.first {
background: none;
padding-left: 0px;
}
#navigation ul li.first ul {
margin: 24px 0 0 0;
}

#navigation ul li a {
text-transform: uppercase;
color: #0e2230;
}
#navigation ul li ul{
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='white', endColorstr='#CFCFCF');
background: -webkit-gradient(linear, left top, left bottom, from(white), to(#CFCFCF));
background: -moz-linear-gradient(top, white, #CFCFCF);
display: none;
padding: 0;
margin: 24px 0 0 37px;
width: 170px;
position: absolute;
top: -1px;
left: 0;
z-index: 9999;
border: solid 1px #B4B4B4;
-webkit-border-radius: 0 0 10px 10px;
-moz-border-radius: 0 0 10px 10px;
border-radius: 0 0 10px 10px;
-webkit-box-shadow: 0 4px 3px rgba(0, 0, 0, .3);
-moz-box-shadow: 0 4px 3px rgba(0, 0, 0, .3);
box-shadow: 0 4px 3px rgba(0, 0, 0, .3);
padding-top:5px;
}
#navigation #primary-links li ul li {
clear: both;
padding:5px 0px 5px 10px;
border-top: 1px solid #CCC;
background: none;
display:block;
}
#navigation #primary-links li ul li a {
}

#navigation #primary-links li ul li:first-child {
border-top: none;
padding-top: 0;
}
#navigation #primary-links li ul li.last {
float:left;
}


#contentwrapper {
width: 100%;
background: url('../img/herringbonebg.jpg') repeat top center;
padding-top:1px;
}
#content {
width: 904px;
margin: 0 auto;
padding: 10px 20px 0;
background: #ffffff;
}
#homecontent #content {
width: 960px;
margin: 0 auto;
padding: 18px 0 0 0;
background:none;
}

#sales-titlebar {
color:#173449;
font-size:20px;
text-align:center;
width:100%;
margin-left:1px;
padding:10px 0 0;
}
#saleswrap {
height: 480px;
padding-bottom: 8px;
position:relative;
z-index: 0;
}
#salesshadow {
width: 100%;
height: 100%;
padding-left:10px;
}
#featured-sale {
background:none repeat scroll 0 0 white;
margin-top:4px;
padding:10px;
position:absolute;
z-index:1;
height: 452px;
}
.salesarrowleft {
left:11px;
position:absolute;
top:201px;
z-index: 6;
}
.salesarrowright {
position:absolute;
right:8px;
top:201px;
z-index: 6;
}
.saledesc, .saledesc2 {
background:none repeat scroll 0 0 #295066;
bottom:0px;
color:white;
font-size:25px;
padding:8px 0;
position:absolute;
text-align:center;
width:922px;
z-index: 999;
}
.saledesc span, .saledesc2 span {
opacity:1;
filter:alpha(opacity=100);
}


#rentals-titlebar {
width: 100%;
text-align: center;
color: #173449;
font-size: 20px;
padding-bottom: 12px;
}
#rentals-titlebar img {
position:relative;
right:4px;
}
#rentalswrap, #salewrap {
width: 885px;
height: 160px;
margin: 12px 0;
overflow: hidden;
position: relative;
float: left;
}
#innerrentalswrap, #innerrentalswrap1, #innerrentalswrap2 {
width: 1880px;
height: 100%;
position:relative;
left: 4px;
}
.rentalwrap {
float:left;
position: relative;
width: 226px;
height: 153px;
margin-bottom: 10px;
}
.rentalinnerwrap {
padding: 10px;
background: white;
position: absolute;
z-index: 1;
height:132px;
}
.rentaldesc {
width: 179px;
background: #295066;
padding: 2px 0 2px 6px;
color: white;
font-size: 12px;
position: absolute;
bottom: 10px;
filter:alpha(opacity=70);
text-align: center;
}
.rentalarrowleft, .rentalarrowleft1, .rentalarrowleft2 {
float:left;
width: 30px;
padding: 75px 0 0;
}
.rentalarrowright {
float:right;
width: 30px;
padding: 75px 4px 0 0;
}

/* Neigh Video Page */
#videoArea {
padding: 20px 0;
}
#hoodNav {
float: left;
border-right: 1px solid #DCDCDC;
width: 260px;
min-height: 400px;
}
#hoodNav ul {
color: #295066;
font-size: 14px;
}
#hoodNav ul a:hover {
text-decoration: none;
}
#hoodNav ul li {
padding: 6px 0 5px 10px;
width: 220px;
}
#hoodNav ul li:hover {
background: #C3E9FE;
}
#videos {
float: left;
padding: 0 0 0 40px;
}
#videos h2 {
color: #295066;
font-weight: normal;
font-size: 20px;
}
#featuredProperties #rentalswrap, #featuredProperties #salewrap {
width: 844px;
}
#featuredProperties .rentalwrap {
width: 211px;
}
#featuredProperties .rentalarrowright1, .rentalarrowright2 {
float:right;
width: 30px;
padding: 60px 0 0 0;
}

#featuredProperties .rentalinnerwrap {
background: none repeat scroll 0 0 #F9F9F9;
}
#featuredProperties #rentals-titlebar img, #featuredProperties #sales-titlebar img {
left:-10px;
}


#transitionwrap {
width: 100%;
height: 20px;
border-top: 3px solid white;
background: url("../img/transitionbg.png") repeat-x scroll 0 0 #F3EDE1;
display:none;
}
#transitionwrap1 {
width: 100%;
height: 20px;
border-top: 3px solid white;
background: url('../img/transitionbg.png');
display: none;
}

#footerwrap {
background: url("../img/transitionbg.png") repeat-x scroll 0 0 #F3EDE1;
border-top: 3px solid #FDF7E7;
padding-top: 20px;
width: 100%;
overflow: visible;
}
#footertopwrap {
border-bottom: 2px solid #295066;
margin: 0 auto;
padding: 0 20px;
width: 950px;
}
#footer  {
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F3EDE1', endColorstr='#FFFFFF');
background: -webkit-gradient(linear, left top, left bottom, from(#F3EDE1), to(#FFFFFF));
background: -moz-linear-gradient(top, #F3EDE1, #FFFFFF);
padding-bottom: 24px;
width: 100%;
}
.footerhead {
color: #173449;
font-size: 16px;
width: 170px;
float:left;
font-weight: normal;
line-height: 1em;
}
#footerlinks {
width: 45%;
float: left;
}
#footerlinks ul {
margin-left: 0;
padding-left: 0;
}
#footerlinks li {
list-style: none;
display: block;
float: left;
width: 90px;
height: 100px;
text-align: center;
margin:0 5px 25px 0;
}
#footerlinks li a,
#footerlinks li a:hover {
font-size: 13px;
text-align: center;
display: block;
height: 100%;
width: 100%;
color: #173449;
text-decoration: none;
}
#footerlinks li.first {
background:url("../img/footerlinksprite.png") no-repeat scroll 23px 71px transparent;
padding:21px 0 0;
}
#footerlinks li.second {
background:url("../img/footerlinksprite.png") no-repeat scroll 16px -53px transparent;
padding-top:15px;
}
#footerlinks li.third {
background:url("../img/footerlinksprite.png") no-repeat scroll 21px -189px transparent;
padding:20px 0 0;
}#footerlinks li.last {
background:url("../img/footerlinksprite.png") no-repeat scroll 25px -325px transparent;
padding:6px 0;
}
#footerform {
width: 55%;
float: left;
}
#footerform select {
-webkit-appearance: none;
padding-left: 12px;
width: 100px;
color: #173449;
background: url('../img/selectbg.png') no-repeat;
border: none;
width: 145px;
height: 25px;
}
#form-left-wrapper {
width: 170px;
float: left;
padding-top: 6px;
}
#form-left-wrapper select, #form-right-wrapper select, #price_min, #price_max {
display:none;
}
.bluebutton {
display: block;
border: none;
width: 145px;
height: 25px;
cursor: pointer;
font-size: 0;
float: right;
margin-top: 12px;
}
#formmap {
float:right;
font-style:italic;
padding:4px 17px;
text-decoration:underline;
}
#formsearch, #quickSearchSubmit {
background:url("../img/footerformsearch.png") no-repeat scroll 0 0 transparent;
float:left;
margin:5px 0 0;
}
#form-right-wrapper {
width: 330px;
float: right;
}
#form-right-wrapper label {
display: block;
width: 70px;
color:#444444;
}
#form-right-wrapper p {
float:left;
padding:44px 0 0 7px;
text-align:right;
}
#form-right-wrapper #lower {
padding: 10px 0 0 7px;
}
#rooms-range-wrap,
#price-range-wrap {
width: 190px;
padding: 8px 12px;
float: left;
}
#footerbottom {
padding-top: 12px;
width: 950px;
margin: 0 auto;
}
#footcontacts {
width: 65%;
float: left;
font-size: 11px;
padding-left: 4px;
}
#footcontacts div {
line-height: 14px;
padding-right: 50px;
}
#footcontacts div.last {
padding-right: 0;
}
#footerimages {
width: 34%;
float: left;
}
#footerimages img {
margin-left: 8px;
}

#footerfooter {
padding-top: 12px;
width: 950px;
margin: 0 auto;
}

.ui-widget-header {
border: 1px solid #97bdd0;
background: #97bdd0 !important;
color: white;
font-weight: bold;
}
.ui-corner-all {
-moz-border-radius: 6px !important;
-webkit-border-radius: 6px !important;
border-radius: 6px !important;
}

/* listing details */
#listingDetail h2, #bottom h2 {
color: #295066;
font-size: 1.5em;
font-weight: normal;
margin-top: -3px;
padding-bottom: 8px;
}
#listingDetail h2#address {
padding-top: 15px;
}
#top {
width:100%;
min-height: 90px;
}
#top p{
float:left;
width:420px;
font-size:1.1em;
}
.listingleft {
width:415px;
float:left;
color: #022f3d;
overflow:hidden;
}
#listingphoto {
padding-bottom:0;
width:413px;
position:relative;
z-index:0;
left:1px;
}
#listingphoto p {
text-align: center;
font-size:0;
}
#thumbs tr td {
padding-top:12px;
width:25%;
text-align: center;
}
img.right {
margin-right:0px;
}

s {
float:right;
margin:-21px 0 15px;
}
#tools ul li {
/*display: block;*/
float:left;
}
#tools ul li.firstcol{
/*width: 150px;*/
display: inline;
}
#tools ul li.secondcol {

}
#tools ul li.thirdcol {
}
#tools ul li#more {

}

#tools ul li span#ctl00_ContentPlaceHolder1_Calculator,
#tools ul li span.icon {
position: inherit;
}
#tools ul li span#ctl00_ContentPlaceHolder1_Calculator{
text-transform: capitalize;
}
#tools #Image4 {
padding-left:20px;
}
#tools ul li a,
#tools ul li a:visited {
text-decoration: none;
}
#tools ul li a div {
height: 15px;
padding: 10px;
text-align: left;
width: 122px;
margin-left: 19px;
}
#bottom {
border-top: 1px solid #CCCCCC;
margin-top: 25px;
padding-top: 20px;
}
#disclaimer {
color: #6e6e6e;
padding-top:20px;
line-height: 1.4em;
font-size:11px;
}
.listingright {
float: left;
overflow: hidden;
padding-left: 25px;
width: 460px;
}
#ctl00_ContentPlaceHolder1_Description {
font-size:.94em;
}
#listingagent {
width:100%;
line-height: 1.5em;
}
#listingagent img {
margin-right:6px;
position:relative;
top:3px;
}
#listingagent .listing {
font-size:1.1em;
}
#listingagent .title {
font-size:1.2em;
}
.listingright table {
width:100%;
}
#listingright th {
font-family: CGothic, Arial, Helvetica;
font-size:1.6em;
font-weight: normal;
text-align: left;
padding-bottom: 8px;
border-bottom: 1px solid #0D405B;
}
#listingright tr td {
line-height:1.4em;
}
#listingright tr.first td {
padding-top: 8px;
}
#listinginfo {
width:210px;
padding-bottom: 20px;
}
#listinginfo *:not(h2),
#propertyinfo *:not(h2),
#propertyparagraph *:not(h2) {
line-height: 1.5em;
font-size: 13px;
}
#propertyinfo {
float: left;
padding:0 0 20px 30px;
width: 210px;
}
#propertyparagraph {
border-bottom: 1px solid #CCCCCC;
border-top: 1px solid #CCCCCC;
clear: both;
line-height: 1.5em;
margin-bottom: 20px;
padding: 10px 0 20px 0;
width: 100%;
}
#gmap {
min-height:100px;
}

/* property search */
#propsearchleft {
width:515px;
padding-right:20px;
float:left;
}
#propsearchleft h2,
#listingsSearch h2 {
font-family: CGothic, Arial, Helvetica;
font-size:1.6em;
font-weight: normal;
text-align: left;
padding: 15px 0 5px 0;
border-bottom: 1px solid #0D405B;
margin-bottom: 10px;
width:100%;
}
#propsearchleft form>div {
padding-bottom:20px;
}
#propsearchleft #location div {
width:33%;
}
#propsearchleft #location tr, #propsearchleft #ownership tr, #propsearchleft #amenities tr {
height: 40px;
}
#propsearchleft #location table {
width: 515px;
}
#propsearchleft #ownership table {
width: 250px;
}
#propsearchleft #amenities table {
width: 290px;
}
#propsearchleft #location td {
width:36%;
vertical-align: top;
}
#propsearchleft #ownership td,
#propsearchleft #amenities td {
width:45%;
}
#propsearchleft #size,
#propsearchleft #ownership,
#propsearchleft #searchbutton {
width:40%;
padding-right:8%;
padding-top: 15px;
float:left;
}
#propsearchleft #size div,
#propsearchleft #price div {
float: left;
width: 40%;
padding-right:5%;
}
#propsearchleft #size div select,
#propsearchleft #price div select {
width:100%;
}
#propsearchleft #price,
#propsearchleft #amenities {
width:50%;
padding-top: 15px;
float:left;
}
#propsearchleft #size select,
#propsearchleft #price select {
width:46%;
margin-right: 6px;
}
#propsearchleft #ownership div,
#propsearchleft #amenities div {
width:110px;
}
#propsearchleft #morelinks a {
display: block;
float: left;
width:110px;
padding-top:5px;
}
#morelinks {
padding-top:4px;
}
#propsearchright {
width:363px;
padding-top:48px;
float:left;
}
#searchspacer {
line-height:16px;
}

/* Featured Listings */
#ctl00_ContentPlaceHolder1_FeaturedList {
width:75%;
}
.innerlistingtable {
margin-bottom: 10px;
}
.innerlistingtable .featdetails, .innerlistingtable .featprice{
padding-right: 15px;
}
.innerlistingtable .feataddress, .innerlistingtable .featsize{
padding-left: 5px;
}
.featPicHolder {
height:300px;
width:30%;
}
.featListPic {
border-width: 2px;
border-color: #00546E;
border-style:solid;
background-color: #e1e8eb;  
margin-right:10px;
}
tr.featListDetRow>td {
text-align: left;
}
tr.featListDetRow td table {
width:88%;
margin-right: 12%;
}
tr.featListDetRow td table td {
padding-top: 3px;
padding-bottom: 3px;
}
tr.featListDetRow td table tr td table {
width:100%;
margin:0;
}
#featured1,
#featuredSales,
#featuredRentals {
padding-top:6px;
}


/* Open Houses */
#ctl00_ContentPlaceHolder1_THList {
width:100%;
}
#ctl00_ContentPlaceHolder1_THList td {
padding: 0 5px 5px 0;
}


/* Find me a home */
#findMeAHomeWrapper {
position:relative;
padding-bottom:200px;
}
#findMeAHome {
position: absolute;
left: 250px;
top: -280px;
}
#findMeAHome label {
display:block;
float:left;
width:75px;
}
#findMeAHome label.longer {
line-height: 1.3em;
width:205px;
}
input[type="password"],  input[type=text], #contactUsForm textarea {
-moz-border-radius: 5px 5px 5px 5px;
background: -moz-linear-gradient(center top , #E8E8E8, #F8F8F8) repeat scroll 0 0 transparent;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#E8E8E8', endColorstr='#F8F8F8');
background: -webkit-gradient(linear, left top, left bottom, from(#E8E8E8), to(#F8F8F8));
border: 1px inset #AAAAAA;
color: #9D9D9D;
font-size: 13px;
height: 27px;
margin: 3px 25px 2px 0;
padding: 0 10px;
}
#findMeAHome input[type="radio"] {
margin: 5px 5px 5px 25px;
}
#findMeAHome select {
width: 120px;
margin: 5px 30px 5px 0px;
}
#findMeAHome .amount {
border: 0pt none;
font-size: 11px;
width: 200px;
height: 15px;
background: none repeat scroll 0% 0% transparent;
color: #9D9D9D;padding: 5px 10px;
}

#findMeImg {
margin-left:20px;
width:453px;
}

/* Seller Services & Landlord Services*/
#sellerServicesCopy  {
padding-bottom:270px;
font-size: 13px;
}
#sellerServicesCopy ul li, #landlordServicesCopy ul li, #careerOppCopy ul li {
background: url("/images/list_arrow.jpg") no-repeat scroll 0 3px transparent;
padding: 3px 0 3px 18px;
list-style: none;
}
#sellerServicesBrochure {
position:absolute;
top:200px;
}
#sellerForm input[type=text] {
background: url("../img/searchbg_long.png") no-repeat scroll 0 0 transparent;
border: medium none;
height: 30px;
margin: 3px 0;
padding:1px 30px 1px 10px;
width: 240px;
color: #9D9D9D;
font-size: 13px;
}
#sellerForm #bedrooms-range-wrap, #sellerForm #prices-range-wrap {
width:69%;
}
#sellerForm #bath-range-wrap {
width:77%
}
.bottomHalf, #findMeAHome {
color: #0E2230;
font-size: 14px;
}
.bottomHalf td, #findMeAHome td {
padding-top: 10px;
}
#landlordServicesCopy {
padding-bottom:125px;
font-size: 13px;
}
#landlordServicesBrochure {
padding-left: 390px;
position: absolute;
top: 215px;
}

/* Find an Agent */
#meetAgents p {
font-size: 13px;
}
.agentPhoto {
border:2px solid #005370;
width:96px;
height:135px;
margin-right:8px;
margin-bottom:8px;
}
#agentSearch {
width: 40%;
color: #295066;
line-height:1.2em;
}
#agentSearch h3 {
padding-bottom:5px;
}
#agentSearch .padbot a{
color: #000000;
}
#agentSearch .fields {
background:url("../img/searchbg_long.png") no-repeat scroll 0 0 transparent;
border:none;
color:#9D9D9D;
font-size:13px;
height:32px;
margin-bottom:10px;
padding:0 20px 0 10px;
width:240px;
}
#agentSearch label {
color:#9a9a9a;
font-size:13px;
float:left;
}
#agentSearch select {
display:none;
}
#agentSearch .dropdown {
float: right;
margin: -5px 102px 0 0;
}
#agentSearch #searchbtn{
background: url("../images/search_light.gif") no-repeat scroll center top transparent;
border: medium none;
height: 39px;
width: 179px;
}
#searchByName label {
display:block;
float:left;
width:100px;
}
#ctl00_ContentPlaceHolder1_AgentList_Above td td {
padding-bottom:15px;
font-size:1.1em;
line-height:1.2em;
}
#ctl00_ContentPlaceHolder1_AgentList_Above td td img {
margin-right:8px;
}
#ctl00_ContentPlaceHolder1_AgentList_Above td td img[src="images/luxurylogo.jpg"] {
border:none;
}
#ctl00_ContentPlaceHolder1_AgentList_Above td td a {
color: #00546E;
}


/* Dropdown Menu Styles */    
.dropdown {
background:url("../img/selectbg.png") no-repeat scroll 0 0 transparent;
border:medium none;
color:#71838F;
font-size:1.1em;
margin:8px 0 0;
padding-top:5px;
width:145px;
height: 25px;
}
#form-left-wrapper .dropdown {
margin:1px 0 0;
-webkit-border-radius: 4px 4px 14px 14px;;
   -moz-border-radius: 4px 4px 14px 14px;;
        border-radius: 4px 4px 14px 14px;;

}
.dropdown .option {
display: block;
padding: 0 0 5px 10%;
width: 90%;
}   
.dropdown dd, .dropdown dt, .dropdown ul {
margin:0px;
padding:0px;
cursor:pointer;
}
.dropdown dd {
position:relative;
}
.dropdown dd ul {
height: 200px;
list-style: none outside none;
min-width: 140px;
overflow-y: scroll;
padding: 5px 0;
position: absolute;
top: 0;
left: 3px;
z-index:10;
width: 81px;
background:#f7f7f7 none repeat scroll 0 0;
-webkit-box-shadow: -1px 2px 5px rgba(0, 0, 0, 0.7);
   -moz-box-shadow: -1px 2px 5px rgba(0, 0, 0, 0.7);
        box-shadow: -1px 2px 5px rgba(0, 0, 0, 0.7);
-webkit-border-radius: 6px;
   -moz-border-radius: 6px;
        border-radius: 6px;

}
.dropdown span.value { display:none;}
.dropdown dd ul li span { 
padding:5px;
display:block;
}
.dropdown dd ul li span:hover {
background:#c8d6ff;
}


/* Polaroid Images */
.polaroid {
-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
   -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
        box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
position: relative;
}
.polaroid:before, .polaroid:after {
content:"";
position:absolute;
z-index:-2;
}
.polaroid .popper{
background:none repeat scroll 0 0 #F9F9F9;
padding:5px;
position:relative;
z-index:1;
}
.agentPic {
float:left;
margin:0 10px 10px 0;
width:125px;
}
.agentPic img {
background:none repeat scroll 0 0 #F9F9F9;
padding:10px;
position:relative;
z-index:1;
}
.agentPic:before, .agentPic:after {
-webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.7);
   -moz-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.7);
        box-shadow: 0 5px 5px rgba(0, 0, 0, 0.7);
-webkit-transform:rotate(-3deg);
   -moz-transform:rotate(-3deg);
        transform:rotate(-3deg);
bottom:3px;
content:"";
display:inline-block;
height:4%;
left:2px;
max-width:64px;
position:absolute;
z-index:0;
width:49%;
}
.agentPic:after {
-webkit-transform:rotate(3deg);
   -moz-transform:rotate(3deg);
        transform:rotate(3deg);
right:2px;
left:auto;
}
.smallPromo {
float:left;
margin:0 10px 10px 0;
}
#neighborhoods .smallPromo {
margin: 10px 0px 5px 0;
}
#thumbs .smallPromo {
margin:5px;
}
.smallPromo img {
background:none repeat scroll 0 0 #F9F9F9;
padding:10px;
position:relative;
z-index:1;
}
#thumbs .smallPromo img {
padding:5px;
}
.smallPromo:before, .smallPromo:after {
-webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 1);
   -moz-box-shadow: 0 3px 3px rgba(0, 0, 0, 1);
        box-shadow: 0 3px 3px rgba(0, 0, 0, 1);
-webkit-transform:rotate(-3deg);
   -moz-transform:rotate(-3deg);
        transform:rotate(-3deg);
bottom:3px;
content:"";
display:inline-block;
height:4%;
left:2px;
max-width:64px;
position:absolute;
z-index:0;
width:49%;
}
.smallPromo:after {
-webkit-transform:rotate(3deg);
   -moz-transform:rotate(3deg);
        transform:rotate(3deg);
right:2px;
left:auto;
}
.listingPic p {
background:none repeat scroll 0 0 #F9F9F9;
border-top: 1px solid #F2F2F2;
padding:7px;
position:relative;
z-index:1;
}
.listingPic:before, .listingPic:after {
-webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 1);
   -moz-box-shadow: 0 2px 8px rgba(0, 0, 0, 1);
        box-shadow: 0 2px 8px rgba(0, 0, 0, 1);
-webkit-transform:rotate(-1deg);
   -moz-transform:rotate(-1deg);
        transform:rotate(-1deg);
bottom:2px;
content:"";
display:inline-block;
height:4%;
left:2px;
position:absolute;
z-index:0;
width:50%;
}
.listingPic:after {
-webkit-transform:rotate(1deg);
   -moz-transform:rotate(1deg);
        transform:rotate(1deg);
right:2px;
left:auto;
}
/* featured lisings page, expand all images to same dimensions */
.smallPromo .alterImg {
width: 270px;
height: 194px;
background: none repeat scroll 0 0 #F9F9F9;
margin: 10px;
position: relative;
z-index: 1;
overflow: hidden;
}
.smallPromo .alterImg img {
padding:0px;
}

/* Agent Details */
#agentDetails {
padding: 4px 4px;
width:78%;
font-size:1.1em;
line-height:1.3em;
color: #295066;
}
h1 {
color:#295066;
font-size:2.1em;
font-weight:normal;
line-height:1.5em;
}
#agentLinksBio {
width:100%;
padding-left:2%;
}
#agentLinks {
padding-bottom:12px;
}
#ShortBio,
#FullBio {
margin-top:12px;
}
#agentBio {
color:#000;
font-weight: 100;
clear: both;
}
#agentBio .title {
color:#000;
}
#agentLogos{
padding:5px;
text-align:center;
width:20%;
}
#aspnetForm #agentLogos {
    clear: both;
    float: right !important;
    padding: 5px;
    text-align: right;
    width: 20%;
}




/* about us */
#aboutNav {
padding-top:12px;
color: #022F3D;
font-size: 13px;
font-weight: bold;
height: 20px;
padding-bottom: 10px;
}
#aboutUsMore:hover,
#aboutUsClose:hover {
cursor: pointer;
color: #00546E;
}
#aboutUsTop {
float:left;
width:66%;
margin-right:2%;
padding-top:20px;
font-size:13px;
}
#aboutUsPic {
margin-top:20px;
}
#MoreDiv{
font-size:13px;
}



/* leadership team */
#leadershipTeam {
width:100%;
}
#leadershipTeam span {
font-weight: bold;
}
#leadershipTeam td {
width:33%;
}
#leadershipTeam td h2 {
margin-top:40px;
}
.leadershipTeamImage,
#leadershipTeam img {
height:210px;
width:150px;
}
#leadershipTeam .smallPromo {
margin: 10px 80px 10px 0;
}

/* Career Opportunities */
#careerOppCopy {
padding: 15px 0 50px;
font-size: 13px;
}
#careerOppBrochure {
position:absolute;
top:100px;
padding-left:300px;
}

/* Our Locations */
#locationOffice {
margin-right:50px;
margin-bottom:20px;
}
.locations {
width: 400px;
}
.locationName {
background: #7f9da8;
color:#fff;
font-size:1.2em;
line-height:1.4em;
letter-spacing: 0.17em;
padding:2px 2px;
}
.locationInfo {
padding-bottom:20px;
float: left;
width: 180px;
margin-right: 10px;
/*overflow: hidden;*/
}
.locationInfo p {
line-height:1.2em;
}
.locationInfo h2 {
padding-bottom: 5px;
}

/* Contact Us */
#contactUsForm label {
display:block;
float:left;
width:150px;
text-align:right;
padding-right:6px;
}
#contactUsForm input {
margin-bottom:4px;
}
#contactUsForm input[type="submit"] {
margin-left:156px;
}

#ctl00_ContentPlaceHolder1_OLRSearchResult {

}
#ctl00_ContentPlaceHolder1_OLRSearchResult a {
font-weight: bold;
text-decoration: underline;
}
#ctl00_ContentPlaceHolder1_OLRSearchResult a:hover {
font-weight: bold;
text-decoration: none;
}


.goldLeft {
width: 62%;
}
.vspacemore p {
line-height: 1.6em;
}

.printericon {
margin-left: -18px;
margin-right: 18px;
}

.aunderline a {
text-decoration: underline;
color:#D12529;
}


#fbnav {
width: 100%;
}
#fbnav tr td {
padding:4px 4px 4px 0;
}
#fbnav img, #pagnav img {
position: relative;
top: 1px;
}

.printdesc {
height:400px;
overflow-y:hidden;
}


/* classes */
.clear {
clear:both;
}
.spacer {
font-size:0px;
}
.aligntop {
vertical-align: top;
}
.biglink {
font-size: 1.5em;
font-family: CGothic, Arial, Helvetica;
}
.bigtext {
font-size: 1.5em;
font-family: CGothic, Arial, Helvetica;
position:relative;
top:-3px;
}
.input label {
display: block;
font-weight:bold;
color:#363532;
padding-bottom:4px;
}
.input p {
padding-top:8px;
padding-right:4px;
}
.input {
margin-bottom:12px;
padding-right:16px;
}
.sky {
position:absolute;
z-index: 9997;
}
.overimg {
position:absolute;
z-index: 9996;
}
.hidden {
display: none;
}
.red {
color: #c53e2d;
}
.white {
color: #fff;
}
.caps {
text-transform: uppercase;
}
.strong {
font-weight: bold;
}
.feataddress {
color: #295066;
line-height:1.2em;
}
.feataddress br {
display: none;
}
.paws {
background:url('/images/paws.png');
padding-bottom:22px;
}
.cgoth {
font-family: 'CGothic';
}
.margtop {
margin-top:4px;
}
.margbot {
margin-bottom:4px;
}
.padtop {
padding-top:6px;
}
.padbot {
padding-bottom:12px;
}
.padleft {
padding-left:72px;
}
.padright {
padding-right:72px;
}
.bigger {
font-size:1.1em;
}
.bgwhite {
background:#fff;
}
.mortCalcTable {
width:450px;
}
.thumb2 {
height: 147px; 
width: 105px;
margin-right:12px;
border: 2px solid #005370;
}
.thumb3 {
width:89px;
height:59px;
border:none;
}
.wide {
width:974px;
}
table.wide {
margin-bottom:20px;
}
.featPicWrap {
background-color: #F9F9F9;
height: 215px;
overflow: hidden;
position: relative;
width: 290px;
z-index: 1;
}
.lineSpace {
line-height: 1.4em;
}
.fullwidth {
width:100%;
}
.fullwidth .nbLabel {
color: #295066;
font-size: 1.1em;
font-weight: bold;
}
.bordtop {
border-top:1px solid #005370;
padding-top:6px;
padding-bottom:6px;
}
.bordbot {
border-bottom:1px solid #005370;
padding-top:6px;
padding-bottom:6px;
}


.title {
font-family: Arial, Helvetica, sans-serif;
/* font-size: small; */
color: #295066;
font-style: bold;
padding-bottom:10px;
}
table {
/* width: 100%; */
background:transparent;
}
.bold {
font-weight: bold;
}
area {
border: 1px solid red;
}
a {
text-decoration:none;
color:inherit;
}
a:hover {
text-decoration:underline;
}
p {
margin-top:8px;
margin-bottom:8px;
line-height:1.4em;
}
div.overtext p {
margin-top:0px;
margin-bottom:0px;
line-height:inherit;
font-family: CGothic, Arial, Helvetica, sans-serif;
line-height: 1em;
padding-top: 5px;
}
.overtext {
position:absolute;
top:80px;
z-index:9998;
color: #FFF;
font-size:3.5em;
width:100%;
height:100%;
text-align: center;
font-family: CGothic, Arial, Helvetica, sans-serif;
}

input.button {
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e9f0f3', endColorstr='#d1dbe0');
background: -webkit-gradient(linear, left top, left bottom, from(#e9f0f3), to(#d1dbe0));
background: -moz-linear-gradient(top, #e9f0f3, #d1dbe0);
-webkit-box-shadow: 0 1px 2px #888888;
   -moz-box-shadow: 0 1px 2px #888888;
        box-shadow: 0 1px 2px #888888;
border:none;
height:1.8em;
position:relative;
top:1px;
color:#295066;
border-radius: 6px;
-moz-border-radius: 6px;
-webkit-border-radius: 6px;
padding: 2px 10px 10px;
font-size: .9em;
text-decoration: none;
text-align:center;
}
input.bigbutton {
background:#82a4b3;
border:none;
padding:4px 3px;
position:relative;
top:1px;
color:#eae8d8;
border-radius: 6px;
-moz-border-radius: 6px;
-webkit-border-radius: 6px;
}
input[type=button], input[type=submit] {
cursor: pointer;
}
a.button, span.button, div.button {
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e9f0f3', endColorstr='#d1dbe0');
background: -webkit-gradient(linear, left top, left bottom, from(#e9f0f3), to(#d1dbe0));
background: -moz-linear-gradient(top, #e9f0f3, #d1dbe0);
-webkit-box-shadow: 0 1px 2px #888888;
   -moz-box-shadow: 0 1px 2px #888888;
        box-shadow: 0 1px 2px #888888;
height:1.8em;
position:relative;
top:1px;
color:#295066;
border-radius: 6px;
-moz-border-radius: 6px;
-webkit-border-radius: 6px;
padding: 5px 10px;
text-decoration: none;
text-align:center;
font-size: 1.1em;
}
div.button img {
bottom: 8px;
float: right;
position: relative;
}

ul.dots li {
list-style: inside;
padding-top:4px;
padding-top:4px;
}

#salepicwrap {
background: url("http://media.olr.com/Pictures/Slideshow/819164_slide_photo5521311.jpg") repeat scroll 0 0 transparent;
position: relative;
z-index: 5;
}
#salepicwrap .salepic {
position: relative;
z-index: 6;
}
#salepicwrap2 {
position: relative;
top: -452px;
z-index: 1;
}
.quickPrice {
line-height: 1.5em;
}

