@charset "UTF-8";
/* CSS Document */
/* Include @font-face */

* {
	margin: 0;
	padding: 0;
}

/* HTML5 tags */
header, nav, section, footer, aside, article, figure {
	display: block;
}

 
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 87.5%;
	line-height: 1.5em;
	background: #ccc;
}

h1 {
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 260%;
	line-height: 1.1em;
	margin-bottom: .75em;
}

h2 {
	font-size: 210%;
	line-height: 1.2em;
	margin: .75em;
}

h3 {
	font-size: 158%;
	line-height: 1.35em;
	margin-bottom: .75em;
}

p{
	margin-bottom: .75em;
}

ul, ol {
	margin: 0 30px;
}

a {
	color: #036;
	text-decoration: none;	
}

a:hover {
	color: #036;
	text-decoration: underline;
}

div#container{
	position: relative;
	width: 940px;
	margin: 40px auto;
	background: #fff;
}

header {
	height: 155px; /*Header logo location */
	background: url(../images/Header_blue_back.gif) repeat;
}

header h1 a {
	position: absolute;
	top: 35px;
	left: 20px;
	background: url(../images/logo_blue.gif) no-repeat;
	width: 375px;
	height: 0px;
	padding: 80px 0 0 0;
	overflow: hidden;
	display: block;
}

header p {
	text-indent: -9000px;
}

header ul#utilitynav {
	position: absolute;
	top: 20px;
	right: 10px;
	margin: 0; /* get rid of padding right edge 30px on ul ol*/

}

header ul#utilitynav li {
	list-style: none;
	float: left;
	padding: 0 20px;
	border-left: 1px solid #ccc;
}

header ul#utilitynav li.first {
	/*get rid of border-left: 1px solid #ccc;*/
	border-left: none;
}

header ul#utilitynav li a {
	float: left;
	color: #fff;
}

nav {
	margin: 0px;
	padding: 0px;
	background: #333;
	height: 50px;
}

nav ul {
	margin: 0;
	padding: 0 0 0 20px;
	
}

nav ul li {
	list-style: none;
	float: left;
}

nav ul li a {
	font:16px "Arial Black", Arial, sans-serif;
	color: #fff;
	float: left;
	padding: 13px 20px;
	height: 24px;
}

nav ul li a:hover { /* inherits everything from a above
	font:16px "Arial Black", Arial, sans-serif;
	color: #ccc;
	float: left;
	padding: 13px 20px;	*/
	text-decoration: none;
	background: #666;
	color: #000;
}

nav ul li.selected a {
	color: #51a6d4;
}

nav ul li.selected a:hover {
	background: none;
}

section#main {
	margin: 10px;
	padding: 10px;
	background: #aaa;
}

section#section1, section#section2 {
	margin: 10px;
	padding: 10px;
	background: #ccc;
}

section#section1 h2 {
	/* took out image replacement for @font-face
	width: 496px;
	height: 93px;
	background: url(../images/Large_font.gif) no-repeat;
	text-indent: -9000px;*/
	margin:0 0 20px 0;
	font-weight: normal;
	font-style: normal;
	font-size:3.2em;
	line-height: 1.15em;
	font-family: 'ChunkFiveRegular', 'Arial Black', Arial, sans-serif;	/* @font-face */
}

footer {
	padding: 20px;
	background: #333;
	color: #fff;
}

footer a {
	color: #fff;
	text-decoration: none;
}

footer a:hover {
	color: #fff;
}

footer ul {
	margin: 0;
}


footer ul#footernav ul {
	margin: 0;
}

footer ul#footernav li {
	list-style: none;
	font-size: 18px;
	float:left;
	padding: 0 40px 0 0;
}

footer ul#footernav li a {
	border-bottom: 1px solid #fff;
	width: 130px;
	display: block;
}

footer ul#footernav li a:hover {/* added for test to see if underline shows up */
	text-decoration: none;
}

footer ul#footernav li ul li {
	font-size: 11px;
	float: none;
	padding: 5px 0 0 0;
}

footer ul#footernav li ul li a {
	border-bottom: none;
}

footer ul#footernav li ul li a:hover {
	text-decoration: underline;
}

footer ul#footernav li#footercontact {
	float: right;
	padding: 0;
}


footer ul#footernav li#footercontact a {
	width: 200px;
}

footer p#copyright {
	clear: both;
	color: #ccc;
}

/* @FONT-FACE */

@font-face {
    font-family: 'ChunkFiveRegular';
    src: url('../fonts/Chunkfive-webfont.eot');
    src: url('../fonts/Chunkfive-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Chunkfive-webfont.woff') format('woff'),
         url('../fonts/Chunkfive-webfont.ttf') format('truetype'),
         url('../fonts/Chunkfive-webfont.svg#ChunkFiveRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}
