﻿/* CSS layout */
body {
	margin: 0;
	padding: 0;
	background-color:black;
	background-image:url('bg-1.gif');background-repeat:repeat-x;
	font-family:Arial, Helvetica, sans-serif;
	font-size:100%;

}
#wrapper {
	 margin: 0 auto 0 auto;
	 width: 774px;
	 
}

#masthead {
width: 774px;
height:71px;
background-image:url('logo.png');background-repeat:no-repeat;


}

#top_nav {height: 21px;
font-family:Arial, Helvetica, sans-serif;
color: white;
text-align: center;
padding-top: 5px;
background-color:black;
}

#imagestrip {height: 150px;
width: 774px;
background-image: url('strip.jpg');
background-repeat:no-repeat;
float: left;
}

legend {font-size: 100%; font-weight: bold; background-color:#000000; margin-left: 20px; color: #FFFFFF; padding: 2px 10px 2px 10px; }

#container {
	width: 774px;
	background-color: #FFFFFF;
	padding-bottom: 20px;
	float: left;
}

#left_col {
	width: 170px;
	float: left;
}
ul {
	list-style-type: circle;
	margin-top: 0;
	margin-left: 0px;
}
ul#nav {
	border: 1px none #666666;
	list-style: none outside;
	margin: 0;
	padding: 0;
	background-color: #BBBBBB;
}
#nav li {
	border-bottom: 1px none #DEDABD;
	padding: 0;
}
a:link, a:visited {color: #000; text-decoration: none}
a:hover {text-decoration: underline}
#nav a {
	display: block;
	font-size: 14px;
	height: 20px;
	padding: 5px 0 0 10px;
	text-decoration: none;
	width: 160px;
	margin-left: 0px;
}
#nav a:hover {
	background: #CCCCCC url(menu_off.jpg) no-repeat;
	color: #FFF;
}
#active, a#active:hover {
	background-color: #CCC;
	cursor: auto;
	background-repeat: no-repeat;
	font-style:bold;
		background-image:url(menu_on.jpg);
	background-repeat: no-repeat;
}

#right_col {
	width: 160px;
	float: right;
}

ul#specials {
	border: 1px none #602100;
	list-style: none outside;
	margin: 0;
	padding: 0
}
#specials li {
	border: 1px solid #DEDABD;
	padding: 0;
width: 150px;
margin-bottom: 20px;
background-color:#CCC;
}

#specials a {
	display: block;
	font-size: 14px;
	height: auto;
	padding: 5px 2px 5px 2px;
	text-decoration: none;
	width: 146px;
    text-align: center;
	background-image: url(specials_off.jpg);
	background-repeat:repeat-y;
}
#specials a:hover {
	background: #AA9380;
	background-image: url(specials_on.jpg);
	background-repeat:repeat-y;
	color: #FF0000;
}


#page_content {
	margin-left: 185px;
	margin-right: 185px;
	min-height: 450px;

}
#page_content h1 {
	font-size: 100%;
	font-weight: bold;
	margin: 0px 0px 5px;
}
#page_content h2, h3, h4, h5, h6, h7 {font-size: 90%; font-weight: bold; margin:0; padding:0; }

#page_content p {
	font-size: 82%;
	line-height: 150%;
	margin:0 0 5px;
	padding:0;
}
#page_content li {
	font-size: 82%;
	line-height: 150%;
	margin:0 0 5px;
	padding:0;
}
.faq_answer {font-style:italic; border-bottom: 20px solid #FFF;}

#footer {
	clear: both;
	background-color: #FFF;
	font-size: 62%;
	text-align:center;
	border-top: 1px #000 solid;
	margin-top:4px;
	padding: 5px;
}
.clear {
	clear: both;
}
