@charset "UTF-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
}

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

 
body {
	font: 11px Arial, Helvetica, sans-serif;
	color: #000;
	background: #aaa;
}

h1 {
	font-size: 22px;
	margin: 10px 0 0 0;
}

h2 {
	font-size: 14px;
	margin: 0 0 10px 0;
}

h3 {
	font-size: 12px;
	margin: 10px 0;
}

p{
	margin: 10px 0;
}

ul, ol {
	margin: 0 30px;
}

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

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

div#container{
	position: relative;
	width: 960px;
	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 {
	background: #aaa;
}

section#section1{
	background: #ccc;
	padding: 20px;
}

section#section1 .col1{
	width: 560px;
	float: left;
	margin: 0 20px 0 0;
}

section#section1 .col2{
	width: 340px;
	float: left;
}

section#section2 {
	background: #fff;
}

section#section2 .col1{
	width: 220px;
	float: left;
	margin: 40px 0 40px 10px;
}

section#section2 .col2{
	width: 220px;
	float: left;
	margin: 40px 0 40px 140px;
}

section#section2 .col3{
	width: 220px;
	float: left;
	margin: 40px 0 40px 140px;
}

/* section#section1 h2 {
add my chunk5fontface 
}*/
section#section1 h2 {
	font-family: 'ChunkFiveRegular', 'Arial Black', Arial, sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 3.5em; /* changed from 3em to 3.5em */
	line-height: 1.15em;
	margin: 0;
	padding: 0;
}

footer {
	clear: both;
	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 { /* extebded line length to right */
	width: 200px;
}

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

/* Clear fix */
.group:before,
.group:after {
    content: "";
    display: table;
} 
.group:after {
    clear: both;
}
.group {
    zoom: 1; /* For IE 6/7 (trigger hasLayout) */
}

/* @face */