/* CSS Document */

a:link {color:#000033; text-decoration: underline; font-family: "Arial, Helvetica, sans-serif", Arial; font-weight: normal;}
 a:visited {color:#000033; text-decoration: underline; font-family: "Arial, Helvetica, sans-serif", Arial; font-weight: normal;}
 a:active {color:#000033; text-decoration: underline; font-family: "Arial, Helvetica, sans-serif", Arial; font-weight: normal;}
 a:hover {color:#990000; text-decoration: underline ; font-family: "Arial, Helvetica, sans-serif", Arial; font-weight: normal;}


body {	
	margin:0px;
	padding:0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	line-height: 17px;
	background-color: #003300;
}

ul {
	list-style: none;
	margin: 0;
	padding: 0;
	}

#container {
  margin: 0 auto;
  width: 752px;
  text-align: left; 
  }
  
 #content {
 background-image: url(images/body_bg.gif);
	background-repeat: repeat-y;
 }
 
 #maincontent {
	margin-left: 200px;
	margin-right: 10px;
	text-align: left;
 }

.formfields {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #FEFFE1;
	height: 16px;
	padding: 0px;
	color: #663300;
}
.formmultiline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #FEFFE1;
	padding: 0px;
	color: #663300;
}

h1 {
	margin: 5px 0 0 5px;
	font-size: 1.2em;
	color: #003300;
	font-weight: bold;
	letter-spacing: .3em;
}
h2 {
	margin: 8px 0 0 1px;
	font-size: 1.3em;
	color: #4A1700;
	font-weight: bold;
	letter-spacing: 0.2em;
}
h3 {
	margin: 8px 0 0 1px;
	font-size: 1em;
	color: #4A1700;
	font-weight: bold;
	letter-spacing: 0.1em;
	font-style: italic;
}


.urgent {
	border: none;
	color: #FF0000;
}

.info{
	border: none;
	color: #0066CC;
}

div#topbar {
	height: 142px;
	background-image: url(images/2008-header.jpg);
	background-repeat: no-repeat;	
}
div#footer {
	background-image: url(images/footer.gif);
	background-repeat: no-repeat;
	height: 20px;
	font-size: 10px;
	color: #003300;
	text-align: right;
	padding-top: 10px;
	padding-right: 20px;
	clear: both;
	margin-bottom: 40px;
}
div#middlebit {
	background-image: url(images/body_bg.gif);
	background-repeat: repeat-y;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}

.smreadonly {
font-size: 10px;
   background:#eee none; 
   color:#222; 
   font-style: italic
}

.Left_Floated_Image {
float:left;
padding: 0;
margin-right: 15px;
} 

.Right_Floated_Image {
float:right;
padding: 0;
margin-left: 15px;
}
#details {
	font-size: 0.65em;
	color: #003300;
	font-weight: normal;
	background-color: #f2e09f;
	padding: 2px;
	margin-top: 90px;
	margin-right: 2px;
	margin-bottom: 8px;
	margin-left: 6px;
	text-align: center;
	border: 1px solid #003300;
	line-height: normal;
}
#menu {
	width: 180px;
	margin: 5px;
	font-size: 15px;
	position: relative;
	left: -5px;
	top: 5px;
	float: left;
	font-weight: bold;
	}
	
#menu li a {
	height: 32px;
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	height: 24px;
	text-decoration: none;
	}	
	
#menu li a:link, #menu li a:visited {
	color: #4A1700;
	display: block;
	background: url(images/sm_menu.gif);
	padding: 8px 0 0 45px;
	}
	
#menu li a:hover {
	color: #26370A;
	background: url(images/sm_menu.gif) 0 -32px;
	padding: 8px 0 0 45px;
	}
	
#menu li a:active {
	color: #26370A;
	background: url(images/sm_menu.gif) 0 -64px;
	padding: 8px 0 0 45px;
	}
	
.mhp_tables {
	color: #663300;
	border: 1px dashed #663300;
	background-color: #F1D469;
}
.mhp_tables_header {
	color: #FFFFFF;
	border: 1px dashed #663300;
	background-color: #003300;
}

.highlighttext {
	color: #003300;
	font-weight: bold;
}
#gallerydiv {
	color: #003300;
	float:right;
	padding: 2px;
	margin-left: 15px;
	font-size: 0.9em;
	font-weight: bold;
	text-align: center;
	border: 1px solid #003300;
}

#contactdetails {
	width: 160px;
	margin: 5px;
	font-size: 15px;
	position: relative;
	left: -5px;
	top: 5px;
	float: left;
	}

#gallerypic {
}

.centreddiv {
	text-align: center;
}