/*  				     	  @hm Website Design & IT Support Services					    */
/*  								=======================									*/
/*									  CSS Stylesheet 2005									*/
/*									Written By: Andrew Hill-Male							*/
/* ======================================================================================== */

/*generic css format */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
}

#wrapper {
	margin: 0  auto;
	background-color: white;
	width: 800px;
	text-align: left;
	}
	
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000099;
	margin-bottom: 0px;
	padding-bottom: 0px;
	text-align: justify;
	line-height: 18px;
	}
	
h1 {
	font-size: 18px;
	font-weight: bold;
	color: #CC0033;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: italic;
	text-align: left;
	}
	
h2 {
	font-size: 16px;
	font-weight: bold;
	color: #CC0033;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}
	
h3 {
	font-size: 16px;
	font-weight: bold;
	color: #CC0033;
	padding-bottom: 0px;
	}
	
h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #666666;
	margin-bottom: -20px;
	}
	
ul{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000099;
	}

ol {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000099;
	}
	
.datetext {color:#CC0033}

.formfield {font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	}
ul.dateslist li {list-style-type: none;}
.bulletpoint {font-weight: bold; }

a:link, a:visited{color: #84A443; }
a:hover {color: #CC0033;}
a:active {color: #84A443;}

.imgleft{
	float: left;
}

/* Banner Section */
#banner {
	position: relative;
	height: 135px;
	}
.logo{
	position: absolute;
	z-index: 5;
	float: left;
	margin-left: 20px;
}

/*top Nav Menu Code*/

#navtop{
	top: 52px;
	position: relative;
	height: 21px;
	background-color: #0c125b;
	border-bottom: solid #CC0033 2px;
}

UL#nav{ margin-left:160px;}

#nav, #nav ul { /* all lists */
	font-size:13px;
	font-weight:bold;
	padding: 2px 0 0 0;
	margin: 0;
	list-style: none;
	line-height: 1;
	
}

#nav a {
	display: block;
	color:white;
	text-decoration:none;
	
}

#nav li { /* all list items */
	float: left;
	width: 18em; /* width needed or else Opera goes nuts */
}


#nav li ul { /* second-level lists */
	position: absolute;
	font-size:11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background: #0c125b;
	width: 18em;
	text-align:left;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#nav li ul li { padding:3px;}


#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
	}

#nav ul li a:hover{color:#FF0000}

/* Top menu widths, width needed or else Opera goes nuts*/
#nav li.menu1{	float:left;	width: 6.5em;}
/*#nav ul li.menu1 ul {width: 6em; }*/
#nav li.menu2{float:left; width: 9em; }
#nav li.menu3{float:left; width: 12em; }
#nav li.menu4{float:left; width: 10em; }
#nav li.menu5{float:left; width: 9em; }


/* Main Content Section */
#maincontent {
	margin-left: 30px;
	margin-right: 30px;
	}

.toppage, .toppage a:link, .toppage a:visited {
	text-align: right;
	clear: both;
	font-size: 10px;
	border-bottom: solid #ccc 1px;
	color: #84A443;
	font-weight: bold;
	margin-top: 10px;
	text-decoration: none;
	}
.toppage a:hover { color:#CC0033;}
.toppage a:active { color:#84A443;}

a.titlelink{
	color: #000099;
	font-size:14px;
	font-weight:bold;
	}

/* Footer Section */
#footer {
	width:auto;
	position: relative;clear: both;
	background-color: #FFFFFF;
	}

	.footerlinks {
	font-family: Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	color: #FFFFFF;
	background: #0c125b;
	position: relative;
	}

	.footerlinks A:link, .footerlinks A:visited {
	text-decoration: none;
	font-family: Helvetica, sans-serif;
	color: #FFFFFF;
	border-bottom-style: none;
	padding: 5px;
	line-height: 20px;
	}

	.footerlinks A:hover {text-decoration: underline;color: #CC0033;}
	.footerlinks A:active {text-decoration: none;color: #FFFFFF;}

	.copyright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #0c125b;
	text-align: center;
	clear: both;
	margin: 5px;
	}
	
	.ahm, a.ahm:link, a.ahm:visited,a.ahm:active{
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	color: #0c125b;
	font-size: 11px;
	font-weight: bolder;
	}
	
	a.ahm:hover{ color:#CC0033}
	
	.clear {clear: both;}
