@charset "utf-8";
/* CSS Document */
body {
	background: #1E1E1E url(images/background.png) repeat-x;
	margin: 0px;
	padding: 0px;
	text-align: center; /* Used for centering pages in IE */
}
p, h1, h2, h3, h4, h5, a, ul, li, lo, address, td {
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
}
/* You may use pixels or ems for text sizing */
p, div#content li {
	font-size: 12px;
	line-height: 18px;
	color: #333;
}
h1, h2, h3 {
	font-family:Garamond, Times, serif;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:italic;
	font-variant:normal;
	font-weight:normal;
}
h1 {
	font-size:28px;
	margin: 0px;
	color: #7F1F17;
}
h2 {
	font-size: 20px;
	margin: 0px;
	color: #7F1F17;
	margin-bottom: -5px;
	margin-top: 30px;
}
address {
	font-style: normal;
	color: #CFCFCF;
	font-size: 12px;
}
p.sidebar-small-text {
	font-style: normal;
	color: #CFCFCF;
	font-size: 12px;
}
address strong {
	color: #FFF;
}
a:link {
	color: #458202;
}
a:visited {
	color: #458202;
}
/* All links must inclde some type of hover interactivity */
a:hover {
}
a:active {
}
/* ----------------- PAGE LAYOUT ELEMENTS ----------------- */

div#container {
	width: 796px;
	margin: 0px auto;
}
div#audio {
}
div#logo {
}
div#header {
	width: 796px;
	height: 120px;
}
div#header1 {
	width: 796px;
	height: 72px;
	background:url(images/header-top-1.gif) no-repeat;
}
div#header1 span {
	display: none;
}
div#header2 {
	width: 796px;
	height: 25px;
	background:url(images/header-top-2.gif) no-repeat;
	text-align: right;
}
div#header3 {
	width: 796px;
	height: 23px;
	background:url(images/header-top-3.gif) no-repeat;
}
div#header1, div#header3 {
	font-size: 0px;
}
div#banner-top {
	width: 796px;
	height: 10px;
	background: url(images/banner-top.gif) no-repeat;
}
div#banner-area {
	width: 796px;
	height: 260px;
	background:url(images/banner-area.gif) no-repeat;
}
div#banner-image-text {
	float: left;
	text-align: left;
	margin-left: 10px;
	padding: 5px 10px;
}
div#banner-text {
	width: 145px;
	float:right;
	margin-right: 12px;
	text-align: center;
}
div#banner-bottom {
	width: 796px;
	height: 19px;
	background: url(images/banner-content-spacer.gif) no-repeat;
}
div#flash {
}
div#content-top {
	width: 796px;
	height: 11px;
	background:url(images/content-top.gif)
}
div#content {
	width: 796px;
	background: url(images/content-area.gif) repeat-y;
	min-height: 200px;
}
div#content-left {
	width: 585px;
	padding-left: 20px;
}
div#content-right {
	width: 161px;
	text-align:left;
}
div#content-bottom {
	width: 796px;
	height: 28px;
	background:url(images/content-bottom.gif) no-repeat;
}
div#footer {
	width: 796px;
	height: 60px;
}
div#owner {
}
div#copyright {
	font-size: 10px;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #6F6F6F;
	padding-left: 4px;
	text-align: left;
	display:block;
	clear:both;
}
div#edb {
	filter:alpha(opacity=70);
	-moz-opacity:0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
	margin-top: 3px;
}
/* ----------------- VERTICAL NAVIGATION ----------------- */
div#nav {
	float: right;
	width: auto;
}
ul#mainnav {
	float: left;
	width: 100%;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
ul#mainnav li {
	display: inline;
	float: left;
	margin: 0px auto;
	padding: 0px;
}
ul#mainnav li a:link, ul#mainnav li a:visited, ul#mainnav li a:active {
	font-size: 11px;
	text-decoration: none;
	text-align: center;
	display: block;
	width: 85px;
	padding: 6px 3px;
	margin: 0px;
	background:url(images/menu-unsel.gif) no-repeat center center;
	color: #FFF;
	font-weight: bold;
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
}
ul#mainnav li a.current:link, ul#mainnav li a.current:visited {
	background:url(images/menu-sel.gif) no-repeat center center;
	filter:alpha(opacity=100);
	-moz-opacity:1;
	-khtml-opacity: 1;
	opacity: 1;
}
ul#mainnav li a:hover {
	color: #FFF900;
}
ul#mainnav li a.current:hover {
	color: #FFF;
}
/* ----------------------------  UTILITY NAVIGATION (HORIZONTAL) ----------------------------  */
div#utility {
	width: 990px;
}
ul#utilitynav {
	float: left;
	width: 100%;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
