/*===BASIC TEMPLATE 1===
Fixed width, two columns
Horizontal menu, dropdowns top to bottom
=======================*/

/* Global structure
----------------------*/
body, html {height: 100%;}
#wrap {width: 760px;margin: 0 auto;}
#footer {clear: both;padding: 10px 0 20px 0; text-align: center;}
#header {padding: 0 1px;overflow:hidden;}

body, html {
background-color: #cbd8bf;
}

#wrap{
background-image: url(/img/wrap_bg.gif);
background-repeat: repeat-y;
background-position: left top;
}

#main {
xbackground-image: url(/img/basic/column_right.gif);
background-repeat: repeat-y;
background-position: left top;
}

#menu {
background-color: #a6ba0d;
border-left: 1px solid #003d76; /*sits on top of wrap_bg's edges*/
border-right: 1px solid #003d76;
}

/* Column layout
-----------------*/
/* two column, sidebar on the right */
#main {clear: both;}
#content {width: 550px; float: left; padding: 10px 10px;}
#sub-section {width: 150px; float: right; padding: 10px 10px;}
/* pages without columns */
html.nocol #content,
body.listing #content,
body.detail #content,
body#staff #content {width: auto;display: block;float: none;}

/* Pages without columns
-------------------------*/
html.nocol #main,
body.listing #main,
body.detail #main,
body#staff #main {
background-image: none;
}

/* Header
----------*/
#header {position:relative;}
#header img {
display: block;
float: right;
}

#header p,
#header div.searchheader {
position:absolute;
z-index:3;
color:#fff;
top:20px;
right:10px;
}
#header div.searchheader input.field {
font-size : 0.9em;
}
#header a.homebutton {
color:#fff;
text-decoration:none;
background-image: url(/img/icon_home.gif);
background-repeat: no-repeat;
padding-left: 18px;
background-position: 0px 3px;
display:inline-block;
}
#home a.homebutton:hover {
text-decoration:underline;
}
#header .phonenum {
top: 45px;
font-size: 1.5em;
}
#header #propID {
display:inline; 
}
#header #propID .field{
width:130px;
}
/* Menu
---------*/

.menu {
xwidth: 760px;
margin: 0 auto;
}

.menu a {
padding: 8px 15px;
}

.menu li {
padding: 8px 0;
}

.menu li li {
padding: 0;
}

.menu li li a {
padding: 4px 15px;
display: block;
width: 150px;
}


/* Typography
--------------*/
body {
font-size: 76%; /* Global font-size */
font-family: Arial, Helvetica, sans-serif;
color: #00407a;
}

p {
font-size: 1em;
}

h1 {
font-size: 1.5em;
margin-bottom: 5px;
text-transform: uppercase;
}

h2 {
font-size: 1.1em;
margin-bottom: 3px;
}

h3 {
font-size : 1.0em;
margin-bottom: 2px;
}


legend {
color: #22243d;
font-weight: bold;
}

a:link,
a:visited {
color: #00407a;
}

#content p,
#sub-section p {
margin-bottom: 10px;
}
#footer {background-color:#00407a;}

#footer p {
font-size: 0.9em;
}

#footer,
#footer a:link,
#footer a:visited {
color: #fff;
text-decoration: none;
}

#footer a:hover {
color: #fff;
text-decoration:underline;
}

/* Header
----------*/

#header img#logo {
float: left;
position: relative;
top: 0px;
left: 0px;
}
#header .button {width:8px; margin-bottom:-5px;}
/* Dropdown menu
-----------------*/

.menu a {
border-right: 1px solid #fff;
font-weight: bold;
text-transform: uppercase;
font-size: 0.9em;
}

.menu li.last a, 
.menu li li a {
border: none;
}

.menu a:link,
.menu a:visited {
color: #fff;
text-decoration: none;
background-color: #a6ba0d;
}

.menu a:hover {
color: #003e76;
}

.menu li li a {
border: none;
text-transform: uppercase;
}
.menu li#developmentList li a,
.menu li#propertyManagementList li a {
width : 150px;
}


/* Standard forms
------------------*/

form fieldset {
margin-bottom: 15px;
padding: 10px;
border: 1px solid #ddd;
}

form label {
display: block;
float: left;
width: 150px;
}

form input,
form textarea,
form select {
width: 250px;
}

