/* ============= CSS Reset ============= */
/* Makes browsers behave!                */
/* ===================================== */

body,div,
dl,dt,dd,ul,ol,li,
h1,h2,h3,h4,h5,h6,
pre,form,fieldset,input,textarea,
p,blockquote,th,td { 
margin:0;
padding:0;
}

table {
border-collapse:collapse;
border-spacing:0;
}

img, a img { 
border:0;
}

ol,ul {
list-style:none;
}

caption,th {
text-align:left;
}

q:before,q:after {
content:'';
}

abbr,acronym {
border:0;
}

a:focus {
outline: none;
}

#main ul, #main ol {
list-style-position: inside;
}

/* Typography
--------------*/
body {
font-size: 76%; /* Global font-size */
font-family: Arial, Helvetica, sans-serif;
color: #2f3254;
}

p {
font-size: 0.9em;
}

h1 {
font-size: 1.1em;
margin-bottom: 5px;
color: #0d65af;
text-transform:uppercase;
}

h2 {
font-size: 1em;
margin-bottom: 3px;
color:#005dab;
text-transform:uppercase;
}

legend {
color: #0081c5;
font-weight: bold;
}

a:link,
a:visited {
color: #008bd1;
}

#content p,
#sub-section p {
margin-bottom: 10px;
}
#footer {
border-top: 1px solid #fff;
}
#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 {

}

/* Dropdown menu
-----------------*/

#menu a {
font-weight: bold;
text-transform: uppercase;
font-size: 0.9em;
border-left: 1px solid #fff;
background-image: url(/img/nav_bg.gif);
background-repeat:no-repeat;
background-position: -5px top;
}

#menu li.first a, 
#menu li li a {
border: none;
}

#menu a:link,
#menu a:visited {
color: #fff;
text-decoration: none;
}

#menu a:hover {
color: #a0c9de;
}

#menu ul ul a:link, #menu ul ul a:visited {
background-color: #0081c5;
color: #fff;
background-image:none;
}
#menu ul ul a:hover {
background-color: #028dd6;
color: #fff;
}
#menu li li a {
border: none;
text-transform: none;
}

#menu li a span {
color: #f04230;
}


/* Standard forms
------------------*/

form fieldset {
margin-bottom: 15px;
padding: 10px;
border: 1px solid #fff;
}

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,
body.listing #filter input ,
.button {
width: auto;
padding: 0 10px;
cursor: pointer;
background-color: #027bbb;
border: none;
color: #fff;
font-weight:bold;
}

form em span,
form .required {
color: #B90000;
font-weight: bold;
}

form input.halfsize, form input.radio {
width:80px;
}


/* Dynamic text
----------------*/

#content img#dyn-heading-img {
display: block;
float: right;
margin: 0 0 10px 20px;
}

#content img#dyn-img1 {
float: right;
margin: 0 0 10px 20px;
}

#sub-section img#dyn-img2 {
margin: 0 0 10px 20px;
float: right;
display: block;
}


/* Sub-section
---------------*/
#sub-section dd,
#sub-section dt {
margin-bottom: 5px;
}

/* Home 
---------*/

body#home #content img#dyn-img2 {
float: left;
margin: 0 20px 10px 0;
}

body#home #images {
background-color: #005dab;
border-bottom: 1px solid #fff;
text-align:center;
margin:0px;
padding:0px;
height:146px;
}
body#home #images img {
margin: 0 auto 0 auto;
display:block;
}

body#home #pow {
border-top: 1px solid #c0d7e2;
padding-top: 15px
}

body#home #pow img {
float: left;
border: 1px solid #fff;
margin: 0 10px 5px 0;
}
body#home #pow p,
body#home #pow h2 {
margin-bottom: 2px;
}

body#home #wrap {
background-color:#fff;
}
body#home #content .payrent {
padding: 24px 50px;
float: right;
background-color: #c0d7e2;
font-size : 1.6em;
font-weight : bold;
font-style : italic;
}


body#home #sub-section {
}
body#home #sub-section form {
border: 1px solid #e5e5e5;
background-color: #c0d7e2;
}
body#home #sub-section fieldset {
border: none;
padding: 0;
}
body#home #sub-section legend {
padding-top : 10px;
}
body#home #sub-section label {
font-size: 0.9em;
float: none;
display: inline;
}
body#home #sub-section p {
margin-bottom: 5px;
}
body#home #sub-section select {
width: 140px;
font-size: 0.9em;
}
body#home #sub-section #qs_price select,
body#home #sub-section #qs_rent_price select {
width: 62px;
}
body#home #sub-section form #qs_st label {
padding-right: 5px;
width: auto;
float: none;
display: inline;
}
body#home #sub-section form #qs_st input {
vertical-align: middle;
width: auto;
}
body#home #sub-section form #submit {
text-align: right;
padding: 0 8px 0 0;
}
body#home #sub-section form #submit input {
font-size: 0.9em;
font-weight: bold;
}
body#home #sub-section .payrent {
margin-top : 10px;
width : 160px;
border: 1px solid #e5e5e5;
background-color: #c0d7e2;
padding: 10px 0 10px 20px;
background-color: #c0d7e2;
font-weight : bold;
text-transform : uppercase;
}
body#home #sub-section .payrent a {
color: #ec4437;
text-decoration : none;
}
body#home #sub-section .payrent a:hover {
color: #027bbb;
text-decoration : none;
}


