/* Default Stylesheet
-------------------------------------------------------
Created:
Author: Ethan McElroy 
-----------------------------------------------------*/
* {
	margin: 0;
	padding: 0;
	}
body {
	background: #b1d978;
	background: #ac6;
	font: 76% georgia, arial, sans-serif;
	}
blockquote {
	background-color: #ccc;
	float: left;
	font: 1em georgia, serif;
	line-height: 150%;
	margin: 0 auto 12px auto;
	min-height: 87px;
	padding: 10px;
	text-align: right;
	width: 141px;
	}
h1 {
	background: #fff url(../i/logo.jpg) no-repeat left top;
	color: #e0542f;
	float: left;
	font: bold .1em 'trebuchet ms', trebuchet, arial, sans-serif;
	height: 110px;
	margin-top: 8px;
	padding: 0;
	text-indent: -2000000px;
	width: 350px;
	}
h1 a {
	display: block;
	height: 110px;
	text-indent: -2000000px;
	width: 350px;

	}
h2 {
	color: #e31111;
	font: bold 2em georgia, palatino, 'palatino linotype', times, 'times new roman', serif;
	margin: 0 0 12px 0;
	}
h3 {
	color: #333;
	clear: left;
	font: bold 1.2em georgia, palatino, 'palatino linotype', times, 'times new roman', serif;
	margin: 2px 0 12px 0;
	}
h4 {
	clear: left;
	color: #555;
	font: bold 1.1em georgia, palatino, 'palatino linotype', times, 'times new roman', serif;
	margin: 12px 0 4px 0;
	}
img.radio {
	border: none;
	display: block;
	margin: 6px auto 0 auto;
	}
dt, dd, p {
	line-height: 165%;
	margin-bottom: 20px;
	}
.box {
	background: #bb4118;
	color: #fff;
	float: right;
	height: 238px;
	margin: 4px 0 6px 12px;
	padding: 6px;
	width: 238px;
	}
.center {
	text-align: center;
	}
.note {
	color: #999;
	font-size: .9em;
	}
img.ribbon {
	border: none !important;
	clear: right;
	float: right;
	margin: 12px 0 0 6px;
	}
span.author {
	background: #000;
	color: #fff;
	display: block;
	float: right;
	font: 1em georgia, serif;
	min-height: 24px;
	padding: 74px 4px 9px 4px;
	text-align: center;
	width: 60px;
	}
#container {
	background: #fff;
	border: solid 2px #f0442f;
	height: auto;
	margin: 12px auto 0 auto;
	padding: 0 8px;
	position: relative;
	width: 980px;
	z-index: 2;
	}
#top {
	background: url(../i/tbg.jpg) no-repeat right -18px;
	float: right;
	height: 120px;
	width: 600px;
	}
#top p {
	color: #444;
	font: bold 1.6em 'trebuchet ms', trebuchet, verdana, arial, sans-serif;
	line-height: 120%;
	margin: 36px 8px 0 0;
	text-align: right;
	}
#top p a {
	color: #444;
	border-bottom: none;
	text-decoration: none;
	}
#nav {
	background: #f0442f;
	clear: both;
	float: left;
	height: 40px;
	margin: 0;
	position: relative;
	text-align: center;
	width: 980px;
	z-index: 2;
	}
#nav ul {
	border-left: dotted 1px #fff;
	height: 40px;
	list-style: none;
	margin: 0 auto;
	width: 980px;
	}
#nav li {
	border-right: dotted 1px #fff;
	color: #fff;
	float: left;
	font: bold .9em 'trebuchet ms', trebuchet, arial, sans-serif;
	height: 40px;
	margin: 0;
	padding: 0;
	position: relative;
	text-align: center;
	text-transform: uppercase;
	}
#nav li a {
	color: #fff;
	display: block;
	height: 16px;
	margin: 0;
	padding: 12px 12px 12px 12px;
	text-decoration: none;
	}
#nav li.first a {
	padding: 12px 14px 12px 15px;
	}
#nav li.last a {
	padding: 12px 15px 12px 14px;
	}
#nav li a:link {
	color: #fff;
	}
#nav li a:visited {
	color: #fff;
	}
#nav li a:hover {
	background: #e31111;
	color: #fff;
	}
#nav li a:active {
	color: #fff;
	}
#nav li a#current {
	background: #e31111;
	color: #fff;
	}
#nav li ul {
	background: #f0442f;
	border-left: none;
	display: none;
	height: auto;
	left: 1px;
	position: absolute;
	top: 40px;
	width: 160px;
	z-index: 1000 !important;
	}
#nav li:hover ul, li.over ul {
	display: block !important;
	z-index: 1000 !important;
	}