ul#utilitynav li {
	display: inline;
	float: left;
	margin: 0px auto;
	padding: 0px;
}
ul#utilitynav li a:link, ul#utilitynav li a:visited, ul#utilitynav li a:active {
	font-size: 11px;
	text-decoration: none;
	text-align: center;
	display: block;
	width: auto;
	padding: 5px;
	margin: 0px;
	border-right: 1px none #9a9a9a;
	color: #9a9a9a;
}
ul#utilitynav li a:hover, ul#utilitynav li a.current:visited {
	font-weight: normal;
}
/* ----------------- CUSTOM CLASSES ----------------- */

/* Images should include some type of border. We tend to favor this one. */
img.left {
	float: left;
	padding: 5px;
	background: white;
	margin: 0px 15px 10px 0px;
	border: solid 1px #ccc;
}
img.right {
	float: right;
	padding: 5px;
	background: white;
	margin: 0px 0px 10px 15px;
	border: solid 1px #ccc;
}
div.clearfix {
	clear:both;
}
div.left {
	float: left;
}
div.right {
	float: right;
}
div.hr {
	background: url(images/hr.gif) no-repeat;
	width: 144px;
	height: 2px;
	font-size: 0px;
	margin: 10px 0px;
}
div.noticable {
	font-weight: bold;
	color: #E3DD00;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
}
.heading-fancy-large, .heading-fancy-large a {
	font-family:Garamond, Times, serif;
	font-style: italic;
	font-size: 52px;
	color: #FFD803;
	display: block;
	font-weight: bold;
	text-decoration: none;
	padding-right: 10px;
}
.heading-fancy {
	font-family:Garamond, Times, serif;
	font-style: italic;
	font-size: 30px;
	color: #fffc02;
	display: block;
}
.heading-fancy-subtitle {
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	font-size: 18px;
	color: #FFF;
	display: block;
	font-weight: bold;
	margin-top: -5px;
	padding-left: 5px;
}
.heading-fancy-small {
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	font-size: 11px;
	color: #fffc02;
	display: block;
	margin-top: 3px;
}
.heading-text {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	font-size: 14px;
	display: block;
	margin-top: 10px;
}
.heading-text-small {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	font-size: 14px;
	display: block;
	margin-top: 10px;
	font-weight: bold;
}
.heading-noticable {
	font-family: Arial, Helvetica, sans-serif;
	color: #fffc02;
	font-size: 18px;
	display:block;
	margin-top: 5px;
}
.heading-link {
	display: block;
	margin-top: 10px;
}
.heading-link a, .heading-link a:visited {
	color: #fff;
	font-size: 12px;
}
p.highlight {
	background: #F2FFBF;
	padding: 5px;
	border: 1px solid #DDEF95;
}
a.small-text-white {
	color: #FFF;
	font-size: 10px;
	margin-top: 3px;
	display:block;
}
.text-shadow {
	text-shadow: #000 0px 2px 2px;
	filter: Shadow(Color=#000000, Direction=180, Strength=3);
}
div.product {
	border-bottom: 1px solid #AF7B78;
}
p.quote {
	font-style: italic;
	font-size: 14px;
	line-height: 24px;
	display: block;
	background:#F9F9F9;
	padding: 10px;
	border: 1px solid #cccccc;
}
p.citation {
	color: #333;
	display: block;
	font-size: 18px;
	font-family:Garamond, Times, serif;
	font-style:italic;
	margin-bottom: 50px;
	text-align: right;
}

form#contact label {
	float: left;
	clear: both;
	width: 120px;
	text-align: left;
	font-family:Arial, Helvetica, sans-serif;
	color:#333333;
	font-size:12px;
	line-height:18px;
	margin: 3px 0px;
}
form#contact p {
	clear: both;
	display: block;
}
form#contact label.error { 
	float: none;
	clear: right;
	color: red; 
	line-height:15px;
	padding-left: .5em; 
	vertical-align: top; 
}


form#contact input, form#contact textarea {
	float: left;
	margin: 3px 0px;
}
form#contact div#buttons {
	display: block;
	clear:both;
	text-align: left;
	padding-top: 10px;
}
form#contact input#submit {
	float: none;
	
}

div#thumbs a img{
	margin: 10px;
}