/* CSS Document */

html {
	margin: 0;
	padding: 0;
	}

body {
	padding: 0;
	margin: 0;
	font: 75%/1.5  Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #555;
	background: #3f1214 url(./images/body_gradient.gif) top repeat-x;
	}

img {
	border: none;
	}

a {
	text-decoration: underline;
	color: #0f5f89;
	}

a:hover {
	text-decoration: underline;
	color: #769adc;
	}

#container {
	width: 825px;
	margin: 0 auto;
	background-color: #000;

	}

#header {
	border-top: 1px solid #000;
	width: 100%;
	position: relative;
	}

#header #logo {
	margin: 0;
	padding: 30px 0 0 11px;
	float: left;
	}

#header #logo a {
	overflow: hidden;
	display: block;
	background: url(./images/logo.gif) center no-repeat;
	text-indent: -9999px;
	width: 272px;
	height: 58px;
	}

#header ul {
	list-style: none;
	margin: 0;
	padding: 0;
	}

#header ul li {
	float: left;
	margin: 0;
	}

#header ul li a {
	text-decoration: none;
	}
#header ul li a:hover {
	text-decoration: underline;
	}

#main_nav {
	background-color: #000;
	position: absolute;
	top: 7.35em;
	right: 13px;
	font: .8em/1 "Times New Roman", Times, serif;
	text-transform: uppercase;
	}

#main_nav li {
	padding: 0 7px;
	}

#main_nav li a {
	color: #aaa;
	}

#main_nav li a:hover {
	color: #ddd;
	}

#main_nav li.u_r_here a {
	color: #de7300;
	}

#secondary_nav {
	position: absolute;
	top: 36px;
	right: 12px;
	padding: 0;
	color: #888;
	font-size: .9em;
	}

#secondary_nav li {
	padding: 0 8px;
	line-height: 1;
	}

#secondary_nav li.last {
	border-left: 1px solid #888;
	}

#secondary_nav li a {
	color: #888;
	}

#secondary_nav li a:hover {
	color: #ccc;
	}

#tertiary_nav {
	position: relative;
	width: 100%;
	margin-top: 8.6em;
	background: url(./images/winter_hours.jpg) bottom no-repeat;
	height: 200px;
	}

#tertiary_nav ul {
	position: absolute;
	top: 0;
	right: 0;
	text-transform: uppercase;
	letter-spacing: 0.04em;
	font: 1em/1 Georgia, "Times New Roman", Times, serif;
	padding: 15px 10px 0 0;
	margin: 0;
	}

#tertiary_nav ul li {
	list-style-image: none;
	float: none;
	clear: both;
	text-align: right;
	margin: 0 0 0 15px;
	}

#tertiary_nav ul li a {
	float: right;
	display: block;
	color: #644f43;
	background: url(./images/subnav_star.png) right no-repeat;
	background: url(./images/subnav_star.gif) right no-repeat;
	padding: .4em 18px .3em 0;
	}

#tertiary_nav ul li.u_r_here a {
	color: #9b4201;
	padding-top: 4px;
	font-size: 14px;
	font-weight: bold;
	background: url(/sup/css/images/subnav_star_green.gif) right no-repeat;
	}

#tertiary_nav img {
	width: 410px;
	height: 210px;
	display: block;
	position: absolute;
	right: 432px;
	top: -8px;
	}

#content {
	background-color: #fff;
	border-top: 1px solid #fff;
	clear: both;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 35px;
	}

.end {
	clear: both;
	line-height: .1;
	height: 1px;
	}

h1,h2,h3,h4 {
	margin: 0px;
	padding: 0px;
	line-height: 1.3em;
	}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #882f2b;
	font-size: 2em;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 1px;
	line-height: 1.3em;
	margin-bottom: 12px;
	margin-top: 12px;
	}

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.6em;
	color: #7b8c4a;
	background: url(/sup/css/images/header_star.gif) 0px .3em no-repeat;
	font-weight: lighter;
	padding-left: 30px;
	letter-spacing: 1px;
	line-height: 1.4em;
	padding-top: 8px;
	}

h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.3em;
	color: #b48329;
	line-height: 1.3em;
	font-weight: lighter;
	margin-top: 5px;
	}

p {
	margin: 0px 0px 1.5em 0px;
	padding: 0px;
	}

ul {
	list-style-image: url(/sup/css/images/bullet.gif);
	}

	ul li {
		margin-bottom: 8px;
	}
