/*css file*/
body{
margin: 0;
padding: 0;
background-color: #aca178;
background-image: url(index_img/background.gif);
font-family: Verdana, Monaco;
color: #6e674c;
font-size: .8em;
}

#container{
width: 850px;
height: 625px;
margin: auto;
margin-top: 13px;
padding: 9px;
background-color: #FEF7E2;
}


#bodycontent{
width: 850px;
height: 625px;
background-color: #FEF7E2;
}

#subpagecontent{
width: 838px;
background-color: #FEF7E2;
padding-left: 15px;
padding-right: 15px;
margin-left: -9px;
float: left;
}

#footer {
clear: both;
width: 868px;
min-height: 20px;
margin-left: -9px;
background-color: #FEF7E2;
}

#mainfooter {
position: absolute;
width: 850px;
min-height: 20px;
margin-top: 615px;
padding-bottom: 15px;
}

#mainfooter a {
color: #6e674c;
}

#legalese {
height: 10px;
font-size: 10px;
padding-top: 5px;
margin-left: -6px;
margin-bottom: 15px;
color: #aca178;
}

#logo{
width: 445px;
height: 190px;
position: absolute;
background-image: url(index_img/logo.jpg);
}

#subpagenav{
width: 850px;
height: 190px;
background-image: url(index_img/subpagenav.jpg);
}

#eaglerock{
width: 39px;
height: 42px;
position: absolute;
margin-top: 379px;
margin-left: 804px;
background-image: url(index_img/eaglerock.gif);
}

a:link {
color: #a64236;
text-decoration: none;

}

a:hover {
text-decoration: underline;
}

a:visited {
color: #a64236;
text-decoration: none;
}

#links ul {
margin-left: 0; padding-left: 40px;
}

#links{
width: 195px;
height: 365px;
position: absolute;
margin-left: 655px;
background-image: url(index_img/upperrightpanel.jpg);
}


#eventsoverlay{
width: 200px;
height: 190px;
position: absolute;
margin-left: 450px;
z-index: 2;
display: none;
}

#events{
width: 200px;
height: 190px;
position: absolute;
margin-left: 450px;
}

#slideshow {
position: relative; width: 200px; height: 190px;
}

#slideshow div {
position: absolute;
width: 200px;
height: 190px;
position: absolute;
}

#store{
width: 250px;
height: 420px;
position: absolute;
margin-top: 195px;
background-image: url(index_img/store.jpg);
}

#gallery{
width: 395px;
height: 170px;
position: absolute;
margin-top: 195px;
margin-left: 255px;
background-image: url(index_img/gallery.jpg);
}

#news{
width: 595px;
height: 245px;
position: absolute;
margin-top: 370px;
margin-left: 255px;
background-image: url(index_img/bottomrightpanel.jpg);
overflow: hidden;
}

#news ul {
margin-left: 0; padding-left: 40px;
}

#news li{
margin-bottom: 2px;
}

#news ul{
margin-top: 70px;
list-style: none;
margin-left: -25px;
}

#links ul {
margin-top: 55px;
margin-left: -27px;
list-style: none;
line-height: 15px;
}

#links li {
margin-top: 5px;
}

#subpagecontent p{
margin-bottom: 9px;
}

#subpagestore{
width: 252px;
height: 47px;
position: absolute;
margin-top: 21px;
margin-left: 595px;
}

#subpagegallery{
width: 252px;
height: 47px;
position: absolute;
margin-top: 68px;
margin-left: 595px;
}

#subpagenews{
width: 252px;
height: 47px;
position: absolute;
margin-top: 115px;
margin-left: 595px;
}

#subpagelogo{
width: 589px;
height: 188px;
position: absolute;
margin-top: 2px;
margin-left: 3px;
}

.labelfield{ /*CSS for label field in general*/
color: brown;
font-size: 90%;
}

.datefield{ /*CSS for date field in general*/
color:gray;
font-size: 90%;
}


