
/* Layout Stylesheet */ 

body {
 margin:20px;
 background:#D8D8D8;
 color: #000000;
 text-align:center;
 padding:0
 }

.formstyle { 
 font-size: 10px;  
 border: 1px solid #1F4B4C; 
}

#enquire {

  width:180px;
  padding:5;
  border: 1px solid #1F4B4C; background-color: #CFDFE0; font-family:Verdana; font-size:8pt; color:#000000
    
  }
  

.heading     { color: #1F4B4C; font-size: 13pt; font-family: Verdana; font-weight: bold }
.textlinks        { font-family: Verdana; font-size: 10pt; color: #000000; line-height:150% }
.text        { font-family: Verdana; font-size: 10pt; color: #000000 }
.bodytext { font-family: Verdana; font-size: 10pt; color: #000000; }
#outer {
 text-align:left;
 width:750px;
 margin:auto;
 }

#hdr {
 background-position: center top; height:70px;
 color: #333333; background-color:#1F4B4C; background-image:url('images/header.jpg'); background-repeat:no-repeat
 }

#bar {
 height:20px;
 background:#62999C;
 color: #FFFFFF;font-family:Verdana; font-size:10pt;
 vertical-align : center;
 
 }
 
 #bar a:link {
 font-family: Verdana, Geneva;
 font-size : 10pt;
 color: #FFFFFF;
 text-decoration : none;
 }
 
 #bar a:visited {
 font-family: Verdana, Geneva;
 font-size : 10pt;
 color: #FFFFFF;
 text-decoration : none;
 }
 
 #bar a:hover {
 font-family: Verdana, Geneva;
 font-size : 10pt;
 color: #000000;
 text-decoration : none;
 }


#bodyblock {
 float:left;
 border-top:1px solid #1F4B4C;
 background: #DCDCDC;
 color: #333333;
 width:750px;
 padding:0; border-bottom-width:1
 }

#l-col {
 position:relative;
 background:#dcdcdc;
 color: #333333;
 width:195px;
 }

#cont {
 float:left;
 border-right:1px solid #1F4B4C; width:550px;
 background:#ffffff;
 text-align:left
 }
 
#contsl {
 float:left;
 border-right:1px solid #1F4B4C; width:480px;
 background:#ffffff;
 text-align:left
 }
 
#l-colsl {
 position:relative;
 background:#dcdcdc;
 color: #333333;
 width:260px;
 }
 
#enquiresl {

  width:260px;
  padding:5;
  border: 1px solid #1F4B4C; background-color: #CFDFE0; font-family:Verdana; font-size:8pt; color:#000000
    
  }

#ftr {
 background-position: 
               center bottom; border-left:0px solid #000000; border-right:0px solid #000000; border-top:1px solid #000000; border-bottom:0px solid #000000; height:25px;
 color: #333333;
 margin:0; background-color:#62999C; background-image:url('images/footer.jpg'); background-repeat:no-repeat
 }