body {
	font: normal normal 12px/normal "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #999;
	text-decoration: none;
	text-align: center;
}
div#all {
	text-align: left;
	width: 1000px;
	display: block;
	position: relative;
	margin: 20px auto;
}

/* @group Header */
header#header {
	background: url(header.jpg) no-repeat left top;
}
nav.headerNav {
	display: block;
	height: 96px;
	width: 122px;
	float: left;
	padding-top: 114px;
}
nav.headerNav a, nav.headerNav span.currentPage {
	display: block;
	height: 16px;
	font-weight: bold;
	color: #103530;
	text-decoration: none;
}
nav.headerNav a:hover {
	color: #217871;
}
nav.headerNav span.currentPage {
	color: #44c0b4;
}
div#headerImage {
	height: 400px;
	width: 1000px;
}
/* @end */

/* @group Main */

section#main {
	font-size: 1.6em;
	color: #9f9f9f;
	line-height: 116%;
}
section#main img {
  -moz-box-shadow: 1px 1px 3px #666;
  -webkit-box-shadow: 1px 1px 3px #666;
  box-shadow: 1px 1px 3px #666;
}
section#main .leftHeading {
	width: 192px;
	float: left;
}
section#main h1 {
	font-weight: bold;
	color: #666;
	font-size: 125%;	
}
section div#columnWide {
	width: 788px;
	float: right;
}
section div#columnLeft {
	width: 384px;
	float: left;
}
section div#columnRight {
	width: 384px;
	float: right;
}

section#main h2 {
	color: #666;
	font-weight: bold;
}
section#main p {
	padding-bottom: 1em;
}

a, section#main a {
	color: #217871;
	text-decoration: none;
	font-weight: normal;
	font-style: normal;
}

a:hover, section#main a:hover {
	text-decoration: underline;
}
/* @end */

/* @group Footer */

footer#footer {
	width: 1000px;
	margin-top: 5px;
}
footer#footer nav {
	width: 128px;
	float: left;
	font-weight: bold;
}
footer#footer nav a {
	display: block;
	font-weight: bold;
	color: #217871;
}
footer#footer div.footerAddress {
	width: 117px;
	float: left;
	border-left: 1px solid #999;
	padding-left: 10px;
	height: 10em;
	vertical-align: bottom;
}
footer#footer a img {
	float: right;
	padding-top: 20px;
}

/* @end */

p.clearBoth {
	clear: both;
	height: 20px;
}

div#all p.centerStripe {
	background: url(999grey1x1.gif) repeat-x center center;
	height: 40px;
}
footer#footer nav a:hover, div#headerTop nav a:hover {
	text-decoration: none;
	color: #000;
}
em {
	font-weight: bold;
	color: #666;
}