/* CSS Document */

* {
	margin: 0px;
	padding: 0px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
body {
	background-color: #ffffff; 
	background-repeat: repeat;
	margin: 0px;
	padding: 0px;
	font-size: 62.5%;
	color: #6e5300;
}

#page-container {
	background-color:#FFFFFF;
	border: solid 3px #6e5300;
	width: 780px;	
	margin: auto;
	margin-top: 2em;
	}
img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
/* header area definitions */
#header-area {
	background-color: #FFFFFF;
	position: relative;
	height: auto;
	width: 780px;
	margin: auto;
	padding: 0px;
	overflow: hidden;
	background-image: url(../images/header-decor.gif);
	background-repeat: no-repeat;
	background-position:bottom;
}
#header-area img {
	padding-top: .5em;
}
#header-area h1 {
	font-size: 1.1em;
	color: #6e5300;
	text-align:center;
	}
#header-area h2 {
	font-size: 1em;
	color: #F58466;
	text-align:center;
	padding-bottom: .2em;
	}
#header-area h3 {
	font-size: 2.5em;
	color: #F58466;
	text-align: center;
	padding: .8em;
	}
#logo-area {
	width: 30%;
	padding: 5px;
	text-align:center;
}

#alt-menu-area {
	position: absolute;
	left: 55%;
	top: 9%;
}

#alt-menu-area a {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 1em;
	text-transform: uppercase;
	color: #6E5300;
	text-decoration: none;
	padding-left: .8em;
	padding-right: .8em;
}
#alt-menu-area a:hover {
	text-decoration: underline;
	color: #F58466;
}
#alt-menu-area a.selected {
	color: #F58466;
	text-decoration: underline;
}
#menu-area {
	font-size: 1.2em;
	}
#menu-area ul li {
	display: inline;
	}

#menu-area-toptier {
	background-color:#6E5300;
	color: #FFFFFF;
	height: 2.2em;
	text-align: center;
	font-size:1.1em;
	}
	
/* toptier menu defs */
#menu-area-toptier .toptier{
	list-style-type: none;
	margin: 0px 0px;
	padding-top: 5px;
	width: auto;
}
#menu-area-toptier .toptier li a{
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	width: auto;
	padding: 0px 0;
	padding-left: 20px;
	padding-right: 5px; /* was 10px */
	text-decoration: none;
}
 * html #menu-area-toptier .toptier li a{ /*IE only. Actual menu width minus left padding of LINK (20px) */
	width: 100px;
}
#menu-area-toptier .toptier li a:visited, .toptier li a:active{
	color: #F58466;
}
#menu-area-toptier .toptier li a:hover{
	color: #FFFFFF;
	background-image: url(../images/top-menu-icon.gif); 
	background-repeat: no-repeat;
}
#menu-area-toptier .toptier li a.selected{
	color: #FFFFFF;
	background-image: url(../images/second-menu-icon.gif); 
	background-repeat: no-repeat;
}
#menu-area-toptier .toptier li a.selected:visited{
	color: #FFFFFF;
	background-image: url(../images/second-menu-icon.gif); 
	background-repeat: no-repeat;
}
/* end of toptier menu defs */

/* secocndtier menu defs */	
#menu-area-secondtier{
	background-color: #F58466;
	color: #FFFFFF;
	height: 2em;
	text-align: center;
	font-size:1.1em;
}
#menu-area-secondtier .secondtier{
	list-style-type: none;
	margin: 0px 0px;
	padding-top: 5px;
	width: auto;
}
#menu-area-secondtier .secondtier li a{
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #6E5300;
	width: auto;
	padding: 0px 0;
	padding-left: 20px;
	padding-right: 10px;
	text-decoration: none;
}
 * html #menu-area-secondtier .secondtier li a{ /*IE only. Actual menu width minus left padding of LINK (20px) */
	width: 100px;
}
#menu-area-secondtier .secondtier li a:visited, .secondier li a:active{
	color: #6E5300;
}
#menu-area-secondtier .secondtier li a:hover{
	color: #FFFFFF;
	background-image: url(../images/second-menu-icon.gif); 
	background-repeat: no-repeat;
}
#menu-area-secondtier .secondtier li a.selected{
	color: #FFFFFF;
	background-image: url(../images/second-menu-icon.gif); 
	background-repeat: no-repeat;
}
#menu-area-secondtier .secondtier li a.selected:visited{
	color: #FFFFFF;
	background-image: url(../images/second-menu-icon.gif); 
	background-repeat: no-repeat;
}
/* end of secondtier menu defs */
	
#frame {
	
	width: 780px;
	background-color:#ffffff;
	font-size: 1.3em;
	overflow:hidden;
	padding-top: 0px;
}
#enclose {
	float: left;
	width: 570px;
	height:auto;
}
#main-content-header {
	text-align:center;
}
#main-content-header h1{
	font-size: 2em;
	color: #6e5300;
	text-align: center;
	padding-top: 20px;
}
#main-content-header img{
	padding-bottom: .2em
	}
#main-content-header a {
	color: #F58466;
	text-decoration:underline;
	}
#main-content-header a:hover {
	color: #000099;
	text-decoration:underline;
	}
/* when an image is in the left content block */
#main-content-left-img{
	float: left;
	width: 185px;
	padding-left: 15px;
}
 #main-content-left-img img {
	padding-bottom: 15px;
	} 