form p {
clear: both;
}

form fieldset#submit {
border: none;
padding: 0;
text-align: right;
}

form fieldset#submit input {
width: auto;
padding: 0 10px;
cursor: pointer;
background-color: #00407a;
font-weight:bold;
border: none;
color: #fff;
}

form em span,
form .required {
color: #B90000;
font-weight: bold;
}


/* Dynamic text
----------------*/

#content img#dyn-heading-img {
display: block;
margin-bottom: 15px;
}

#content img#dyn-img1 {
float: left;
margin: 0 10px 10px 0px;
}

#sub-section img#dyn-img2 {
margin-bottom: 10px;
display: block;
}

/* Sub-section
---------------*/
#sub-section dd,
#sub-section dt {
margin-bottom: 5px;
}







/* Home 
---------*/

body#home #sub-section form #submit input {
font-size: 0.9em;
font-weight: bold;
}

body#home #content img#dyn-img2 {
float: left;
margin: 0 20px 10px 0;
}

body#home #content fieldset {
border: none;
padding: 0;
}

body#home #content fieldset#submit {
margin-bottom: 5px;
}

body#home #content form {
background-color: #ccff99;
border: 1px solid #a6ba0d;
padding:5px 10px;
}

body#home #content legend {
font-weight: bold;
font-size: 1.2em;
margin-bottom: 4px;
padding-left: 0;
margin-left: 0;
}

body#home #content label {
font-size: 0.9em;
font-weight: bold;
float: none;
display: none;
}
body#home #qs_price,  
body#home #qs_size{
margin-top:5px;
}
body#home #qs_price label,
body#home #qs_size label{
display:inline;
}
body#home .label_range {
xdisplay:none !important;
}
body#home #content p {
margin-bottom: 5px;
}

body#home #content select {
width: 137px;
font-size: 0.9em;
}

body#home #content #qs_price select,
body#home #content #qs_rent_price select,
body#home #content #qs_size select {
width: 60px;
}

body#home #content form #qs_st label {
padding-right: 2px;
width: auto;
float: none;
display: inline;
}

body#home #content form #qs_st input {
vertical-align: middle;
width: auto;
}

body#home #content form #submit {
text-align: left;
margin-top:-10px;
padding: 0 8px 0 0;
}

body#home #content .col1 {
width:161px;
float:left;
}

body#home #content .propertyalert {
margin:10px 0;
text-align:center;
}
body#home #content .propertyalert a {
display:block;text-decoration:none;
border: 1px solid #fff;
}
body#home #content .propertyalert a:hover {
background-color:#ccff99;
border: 1px solid #a6ba0d;
}

#home #imageSlideshowHolder {
float:right;
width:565px !important;
}
#home #sub-section {
clear:both;
background-image: url(/img/featured_property_dividers.gif);
overflow:hidden;
background-repeat: repeat-y;
background-position: 1px 0px;
}
#home #content {
width: auto;
}

#home #sub-section {
float:none;
width: auto;
}

#home .powmultiple {
width: 190px;
background-color: #00407a;
color:#fff;
float:left;
margin:0 28px;
}
#home .powmultiple a {
color:#fff;
}

#home .powmultiple h2,
#home .powmultiple h1 {
font-size: 1em;
background-color: #a6ba0d;
color: #00407a;
padding:3px 0 3px 13px;
background-image: url(/img/icon_nav.gif);
background-repeat: no-repeat;
background-position: 5px center;
margin-bottom:0px;
}
#home .powmultiple img {
border-top:1px solid #fff;
width:190px;
}
#home .powmultiple p {
padding: 3px 3px 0px 3px;
}
#home .powmultiple span {
float:right;
}








/* Listings
------------*/

body.listing .property {
padding: 10px 0;
clear: both;
overflow: hidden;
border-bottom: 1px solid #ddd;
}

body.listing .property .image {
display: block;
float: left;
margin-right: 15px;
border: 1px solid #22243D;
}

body.listing .property .details {
width: 380px;
float: left;
margin-right: 20px;
}

body.listing .property .features {
float: left;
font-weight: bold;
color: #A6BA0D;
}

body.listing .property .features img {
margin-right: 7px;
vertical-align: bottom;
}

body.listing .property .details h2 {
font-size: 1.2em;
font-style: italic;
}

