@charset "UTF-8";
body {
	[if lt IE 7]>
	behavior: url("includes/csshover3.htc");
	<![endif]
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: normal;
	color: #333;
	background-color: #000;
	background-image: url(../images/bodybkg.jpg);
	background-repeat: repeat-x;
}
#wrapper {
	width: 960px; 
	margin: 0 auto;
	padding: 0;
	text-align: left;
}
/*limited reset*/
html, body, div, section, article, aside, header, hgroup, footer, nav, h1, h2, h3, h4, h5, h6, p, blockquote, address, time, span, em, strong, img, ol, ul, li, figure, canvas, video {
	margin: 0;
	padding: 0;
	border: 0;
}
p {
	font-size: .8em;
	line-height: 1.5em;
	padding-bottom: 1.25em;	
}
#mainHeader img {
	/*float: left;*/
	position: absolute;
	left: 25px;
	top: 15px;
}
#mainHeader h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 90px;
	color: #4b7d93;
	position: absolute;
	left: 175px;
	font-weight: normal;	/*letter-spacing: -.05em;*/
}
#mainHeader h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #4b7d93;
	position: absolute;
	left: 185px;
	top: 110px;
	font-weight: normal;
}
h2 {
    font-family: 'Oswald', sans-serif;
	font-weight: 300;
}
h3 {
    font-family: 'Oswald', sans-serif;
	font-weight: 300;
	font-size: 1.25em;
}
/*html5 display rule*/
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, nav, menu, nav, section, summary {
	display: block;
}
#body section ol {
	/* [disabled]font-size: 0.85em; */
	/* [disabled]line-height: 1.25em; */
	/* [disabled]padding-bottom: 20px; */
	/* [disabled]list-style-position: inside; */
}
#body section ol li {
	padding-bottom: 1.25em;
	list-style-position: outside;
	margin-left: 18px;
	font-size: 0.8em;
	line-height: 1.5em;
}
#body section ul li {
	padding-bottom: 1.25em;
	margin-left: 18px;
	font-size: 0.8em;
	line-height: 1.5em;
	list-style-image: url(../images/bullet.gif);
}
#body section ol li ul li {
	list-style-position: outside;
	font-size: 1em;
	line-height: 1.5em;
	list-style-image: url(../images/bullet.gif);
}
#body aside ol li {
	font-family: "Times New Roman", Times, serif;
	color: #4E2C00;
	padding-bottom: 1.25em;
	list-style-position: outside;
	margin-left: 18px;
	font-size: 0.8em;
	line-height: 1.5em;
}
#body aside ul li {
	font-family: "Times New Roman", Times, serif;
	color: #4E2C00;
	padding-bottom: 1.25em;
	list-style-position: outside;
	margin-left: 18px;
	font-size: 0.8em;
	line-height: 1.5em;
	list-style-image: url(../images/bullet.gif);
}
img {
	border:none;
}

#separator {
	height: 12px;
}
.cyanBkg {
	background-color: #09F;
}
.redBkg {
	background-color: #bf0a10;
}
.redType {
	color: #bf0a10;
}
.purpleBkg {
	background-color: #600ba8;
}
.purpleType {
	color: #600ba8;
}
.orangeBkg {
	background-color: #cc5300;
}
.orangeType {
	color: #cc5300;
}
.greenBkg {
	background-color: #087610;
}
.greenType {
	color: #087610;
}
.blueBkg {
	background-color: #0b3696;
}
.blueType {
	color: #0b3696;
}
aside img {
	padding-bottom: 10px;
}
#mainHeader {
	background-image: url(../images/headerbkg.jpg);
	background-repeat: repeat-x;
	height: 155px;
	position: relative;
}
#mainImage {
	height: 390px;
	overflow: hidden;
	background-color: #000;
}
#mainContent {
	padding: 30px;
	background-color: #FFF;
	background-image: url(../images/bgnoise.gif);
	overflow: auto;
}
#body {
	overflow: hidden;
	background-image: url(../images/stroke_dotted.png);
	background-repeat: no-repeat;
	background-position: 570px;
}
section {
	float: left;
	padding: 0 30px 0 0;
	width: 540px;
	/* [disabled]border-right: 1px dotted #999; */
}
aside {
	float: right;
	padding: 0 0 0 29px;
	width: 300px;
}
aside p img {
	padding-bottom: 10px;
}
aside p {
	color: #4E2C00;
	font-family: "Times New Roman", Times, serif;
}
footer {
	padding: 15px 30px 15px 30px;
}
.clearfix {
	clear: both;	
}
.floatLft {
	float: left;
	padding-right: 10px;
}
.floatRt {
	float: right;
	padding-left: 10px;
}
footer p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.75em;
	color: #D8D8D8;
	text-align: center;
}