/* 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;
}

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: #FADBBC;
}

body.listing #filter label {
float: none;
display: block;
width: auto;
font-size: 1em;
font-weight: bold;
color: #e5e5e5;
margin-bottom: 5px;
}

body.listing #filter select {
width: 90px;
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;
}

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: #F2891C;
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;
}







/* ============= Skin Stylesheet ============ */
/* Contents: colours, typography, backgrounds */
/* ========================================== */

/* Global layout colour scheme
-------------------------------*/
body, html {
background-color: #0081c5;
}

body {
background-image: url(/img/body_bg.gif);
background-repeat: repeat-x;
background-position: 0px 88px;
}

#home #wrap {
background-color: #bfd6ea;
border: none;
}
#wrap {
background-color: #a0c9de;
}
#wrap #main {
background-color: #fff;
border-left: 1px solid #fff;
border-right: 1px solid #fff;
}
#home #wrap #main{
border: none;
background-color:#fff;
}
/* Pages without columns
-------------------------*/
body.listing #main,
body.detail #main,
body#staff #main {
background-image: none;
}






/* Home 
---------*/



/* Listings
------------*/

body.listing .property {
border-bottom: 1px solid #fff;
}

body.listing .property .image {
border: 1px solid #fff;
}

body.listing .property .details h2 {
font-size: 1em;
font-style: normal;
margin-bottom: 10px;
}

body.listing .property .features {
font-weight: bold;
}
body.listing .property .features img {
vertical-align:top;
}
body.listing .property .features span,
body.brochure #addressbar p span,
body.detail #addressbar p span {
color: #bfd6ea;
font-size: 1.2em;
position:relative;
margin-top:5px;
left: -28px;
}
body.listing .property .price h3 {
font-size: 1em;
font-style: normal;
}

body.listing #filter {
background-color: #80b8ea;
border: 1px solid #e5e5e5;
}


body.listing #searchForm {
z-index: 0;
}

/* Property detail
-------------------*/

body.detail #content h2 {
font-size: 1.2em;
font-style: italic;
color: #000;
border-top: 1px solid #ddd;
border-bottom: 1px solid #ddd;
background-color: #80b8ea;
}

body.detail #content h3 {
font-size: 1em;
}

body.detail #content ul#outgoingslist {
list-style-type: square;
}

body.detail #addressbar p {
font-weight: bold;
}

body.detail #extradetails img {
border: 1px solid #22243D;
}

body.detail #extradetails .images p {
font-weight: bold;
font-size: 0.8em;
}

body.detail #extradetails dl dt {
font-weight: bold;
}

/* Staff 
---------*/

body#staff dl {
border-bottom: 1px solid #ddd;
}

body#staff dl dt img {
border: 1px solid #22243D;
}

body#staff dl dt.name {
font-weight: bold;
font-size: 1.2em;
font-style: italic;
}

body#staff dl dd.position {
font-weight: bold;
}

body#staff dl dd.contact {
font-weight: bold;
}

body#staff dl {
clear: both;
margin-bottom: 10px;
padding-bottom: 10px;
overflow: hidden;
border-bottom: 1px solid #ddd;
}

body#staff dl dt.photo {
float: left;
margin-right: 15px;
border: 1px solid #22243D;
}




/* Slideshow
-------------*/

body.slideshow {
background-image: none;
background-color: #bfd6ea;
}

body.slideshow table img {
border: 1px solid #333;
}

body.slideshow #header {
background-image: none;
background-color: #0081c5;
border-bottom: 18px solid #028dd6;
width: auto;
}

body.slideshow #header img {
position: relative;
top: 0px;
left: -0px;
}


/* Email a friend
------------------*/

html#emailafriend {
background-image: none;
background-color: #fff;
text-align: left;
}
html#emailafriend #content {
background-color: #a0c9de;
}

/* Testimonials
----------------*/

body.testimonials #content .item {
border-bottom: 1px dashed #CFCFCF;
margin-bottom: 10px;
}

body.testimonials #content .signature {
text-align: right;
font-style: italic;
font-size: 0.9em;
}

/*alert thing */
body#alert_popup {
background-image:none;
}
body#alert_popup #content {
display:block;
width:350px !important;
padding:20px;
}
body#alert_popup #outside {

}


/* Careers ----------
------------------------ */

body .job h2 {
background-color:#a0c9de;
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;
}

/* 
Auction list,
OFIs
----------------*/

body.auction #content h2,
body.ofi #content h2 {
background-color: #a0c9de;
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: 200px;
display: block;
float: left;
}

body.auction #content dd.time,
body.ofi #content dd.time {
font-weight: bold;
float: left;
}

body.auction #content dd.link,
body.ofi #content dd.link {
float: right;
}

/* ---------- property alert  ------------ */


#registerform {
width: 500px;
}
#registerform li,
#login li,
#requirements li {
list-style-type:none !important;
margin-bottom: 5px;
}
#requirements form li span {
display: block;
clear: both;
font-size: 10px;
padding-left: 300px;
}

/* ----- GOOGLE MAP ----- */

#googlemap {
border:1px solid #ccc;
margin-top:10px;
}