
body{
  color: #333333;
  margin: 0;
  padding: 0;
  font-family:  Verdana, Tahoma;
  font-size: 14px;
}


/*Page Structure Styles*/
div.contentframe{
  width: 750px;
  margin-left: auto;
  margin-right: auto;
}
div.leftcolumn{
  width: 175px;
  float: left;
  padding-top: 23px;
  padding-right: 5px;
}
div.rightcolumn{
  width: 565px;
  float: right;
  padding-top: 15px;
  padding-left: 5px;
}
div.underfootertext{
  width: 736px;
  padding: 7px;
  color: #aaaaaa;
  font-size: 10px;
  margin-bottom: 5px;
  text-align: right;
}





/*Menu Styles*/
.menulink{
  height: 17px;
  padding-top: 6px;
  padding-left: 3px;
  border-top: 1px solid #777777;
}

.leftcolumn a{
  color: #003399;
  font-size: 10px;
  text-decoration: none;
  font-weight: bold;
}
.leftcolumn a:hover{
  color: #CC0099;
}


/*Content Area Styles*/
.contentsmallcolumn{
  width: 150px;
  float: left;
  display: table-row;
}
.contentbigcolumn{
  width: 399px;
  float: left;
  display: table-row;
}
.contentsmallercolumn{
  width: 50px;
  float: left;
  display: table-row;
}
.contentbiggercolumn{
  width: 495px;
  float: right;
  display: table-row;
}
.msg{
  background-color: #FFCC33;
  color: #000000;
  padding: 7px;
}



/*Heading Styles*/
h1{
  margin: 0px;
  font-size: 30px;
  color: #0e3542;
}
h2{
  margin-top: 0px;
  font-size: 15px;
  text-align: right;
  font-style: italic;
  color: #0e3542;
}
h3{
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 22px;
  color: #0e3542;
  text-align: right;
}
h4{
  margin: 0px;
  font-size: 18px;
  color: #0e3542;
}



a{
  color: #990066;
  text-decoration: none;
}
a:hover{
  color: #0e3542;
}


.small{
  display: inline;
  font-size: 9px;
}




div.clear{
  clear: both;
}


/*Page Specific Styles*/
#hometopcontent{
  min-height: 119px;
}
#enquiryhometop{
  margin-top: 19px;
  margin-bottom: 30px;
  line-height: 20px;
  text-align: center;
}
#oneliner{
  padding-top: 11px;
}

h4.newssubtitle{
  margin-bottom: 6px;
}
div.whathappens{
  width: 160px;
  margin-left: 375px;
  margin-bottom: 10px;
  text-align: center;
  padding: 4px;
  border: 1px solid #CC6699;
  font-size: 11px;
}
div.whathappens:hover{
  border-color: #000066;
}


#questionn{
  display: none;
}
#nohref{
  cursor: pointer;
}



