@charset "UTF-8";
a {
	color: #b38809;
	text-decoration:none; }
	
a:hover {
	color: #ededed; } 
	
img {
	border:none;
}

dd {
	margin-left:1em; }
dl {
	margin-top:0; }
h3 {
	margin-bottom:0; }

input {
	border:none;
	border-left:1px solid #444444;
	border-top:1px solid #444444;
	background-color:#555555;
	font-size:11px;
	padding:2px;
}
button {
	font:10px Verdana, Arial, Helvetica, sans-serif;
	letter-spacing:1px;
	font-weight:bold;
	text-align:left;
	font-weight:900;
	border:1px solid #554e2a;
	height:18px;
	background-image:url(images/button_ridge.png);
	background-repeat:repeat-x;
}
select {
	font:11px Verdana, Arial, Helvetica, sans-serif;
	border:none;
	border-top:1px solid #aaa;
	border-left:1px solid #aaa;
	background-color:#ccc;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:18px;
	background: #191919;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #ededed;
	background-image: url(images/bkgd.gif);
	background-repeat: repeat-y;
	background-position: center;
}
table, tr, td {
	border:none;
	padding:0;
	margin:0;
}

#container { 
	width: 990px;
	background: black;
	margin: 0 auto; 
	text-align: left; 
	position:relative; }
	
#sidebar {
	width: 211px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: black; }

#header {
	height:22px;
	background-color:black; }
	
#whiteContainer {
	width: 990px;
	background: white;
	margin: 0 auto; 
	text-align: left; 
	position:relative; }	
	
#whiteContainer #sidebar {
	background-color:white; }	
	
#whiteContainer #header {
	background-color:white; }


.date {
	font-size: 10px; 
	color:#aaaaaa; 
}
.bottomnav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 14px;
	color: #b38809;
	text-decoration: none;
}
.copyright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 14px;
	color: #999999;
	text-decoration: none;
}
.phone {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #ffffff;
	text-decoration: none;
	font-weight:bold;
}
.copyrightLink {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 14px;
	color: #999999;
	text-decoration: underline;
}
a.copyrightLink:hover {
	color: #ededed;
}.footer {
	background-image: url(images/bottomnav_bkgd.png);
	background-repeat: no-repeat;
	background-position: right top;
}
#content {
	background-position:bottom left;
	background-repeat:no-repeat;
}
#content.white {
	background-color: white;
	color:#333333;
}
#content.white a {
	color:#b38809;
}
#content.white a:hover {
	color: #000000;
}
#content.white .date {
	color:#888888;
}
#content.white input {
	border-left:1px solid #aaaaaa;
	border-top:1px solid #aaaaaa;
	background-color:#cccccc;
}
#content.holiday {
	background-color:#660c01;
	color:#333333;
}
.sidetext  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:18px;
}
.lighttext  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:18px;
	color:#777;
}
.welcome  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:18px;
	color:#999999;
}
a.welcome  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:18px;
	color:#999999;
}

.subtopnav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-transform: uppercase;
	color: #b38809;
	text-decoration: none; }
	
#whiteContainer .subtopnav {
	background-color:white; }
		
.productsL1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-transform: uppercase;
	color: #b38809;
	text-decoration: none;
	letter-spacing: 1px;
}
.eventtitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
	text-transform: uppercase;
	color: #333333;
	text-decoration: none;
}
.eventreg {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999999;
	text-decoration: none;
}
.eventfull {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ff3333;
	text-decoration: none;
}
.eventdate {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
	color: #b38809;
	text-decoration: none;
}

.staffName {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #b38809; }

.required {
	color:#FF0000;
}
