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

* {
	margin: 0;
	padding: 0;
}

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

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

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

h2 {
	font-size: 16px;
	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: 940px;
	margin: 40px auto;
	background: #fff;
	padding: 0 0 2px 0;
}

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

nav {
	margin: 10px;
	padding: 10px;
	background: #aaa;
}

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

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

section#section1 h2 {
	width: 496px;
	height: 93px;
	background: url(../images/Large_font.gif) no-repeat;
	text-indent: -9000px;
	
}

footer {
	margin: 10px;
	padding: 10px;
	background: #aaa;
}