@charset "utf-8";
/* CSS Document */

body {
background-color: #b8cb84;
padding: 0px;
margin: 0px;
font-family: 'Tahoma', sans-serif;
font-size: 13pt;
}

#page {
width: 800px;
margin-top: 15px;
margin-bottom: 15px;
margin-left: auto;
margin-right: auto;
background-color: #271a02;
border: solid 1px black;
}

#header {
height: 220px;
width: 100%
padding: 0px;
margin: 0px;
}

#menu {
height: 34px;
margin: 0px;
margin-top: -34px;
padding: 0px;
position: relative;
z-index: 45;
}

#menu ul, #submenu ul {
list-style-type: none;
margin: 0px;
padding: 0px;
}

#menu img, #submenu img {
border: none;
}

#menu li {
position: relative;
float: left;
margin: 0px;
margin-left: -22px;
height: 34px;
padding: 0px;
background-repeat:no-repeat;
}


li#home {
background-image: url('images/tabs/home-gold.gif');
z-index: 50;
margin-left: 2px;
}

#westhill {
background-image: url('images/tabs/westhill-gold.gif');
z-index: 45;
}

#events {
background-image: url('images/tabs/events-gold.gif');
z-index: 46;
}

#listing {
background-image: url('images/tabs/listing-gold.gif');
z-index: 47;
}

#about {
background-image: url('images/tabs/about-gold.gif');
z-index: 49;
}

#involved {
background-image: url('images/tabs/involved-gold.gif');
z-index: 48;
}

#submenu {
height: 34px;
width: 100%;
margin: 0px;
background-color: #271a02;
}

#submenu li {
float: left;
margin-left: 15px;
margin-right: 15px;
background-repeat: no-repeat;
}

#members {
background-image: url('images/tabs/members-gold.gif');
}

#members:hover {
background-image: url('images/tabs/members.gif');
}

#meetings {
background-image: url('images/tabs/meetings-gold.gif');
}

#meetings:hover {
background-image: url('images/tabs/meetings.gif');
}

#contact {
background-image: url('images/tabs/contact-gold.gif');
}

#contact:hover {
background-image: url('images/tabs/contact.gif');
}

#content {
background-color: #f8f0e3;
}

#sidebar {
width: 160px;
float: right;
font-size: 11pt;
padding-right: 10px;
}

#sidebar a {
font-weight: bold;
}

#sidebar img {
border: solid 4px #271a02;
}

#main {
background-color: #f8f0e3;
margin-right: 190px;
}

#container img {
float: left;
margin-right: 15px;
margin-bottom: 5px;
border: solid 4px #271a02;
}

#container {
padding: 15px;
}

#center {
margin-left: 275px;
}

#footer {
height: 26px;
background-color: #271a02;
text-align: right;
padding-top: 8px;
padding-right: 15px;
clear: both;
}

#footer a {
text-decoration: none;
font-weight: normal;
color: #a4792c;
margin: 15px;
}

#footer a:hover {
color: #f8f0e3;
}

h1 {
margin-top: 0px;
font-size: 26px;
}

h2 {
margin-top: 30px;
margin-bottom: -10px;
font-size: 20px;
color: #a4792c;
clear: left;
}

.subtitle {
margin-top: -15px;
}

a {
color: #577238;
}

a:hover {
color: #000000;
}


.clear {
clear: both;
height: 0px;
}