@charset "utf-8";
/* CSS Document */

/* //////////////////////////// */
/* css layout by
/* Sarah Wischmeyer
/* www.applesandelephants.com 
/* //////////////////////////// */

body {
	font: 11px/1.3 Verdana, Geneva, sans-serif;
	color: #333;
	background: #eee;
	padding: 0px;
	margin: 0px;
	text-align: left;
}

/*HTML Elements*/
ul, ol, dl { 
	padding: 0px;
	margin: 0px;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0px;
	padding-right: 15px;
	padding-left: 15px;
	color: #633;
	font-family: Verdana, Geneva, sans-serif; 
	text-transform: uppercase;
}
p {
	text-align: justify;
	margin-top: 0px;
	text-transform: none;
	color: #333;
}
a {
	text-decoration: none;
	font-weight:bold;
}
a:link, a:visited {
	color: #06f;
}
a:active, a:hover, a:focus {
	color: #00f;
	background: #eee;
}
a img { border: none; }
hr { border: 0; color: #999; background-color: #ccc; height: 1px; margin:10px;}

/* Structure */
.wrapper {
}
header {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 70px;
	padding: 15px;
	background: #FC0;
	white-space: nowrap;
	overflow: hidden;
}
header .topnav {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 20px;
	padding: 10px 15px 5px 15px;
	background: #F60;
	white-space: nowrap;
	overflow: hidden;
	color: #fff;
	text-transform: uppercase;
}
header .topnav a, header .topnav a:visited {
	padding: 5px;
	text-decoration: none;
	color: #fff;
}
header .topnav a:hover, header .topnav a:active, header .topnav a:focus {
	background-color: #6F7D94;
	color: #FFF;
}
header h1 {
	margin: 44px 0px 0px 0px;
	padding: 0px;
	color: #f60;
	font-size: 36px;
	line-height:.5px;
	font-weight: normal;
}
header h2 {
	margin: 0px;
	padding: 0px 40px 0px 0px;
	color: #fff;
	text-align: right;
	font-size: 18px;
	font-weight: normal;
}
header p {
	margin: 0px;
	padding: 0px;
}
.content {
	margin-top: 100px;
	margin-left: 250px;
	padding: 40px;
	background: #fff;
}
.content ul, .content ol {
	padding: 5px 15px 15px 35px;
}
.content li {
	padding-bottom: 5px;
}
aside {
	position: absolute;
	top: 100px;
	left: 0px;
	width: 250px;
	background: #eee;
	padding: 0px 0px 70px 0px;
}
ul.nav, ul.nav ul {
	list-style: none;
	/*border-top: 1px solid #666; */
	margin: 0px;
	padding: 0px;
	font-size: 10px;
	line-height: 2.5ex;
}
ul.nav li {
	border-bottom: 1px solid #666;
}
ul.nav h3 {
	margin: 0px;
	padding: 0px;
	text-align: right;
	font-size: 11px;
	line-height: 3ex;
}
ul.nav h3 a {
	padding: 20px 5px 2px 5px;
	color: #f60;
}
ul.nav a, ul.nav a:visited {
	padding: 5px;
	display: block;
	text-decoration: none;
	color: #000;
}
ul.nav a:hover, ul.nav a:active, ul.nav a:focus {
	background-color: #6F7D94;
	color: #FFF;
}
ul.nav h3 a:hover, ul.nav h3 a:active, ul.nav h3 a:focus {
	background-color: #f60;
	color: #FFF;
}
footer {
	padding: 5px;
	background: #633;
}
footer p {
	text-align: center;
	font-size: 12px;
	margin: 10px;
	padding: 0px;
	color: #fff;
}
footer a, footer a:link, footer a:visited {
	padding: 5px;
	color: #fff;
	font-weight: normal;
}
footer a:hover, footer a:active, footer a:focus {
	background-color: #633;
	color: #fc0;
}

/* Miscellaneous */
/* Alignment */
.fltrt { float: right; margin-left: 8px; }
.fltlft { float: left; 	margin-right: 8px; }
.clearfloat { clear:both; height:0; font-size: 1px; line-height: 0px; }
.aligncenter {text-align:center}
.alignright {text-align:right}

/*HTML 5 support */
header, section, footer, aside, article, figure { display: block; } 

/* Text Alternates */
.bigTxt{ font-size: 120%; }
.smallTxt{ font-size: 80%; }
.smallQuote{ font-size: 90%; font-style: italic; }
.source { margin-top: -8px; font-style: italic; text-align: right; }
.changecase { 
	text-transform: none;
}