/* CSS Document */
body
{

background-image:url(images/background.jpg);
/*dgren049.gif*/
}


.Header{
width:945px;
background-image: url(images/headerbg.jpg); width:1090px; height:260px;background-repeat:repeat;
position:relative;
margin-top:20px;
}

.logo
{
width:265px;
position: relative;
left:0px;
float:left;
}
.slide_show_class
{
position: absolute;
float:right;
left:320px; 
}

.chromestyle{
width: 100%;
font-weight: bold;
padding-top:6px;
text-align:center;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
text-align:center;
}

.chromestyle ul{
width: 100%;
height:25px;
background-color:#2D170C;
text-align:center;
/*
#5E2612----1
 /*THEME CHANGE HERE*/
padding: 6px 0 0 0;
margin: 0;
padding-left:0px;
padding-right:0px;
text-align: center; /*set value to "left", "center", or "right"*/

}

.chromestyle ul li{
font-family: Geneva, Arial, Helvetica, sans-serif;
font-size: 14px;
text-align:center;
display: inline;
padding: 6px 10px 0px;
}

.chromestyle ul li a{
color: #EEDC82;
margin: 0;
text-decoration: none;
text-align:center;
}

.chromestyle ul li a:hover, .chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
color: #ffffff;/*THEME CHANGE HERE*/
}
#slideshow {
    position:relative;
    height:350px;
}

#slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
}

#slideshow IMG.active {
    z-index:10;
    opacity:1.0;
}

#slideshow IMG.last-active {
    z-index:9;
}
.content_holder
{
background-image:url(images/torn-paper.gif);background-repeat:no-repeat;
padding-right:370px; padding-left:30px; padding-top:40px;
}
#scroll-pane {
	height: 100px; /* 368px;  */
	width: 100px; /* 610px; */
	padding: 10px 0 10px 10px;
	overflow: auto;
}

.block2
{
align:center;
display:block;width:620px; height:450px; overflow:scroll;
overflow:auto; 
scrollbar-base-color:#663300;

}

input.btn { 
	  color:#050; 
	  font: bold 84% 'trebuchet ms',helvetica,sans-serif; 
	  background-color:#fed; 
	  border: 1px solid; 
	  border-color:#663300; 

	} 
	.blockglass
{
color:#FFFFFF;
display:block;width:210px; height:435px; overflow:scroll;
overflow:auto; 
scrollbar-base-color:black;
}