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

/* RESET */
* {
	margin: 0;
	padding: 0;
}

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

/* GENERAL BASE CSS */
body {
	background: #aaa;
}

/* TYPOGRAPHY */

/*
=================================================
	Reference for Basic text sizing
=================================================
	62.5%  => .625em  => 10px
	68.8%  => .688em  => 11px
	75%    => .75em   => 12px
	81.3%  => .813em  => 13px
	87.5%  => .875em  => 14px
	100%   => 1em     => 16px
	112.5% => 1.125em => 18px
	125%   => 1.25em  => 20px
=================================================

*/
body {
	font-family: Helvetica, Arial, sans-serif;
	font-size: .875em; /* 14px */
	line-height: 1.5em;
}

/*
=================================================
	Proportions based on typographic scale
	18, 20, 36
=================================================

	h1 = 36 pixels â 36 Ã· 14 = 2.57142857142857 em = 2.6em (rounded)
	h2 = 20 pixels â 20 Ã· 14 = 1.42857142857143 em = 1.5em (rounded)
	h3 = 18 pixels â 18 Ã· 14 = 1.28571428571429 em = 1.3em (rounded)
	p  = 14 pixels â 14 Ã· 14 = 1 em
*/

h1, h2, h3 {
    margin-bottom: .75em;
}

h1 {
	font-family: "Arial Black", Helvetica, Arial, sans-serif;
	font-size: 2.6em;
	line-height: 1.1em;
}

h2 {
	font-size: 1.5em;
	line-height: 1.2em;
}

h3 {
	font-size: 1.5em;
	line-height: 1.35em;
}

p {
    margin-bottom: .75em;
}

a {
	text-decoration: none;
}

a, a:hover {
	color: #036;
}

ul, ol {
	margin: 0 0 0 30px;
}


.container {
	position: relative;
	background: #fff;
	width: 960px;
	margin: 0 auto;
}

header {
	background: #3279a1;
	height: 154px;
	border-top: 1px solid #3279a1;
}

header h1 a {
	position: absolute;
	top: 35px; /* changed to 35px from 53px to shift 18px upward */
	left: 20px; /* changed to 20px from 10px to shift 10px to right */
	background-image: url('../images/logo_blue.gif');
	background-repeat: no-repeat;
	display: block;
	width: 352px;
	height: 0px;
	padding: 80px 0 0 0; /* changed to 80px from 65px to display the block */
	overflow: hidden;
}

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

header nav#utilitynav {
	position: absolute;
	top: 10px;
	right: 10px;
	font-size: .875em;
	line-height: 1em;
}

header nav#utilitynav ul {
	list-style: none;
}

header nav#utilitynav ul li {
	float: left;
	margin: 0 0 0 10px;
	padding: 0 0 0 10px;
	border-left: 1px solid #fff;
}

header nav#utilitynav ul li:first-child {
	border-left: none;
}

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

nav#mainnav {
	background: #333;
	font-family: "Arial Black", Arial, Helvetica, sans-serif;
	font-size: 115%;
	text-transform:uppercase;
}

nav#mainnav ul {
	list-style: none;
	margin: 0;
}

nav#mainnav ul li {
	float: left;
}

nav#mainnav ul li a {
	color: #fff;
	text-decoration: none;
	padding: 14px 20px 15px 20px;
	display: block;
}

nav#mainnav ul li a:hover {
	color: #000;
	background: #aaa;
}

nav#mainnav ul li.selected a, nav#mainnav ul li.selected a:hover {
	color: #69c;
	background: #333;
}

section#main {
}

section#section01 {
	clear: both;
	background-color: #ccc;
	padding: 50px 10px;
}

section#section01 .col1 {
	width: 580px;
	float: left;
	margin: 0 20px 0 0;
}

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

section#section01 h2 {
	font-family: 'ChunkFiveRegular', 'Arial Black', Arial, sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 3em;
	line-height: 1.15em;
	margin: 0;
	padding: 0;
}

section#section01 p {
	font-size: 1.3em;
	line-height: 1.4em;
}

section#section01 a.button-big {
	background: url(../images/big_button.gif) no-repeat 0 0;
	display: block;
	width: 235px;
	height: 0;
	padding: 57px 0 0 0;
	overflow: hidden;
}

section#section01 a.button-big:hover {
	background: url(../images/big_button.gif) no-repeat 0 -57px;
}

section#section02 {
	background: #fff;
	padding: 10px;
}

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

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

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

section#section02 h3 {
	font-size: 1.5em;
	line-height: 1.5em;
	margin: 0;
	padding: 0;
}

section#section02 h3 a {
	text-decoration: none;
}

section#section02 h4 {
	font-size: .6em;
	line-height: .6em;
	margin: 0 0 5px 0;
	padding: 0 0 5px 0;
	color: #333;
	text-transform: uppercase;
	font-weight:normal;
	border-bottom: 2px solid #000;
}

section#section02 p {
	margin: 0;
	padding: 0;
}

section#section02 a.button-small {
	margin: 10px 0 0 0;
	background: url(../images/small_button.gif) no-repeat 0 0;
	display: block;
	width: 128px;
	height: 0;
	padding: 30px 0 0 0;
	overflow: hidden;
}

section#section02 a.button-small:hover {
	background: url(../images/small_button.gif) no-repeat 0 -30px;
}

section#section02 a {
	text-decoration: underline;
}
footer {
	clear: both;
	background: #000;
	padding: 10px;
	color: #fff;
	padding: 40p;
}

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

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

footer nav ul {
	list-style: none;
	margin: 0;
}

footer nav ul li {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 1.3em;
}



footer nav ul li.col1, footer nav ul li.col2, footer nav ul li.col3 {
	float: left;
	width: 160px;
	margin: 0 20px 0 0;
}

footer nav ul li ul {
	border-top: 1px solid #fff;
	margin: 6px 0 0 0;
	padding: 4px 0 0 0;
}

footer nav ul li ul li {
	float: none;
	text-transform: capitalize;
	font-size: .6em;
	font-weight: normal;
	margin: 0 50px 0 4px;
}

footer nav ul li.col4 {
	float: right;
	margin: 0 0 0 0;
	width: 220px;
}

footer nav ul li.col4 ul li {
	margin: 0;
}

footer p#copyright {
	margin: 20px 0 0 0;
	clear: both;
	font-size: 40%;
	color: #ccc;
}

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


/* @font-face : .eot is for IE9 , svg (scalable vector graphics) */

@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;
}