/* MAIN STYLESHEET */

html {
	scrollbar-face-color: #cccccc;
	scrollbar-arrow-color: white;
	scrollbar-highlight-color: white;
	scrollbar-shadow-color: #036ebe;
	scrollbar-3dlight-color: black;
}

/* Main Structure */
body {
	background-color: #fbfaec;
	margin-left:10%;
	margin: 0 0 0 0;
	font-family: Trebuchet MS, Verdana, Helvetica, sans-serif;
	color: #000000;
	font-size: 0.75em;
}

.wrapper {
	background-color: #ccccff;
	margin: 0 auto;
	text-align: left;
	vertical-align: middle;
	height: 100%;
}


p {
	font-size: 1em;
}

.side {
	font-size: 0.9em;
	text-align: center;
}

.side2 {
	font-size: 0.9em;
	text-align: center;
	color: #ffffff;
}

.footer {
	font-size: 0.8em;
}

.name {
	color: #ad9c67;
	text-align: center;
}

.event {
	font-size: 0.9em;
}

.center {
	text-align: center;
}

.right {
	text-align: right;
}

h1 {
	font-size: 1.2em;
	color: #af9f6e;
	text-align: left;
	margin-left:22px;
	font-weight: bold;
	font-family: Trebuchet MS, Verdana, Helvetica, sans-serif;
}

h2 {
	font-size: 1.1em;
	color: #af9f6e;
	text-align: left;
	font-weight: bold;
}

h2.center {
	text-align: center;
}


h2.sidebar {
	font-size: 1em;
	color: #7a6a39;
	font-weight: bold;
	text-align: center;
	margin-bottom: 0em;
}

h2.sidebar2 {
	font-size: 1em;
	color: #ad9c67;
	font-weight: bold;
	text-align: center;
	margin-bottom: 0em;
}

h3 {
	font-size: 0.9em;
	color: #b9a872;
	font-weight: bold;
	text-align: center;
}

hr {
	color: #b1a06d;
	width: 70%;
}

table.main {
	border-color: #988344;
	border-width: 1px 1px 1px 1px;
	border-style: solid;
	height:100%;
}

table.home {
	border-color: #dcd4b8;
	border-width: 1px 1px 1px 1px;
	border-style: solid;
}

li.event2 {
list-style-image: url(images/bullet2.gif);
list-style-type: square;
}

li.event {
list-style-image: url(images/bullet1.gif);
list-style-type: square;
 margin-left: 20px;
}

li {
list-style-image: url(images/bullet.gif);
list-style-type: square;
}


a {
	color: #7a6a39;
	text-decoration: underline;
	font-weight: bold;
}

a:hover {
	color: #000000;
	text-decoration: underline;
}

a.nav {
}

table.events {
	border: 1px solid #AF9F6E;
	margin-bottom: 25px;
}

table.events p {
	line-height: 18px;
}

fieldset.fform {
 	position: relative;
	float: left;
	clear: both;
	width: 95%;
	margin: 1em 2em 0.1em 0;
	padding: 5px 1em 1em 5px;
	border-style: none;
	border: 1px solid #AF9F6E;
    /*background-color: #F2EFE9;*/
}

fieldset.fform p.header {
 	font-size: 13px;
    font-weight: bold;
    letter-spacing: 1.5px;
    color: #AF9F6E;
    weight: bold;
}

fieldset.fform input {
 	border: 1px solid #AF9F6E;
}

fieldset.fform span.smallyear {
 	font-size: 11px;
    margin-top: 12em;
    padding-top: 10px;
}

fieldset.fform span.error {
 	color: red;
    font-weight: bold;
}

p.blurb {
 	line-height: 20px;
}

checkbox {
 	border: 0;
}

h1.friends {
 	margin: 0;
    padding: 0;
}

#awmAnchor-menu {  height:213px; }
#AWMEL0 {  margin-left:5px; margin-top:5px; }


.menu-wrap { background: url(images/FoodGallery-menu.jpg) top left no-repeat; width:80px; height:110px; float:left; text-align: center; color: #000000; font-size: 14px; padding:40px 10px 0px 10px; margin:10px 15px; }


form {
 	margin: 20px 0 0 0;
}


/* --- NEW MENU STYLES 09 2016 --- */
#main-menu{
	list-style-type: none;
	padding-left: 10px;
	position: relative;
}
.main-menu-item,.sub-menu-item{
	list-style-type: none;
	list-style-image: none;
	padding-bottom: 10px;
	position: relative;
}
.main-menu-item a, .sub-menu-item a{
	color: white;
	font-size: 14px;
	font-weight: lighter;
	text-decoration: none;
}
.main-menu-item a:hover, .sub-menu-item a:hover{
	text-decoration: underline;
}
.main-menu-item:hover .sub-menu{
	display: block;
}
.sub-menu{
	position: absolute;
	left: 95%;
	top: 0;
	background: black;
	padding: 10px;
	border: 1px solid #988344;
	width: 100%;
	z-index: 1;
	display: none;
}


