/* charles-harding stylesheet - created 02/07/08 */

/* General page Layout */
body {
    width:800px;
    background-color:#e5e5e5;
    color:black;
    margin-left:auto;
    margin-right:auto;
    margin-top:10px;
    font-family:Verdana, Helvetica, Arial, Geneva, Sans-Serif;
    font-size:10pt;
}
div#mainContainer {
    background-color:#ffffff;
    color:black;
    border:solid #64b399 2px;
    padding-bottom:10px;
    padding:5px 0 10px 5px;
}
div#mainContent {
    border:solid #e5e5e5 1px;
    padding:10px;
    margin:20px 20px 20px 15px;
}
div#mainContentSearch {
    border:solid #e5e5e5 1px;
    padding:10px;
    margin:20px 20px 2px 15px;
}
div#generalInfo {
    float:left;
    width:460px;
    padding:5px;
    margin-right:25px
}
/* Page Header */
div#banner {
    background-image: url(Images/LettingsLogo.png);
    background-repeat:no-repeat;
    margin:0 5px 1px 0;
    height:130px;
}
/* Page Footer */
div#footer{
    border-top:#64b399 solid 1px;
    border-bottom:#64b399 solid 1px;
    height:30px;
    margin:0 10px 0 10px;
    padding-top:0;
}
div#footer p{
    text-align:center;
    font-size:0.85em;
    line-height:0.7;
    color:#3b3b3b;
    margin:10px 0 10px 0;
}
div#copyright{
    color:#3b3b3b;
    text-align:center;
    padding-top:10px;
    font-size:0.8em;
}
/* Main Menu */
div#mainMenu ul {
    height:18px;
    margin:0px;
    padding:0px;
}
div#mainMenu li {
    float:left;
    list-style:none;
    margin:0px;
    text-align:center;
    border-right:white solid 1px;
}
div#mainMenu a {
    display:block;
    width:156.4px;
    height:18px;
    font-size:9pt;
    padding:3px 0 3px 0;
    color:white;
    text-decoration:none;
    background-image: url(Images/button.png);
}
div#mainMenu a:hover {
    background-image: url(Images/buttonTop.png);
    border-bottom:#e6a130 solid 1px;
}
/* Home Content */
form#homeSearch {
    background-color:#e5e5e5;;
    color:#3b3b3b;
    margin-top:20px;
    margin-left:20px;
    padding:15px;
    float:left;
    width:170px;
}
form#homeSearch fieldset{
    border:#ffffff 1px solid;
    padding-left:15px;
    text-align:center;
}
form#homeSearch legend{
    color:#006845;
    font-size:1em;
}
.homeSearchField{
    margin:5px 0 5px 0;
    font-size:0.9em;
}
form#homeSearch input#submit{
    border:#3b3b3b 1px solid;
    padding:0 20px 0 20px;
    margin:20px 20px 10px 15px;
}
form#homeSearch input#submit:hover{
    background-image:url('null');
    background-color:#64b399;
    color:white;
}
h1 {
    color:#1a1a1a;
    font-size:1.4em;
    font-weight:200;
}
h2 {
    font-size:1.1em;
    color:#1a1a1a;
    font-weight:200;
}
.clear {
    clear:left;
}    
/* downloads code */
div#downloads {
    float:left;
    margin-top:20px;
    width:225px;
    background-color:#e5e5e5;
    color:black;
}
div#downloadsInner {
    margin:2px 6px 2px 6px;
    color:black;
    background-color:white;
}
div#downloadsInner ul {
    padding-left:0px;
    margin-left:5px;
}
div#downloadsInner li {
    list-style:inside disc;
    padding:3px;
    color:#64b399;
    background-color:white;
    font-size:0.9em;
}
div#downloadsInner a {
    color:#3b3b3b;
    background-color:white;
    text-decoration:none;
}
div#downloadsInner a:hover {
    color:#3b3b3b;
    background-color:white;
    text-decoration:underline;
}
/* rounded corners code */
.rtop, .rbottom {
    display:block;
    background:#fff;
    color:black;
}
.rtop *, .rbottom * {
    display: block;
    height: 1px;
    overflow: hidden;
    background:#e5e5e5;
    color:black;
}
.rtopInner, .rbottomInner {
    display:block;
    background:#e5e5e5;
    color:black;
}
.rtopInner *, .rbottomInner * {
    display: block;
    height: 1px;
    overflow: hidden;
    background:#ffffff;
    color:black; 
}
.r1 {
    margin: 0 5px
}
.r2 {
    margin: 0 3px
}
.r3 {
    margin: 0 2px
}
.r4 {
    margin: 0 1px;
    height: 2px
}
/*Search page */
div#advancedSearch {
    height:28px;
    border-bottom:solid #cccccc 1px;
    margin-bottom:4px;
    padding:5px 0 5px 5px;
    color:#006845;
    font-size:0.95em;
}
div#advancedSearch span[id="maxPrice"]{
    margin-left:4px;
    color:#3b3b3b;
}
div#advancedSearch span[id="beds"]{
    margin-left:6px;
    color:#3b3b3b;
}
.advSearchFields {
    width:106px;
    border:#64b399 solid 1.2px;
    font-size:9pt;
}
#advSearchSubmit{
    margin-left:14px;
    width:76px;
}
.pageInfo {
    height:15px;
    text-align:right;
    padding:5px 0 2px 0;
    font-size:8.5pt;
    margin-bottom:2px;
}
.searchElement{
    margin-left:3px;
    text-decoration:none;
    color:#000000;
}

