#all {
	width: 809px;
	margin: 4em auto 1em;
}

#container {
	position: relative;
}

#header {
	height: 5em;
	margin-bottom: 2em;
	border-bottom: 1px dashed black;
	padding: 0.5em 1em;
}
#header p {
	margin: 0;
}
#header #logo {
	font-size: 2em;
	font-weight: bold;
	font-style: italic;
	margin-right: 0.2em;
}
#header #logo a {
	color: #FF7400;
	text-decoration: none;
}
#header #logo a:hover {
	border-bottom: solid 1px black;
}
#header #claim {
	font-size: 2em;
}

#content {
	margin-left: 309px;
	min-height: 250px;
}
#content.fullwidth {
	margin: 0 1em;
}
#content h1 {
	color: #BF3030;
}
#content h1 a {
	color: #BF3030;
	text-decoration: none;
	border-bottom: 0;
}
#content h1 a:hover {
	border-bottom: solid 1px black;
}
#content h2, h3, h4, h5, h6 {
	color: #1D7373;
}
#content h2 a, #content h3 a {
	color: #1D7373;
	text-decoration: none;
}
#content p {
	font-family: "Lucida Grande",Tahoma,Verdana,sans-serif;
	line-height: 1.4em;
}
#content a {
	color: black;
	text-decoration: none;
	border-bottom: solid 1px #BF3030;
}
#content a:hover {
	color: #BF3030;
	text-decoration: none;
}
#content strong {
	padding: 0 0.2ex;
	font-weight: bold;
}

#nav {
	font-family: "Lucida Grande",Tahoma,Verdana,sans-serif;
	position: absolute;
	left: 0;
	top: 10.5em;
	margin: 0;
	font-size: 1.2em;
	color: #AAAAAA;
}
ul#nav {
	width: 259px;
	padding: 0.5em 19px 0.5em 0;
	text-align: right;
	list-style-type: none;
}
ul#nav li {
	margin: 0.4em 0;
}
ul#nav ul {
	padding: 0.5em 19px 0.5em 0;
	list-style-type: none;
	font-size: 80%;
}
ul#nav ul li {
	margin: -0.3em 0 0.3em 0;
}
#nav a {
	color: gray;
	text-decoration: none;
}
#nav a:hover {
	color: #1D7373;
	border-bottom: solid 1px black;
}
#nav a.active {
	color: #1D7373;
}
#nav ul li a {
	color: #666666;
}

#footer {
	margin: 3em auto 0;
	color: #AAAAAA;
	display: inline-block;
	line-height: 18px;
	border-top: 1px solid #DDD;
}
ul#footer {
	list-style-type: none;
	padding: 0 1em;
	width: 777px;
}
ul#footer li {
	float: left;
	padding: 0 3ex 0 0;
	width: 230px;
}
ul#footer ul {
	padding: 0;
}
ul#footer ul li {
	padding: 0.3em 0 0 0;
	display: block;
	float: none;
}
ul#footer ul ul {
	margin-left: 2ex;
	font-size: 90%;
	list-style-type: square;
}
ul#footer ul ul li {
	margin: -0.2em 0 0.2em 0;
}
ul#footer a {
	color: gray;
	text-decoration: none;
}
ul#footer a:hover {
	color: #1D7373;
	border-bottom: solid 1px black;
}
#footer h3 {
	text-transform: uppercase;
	font-size: 14px;
	color: #A66F00;
}

a img {
	border: 0;
}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}

.clearer {
	clear: both;
}

.hi {
	display: none;
}