/* CSS Document */
 
div#wrapper {
top: 0;
left: 0;
border-top: 3px solid #d8d7a6;
border-left: 2px solid #d8d7a6;
border-right: 1.75px solid #d8d7a6; 
padding: 0px;
width: 520px;
height: 430px;
background-color: #ffffff;
}
 
div#leftpanel {
position: relative;
top: 0;
left: 0;
margin-top: 0px; margin-left: 0px; margin-bottom: 0px; margin-right: 0px;
padding-top: 0px; padding-right: 0px; padding-left: 2px;
width: 215px;
height: 320px;
background-image: url (images/leaf.gif); background-repeat: no repeat; background-position: top right;
font-family: Arial, Helvetica, sans-serif; font-size: 12px;  
}

.thumbs {
position: absolute;
top: 9px;
left: 2px;
}

.thumbsheader a {
color: #990000; font-weight: bold; text-decoration: none; font-size: 11.5px; }

.thumbsheader a:hover {
color: #990000; font-weight: bold; text-decoration: underline; }
 
.thumbsimage {
float: left;
width: 60px;
height: 51px;
margin-right: 5px;
background: transparent;
}

img {
border: 0;
}

.thumbstext {
font-size: 95%;
margin-bottom: 16px;
}

div#centerpanel {
position: absolute;
top: 5px;
margin-top: 5px; margin-left: 3px; margin-bottom: 3px; margin-right: 12px;
left: 225px;
padding: 5px;
}

#centerpaneldrop {
  
}

#mainimage {
position: absolute;
top: 50px;
width: 269px;
height: 230px;
}

.dropdowncss {
position: relative;
visibility: hidden;
top: -4px;
border: 1px solid black;
border-bottom-width: 0;
font-weight: normal; font-family: Arial, Helvetica, sans-serif; font-size: xx-small;
line-height: 18px;
z-index: 100;
background-color: aliceblue;
width: 180px;
}

.dropdowncss a{
color: #990000;
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid black;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
text-indent: 5px;
}

.dropdowncss a:hover{ /*hover background color*/
background-color: #d8d7a6;
color: #990000;
font-weight: bold;
}

.bottomlinks {
top: 312px;
float: left;
z-index: 100;
margin-top: 2px; margin-bottom: 1px; margin-left: 2px; margin-right: 2px;
padding-top: 3px; padding-bottom: 1px; padding-left: 2px;
height: 0px;
width: 154px;
background: transparent;
background-repeat: no-repeat; 
background-position: top right;
font-family: Arial, Helvetica, sans-serif; font-size: 11px; }

.linksheader {
font-size: 110%; font-weight: bold; text-align: center; margin-top: 7px; margin-bottom: -4px; 
color: #002800; 
}
 
ul {
list-style: none; margin: 0px; padding: 0px; line-height: 130%; text-align: center;
}

.bottomlinks a {
color: #990000; font-weight: bold; text-decoration: none; } a:visited {
color: #990000; font-weight: bold; text-decoration: none; } a:hover {
color: #990000; font-weight: bold; text-decoration: underline; } a:active {
color: #990000; font-weight: bold; text-decoration: none; }

div#horizontalpanel {
position: absolute;
top: 309px;
left: 0;
z-index: 0;
width: 520px;
margin-top: 0px; margin-left: 0px; margin-bottom: 0px; margin-right: 0px;
padding: 0px;
height: 120px;
background: url('images/horzfade16.gif'); 
background-repeat: repeat-y;
}


