/* CSS Document */

/* this eliminates browser defaults for the following properties */
html, body, p, h1, h2, h3, h4, h5, h6, form_style, div, ul, li, span, img, br{  
    margin: 0; 
    padding: 0; 
    border: 0; 
}

/* ------------------------------------------------------------------------------- */





/* STYLESHEET BEGINS HERE */


html {
	height:100%;
	}
	
html{
	/* Shows scrollbar constantly, for Firefox, stops the layout shifting */
	/* Apparently not CSS2.1 valid, however it fixes the issue, presents no backwards compatible problems and is CSS3 valid, so it will hold up in the future */
	overflow-y:scroll;
}

body {
	height:100%;
	background-color:#919c96; /* controls the colour of the bottom background */
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:.7em;
	color: #333333;
	}
	
h1 {
	font-size:1.4em;
	font-weight:bold;
	padding-bottom:1em;
	text-indent:0;
	margin:0;
	}
	
h2 {
	font-size:1em;
	font-weight:bold;
	padding-bottom:0;
	margin-bottom:0;
	}
	
h3 {
	font-size:1em;
	font-weight:bold;
	}
	
address {
	font-style: normal;
	}
table p {
	font-size:1.5em;
	}
	
p {
	line-height: 1.5em;
	}
	

/* STYLES FOR MAIN NAVIGATION */	

ul { 
	list-style:none;
	}
	
#menu {
	height:40px;
	position: absolute;
	width:730px;
	margin-top:.3em;
	margin-left:2em;
	padding:0;
	background-color:;
	}
	
#menu a {
	color:#333;
	text-align: left;
	font-weight: bold;
	background: #fff;
	border: .2em solid #d4d4d5;
	margin: 0;
	padding: 0em 1.3em 0em 1.5em;
	line-height:10px
	}

#menu a:hover, #menu a:focus, #menu a:hover, #menu a:focus {
	background: #666;
	color:#fff;
	}
	
	
	
	/* STYLES FOR LAYOUT DIVS BEGIN HERE */
		
#accessibility_options {
	color:#616B62;
	width:100%;
	text-align:right;
	float:right;
	background-color:#616B62; /* controls colour of the top background */
}

#accessibility_options a {
	color:#616B62;
	}
	
/*#accessibility_options a:hover {
	text-decoration:underline;
	}*/
	
#page_rap {
	width:100%;
	padding-top:0.5%;
	background-color:#616B62; /* controls colour of the top background */
	}

#main_content {
	width:766px;
	margin:auto;
	background-image:url('images/border.jpg');
	background-repeat:repeat-y;
	}
	
#top_img {
	width:766px;
	}

#content_holder {
	width:766px;
	margin:0;
	}
	
#content {
	width:726px;
	background-image:url('images/border.jpg');
	background-repeat:repeat-y;
	}
	
	
	/* actual body text goes in this div */
#middle {
	float: left;
	width: 43%;
	margin-left: 26%;
	height:100%;
	min-height:20em;
	padding:1%;
	margin-top:1.7em;
	background-color:; /* BLUE */ 
	border-right: .2em solid #d4d4d5;
	border-left: .2em solid #d4d4d5;
	}
	
#middle dl dd {
	margin:1em;
	}
	
#middle dl{
	font-weight:bold;
	}
	
#middle dl a {
	color:#333;
	}
	
#middle dl ul{
	font-weight:normal;
	}
	
#middle dl ul li{
	font-weight:normal;
	margin-left:1em;
	margin-bottom:.25em;
	}
	
#middle dl ul li a{
	color:#333;
		}
		
/* //////////////////////////////////////////////////////////////////////  */
	
#middle_2_column {
	float: left;
	width: 470px;
	margin-left: 40px;
	height:100%;
	min-height:20em;
	padding-right: 20px;
	margin-top:1.7em;
	background-color: ; /* BLUE */ 
	border-right: .2em solid #d4d4d5;
	/*border-left: .2em solid #d4d4d5;*/
	}
	
#middle_2_column dl dd {
	margin:1em;
	}
	
#middle_2_column dl{
	font-weight:bold;
	}
	
#middle_2_column dl a {
	color:#333;
	}
	
#middle_2_column dl ul{
	font-weight:normal;
	}
	
#middle_2_column dl ul li{
	font-weight:normal;
	margin-left:1em;
	margin-bottom:.25em;
	}
	
#middle_2_column dl ul li a{
	color:#333;
		}
		
		/* /////////////////////////////////////////////////////// */
	

	
/* controls div for sub nav (LHS menu) */	
#left {
	float: left;
	width: 19%;
	margin-left: -68%;
	padding:1%;
	margin-top:1.7em;
	background-color: ; /* RED */
	}
	
#left li {
	padding-bottom:.5em;
	text-indent:1em;
	}
	
#map {
	width: 500px; 
	height: 300px;
	margin-top:2em;
	margin-left:auto;
	margin-right:auto;
	}
	
#mid_filler {
	float: left;
	width: 43%;
	margin-left: 26%;
	height:100%;
	min-height:20em;
	padding:1%;
	margin-top:1.7em;
	background-color: #e5e5e7; 
	}
	
	
/* controls div for contact info (RHS) */	
#right {
	float: left;
	width: 25%;
	margin-left:1%;
	padding:1%;
	margin-top:1.7em;
	background-color: ; /* yellow */
	}
	
#right_2_column {
	float: left;
	width: 100px;
	margin-left: 30px;
	padding:0;
	margin-top:1.7em;
	background-color: ; /* yellow */
	}
	
#btm_text_links {
	width:766px;
	margin:auto;
	text-align:center;
	color:#fff;
	}

#btm_img {
	width:766px;
	}

#btm_grad {
	min-height:6.8em;
	background-image:url('images/btm_grad.jpg');
	background-repeat:repeat-x;
	}
	/* STYLES FOR LAYOUT DIVS END HERE */
	
	
	
	
	/* STYLES FOR LINKS BEGIN HERE */
	
a:link {
	text-decoration:none;
	color:#333;
	}
	
a:visited {
	text-decoration:none;
	color:#333;
	}
	
a:hover {
	text-decoration:none;
	color:#717287;
	}
	
a:active {
	text-decoration:none;
	color:#717287;
	padding-bottom:.1em;
	}
	
/* styles for paragraph links */

p a:link {
	color:#333;
	text-decoration:underline;
	}
	
p a:visited {
	color:#333;
	text-decoration:underline;
	}
	
p a:hover {
	text-decoration:none;
	color:#000;
	}
	
p a:active {
	color:#333;
	text-decoration:underline;
	}


	
/* styles for sub nav text links */
#left a:link {
	text-decoration:underline;
	color:#333333;
	text-indent:0;
	}
	
#left a:visited {
	text-decoration:underline;
	color:#333333;
	text-indent:0;
	}
	
#left a:hover {
	text-decoration:underline;
	color:#333333;
	background-color:#fff;
	text-indent:0;
	}
	
#left a:active {
	text-decoration:underline;
	color:#333333;
	text-indent:0;
	}	
	
	
/* styles for footer text links */
#btm_text_links a:link {
	text-decoration:none;
	color:#ffffff;
	}
	
#btm_text_links a:visited {
	text-decoration:none;
	color:#ffffff;
	}
	
#btm_text_links a:hover {
	text-decoration:underline;
	color:#ffffff;
	}
	
#btm_text_links a:active {
	text-decoration:none;
	color:#ffffff;
	}	

	
	
	/* STYLES FOR LINKS END HERE */