.searchElement:hover {
    color:#006845;
}

.searchElementSelected{
	margin-left:3px;
    text-decoration:none;
    color:#000000;
	border-bottom:solid 2px #006845;
}

span.displayingText{
    float:left;
    margin-left:10px;
}
span.searchPageNum{
    float:right;
    margin-right:10px;
}
div.propertySearchResult {
    background-color:#eeeeee;/*#e5e5e5;*/
    height:183px;
    padding:10px 15px 0 15px;
    margin-bottom:10px;
    border-bottom:solid #64b399 2px;
    color:#3b3b3b;
}
p.heading {
    border-bottom:#b5b5b5 solid 2px;
    padding-bottom:2px;
    margin-top:0px;
    padding-top:0px;
    margin-bottom:5px;
    font-weight:600;
    font-size:9pt;
    color:#3b3b3b;
}
p.heading span {
    margin-right:10px;
}
div.SearchDetails {
    height:124px;
}
div.SearchDetails ul{
    margin-top:0;
    font-size:0.9em;
}
div.moreDetails {
    margin:0;
    padding-bottom:2px;
    height:15px;
}
div.moreDetails a {
    color:#006845;
    font-size:0.8em;
    text-decoration:none;
    font-style:italic;
}
div.moreDetails a:hover {
    text-decoration:underline;
}
div.propertyInfo {
    margin-left:220px;
}
div.propertySearchFooter {
    border-top:#c7c8c8 solid 2px;
    overflow:hidden;
    font-size:0.9em;
}
div.propertySearchFooter span.tel {
    float:right;
}
.pcm {
    font-weight:200;
}
/*Property Deatails page */
div#propertyContainer {
    border-bottom:solid #64b399 2px;
    margin-bottom:5px;
    padding-bottom:20px;
}
div#propertyImages {
    width:300px;
    margin-left:5px;
    float:left;
}
div#propertyThumbs {
    margin-left:auto;
    margin-right:auto;
    clear:left;
    height:130px;
}
div#propertyThumbs img {
    border:#b5b5b5 solid 1px;
}
div#propertyThumbs img a:hover {
    border:white solid 1px;
}
div#propertyInfo {
    border-left:#e5e5e5 solid 1px;
    border-bottom:#e5e5e5 solid 1px;
    margin:0 5px 0 315px;
    padding:25px;
    height:156px;
    font-size:1em;
}
.icons {
    border-top:#abdbcb solid 1px;
    padding:10px 0 0 0;
    margin:22px 5px 10px 315px;
}
.icons a {
    text-decoration:none;
    color:#3b3b3b;
    font-size:0.75em;
    height:40px;
}
.icons a:hover {
    text-decoration:underline;
}
.imgIcons {
    border:none;
    padding-right:5px;
}
.txt {
    margin:0 20px 5px 0;
}
h1.heading {
    border-bottom:#e5e5e5 solid 2px;
    padding:1px 0 8px 10px;
    font-size:1.3em;
    color:#3b3b3b;
}
div#propertyHeader {
    height:29px;
    margin-left:290px;
    background-image:url('Images/propGrad.png');
    background-repeat:no-repeat;
    color:#1a1a1a;
}
div#propertyHeader h2{
    position:relative;
    top:7px;
    left:10px;
}
p.propInfo {
    padding-left:5px;
}
/* Images */
img#propertyMain {
    width:288px;
    border:#b5b5b5 solid 1px;
}
img.mainSearchImg {
    width: 200px;
    float:left;
    border:none;
    margin-top:5px;
}
img.propertyThumb {
    width:68px;
    margin-right:3px;
}
/*map page*/
div#mapContainer {
    width:710px;
    margin-left:auto;
    margin-right:auto;
}
div#mapHeader {
    width:100%;
    height:29px;
    padding-left:25px;
    background-image:url('Images/mapGrad.png');
    background-repeat:no-repeat;
}
div#mapHeader h2{
    position:relative;
    top:7px;
    left:10px;
}
div#mapInfo {
    border-left:#e5e5e5 solid 1px;
    border-right:#e5e5e5 solid 1px;
    border-bottom:#e5e5e5 solid 1px;
    margin:0 20px 0 20px;
    padding:20px 0 20px 0;
}
div#map {
    margin-left:auto;
    margin-right:auto;
}
div#mapWindowInfo {
    height:90px;
}
div#mapWindowInfo img {
    width:100px;
}
/* contact page */
div#contactWindow{
    padding:5px;
}
div#contactWindow ul {
    list-style:none;
    font-size:0.9em;
    color:#3b3b3b;
    padding:0;
    float:left;
    margin:0 0 0 10px;
}
div#contactWindow li{
    padding-right:90px;
}
form#contactForm{
    width:450px;
    padding:15px;
    margin-top:25px;
    margin-left:20px;
    background-color:#bbbbbb;
    color:#1a1a1a;
}
form#contactForm label span{
    width:135px;
    float:left;
}
form#contactForm label{
    display:block;
    margin:10px 0 0 10px;
}
form#contactForm fieldset{
    border:#ffffff 1px solid;
}
form#contactForm legend{
    border:#ffffff 2px solid;
    padding:3px 20px 3px 20px;
    font-size:1.0em;
    background-image:url('./Images/propGrad.png');
}
form#contactForm input{
    background-image:url('./Images/enquiry_input_bg.png');
}
form#contactForm input#submitButton{
    border:#3b3b3b solid 1px;
    padding:0 20px 0 20px;
    margin:10px 0 10px 10px;
}
form#contactForm input#submitButton:hover{
    background-image:url('null');
    background-color:#64b399;
    color:white;
}
form#contactForm textarea{
    background-image:url('./Images/enquiry_txt_bg.png');
}
.spaceForm{
    margin-top:40px;
}
/*enquiry page*/
form#enquiryForm{
    width:685px;
    padding:20px;
    background-color:#bbbbbb;
    color:#1a1a1a;
}
form#enquiryForm fieldset{
    border:#ffffff 1px solid;
}
form#enquiryForm legend{
    border:#ffffff 2px solid;
    padding:3px 20px 3px 20px;
    font-size:1.3em;
    background-image:url('./Images/propGrad.png');
}
form#enquiryForm input{
    background-image:url('./Images/enquiry_input_bg.png');
}
form#enquiryForm input#submitButton{
    border:#3b3b3b 1px solid;
    padding:0 20px 0 20px;
    margin:10px 0 10px 10px;
}
form#enquiryForm input#submitButton:hover{
    background-image:url('null');
    background-color:#64b399;
    color:white;
}
form#enquiryForm textarea{
    background-image:url('./Images/enquiry_txt_bg.png');
}
form#enquiryForm label span{
    width:135px;
    float:left;
}
form#enquiryForm label{
    display:block;
    margin:10px 0 0 10px;
}
div#enquiryBody{
    padding:0 20px 20px 20px;
}
div#enquiryText {
    padding:0 5px 5px 5px;
}
div#backButton {
    float:right;
}
div#backButton a {
    color:#006845;
    text-decoration:underline;
}
div#backButton a:hover {
    color:#3b3b3b;
    text-decoration:underline;
}
.red {
    color:red;
}
.green {
    color:#006845;
}
.padTop{
    margin-top:15px;
}
.marasForm{
    margin-left:10px;
    text-align:left;
}
h3.green {
    font-weight:200;
    color:#64b399;
    padding:0px;
    margin-bottom:5px;
}
h3.dashed {
    border-bottom:#e5e5e5 dashed 2px;
    font-weight:200;
    color:#006845;
    margin:4px 0 5px 0;
    padding-bottom:4px;
    text-align:center;
}
p{
    font-size:0.85em;
    color:#3b3b3b;
    line-height:1.0;
    text-align:justify;
}
.bold {
    font-weight:bold;
}
.dashedUnderline{
    padding-bottom:10px;
    border-bottom:1px #cccccc dashed;
}
