/* CSS Document */


body {
background-image: url(images/bodybg_01.jpg);
background-repeat: repeat-x;
background-position: top;
background-color: #000000;
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 14px;
line-height: 22px;
font-weight: bold;
color: #F3EEE6;
margin-top: 0px;
}

#container {
width: 800px;
margin-left: auto;
margin-right: auto;
background-color: #413A2D;
}

#banner {
background-image: url(images/bannerbg_02.jpg);
background-repeat: no-repeat;
height: 186px;
}

#content {
width: 521px;
padding: 0px 139px 10px 140px;
}

#footer {
clear: both;
height: 120px;
background-image: url(images/footerbg_11.gif);
background-repeat: no-repeat;
background-position: top;
background-color: #000000;
font-size: 11px;
line-height: 19px;
text-align: center;
padding-top: 40px;
}

#footer a:link, #footer a:visited {
color: #FFFFFF;
text-decoration: none;
}

#footer a:hover {
color: #FFFFFF;
text-decoration: underline;
}


/* -- HTML Tags  -- */

h1 {
font-size: 20px;
display: block;
height: 58px;
background-image: url(images/h1bg_09.gif);
background-repeat: no-repeat;
background-position: 50% 100%;
text-align: center;
}

h2 {
display: block;
background-color: #5E5544;
color: #E7DECF;
font-size: 16px;
font-weight: bold;
padding: 4px;
}

/* -- Navigation Bar -- */

div#navbar {
text-align: center;
padding: 3px;
width: 794px;
font-size: 14px;
font-weight: bold;
}

#navbar ul li a:link, #navbar ul li a:visited {
color: #FFFFFF;
text-decoration: none;
display: inline;
margin-left: 3px;
margin-right: 3px;
padding-top: 3px;
padding-left: 12px;
padding-bottom: 3px;
padding-right:12px; 
}

#navbar ul li a:hover {
text-decoration: underline;
}

#navbar ul li {
margin: 0px;
padding: 0px;
list-style-type: none;
display: inline;
}

#navbar ul {
margin: 0px;
padding: 0px;
}

/* -- Nav Drop Downs -- */

#dropmenudiv{
position:absolute;
margin-top: 5px;
border:1px solid #FFFFFF;
border-bottom-width: 0;
font-family: "Times New Roman", Times, serif;
font-size: 15px;
font-weight: bold;
line-height:18px;
z-index:100;
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 5px;
border-bottom: 1px solid #FFFFFF;
background-color: #5E5544;
padding: 3px 0;
text-decoration: none;
font-weight: bold;
color:#FFFFFF;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: #742716;
}

a:link, a:visited {
color: #FFFF99;
text-decoration: none;
}

a:hover {
text-decoration: underline;
}

/* -- Classes -- */

.contacttable {
font-size: 13px;
font-weight: 300;
}

.feature {
display: block;
background-color: #5E5544;
border: 1px solid white;
padding: 0px 18px;
font-size: 18px;
line-height: 24px;
}

.gold {
color: #FFFF66;
}
