@charset "utf-8";
/* CSS Document */

body,td,th {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #ffffff;
}

body {
	background-color: #2a1010;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #ffffff;
	font-weight:bold;
	border-bottom:#e3312f solid 2px;
	display:block;
	margin:0;
	padding:0;	
}

input{
	font-family:Verdana,Geneva,Arial,Helvetica,sans-serif;
	font-size:10px; border:1px solid #999999;
}

form{
	margin:0px;
	padding:0px;
}

.bold{font-weight:bold;}

a:link {
	color: #ffffff;
	text-decoration:none;
}

a:visited {
	color: #ffffff;
	text-decoration:none;
}

a:hover {
	color: #e3312f;
	text-decoration: underline;
}

a:active {
	color: #ffffff;
	text-decoration:none;
}

a.large:link {
	text-transform:uppercase;
	font-size:15px;
	text-decoration:none;
	color: #ffffff;
}

a.large:visited {
	color: #ffffff;
	text-decoration:none;
}

a.large:hover {
	color: #2a1010;
	background-color:#ffffff;
}

a.large:active {
	color: #ffffff;
}

img.menuimg {
	margin-left:7px;
}

#mlDialog{
	position:relative;
	width:375px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

#buzzmenu{
	height: 100%;
	width: 100%;
	padding-left: 120px;
}

#frontPagetext{
	float: left;
	padding: 10px;
}

#frontPageHighlight{
	border: 2px groove #000000;
	float: right;
	padding: 10px;
	margin-left:20px;
	width:250px;
	background-color: #660000;
}

#frontPageHighlight span.hours
{
	font-size: 16px;
	font-weight:bold;
	color: #ffffff;
	text-align: center;
}

/*****************/
/* Featured */
/*****************/
#featured{
	list-style:none;
	border: 2px solid #ffffff;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: .6em;
	margin-left: 0;
	background-image: url(images/news_back.gif);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #1d0b0b;
	width:460px;
	padding-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	overflow: auto;
}

#featured h2{
	color: #FFFFFF;
	padding-bottom: 0.2em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FF0000;
	margin-bottom: 0.4em;
	margin-top: 10px;
	margin-right: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
}

#featured p.caption{
	font-size: 12px;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

.featured_title{
	font-size: 14px;
}

.featured_pic img{
	padding-top:10px;
	padding-left:21px;
	vertical-align: middle;
}

.featured_pic{
	text-align: center;
	padding-right:20px;
	margin-right:15px;
	float:left;
	background-image: url(images/woodback.gif);
	background-repeat: repeat;
	border: thick groove #8B796D;
}

.featured_stats_copy{
	width:240px;
	height:100px;
	background-color: #666666;
}

.featured_copy{
margin-top:20px;
	float:right;
	width:450px;
}

#featured_stats{
	margin-top:10px;
	width:450px;
}

.featured_details{
	width:450px;
	font-size: 12px;
	text-align: justify;
}
/*****************/
/*****************/
/*****************/
/* News */
/*****************/
.news{
	width:475px;
	font-size: 12px;
	margin-left:25px;
	overflow: auto;
}

.content_td .news{
	padding:0 0 0 0;
}

.news h2{
	color: #FFFFFF;
	padding-bottom: 0.2em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FF0000;
	margin-bottom: 0.4em;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
}

.news h3{
	font-size:130%;
}

.news p.copy{
	margin-right:10px;
}


.news h3 a:link, .news h3 a:visited{
	color: #245185;
}

.news li{
	padding-left: 10px;
	list-style:none;
	border: 2px solid #ffffff;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: .6em;
	margin-left: 0;
	background-image: url(images/news_back.gif);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #1d0b0b;
}

.news ul.features{
	margin:0;
	padding: 0;
	list-style:none;
}
/*****************/
/*****************/
.nihilo .dijitButtonNode {
	width:200px;
	height:60px;
	border:none;
}

#contactFormButton {
	background-image: url(images/contact_off.png);
	width:200px;
	height:60px;
	border:none;
}

#contactFormButton:hover {
	background-image: url(images/contact_on.png);
	width:200px;
	height:60px;
	border:none;
}

#mailListButton {
	background-image: url(images/maillist_off.png);
	width:200px;
	height:60px;
	border:none;
}

#mailListButton:hover {
	background-image: url(images/maillist_on.png);
	width:200px;
	height:60px;
	border:none;
}

.nihilo .dijitButtonNode button { 
	border: 0px; 
}

.dijiButtons{width:375px;}

#contactForm{
	width:375px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

#contactForm_underlay {
	background-color:green;
}

#mlDialog_underlay {
	background-color:red;
}

#main {
	margin: 0;
	padding:0 0 10px 0;
	background-image:url(images/background.jpg);
	background-repeat:no-repeat;
	background-position: center top;
	background-attachment:fixed;
}

#menu {
	width:696px;
	height:96px;
	margin: 0 auto;
	padding:0 0 32px 0;
}

#header {
	width:696px;
	margin: 0 auto;
	padding: 0;
	text-align:right;
}

#content {
	width:696px;
	margin: 0 auto;
	padding: 0;
	text-align:left;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
}

#footer {
	width: 100%;
	height: 80px;
	border-top:#CC0000 solid 3px;
	background-color: #2a1010;
	text-align:center;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	margin: 0 auto;
	padding-top: 15px;
	vertical-align:top;
}

 p.logo {
	font-family:Arial, Helvetica, sans-serif;
	font-size:34px;
	font-weight:normal;
	text-transform:uppercase;
	letter-spacing: 12px;
	display:block;
	margin: 0 -12px 0 0;
	padding: 16px 0 0 0;
}

p.logo2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	text-transform:uppercase;
	letter-spacing: 5px;
	display:block;
	margin: 0 -5px 12px 0;
}

p.emaillist {
	font-family:Arial, Helvetica, sans-serif;
	margin: 0 0 25px 0;
	padding: 0;
}

.content_td{
	padding:0 0 0 10px;
}
.content_text{
	margin-top:0;
	padding-right: 30px;
}

TABLE.cobtbl{
background-color: #FF0000;
} 

TD.cobhl{
background-color: #330000;
}

TD.cobll{
background-color: #660000;
color : #FFFFFF;
}

hr {
color : #e3312f;
height : 2px;
border: 0;
background-color: #e3312f; 
}

P.pagenums {
font-size: 16px;
}

span.currpage {
font-size: 16px;
font-weight: bold;
display:inline;
padding: 3px;
color:#2a1010;
background-color: #FFFFFF;
}

span.price {
font-size: 16px;
font-weight: bold;
}

.buttonThree{}

.awardsubtitle{
	font-style: italic;
	font-size: 1.0em;
}

.award_image{
	float:right;
}

a.morelink{
	color: #FFFF00;
}

a.morelink:hover{
	color: #FF0000;
}