#nav li ul li {
	border-right: none;
	float: none;
	text-align: left;
	width: 160px;
	z-index: 1000 !important;
	}
#banner {
	background: #fff;
	height: 300px;
	margin: 0 auto 12px auto;
	overflow: hidden;
	position: relative;
	width: 980px;
	z-index: 1 !important;
	}
#slide {
	height: 250px;
	width: 980px;
	}
#info {
	background: #000;
	bottom: 0;
	color: #fff;
	filter: alpha(opacity=70);
	font-family: arial, sans-serif;
	height: 52px;
	left: 0;
	opacity: .7;
	position: absolute;
	width: 980px;
	}
#info p {
	font-size: 1em;
	line-height: 120%;
	margin: 19px 12px 0 0;
	text-align: right;
	}
#content {
	float: left;
	height: auto;
	min-height: 500px;
	padding: 2px 0 12px 12px;
	width: 642px;
	}
#content h3 {
	color: #000;
	font: bold 1.4em georgia, palatino, 'palatino linotype', times, 'times new roman', serif;
	}
#content li {
	line-height: 165%;
	}
#content p img {
	border: double 3px #ddd;
	float: right;
	margin: 3px 0 0 12px;
	}
#content p img.portrait-r {
	border: double 3px #ddd;
	float: right;
	margin: 3px 0 0 12px;
	}
#content p img.portrait-l {
	border: double 3px #ddd;
	float: left;
	margin: 3px 12px 0 0;
	}
#content ul {
	margin: 0 0 20px 20px;
	}
#content li {
	margin-bottom: 6px;
	}
#content li strong {
	color: #e31111;
	}
#sidebar {
	background: #eee url(../i/box-top.gif) no-repeat;
	float: left;
	font-size: .9em;
	min-height: 600px;
	margin: 0 0 12px 0;
	padding: 6px 12px 12px 12px;
	position: relative;
	width: 302px;
	}
#sidebar h3 {
	color: #e0542f;
	font-family: arial, sans-serif;
	margin-bottom: 2px;
	}
#sidebar .calendar-table {
	background: #fff;
	border-collapse: collapse;
	border-top: solid 2px #e0542f;
	border-right: solid 3px #e0542f;
	border-bottom: solid 2px #e0542f;
	border-left: solid 3px #e0542f;
	font-family: courier, 'courier new', monospace;
	height: auto;
	margin: 0 auto 18px auto;
	width: 230px;
	}
#sidebar .calendar-table a {
	color: #333;
	display: block;
	height: 100%;
	padding: 2px 0 1px 0;
	text-decoration: none;
	width: 100%;
	}
#sidebar .calendar-table th a, #sidebar .calendar-table td.calendar-header-day a {
	color: #fff;
	padding: 0;
	}
#sidebar .calendar-table td, #sidebar .calendar-table th {
	border-bottom: solid 1px #e0542f;
	border-left: solid 1px #e0542f;
	height: 18px;
	padding: 0;
	text-align: right;
	}
#sidebar .calendar-table th {
	background: #e0542f;
	color: #fff;
	text-align: center;
	}
#sidebar .calendar-table td.calendar-header-day {
	background: #e0542f;
	color: #fff;
	text-align: center;
	}
#sidebar p.links {
	margin: 10px 0;
	}
#sidebar #bottom {
	background: #eee url(../i/box-bot.gif) no-repeat;
	bottom: 0;
	height: 23px;
	margin: 0 0 0 -12px;
	position: absolute;
	width: 326px;
	}
#quote {
	margin: 0 auto;
	width: 229px;
	}
.section {
	border-right: dotted 1px #999;
	float: left;
	min-height: 500px;
	padding: 2px 12px 12px 12px;
	width: 225px;
	}
.section a.button {
/*	background: url(../i/button.jpg) no-repeat; */
	color: #00f;
	display: block;
	height: 20px;
	margin: 0 auto;
	padding: 0;
	text-align: center;
	text-decoration: none;
	width: 190px;
	}
.last {
	border-right: none;
	}
#footer {
	clear: both;
	color: #333;
	height: 200px;
	margin: 0 auto;
	padding: 8px 15px;
	width: 1000px;
	}
#footer a {
	color: #333;
	margin: 0;
	padding: 0;
	text-decoration: none;
	}
#footer p {
	clear: both;
	line-height: 160%;
	margin: 0 0 4px 0;
	text-align: center;
	width: 960px;
	}
#footer ul {
	clear: both;
	list-style: none;
	margin: 0 auto;
	text-align: center;
	width: 693px;
	}
#footer ul li {
	border-right: solid 1px #333;
	float: left;
	line-height: 160%;
	margin-right: 6px;
	padding-right: 6px;
	}
#footer ul li.last {
	border-right: none;
	}
#footer ul ul {
	display: none;
	}