
body {
	background-color: #663333;
	font-family: georgia, times new roman;
	font-size: 12px;
	font-weight: normal;
	color: #ffcc00;
	margin: 0px;
	}
	
strong {
	font-weight: bold;
	font-style: normal;
	}
	
small {
	font-size: 11px;
	}
	
	
#wrapper {
	width: 980px;
	height: 640px;
	position: absolute;
	background-image: url(../images/general_background.gif);
	background-repeat: no-repeat;
	background-position: left;
	visibility: visible;
	}
	
#nav {
	position: absolute;
	top: 145px;
	left: 128px;
	}
	
	
#newsletter {
	position: absolute;
	top: 85px;
	left: 500px;
	height: 90px;
	width: 346px;
	}
	
#pagetitle {
	position: absolute;
	top: 150px;
	left: 204px;
	width: 723px;
	border-bottom: 1px solid #ffcc00;
	}
	
#content {
	position: absolute;
	top: 195px;
	left: 250px;
	width: 660px;
	height: 385px;
	font-family: Trebuchet MS, Verdana;
	}
	
#hours {
	position: absolute;
	top: 455px;
	left: 106px;
	width: 123px;
	}
	
#footer {
	position: absolute;
	top: 610px;
	left: 140px;
	}


.menu a {
	font-size: 13px;
	line-height: 33px;
	}
	
	
.dark1 a {
	color: #000000;
	text-decoration:none;
	letter-spacing: 1px;
	padding-left: 3px;
	padding-right: 3px;
	}
	
.dark1 a:hover {
	color: #000000;
	text-decoration:none;
	border-left: 1px dotted;
	border-right: 1px dotted;
	margin-left: -1px;
	}
	
.light a {
	color: #ffcc00;
	text-decoration: none;
	letter-spacing: 1px;
	padding-left: 3px;
	padding-right: 3px;
	}
	
.light a:hover {
	color: #ffcc00;
	text-decoration: none;
	border-left: 1px dotted;
	border-right: 1px dotted;
	margin-left: -1px;	
	}
	
.small_line {
	line-height: 10px;
	}
	
.fieldstyle {
	background-color: #512828;
	border: 1px solid #ffcc00;
	padding: 3px;
	font-size: 11px;
	color: #884444;
	font-family: Georgia, "Times New Roman", Times, serif;
	}
	
.submit_button {
	background-color: #333;
	font-size: 11px;
	border: 1px solid #666;
	color: #ccc;
	padding-bottom: 1px;
	margin-top: 3px;
	font-family: Georgia, "Times New Roman", Times, serif;
	}
	
.pagetitle {
	margin-left: 35px;
	font-size: 25px;
	}
	
.news {
	background: #363636;
	border: 1px dotted #666;
	margin: 0 15px 10px 5px;
	padding: 5px;
	}	
	
.title {
	font-size: 14px;
	font-weight: bold;
	}
	
.story {
	color: #7e7e7e;
	}	
	
.footer {
	font-size: 10px;
	}
	
.footer a {
	color: #ffcc00;
	text-decoration: none;
	}
	
.footer a:hover {
	color: #000055;
		}
		
.newsletterbutton {
	position: absolute; 
	top: 3px; 
	left: 10px;
	}
	
.newsletterbutton a {
	color:#ffcc00;
	text-decoration: none;
	}
	
.slideshow_links a {
	color: #ffcc00;
	text-decoration: none;
	font-size: 10px;
	}
	
.normal_type {
	font-size: 12px;
	line-height: 17px;
	}	
	
.normal_type a {
	color: #336699;
	text-decoration: none;
	font-weight: bold;
	font-size: 13px;
	}
	
.normal_type a:hover {
	color: #cc0000;
	}
	
.menu_text {
	font-style:normal;
	color: #663333;
	}
	
.menu_text strong {
	color: #ffcc00;
	font-style:italic;
	font-size: 14px;
	font-family: Georgia, "Times New Roman", Times, serif;
	}

.menu_text p {
	margin-left: 15px;
	}
	
.menu_text strong p {
	margin-left: 0px;
	}
	
.menu_text pre {
	font-family: trebuchet ms, verdana;
	white-space: pre-wrap;
	}
	
.hours {
	color: #ffcc00;
	font-family: trebuchet MS, verdana;
	font-size: 11px;
	margin-left: 10px;
	text-align: center;
	}
	
.hours a {
	color: #ffcc00;
	}
	
.newsletter_table {
	padding: 3px;
	border: 1px solid #333;
	width: 366px;
	}	
	
html>body .newsletter_table {
	padding: 3px;
	border: 1px solid #333;
	background: url(../images/fork.gif) #222222;
	background-position: top right;
	background-repeat: no-repeat;
	width: 356px;
	}
	
		
###################### Slide Effect
###################################


.dhtmlgoodies_question{	
	margin-bottom:2px;
	margin-top:2px;
	padding-left:2px;
	width: 100%;
	height:25px;
	overflow:hidden;
	cursor:pointer;
	z-index: 3;
}

.dhtmlgoodies_answer{
	border:1px solid #ffcc00;
	border-top: 0px;
	background-color:#000;
	width:100%;
	visibility:hidden;
	height:0px;
	overflow:hidden;
	position:relative;
	left: 2px;
	top: 1px;
	z-index: 4;
}

.dhtmlgoodies_answer_content{
	padding:1px;
	position:relative;
}

###################################
###################################