body.listing .property .details h3 {
font-size: 1em;
margin-bottom: 2px;
font-style: italic;
}

body.listing .property .details p {
margin-bottom: 0 !important;
}

body.listing .property .price {
text-align: right;
}

body.listing #filter {
height: 40px;
padding: 10px;
margin-bottom: 5px;
background-color: #ccff99;
}

body.listing #filter label {
float: none;
display: block;
width: auto;
font-size: 0.9em;
font-weight: bold;
}

body.listing #filter select {
width: 125px;
display: block;
font-size: 0.9em;
}

body.listing #filter p {
clear: none;
float: left;
margin-right: 24px;
}

body.listing #filter input {
width: auto;
padding: 1px 10px;
margin-top: 13px;
cursor: pointer;
background-color: #a6ba0d;
border: none;
color: #fff;
}

body.listing p.pagebar {
font-size: 0.9em;
padding-top: 10px;
text-align: right;
}

/* Property detail
-------------------*/

body.detail #extradetails .images p {
font-weight: bold;
font-size: 0.8em;
}

body.detail #extradetails dl dt {
font-weight: bold;
}

body.detail #content h2 {
padding: 3px 0;
margin-bottom: 5px;
font-size: 1.2em;
font-style: italic;
color: #00407a;
border-top: 1px solid #ddd;
border-bottom: 1px solid #ddd;
background-color: #f9f9f9;
}

body.detail #content h3 {
font-size: 1em;
}

body.detail #content ul {
margin-bottom: 15px;
list-style-type: none;
list-style-position: outside;
}

body.detail #content ul#outgoingslist,
body.detail #content ul#features {
list-style-position: inside;
list-style-type: square;
}

body.detail #addressbar {
height: 25px;
margin-bottom: 5px;
}

body.detail #addressbar h1 {
float: left;
}

body.detail #addressbar p {
float: right;
font-weight: bold;
}

body.detail #addressbar img {
vertical-align: middle;
margin: 0 2px 0 10px;
} 

body.detail #propertydetails {
width: 450px;
float: left;
margin-bottom: 20px;
}

body.detail #extradetails {
width: 244px;
float: right;
margin-bottom: 20px;
}

body.detail #extradetails img {
width: 118px;
margin-right: 2px;
margin-bottom: 2px;
display: block;
float: left;
border: 1px solid #22243D;
}

body.detail #extradetails img#mainimage {
width: auto;
display: block;
}

body.detail #extradetails .images p {
text-align: center;
clear: both;
}

body.detail #extradetails dl {
margin-bottom: 10px;
clear: both;
}

body.detail dl.agentdetails img {
width: auto !important;
margin-right: 10px !important;
}

/* Property detail printfriendly
---------------------------------*/

html.brochure,
body.brochure {
background-image: none;
background-color: #fff;
}
body.brochure #wrap {
width: 584px !important;
background-image: none;
background-color: #fff;
height: 100%;
}
body.brochure #main {
background-image: none !important;
}			
body.brochure #content {
background-image: none !important;
float: none !important;
}
body.brochure #header {
background-image: none;
}
body.brochure #propertydetails {
width: 280px;
}
body.brochure #extradetails img {
display: block;
float: left;
margin: 0 2px 2px 0;
}
body.brochure #extradetails {
width: 247px;
}

	
/* Staff 
---------*/

body#staff dl {
clear: both;
margin-bottom: 10px;
padding-bottom: 10px;
overflow: hidden;
border-bottom: 1px solid #ddd;
}

body#staff dl dt.name {
font-weight: bold;
font-size: 1.2em;
font-style: italic;
}

body#staff dl dt.photo {
float: left;
margin-right: 15px;
border: 1px solid #22243D;
}

body#staff dl dd.position {
margin-bottom: 5px;
font-weight: bold;
}

body#staff dl dd.contact {
margin-bottom: 5px;
font-weight: bold;
}

/* Slideshow
-------------*/

body.slideshow {
text-align: center;
background-image: none;
background-color: #fff;
}

body.slideshow #header {
margin-bottom: 10px;
background-image: none;
background-color: #00407a;
border-bottom: 10px solid #a6ba0d;
}

body.slideshow #header img {
float: none;
display: block;
width: auto;
margin: 0 auto;
}

body.slideshow table img {
display: block;
width: auto;
margin: 20px auto;
border: 1px solid #333;
}

