/* HTML */

#wrapper {
	width: 720px;
	margin: 6px auto;
	position: relative;
	color: inherit;
	background-color: #FFFFFF;
	color: #000000; 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 0.7em; line-height: 1.7em;
	background: url(images/body.jpg);  background-repeat: repeat-y;
	
}


#header {
	vertical-align: middle;
	text-align: center;
	width: 100%; 
	height: 102px;
	background: url(images/header.jpg);
}

#header #logo {
	float: left;
	height: 75px;
	margin-top: 25px;
	padding-left: 23px;
	line-height:75px;
	vertical-align: middle; 
}

	
#header #telephone {
	float: right;
	height: 75px;
	line-height: 75px;
	vertical-align: bottom;
	text-align: right;
	padding-right: 23px;
}
	
#body {
	width: 720px;
	position: relative;
}


#inner {
	width: 702px;
	position: relative;
	margin-left: 9px;
}


#menu {	
	background: url(images/navDivider.gif); background-repeat: repeat-x;
	background-color: #e7e7e7; 	
}

#menu ul {
	list-style: none;
	margin: 0; padding:0;
	height: 16px; line-height: 16px;
	width: 100%;
	}

#menu ul li {
	float: left;
	width: 16.66%;
	margin: 0; padding:0;
	height: 16px; line-height: 16px;
	text-align: center;
	}

#menu ul li a {
	height: 16px;
	width: 100%;
	display: block;
	background-color: inherit;
	}

#menu ul li a:hover {
	background-color: inherit;
	}
	

#banner {	
	width: 702px;
	position: relative;
	margin-left: 9px;	
}
	
#mainpage { 
	vertical-align: top;
	width: 662px;
	height: 100%;
	position: relative;
	padding-left: 19px;
	padding-top: 10px;
}



#footer {
	vertical-align: top;
	width: 100%; 
	height: 38px;		
	background: url(images/footer.jpg); background-repeat: no-repeat;
}



#footerInner { 	
	vertical-align: top;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 10px; 
	color: #000000; 
	width: 702px;
	height: 15px; 
	line-height: 15px;
	position: relative;
	margin-left: 9px;	
}


#accessibility { 
	width: 100%;
	position: relative;
	background-color: #FFFFFF;
	float: none;
	
}





.footerLeft { 
	float: left; 
	height: 15px;
	width: 500px;
	text-align: left;	
	background: url(images/footerBackground.gif); background-repeat: repeat-x;
}

.footerRight {
	float: right;
	height: 15px;
	width: 202px;
	text-align: right; 
	background: url(images/footerBackground.gif); background-repeat: repeat-x;
	
}

.login { 
	float: left; 
	height: 15px;
	width: 600px;
	text-align: left;	
	padding-left: 50px;
	padding-top: 50px;
}

.doubleLeft {
	float: left;
	width: 69%;
	position: relative; 
}

.doubleRight {
	float: right;
	width: 69%;
	position: relative; 
}

.doubleSingle {
	float: left;
	width: 30%;
	position: relative; 
}

.singleLeft {
	float: left;
	width: 35%;
	position: relative; 
}

.singleCenter {
	float: left;
	width: 30%;
	position: relative; 
}

.singleRight {
	float: right;
	width: 30%;
	position: relative; 
}

input { color: #000000; font-family: Arial, Helvetica, sans-serif; font-size: 1em; }

h1 {
	background-color: inherit;
	margin-bottom: 0px;
	margin-top: 0px;
	}
	
h2 {
	background-color: inherit;
	margin-bottom: 0px;
	margin-top: 0px;
	}
	
h3 {
	background-color: inherit;
	margin-bottom: 0px;
	margin-top: 0px;
	font-family: Arial, Helvetica, sans-serif; 
	font-weight:bold;
	}
	
h4 {
	background-color: inherit;
	margin-bottom: 0px;
	margin-top: 0px;
	font-family: Arial, Helvetica, sans-serif; 
	font-weight:bold;
	}

.navigation { font-family: Arial, Helvetica, sans-serif; color: #535757; font-weight:bold; text-decoration:none; }

a:link { color: #000000; text-decoration:none; }
a:visited { color: #000000; text-decoration:none; }
a:active { color: #000000; text-decoration:none; }
a:hover { color: #86d200; text-decoration:underline; }

a.subnav:link { color: #000000; text-decoration:none; }
a.subnav:visited { color: #000000; text-decoration:none; }
a.subnav:active { color: #000000; text-decoration:none; }
a.subnav:hover { color: #86d200; text-decoration:underline; }

a.navigation:link { color: #535757; text-decoration:none; }
a.navigation:visited { color: #535757; text-decoration:none; }
a.navigation:active { color: #535757; text-decoration:none; }
a.navigation:hover { color: #535757; text-decoration:none; }
	
a.footer:link { color: #000000;  }
a.footer:visited { color: #000000;  }
a.footer:active { color: #000000;  }
a.footer:hover { color: #000000;  }

a.green:link { color: #86d200; text-decoration:none; }
a.green:visited { color: #86d200; text-decoration:none; }
a.green:active { color: #86d200; text-decoration:none; }
a.green:hover { color: #86d200; text-decoration:underline; }
	 
	
	



