html, body, h1, h2, h3, h4, h5, h6, p, div, dl, dt, dd, ul, li, ol, form, fieldset, input, textarea {
	font-weight: normal;	
	margin: 0;
	padding: 0;
}

img {
	border: none;
}

body {
	background: #044e3b url(/images/ui/hbk.jpg) repeat fixed;
	color: #fff;
	font: 80%/140% "Helvetica Neue", Arial, Helvetica, sans-serif;
}

.inner {
	width: 960px;
	margin: 0 auto;
}

.clear {
	clear: both;
}

h2 {
	color: #006bb7;
	font-size: 1.5em;
}

h3 {
	color: #008061;
	font-size: 11px;
	margin-bottom: 6px;
}

p {
	margin-bottom: 20px;
}

/* Header */
#header {
	background: url(images/headerbk.jpg) repeat-x;
	height: 155px;
}

#header h1 {
	background: url(images/logo.jpg) no-repeat;
	width:454px;
	height:131px;
	margin-top: 22px;
	float: left;
	text-indent: -9999px;
}

#header a {
	color: #529cee;
}

#contact-info {
	float: right;
	width: 320px;
	margin: 60px 170px 0 0;
}

#address {
	float: left;
}

#email-phone {
	float: right;
}

/* Content */
#content {
	background: #fff;
	border-bottom: solid 11px #04614a;
	padding: 40px 0;
}

#left-col {
	width: 278px;
	margin-left: 24px;
	float: left;
}

#middle-col {
	width: 278px;
	margin-left: 37px;
	float: left;
}

#right-col {
	width: 278px;
	margin-right: 24px;
	float: right;
}

.go {
	text-indent: -9999px;
	background: url(images/go.jpg) no-repeat;
	width: 61px;
	height:32px;
	display: block;
	overflow: hidden;
}

/* Footer */

#footer p {
	font-size: .9em;
	margin: 20px 24px;
}