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

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

	
p {	font-size: 80%;
	color: #000000;
	line-height: 120%;
	text-align: justify;
	}	
	


h1 {
	font-weight:bold;
	font-size:90%;
	padding: 0;
	margin: 0;
	color: #006699;
	}
	
h2 {font-size:80%;
font-weight:bold;
	padding: 0;
	margin: 0;
	text-align: left;
	}

A:link, A:visited {
	text-decoration: underline;
	color: #32b3ed;
	font-size: 12px;
	font-weight: bold;
	}

A:hover {
	text-decoration: underline;
	color: #32b3ed;
	font-size: 12px;
	font-weight: bold;
	}



A:active {
	text-decoration: none;
	color: #314686;
	font-size: 12px;
	font-weight: bold;




}




A.design:link {
	text-decoration: none;
	color: #000000;
	font-size: 7px;
	font-weight: bold;
	}


/* Wrapper area */
#wrapper {
	width:770px;
	margin:0 auto;
	position: relative;
	background-color: #CCCCCC;
	border: solid #999 1px;
}


/* Banner area */
	#banner{
	margin: 0;
	position: relative;
	text-align: left;
	padding: 0;
	height: 150px;
	}
#bannertxt {
	width: 417px;
	left: 20px;
	top: 11px;
	color: #FF0000;
	font-weight: bold;
	font-size: 30px;
	float: left;
	position: absolute;
	visibility: 1000;
	height: 46px;
	}
	
	#namelogo {
	margin-left:230px;
	margin-top: 10px;
	}
		
/* Left Content */

#leftcontent {
	float:left;
	text-align: left;
	margin: 25px 0 0 0;
	width: 180px;
	position: relative;
}

#emergency {
	color: #FFFFFF;
	background:#FF0000;
	font-weight: bold;
	font-size: 18px;
	text-align: center;
	margin: 20px 0 0 15px;
	border: solid #000 1px;
	width: 120px;
	clear: both;
	padding: 5px 5px 15px;
}



#leftcontent A:link, #leftcontent a:visited {
	text-decoration: underline;
	color: #fff;
	font-size: 85%;
	font-weight: bold;
	}


#leftcontent A:hover {
	text-decoration: underline;
	color: #FF0000;
	font-weight: bold;
	}



#leftcontent A:active {
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	}

		
/*Left Nav Menu Code*/
	
 #leftcontent ul#nav{ /* all lists */
	padding: 0 0 20px 5px;
	margin: 0;
	list-style: none;
	float : left;
	font-family:"Trebuchet MS", Arial, sans-serif;
	}
	
	#leftcontent#nav li { /* all list items */
	position : relative;
	float : left;
	line-height : 1.4em;
	margin-bottom : -1px;
	width: 10.9em;
	}
	
	
	#leftcontent #nav li:hover, #leftcontent #nav li.hover {
    position: static;
	}
	
	#leftcontent #nav li a {
	display : block;
	color : #006699;
	font-family:"Trebuchet MS", Arial, sans-serif;
	font-weight : bold;
	text-decoration : none;
	padding : 0 0.5em;
	font-size: 13px;
	border-bottom: dotted #999 1px;
	}
	
	#leftcontent #nav li a:hover {
	background-color : #999999;
	text-decoration: underline;
	}

/* Main content area */

	#maincontent {
	background-color: #FFFFFF;
	padding: 10px 15px 15px 15px;
	text-align: left;
	float: left;
	width: 560px;
	position: relative;
	}
	
	#maincontent ul {font-size:80%}	
	
	#maincontent ul li { list-style-image:url(../images/bullet-point.gif)}
	
	.imageleft {
	margin-right: 10px;
	}
	
	
	body#home a#homenav,
	body#about a#aboutnav,
	body#contact a#contactnav,
	body#bushrun a#bushrunnav,
	body#education a#educationnav,
	body#fireplan a#fireplannav,
	body#regulations a#regulationsnav,
	body#projects a#projectsnav,
	body#faq a#faqnav,
	body#education a#eductionnav,
	body#updatedetails a#updatedetailsnav {
	color:#FF0000
}


/* Footer Area */

	#footer {
	background-color: #CCCCCC;
	text-align: center;
	clear: both;
	margin: 0;
	padding: 0;
	position: relative;
	height: 40px;
	margin-left: 180px;
	font-size: 12px;
	padding-top: 5px;
	}

	.footerlinks {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	}

	.footerlinks A:link, .footerlinks A:visited {
	text-decoration: none;
	color: #FFFFFF;
	}


.copyright {
	font-size: 11px;
	padding: 0;
	margin: 0;
	text-align: center;
}

a.ahm:link,a.ahm:visited {
	font-size:11px;
	color: #000000;
	text-decoration: none;
}

a.ahm:hover {
	text-decoration: underline;
	color: #32b3ed;

}

.addresstxt {
	color: #000000;
	font-weight: bold;
	font-size: 10px;
	text-align: left;
	clear: both;
	width: 180px;
	margin: 0;
	padding-left: 10px;
}



.requiredInput{
	background: #ffff66;

}


/* Misc */
.clear { clear:both}
img { border:none}

