/**
* CSS
* 
* @version 1
* @author Rod Graves 
*/
* {
	margin: 0;
	padding: 0;
}
body {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	background: #fff;
	line-height: 1.5;
	color: #333;
}
body.section-1 {
}
body.section-2 {
}
body.section-3 {
}
a {
	text-decoration: none;
	color: #666;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}
a:active {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #8C8C8C;
	border-bottom-width: 1px;
	border-bottom-color: #CCC;
}
a:hover {
	text-decoration: none;
	color: #000;
	border-bottom-width: 1px;
	border-bottom-color: #999;
}
a img {
	border: none;
}
#menu {
	width: 185px;
	overflow: auto;
	top: 0px;
	bottom: 0;
	left: 0px;
	position: fixed;
	height: 100%;
	margin: 0 0 0 16px;
	padding: 32px 0 0 0;
}
#menu ul {
	list-style: none;
	margin: 0 0 12px 0;
}
#menu ul li.section-title {
	font-weight: bold;
	margin: 18px 0 4px 0;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
	font-size: 16px;
	color: #888;
}
#content {
	height: 100%;
	margin: 0 0 0 185px;
	top: 32px;
	left: 32px;
	position: absolute;
	width: 632px;
}
.container {
	padding: 5px 5px 25px 5px;
}
#content p {
	width: 600px;
	margin-bottom: 9px;
}
p {
	margin: 0 0 9px 0;
}
h1 {
	font-size: 36px;
}
h2 {
	font-size: 24px;
}
h3 {
	font-size: 16px;
	margin: 0 0 16px 0;
}
h4 {
	font-size: 12px;
	margin: -19px 0 16px 0;
}
strong {
	font-weight: bold;
}
ol {
	margin: 0 0 12px 21px;
}
#img-container {
	margin: 24px 0;
	padding: 0;
}
#img-container p {
	width: 400px;
	margin: 0;
	padding: 0 0 12px 0;
}
#once {
	clear: left;
}