body.slideshow input {
width: auto;
}

body.slideshow table {
margin: 0 auto;
}

/* Email a friend
------------------*/

html#emailafriend {
background-image: none;
background-color: #fff;
text-align: left;
}

html#emailafriend #header {
background-image: none;
background-color: #00407a;
border-bottom: 10px solid #a6ba0d;
}

html#emailafriend #header img {
float: none;
}
#header img.email {
float: left;
}

/* News
--------*/
body.news #sub-section dl {
border-bottom: 1px dashed #22243D;
padding-bottom: 4px;
margin-bottom: 4px;
}
body.news #sub-section dl dt {
font-weight: bold;
}

body.news #sub-section dl dd {
font-size: 0.9em;
}

body.news #sub-section p {
font-size: 0.9em;
text-align: right;
}

/* Links
----------*/

body.links #content h3 {
margin-bottom: 15px;
}

body.links #content dl {
border-bottom: 1px dashed #BFBFBF;
padding-bottom: 10px;
margin-bottom: 10px;
}

body.links #content dl dt {
font-weight: bold;
}

body.links #content dl dd {
margin-bottom: 5px;
}

/* Testimonials
------------------*/

body.testimonials #content div.testimonial {
border-bottom: 1px dashed #BFBFBF;
padding-bottom: 10px;
margin-bottom: 10px;
}

body.testimonials #content div.testimonial .author {
text-align: right;
font-style: italic;
}

/* Auction list, OFI
----------------------*/

body.auction #content h2,
body.ofi #content h2 {
background-color: #bbb;
padding: 2px 0 2px 5px;
margin-bottom: 5px;
margin-top:20px;
}

body.auction #content dl,
body.ofi #content dl {
clear: both;
overflow: hidden;
padding: 3px 0;
margin-bottom: 5px;
padding-left: 5px;
padding-right: 5px;
}

body.auction #content dl.stripe,
body.ofi #content dl.stripe {
background-color: #ddd;
}

body.auction #content dt,
body.ofi #content dt {
width: 250px;
display: block;
float: left;
}

body.auction #content dd.time,
body.ofi #content dd.time {
font-weight: bold;
float: left;
width: 150px;
}

body.auction #content dd.venue {
float: left;
}
 
body.auction #content dd.link,
body.ofi #content dd.link {
float: right;
}

/* Careers
-------------- */

body .job h2 {
background-color:#BBBBBB;
margin-bottom:5px;
margin-top:20px;
padding:2px 0pt 2px 5px;
}
 
body .job h3 {
font-size: 1em;
float:right;
}

body .job dt {
float:right; margin-right:10px;
}

body .job dd {
margin-bottom:5px;
font-style:italic;
}
 
body .job dd.description,
body .job dd.content {
font-style:normal;
}


/* Property Alert
-----------------------*/

body.alert #content #alertmenu {
display: block;
overflow: hidden;
background-color: #E7E6E6;
list-style-type: none;
margin: 0px;
padding: 0 !important;
margin: 15px 0px 15px 0px;
}

body.alert #content #alertmenu li {
float: left;
border-right : 1px solid #fff;
}
 
body.alert #content #alertmenu a {
padding: 5px 20px;
display: block;
}

body.alert #content #alertmenu .last {
border: none;
}

body.alert #content #alertmenu a:link,
body.alert #content #alertmenu a:visited {
text-decoration: none;
}

body.alert #content #alertmenu a:hover {
text-decoration: underline;
}

body.alert #content form label {
display: block;
float: left;
width: 180px;
}

body.alert #content form input,
body.alert #content form textarea,
body.alert #content form select {
width: 250px;
}

body.alert #content form ul {
margin-bottom: 0;
}

body.alert #content form li {
clear: both;
margin-bottom: 10px;
}

body.alert #content form li span {
float: right;
width: 250px;
font-size: 0.9em;
color: #999;
}

body.alert #content form fieldset {
display: block;
}

body.alert #content form fieldset.submit {
border: none;
padding: 0;
text-align: right;
}

body.alert #content form fieldset.submit input {
width: auto;
padding: 0 10px;
cursor: pointer;
background-color: #333;
border: none;
color: #fff;
}

body.alert #content form em span,
body.alert #content form .required {
color: #B90000;
font-weight: bold;
}
