/* ============= Skin Stylesheet ============ */
/* Contents: colours, typography, backgrounds */
/* ========================================== */

/* Global layout colour scheme
-------------------------------*/
body, html {
background-color: #fff;
}

body {
background-image: url(/img/body_bg.gif);
background-repeat: repeat-x;
}

#wrap {
background-color: #fff;
}


/* Pages without columns
-------------------------*/
body.listing #main,
body.detail #main,
body#staff #main {
background-image: none;
background-color: #fff;
}

/* Typography
--------------*/
body {
font-size: 76%; /* Global font-size */
font-family: Arial, Helvetica, sans-serif;
color: #000;
}

p {
font-size: 1em;
}

h1 {
font-size: 1.5em;
margin-bottom: 5px;
}

h2 {
font-size: 1.1em;
margin-bottom: 3px;
}

legend {
color: #22243d;
font-weight: bold;
}

a:link,
a:visited {
color: #F8BF28;
}

#content p,
#sub-section p {
margin-bottom: 10px;
}

#footer p {
font-size: 0.9em;
}

#footer,
#footer a:link,
#footer a:visited {
color: #F8BF28;
text-decoration: none;
background-color: #003B75;
}

#footer a:hover {
color: #FFF200;
}

/* Header
----------*/

#header img#logo {

}

/* Dropdown menu
-----------------*/

#menu a {
font-weight: bold;
text-transform: lowercase;
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;
}

#menu a:hover {
color: #fff;
}

#menu ul ul {
background-color: #789AD0;
border: 1px solid #fff;
border-top: none;
}

#menu li li a {
border: none;
text-transform: none;
}

#menu #rentalList ul,
#menu #commercialList ul,
#menu #ownerList ul {
width: 150px;
}
#menu #residentialList ul {
width: 125px;
}

/* Standard forms
------------------*/

form fieldset {
border: 1px solid #F8BF28;
}
p em span,
form em span,
form .required {
color: #B90000;
font-weight: bold;
}

form fieldset#submit input {
background-color: #003B75;
border: none;
color: #fff;
}

/* Home 
---------*/

body#home #images {
background-color: #F1D17D;
border-bottom: 1px solid #fff;
}

body#home #images span {
width: 760px;
display:block;
margin: 0 auto;
height: 146px;
border-left: 1px solid #fff;
}

body#home #images img {
display:block;
float: left;
border-right: 1px solid #fff;
}

body#home #sub-section {
margin-bottom: 20px;
}


body#home #sub-section form #submit input {
font-size: 0.9em;
font-weight: bold;
float: left;
}

body#home #sub-section {
border: 1px solid #F8BF28;
}

body#home #pow {
border-top: 1px solid #F8BF28;
padding-top: 15px
}

body#home #pow img {
float: left;
border: 1px solid #5F5F5F;
margin: 0 10px 5px 0;
}
body#home #pow p,
body#home #pow h2 {
margin-bottom: 2px;
}


/* Listings
------------*/

body.listing .property {
border-bottom: 1px solid #F8BF28;
}

body.listing .property .image {
border: 1px solid #000;
}

body.listing .property .details h2 {
font-size: 1.2em;
font-style: italic;
}

body.listing .property .features {
font-weight: bold;
color: #000;
}

body.listing .property .price h3 {
font-size: 1em;
font-style: italic;
}

body.listing #filter {
background-color: #fff;
border: 1px solid #F8BF28;
}

body.listing #filter input {
background-color: #FFF200;
border: none;
color: #000;
}

body.listing #filter input#submit {
background-color: #003B75;
border: none;
color: #fff;
}

body.listing #searchForm {
z-index: 0;
}


/* Property detail
-------------------*/

body.detail #content h2 {
font-size: 1.2em;
font-style: italic;
color: #000;
background-color: #F1D17D;
}

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;
}

/* Slideshow
-------------*/

body.slideshow {
background-image: none;
background-color: #F1D17D;

}

body.slideshow #header {
background-image: none;
background-color: #ffffff;
border-bottom: 10px solid #003B75;
}

body.slideshow table img {
border: 1px solid #000;
}

body.slideshow #header {
background-image: none;
background-color: #ffffff;
width: auto;
}

body.slideshow #header img {
position: relative;
xtop: 45px;
left: -0px;
}


/* Email a friend
------------------*/

body.emailafriend {
background-image: none;
background-color: #F1D17D;
text-align: left;
}

body.emailafriend #header {
background-image: none;
background-color: #fff;
border-bottom: 10px solid #003B75;
width: auto;

}

body.emailafriend #header img {
position: relative;
margin: 0 auto;
}
body.emailafriend fieldset#details {
border: 1px solid #000;
margin-top: 10px;
}

/* 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;
}
