﻿html, body 
{
    font-family: "trebuchet MS", Arial, Helvetica, "Sans Serif"; 
    color:#00456b;
    font-size:0.9em;
}

h1
{
    padding: 20px 0px 15px 0px;
    margin: 0px;
    font-size: 1.70em;
    color: #00446a;
    font-weight: normal;
}

h2
{
    padding: 20px 0px 15px 0px;
    margin: 0px;
    font-size: 1.70em;
    color: #00446a;
    font-weight: normal;
}

#leftContentBig h2 
{
    padding: 20px 0px 15px 0px;
    margin: 0px;
    font-size: 1.70em;
    color: #578aab;
    font-weight: normal;
}

h2 a {
    text-decoration: none;
    color: #65beea;
    font-weight: bold;
}

h2 a:hover {
    text-decoration: underline;
}

h3
{
    padding: 0px 0px 5px 0px;
    margin: 0px;
    font-size: 1em;
    color: #586c89;
    font-weight: bold;
}

h4
{
    padding: 0px;
    margin: 0px 0px 0px 0px;
    font-size: 1.1em;
    color: #000;
}

#content p {
    padding: 5px 0px 5px 0px;
    margin: 0px 0px 0px 0px;
    line-height: 1.7em;
}

#content a {
    color:#00456b;
    text-decoration: none;
}

#content a:hover {
    text-decoration: underline;
}

#contentPrice p {
    padding: 2px 0px 3px 0px;
    margin: 0px 0px 0px 0px;
}

#contentPrice a {
    color:#65beea;
    text-decoration: none;
}

#contentPrice a:hover {
    text-decoration: underline;
}

.bullHead
{
   text-transform: uppercase;
   color: #000;
   font-weight: bold;
   margin: 0px;
   padding: 0px;
}

.black {
    color: #000;
    font-weight: bold;
    padding: 0px;
    margin: 0px;
}

.smallPrint {
    font-size: 0.85em;

}

.leader
{
        font-size: 1.1em;
}

#mapCopy p {
     padding: 5px 0px 5px 0px;
    margin: 0px 0px 0px 0px;
    
}


#back a {
 color:#00456b;
 font-size: 1em;

}

#contentCGI h1 {
padding-left:40px;

}

#moreInfo p {

color: #fff;
padding: 0px 0px 0px 0px;
font-weight: bold;
font-size: 1.3em;
}

#moreInfo a {

color: #00456a;
text-decoration: none;
}

#moreInfo a:hover {

color: #00456a;
text-decoration: underline;
}

#moreInfo a:visited {

color: #00456a;
text-decoration: none;
}

#leaseLeft {
    float: left;
    width: 110px;
    
}

#leaseRight {
    float:right;
    width: 175px;
}

#lease p{
    font-size: 0.9em;
    padding: 0px;
}

#cgi-top h1 {
    padding: 0;
    margin: 0;
    width:260px;
}

#cgi-top p {
    width:240px;
}


          

/*##################### FOOTER ###########################*/

#footer p
{
    color:#578aab;
    text-align:left;
    font-size: 10px;
}

#footer a
{
    color:#578aab;
    text-decoration:none;
}

#footer a:hover
{
    text-decoration:underline;
}

#designby p
{
    padding: 0px;
    margin:0px;
    font-size: 11px;
    text-align: left;
    color: #636467;
}

#designby a
{
    color: #975c80;
    text-decoration: none;
}    

#designby a:hover
{
    color: #975c80;
    text-decoration: underline;
}





/*################################################################################################
########################### FORM ELEMENTS STYLING ###############################################*/


.textBox 
{
    margin: 0px;
    float: right;
    border: solid 1px #fff;
    height: 18px;
    width: 180px;
    padding: 2px 2px 2px 2px;
    border: solid 0px red;
}

.textboxLabel 
{
    font-weight: bold;
    padding: 0px 0px 0px 0px;
    text-align: right;
    width: 80px;
    display: inline-block;
    float: left;
}

.addressLabel 
{
    font-weight: bold;
    padding: 0px 5px 0px 0px;
    text-align: right;
    width: 55px;
    display: inline-block;
    float: left;
}

.address 
{
    width: 180px;
    height: 90px;
    border: solid 1px #fff;
    padding: 2px;
    font-family: arial;
    font-size: 1em;
    float: left;
}

.enquiry 
{
    width: 700px;
    height: 90px;
    border: solid 1px #fff;
    padding: 2px;
    font-family: arial;
    font-size: 1em;
    margin-left: 5px;
}

