/* CSS Document */
body{
/*background-color:#DCE8BA;*/
text-align:center;
background-image:url(../images/bg1.gif);
}
#wrapper
{
position:relative;
background-color:Transparent;
width:760px;
text-align:left;
}
a
{
        color:Maroon;
        text-decoration:none;       
}
#header
{
height: 100px;
width:760px;
}
#headercenter a
{
    color:white;
    text-decoration:none;
}
#headercenter
{
width:760px;
height:10px;
}
#headerfoot
{
width:760px;
min-height:14px;
height:14px;
background-color:Transparent;
margin-bottom:0px;
}
#headerfoot a,#headerfoot a:visited
{
    color:Blue;
    text-decoration:none;
}
#headerfoot a:hover, #headerfoot a:active
{
     color:white;
     text-decoration:underline;
}
#centerwraper
{
width:760px;
}
#centerwraper .l
{
float:left;
width:149px;
}
#centerwraper .r
{
float:right;
width:580px;
}

#lnav
{
float:left;
background-color:Transparent;
background:url(../images/Backgd1.jpg) 50% 50% no-repeat;
height:600px;
width:149px;
}

#lnav a, #lnav a:visited
{
    color:white;
    text-decoration:none;
    
}
#lnav a:hover, #lnav a:active
{
     color:red;
     text-decoration:underline;
}

#lnav td
{
width: 114.05pt;
border-width : 1px;
border-color:#999999;
}

#content
{
float:left;
text-align:justify;
background-color:#DCE8BA;
height:600px;
width:482px;
margin-left:0px;
border-style:solid;
border-width:2px;
border-color:Black;
}
#content a, #content a:visited
{
    color:Navy ;
    text-decoration:none;
}
#content a:hover,#content  a:active
{
     color:Red;
     text-decoration:underline;
}
#content p
{
    padding-top:0px;
    padding-bottom:0px;
}
#rnav
{
float:right;
background-color:Transparent;
background:url(../images/Backgd1.jpg) 50% 50% no-repeat;
height:600px;
width:97px;
margin-top:0px;
font-size: 10pt;
}
#rnav ul
{
float:left;
display:inline;
margin-left:4px;
list-style-type:none;
}

#rnav ul li
{
background:url(../images/bullet1.jpg) 0px 2px no-repeat;
font-size:10pt;
}

#rnav a, #rnav a:visited
{
    color:white;
    text-decoration:none;
}
#rnav a:hover, #rnav a:active
{
     color:red;
     text-decoration:underline;
}

#footer
{
float:left;
height:20px;
width:760px;
background-color:Transparent;
text-align:center;
}

#footer a {
	color:Yellow;
	text-decoration:none
}

#footer a:hover {
	color:Blue;
	text-decoration:underline;
}

#ext
{
    text-align:center;
    background:url(../images/forest1.jpg) 50% 50% no-repeat;
    width:760px;
}
#ext a, #ext a:visited
{
    color:Lime;
    text-decoration:none;
    font-size:large; 
}
#ext a:hover, #ext a:active
{
     color:blue;
     text-decoration:underline;
}
#myTicker
{
   font-weight:bold;
}

#dropmenudiv{
position:absolute;
border:1px solid black;
border-bottom-width: 0;
font:normal 14px Verdana;
line-height:17px;
z-index:100;
}

#dropmenudiv a{
width: 100%;
background: transparent url(../images/green4.jpg) center center repeat-x;
display: block;
text-indent: 3px;
border-bottom: 2px solid white;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
color:Yellow;
}

#dropmenudiv a:hover{ /*hover background color*/
background: transparent url(../images/orange.jpg) center center repeat-x;
color:White;
}
.solidblockmenu{
margin: 0;
padding: 0;
float: left;
font: bold 13.5px Times New Roman;
width: 100%;
border: 1px solid #625e00;
border-width: 1px 0;
background: transparent url(../images/green4.jpg) center center repeat-x;
}

.solidblockmenu li{
display: inline;
}

.solidblockmenu li a{
float: left;
color: white;
padding: 9px 11px;
text-decoration: none;
border-right: 1px solid white;
}

.solidblockmenu li a:visited{
color: white;
}

.solidblockmenu li a:hover, .solidblockmenu li .current{
color: white;
background: transparent url(../images/green4.jpg) center center repeat-x;
}
.solidblockmenu .current a,.solidblockmenu .current span{ /*currently selected tab*/
background:transparent url(../images/green4.jpg) center center repeat-x;
}
.solidblockmenu .current1 a:hover
{
 background:transparent url(../images/orange.jpg) center center repeat-x;   
}

.gallerycontainer{
position: relative;
/*Add a height attribute and set to largest image's height to prevent overlaying*/
}

.thumbnail img{
border: 1px solid white;
margin: 0 5px 5px 0;
}

.thumbnail:hover{
background-color: transparent;
}

.thumbnail:hover img{
border: 1px solid blue;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color:#ffffcc;
padding: 5px;
left: -1000px;
border: 1px gray;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image*/
visibility: visible;
top: 0;
left: 230px; /*position where enlarged image should offset horizontally */
z-index: 50;
}
.cssbutton{
background-color: #32cd32;
border: 2px #d1ec4c outset;
padding: 1px 4px;
color:White;
text-decoration: none;
font: bold 90% "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
}

.cssbutton:visited{
color:White;
}

.cssbutton:hover{
border-style: inset;
background-color: #90ee90;
padding: 2px 3px 0 5px; 
}

.cssbutton:active{
color:White;
}