/* CSS */ 

body {
 background: #CCCCCC;
 color: #333333;
 text-align: center;
 padding: 0;
 font-family: Verdana, Arial, Helvetica, sans-serif;
}
#container {
	width:770px;
	margin:6px auto 0 auto;
	display: block;
	background-image:url(images/content_bg.gif);
	cursor: default;
}
#header {
 height:88px;
}
#header h1{
margin-left: -9999px;
}
#nav {
 height:25px;
 background:#BF3019;
 color: #FFFFFF;
}
#bodyblock {
 background-image:url(images/content_bg.gif);
 background-repeat: repeat-y;
 color: #333333;
 width:770px;
 overflow:auto;
}
/* another hack for IE5.5 */
* html #content {
	width:730px;
	background-color:#FFFFFF;
	color: #333333;
	display:block;
	margin: 10px 0 0 0;
	 overflow:auto;
}
#content {
	width:730px;
	height:405px;
	background-color:#FFFFFF;
	color: #333333;
	display:block;
	margin: 10px auto 0 auto;
	overflow:auto;
}

#footer {
 width:770px;
 height:30px;
 background-image:url(images/content_bg.gif);
 background-repeat: repeat-y;
 margin:0;
 color:#FFFFFF;
}
#footer A:link {color:#FFFFFF;  font-weight: bold;
}
#footer A:visited {color:#FFFFFF; font-weight: bold;
}
#footer A:active {color:#CCCCCC; font-weight: bold;
}
#footer A:hover {color:#CCCCCC; font-weight: bold;
}

/* menu coding */

.menu {
width:720px; 
font-size:0.85em;
position:relative;
margin: 0 auto;
}
/* remove all the bullets, borders and padding from the default list styling */
.menu ul {
padding:0;
margin:0;
list-style-type:none;
}
.menu ul ul {
width:120px;
}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {
float:left;
width:120px;
position:relative;
}
/* style the links for the top level */
.menu a, .menu a:visited {
display:block;
font-size:11px;
text-decoration:none; 
color:#FFFFFF; 
width:120px; 
height:25px; 
border:1px solid #FFFFFF; 
border-width:0px 0px 0 0; 
background-image:url(images/banner-colour.gif); 
padding-left:0px; 
line-height:22px;
}
/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a, * html .menu a:visited {
width:120px;
w\idth:120px;
}
/* style the second level background */
.menu ul ul a.drop, .menu ul ul a.drop:visited {
	background-image: url(images/menu-colour.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}
/* style the second level hover */
.menu ul ul a.drop:hover{
	background-image: url(images/menu-colour.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.menu ul ul :hover > a.drop {
	background-image: url(images/menu-colour.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}
/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {
visibility:hidden;
position:absolute;
height:0;
top:25px;
left:0; 
width:120px;
}
/* another hack for IE5.5 */
* html .menu ul ul {
top:25px;
t\op:25px;
}
/* style the table so that it takes no ppart in the layout - required for IE to work */
.menu table {position:absolute; top:0; left:0;
}
/* style the second level links */
.menu ul ul a, .menu ul ul a:visited {
background-image:url(images/menu-colour.gif); 
color:#FFF; 
height:auto; 
line-height:1em; 
padding:5px 5px; 
width:110px;
text-align:left;
/* yet another hack for IE5.5 */
}
* html .menu ul ul a{
width:110px;
w\idth:110px;
}
/* style the top level hover */
.menu a:hover, .menu ul ul a:hover{
color:#FFF; 
background:#CC9999;
}
.menu :hover > a, .menu ul ul :hover > a {
color:#FFF;
background:#CC9999;
}
/* make the second level visible when hover on first level list OR link */
.menu ul :hover ul{
visibility:visible; 
}
/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{
visibility:hidden;
}
/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul{ 
visibility:visible;
}

h2{
 margin:0;
 padding:20px 20px 16px 20px;
 font-size:20px;
 text-align:left;
 color: #660000;
 }

h3{

 font-size:15px;
 padding:0 20px 0px 20px;
  text-align:left;
   color: #660000;
 }
h4 {
 font-size:13px;
 font-weight: bold;
 margin: 10px 20px 0 20px;
 color: #660000;
 text-align:left;
 }
#content img {
	float: right;
	margin: 20px;
}
#contact img {
	float: none;
	margin: 0;
}
#content p{
 	font-size:12px;
	color: #660000;
	margin: 0 20px 10px 20px;
	text-align:left;
	line-height: 16px;

 }
 #content a:link, a:visited {
color: #990000;
}
#content a:hover, a:active {
color: #CC3300;
 }
 
#footer p {
font-size:12px;
color:#FFFFFF;
padding-top:5px;
}
#content ul{
	font-weight: normal;
	list-style-position: inside;
	margin:0 0 10px 0;
	padding:0; 
 }
#content li{
margin:0 0 2px 20px;
 font-size:12px;
 font-weight: normal;
 line-height: 16px;
 list-style-type: disc;
 text-align:left;
 color: #660000;
 }
 strong{
 color: #660000;
 }
 #footer strong{
 color: #FFFFFF;
 }
 p img {float:left;}
.calctext {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
color:#660000;
font-weight:bold;
padding-bottom:3px;
}
.text2 {
font-size:9px;
font-family:Verdana, Arial, Helvetica, sans-serif;
color:#FF0000;
}
.sitemap1 {
font-size:12px;
font-family:Verdana, Arial, Helvetica, sans-serif;
color:#660000;
padding-left:20px;
}
.sitemap2 {
font-size:12px;
font-family:Verdana, Arial, Helvetica, sans-serif;
color:#660000;
padding-left:30px;
}
#links {
width:320px;
height:auto;
float:left;
background-color:#FFFFFF;
}
#contact {
width:365px;
height:auto;
float:left;
background-color:#FFFFFF;
}
#newssection {
width:380px;
height:auto;
float:left;
background-color:#FFFFFF;
}
#links img {
	margin: 0px;
}
