@charset "utf-8";
/* CSS Document */
body{
	background-color: #CCCCCC;
	}

#wrapper{
	width: 880px;
	height: 730px;
	padding: 10px;
	background-color: #FFFFFF;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	border: 1px solid #999999;
	}

		
.header{
	width: 870px;
	height: 147px;
	background-image: url(images/header.jpg);
	border: none;
	}
	
.orangebar{
	width: 870px;
	height: 18px;
	background-image: url(images/orangebar.jpg);
	border: none;
	margin-bottom: 0;
	}
	
h1.headertext{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: 600;
	font-stretch: narrower;
	color: #FFFFFF;
	padding-left: 5px;
	padding-top: 98px;
	}
	
.spacer{
	clear: both;
	padding: 0;
	margin: 0;
}
	
.footer{
	width: 860px;
	border-top: 1px solid #999999;
	margin-top: 25px;
	}
	

	
.smalltext{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #999999;
	padding-left: 5px;
	padding-top: 5px;
	float: left;
	}
	
.framefive{
	border-style: none;
	float: right;
	}
	
	
/* -------MAIN MENU -------- */	

			.navigation{
				width: 170px;
				height: 500px;
				background-color: #eaeaea;
				border: 1px solid #c6c6c6;
				float: left;
				}
				
			.navcontents{
				width: 170px;
				padding-top: 20px;
				}
			
			.divider{
				width: 130px;
				height: 0;
				margin-left: 19px;
				margin-bottom: -17px;
				border-top: 1px solid #B5B5B5;
				border-bottom: 2px solid #f5f5f5;
				}
				
			.buttons{
				font-family: Arial, Helvetica, sans-serif;
				font-size: 13px;
				margin-top: -15px;
				}
				
			.buttons li{
				list-style-type: none;
				padding-bottom: 1px;
				margin-left: -13px;
				}
				
			a:link{
				color: #464646;
				text-decoration: none;
				} 
	
			a:visited{
				color: #464646;
				text-decoration: none;
				}
	
			a:hover{
				text-decoration: none;
				color: #FF9900;
				}

			a:active{
				colour: #FF9900;
				text-decoration: none;
				}
				
			.headings{
				font-family: Arial, Helvetica, sans-serif;
				font-size: 16px;
				font-stretch: condensed;
				color: #FF9900;
				padding-top: 10px;
				padding-left: 25px;
				}
				
			.numbers{
				font-family: Arial, Helvetica, sans-serif;
				font-size: 12px;
				color: #666666;
				padding-left: 25px;
				margin-top: -10px;
				}
				

	
.homepagecontent{
	width: 693px;
	float: right;
	margin-right: 10px;
	height: 227px;
	}
	
.textbox{
	width: 450px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-stretch: narrower;
	color: #666666;
	text-align: justify;
	margin-left: 50px;
	border: none;
	}
	
.mainheading{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16pt;
	font-sretch: narrower;
	color: #FF9900;
	margin-left: 50px;
	padding-top: 15px;
	}
	
.images{
	border: 1px solid #999999;
	margin-left: -2px;
	}
	
#map{
	width: 693px;
	height: 227px;
	border: 1px solid #999999;	
}

.infobox{
	width: 150px;
}
	