/* Clearfix */
.cf:after { content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0; }
.cf { display: inline-block; }
html[xmlns] .cf { display: block; }
* html .cf { height: 1%; }

body {
	background: #e1f9eb url(../images/bg.gif) repeat-x top;
	color: #003639;
	margin: 0;
	padding: 0;
}

div#globalWrapper {
	margin: 20px auto;
	width: 770px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

h3.dark { color: #0099a1 !important; }

a, a:link { text-decoration: none; }
a:hover { text-decoration: underline; }

div#header { height: 86px; }

div#header h1, div#header h2 {
	margin-left: -10000px;
}

div#topNav ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

div#topNav ul li {
	float: left;
	margin: 0 15px 0 10px;
	line-height: 27px;
}

div#topNav ul li a {
	color: #FFF;
}

li.active { font-weight: bold; }

div#content h3 {
	color: #FFF;
	font-weight: normal;
	font-size: 2em;
	font-family: "Trebuchet MS", Verdana, Helvetica, Sans-serif;
	margin: 1em 0 0.5em 0;
}

div#content { line-height: 1.5em; }

div#content ol li { margin-bottom: 10px; }

div#footer {
	font-size: 0.8em;
	color: #0099a1;
	text-align: center;
	padding: 20px 0;
}

div#footer a { color: #00585d; }

div.hero { text-align: center; margin: 20px 0 0 0; }