/* when an menu is in the left content block */
#main-content-left-menu{
	float: left;
	width: 185px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 5px;
	padding-left: 10px;
}
#main-content-left-menu img{
	margin: 0px;
	padding-left: 4px;
	}
#main-content-left-menu h1{
	color: #6E5300;
	font-size: 1.2em;
	font-weight: bold;
	margin: 0px;
	padding-left: 8px;
}
#main-content-left-menu h2{
	color: #F58466;
	font-size: 1.2em;
	font-weight: bold;
	font-style:italic;
	text-align: center;
}
#main-content-center{
	float: right;
	width: 355px;
	text-align:justify;
	padding: 5px;
	height: auto;
}
#main-content-center h1{
	font-size: 2em;
	color: #6e5300;
	text-align: center;
}
#main-content-center h2{
	font-size: 1.4em;
	color: #F58466;
	text-align: left;
}
#main-content-center h3{
	font-style:italic;
	font-size: 1.1em;
	color: #F58466;
	text-align: left;
}

#main-content-center p {
	padding-bottom: 1em;
	font-size: 1em;
	}
#main-content-center ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	font-weight: bold;
	}
#main-content-center li {
	background-image: url(../images/bullet.gif);
	background-position:0 0.3em;
	background-repeat:no-repeat;
	padding:0 0 0 25px;
	font-weight: normal;
}
#main-content-center a {
	color: #F58466;
	text-decoration: underline;
	}
#main-content-center a:hover {
	color: #000099;
	text-decoration: underline;
	}
/* when an image is in the right content block */
#main-content-right-img{
	float: right;
	width: 185px;
	padding-right: 7px;
	
}
/*#main-content-right-img img {
	padding-top: 5px;
	padding-bottom: 20px;
	padding-left: 5px;
	padding-right: 10px;
	}*/
#main-content-right-img ul{
	font-weight:bold;
	margin-left: 1.5em;
	line-height:1.5em;
	padding: .3em;
	}
#main-content-right-img li{
	font-weight:normal;
	}
/* when a menu is in the right content block */
#main-content-right-menu{
	float: right;
	width: 185px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 5px;
	padding-left: 10px;
}
#main-content-right-menu img{
	margin: 0px;
	}
#main-content-right-menu h1, #main-content-right-text h1{
	color: #6E5300;
	font-size: 1.2em;
	font-weight: bold;
	margin: 0px;
}
#main-content-right-menu h2{
	color: #F58466;
	font-size: 1.2em;
	font-weight: bold;
	font-style:italic;
	text-align: left;
}
#main-content-right-menu h3{
	color: #F58466;
	font-size: 1em;
	font-weight: bold;
	font-style:italic;
	text-align: left;
	padding-bottom: 1em;
}
#main-content-right-menu h4, #main-content-right-img h4, #main-content-left-img h4, #main-content-left-menu h4{
	color: #F58466;
	font-size: 1.1em;
	font-weight: bold;
	font-style:italic;
	text-align: left;
	padding-bottom: 1em;
}
#main-content-right-text {
	float: right;
	width: 185px;
	padding-top: .5em;
	padding-bottom: 5px;
	padding-right: 5px;
	padding-left: 10px;
	font-size: .9em;
	}
	
#main-content-right-text ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	font-weight: bold;
	}
#main-content-right-text li {
	background-image: url(../images/bullet.gif);
	background-position:0 0.3em;
	background-repeat:no-repeat;
	padding:0 0 0 25px;
	font-weight: normal;
}
#main-content-right-text a{
	color: #F58466;
	text-decoration:underline;
	}
#main-content-right-text a:hover{
	color: #000099;
	text-decoration:underline;
	}
#main-content-right-text p{
	padding-bottom: 1em;
	padding-right: 1em;
	}
	/* right menu home page */
.markermenu{
	list-style-type: none;
	margin: 5px 0px;
	padding: 0;
	width: 170px;
}

.markermenu li a{
	font-weight: bold;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #6E5300;
	display: block;
	width: auto;
	padding: 3px 3px;
	padding-left: 20px;
	text-decoration: none;
	font-size: .9em;
}
* html .markermenu li a{ /*IE only. Actual menu width minus left padding of LINK (20px) */
	width: 150px;
	color: #6E5300;
}
.markermenu li a:visited, .markermenu li a:active{
	color: #6E5300;
}
.markermenu li a:hover, .markermenu li a.selected{
	color: #F58466;
	background-color: #ffffff;
	background-image: url(../images/bird.gif); 
	background-repeat: no-repeat;
}

 .speciallink a {
	color: #6e5300;
	text-decoration: none;
	}
 .speciallink a:hover{
	color: #F58466;
	text-decoration: underline;
	}
/* end of menu home page defs */
.staff-table {
	text-align: left;
	}
.staff-table p {
	padding-bottom:1em;
	}
.alcohol-table {
	text-align: left;
	}
.alcohol-table ol {
	list-style:decimal;
	padding-left: 1em;
}
.alcohol-table li{
	padding-bottom:1em;
	margin-left: 2em;
	}

#footer-decor {
	background-image:url(../images/footer-decor.gif);
	background-repeat:repeat-x;
	height:40px;
	}
#footer-address {
	height: 20px;
	text-align:center;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size:1em;
	}