/* CSS Document */

html {
	height: 100%;
}
body {
height: 100%;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, Sans Serif;
	line-height: 120%;
	font-size: 11px;
	color: #333333;
	background: #EDECEA url(images/mainbg_tile.jpg);
	

}
.banner{
padding-top: 11px;
}
.header{
width:990px;
height:125px;
	background-image:url(images/headerday2.jpg);
	background-repeat: no-repeat;
}
.header2{
width:990px;
height:125px;
	background-image:url(images/headersunset.jpg);
	background-repeat: no-repeat;
}

.headerbar{
	height: 8px;
	background-image: url(images/underheader_bar.gif);
}

.footer{
	height: 12px;
	background: #892505;
}

.rightline{
	width:4;
	background-image: url(images/right_bar.gif);
}

.leftline{
	width:4;
	background-image: url(images/left_bar.gif);
}

.mainmenu{
	width:163;
	background: #D98423;
}

.sidenews{
background: #D6B58E;
}

.sidenewstext{
padding: 5px;
}

.titlearea{
	height: 33px;
	background: #FFFFFF;
}
.titlebar{
	height: 7px;
	background: #FFFFFF;
}
.contentarea{
	background: #FFFFFF;
		padding: 10px;
			font-size: 12px;
}
.bustable{
 padding: 5px;
 border-top: 1px solid #D98423;
 border-bottom: 1px solid #D98423;
  border-left: 1px solid #D98423;
 border-right: 1px solid #D98423;
 
}
#slideshow {
  width: 345px;
  height: 300px;
}

#sliderimage {
    position:relative;
    height:61px;
	width: 439px;
}

#sliderimage DIV {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
    height: 61px;
    background-color: #FFF;
}

#sliderimage DIV.active {
    z-index:10;
    opacity:1.0;
}

#sliderimage DIV.last-active {
    z-index:9;
}

#sliderimage DIV IMG {
    height: 61px;
    display: block;
    border: 0;
}
#slider2image {
    position:relative;
    height:245px;
}

#slider2image DIV {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
    height:245px;
	background-color: #FFF;
}

#slider2image DIV.active {
    z-index:10;
    opacity:1.0;
}

#slider2image DIV.last-active {
    z-index:9;
}

#slider2image DIV IMG {
    height:245px;
	display: block;
    border: 0;
}
