@charset "UTF-8";
/* CSS Document */
body, html
{
width:100%;
height:100%;
margin:0;
padding:0;
background-color:#eeb91d;
color:#999999;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:small;
vertical-align:top;
line-height:150%;
} 
img
{
border:0;
}
h1, h2, h3, h4
{
color:#eeb91d;
}
#container
{
width:100%;
vertical-align:top;
background-color:#FFFFFF;
text-align:center;
margin:0;
}
#outter
{
width:960px;
margin:0 auto;
text-align:left;
}
#header
{
width:100%;
vertical-align:top;
margin:0;
padding-top:30px;
margin-bottom:10px;
}
#headermenu
{
float:right;
margin-left:30px;
font-size:small;
}
#headermenu a
{
color:#999999;
text-decoration:none;
font-size:small;
font-weight:bold;
}
#headermenu a:hover
{
color: #666666;
text-decoration:underline;
font-size:small;
font-weight:bold;
}
#footer
{
background-image:url(../images/footer.jpg);
background-repeat:repeat-x;
background-color: #eeb91d;
height:117px;
width:960px;
vertical-align:bottom;
padding-top:10px;
margin: 0 auto;
}
#footer p {
	font-family: Verdana, Arial, Helvetica, sans-serif !important;
	font-size: xx-small !important;
}
#footertext
{
color:#333333;
width:95%;
max-width:1200px;
min-width:780px;
margin:0 auto;
text-align:left;
font-size:xx-small;
}
#footmenu
{
text-align:center; 
margin:0 auto; 
font-size:xx-small;
width:100%;
}
#footmenu a
{
color:#333333;
text-decoration:underline;
font-size:xx-small;
}
#footmenu a:hover
{
color: #000000;
text-decoration:none;
font-size:xx-small;
}
#footertext a
{
color:#333333;
text-decoration:underline;
font-size:xx-small;
}
#footertext a:hover
{
color: #000000;
text-decoration:none;
font-size:xx-small;
}
#credit
{
float:right;
}
#leftcol
{
width:150px;
margin:0 10px 10px 0;
padding-left:10px;
vertical-align:top;
float:left;
}
#rightcol
{
float:right;
margin: -80px 0 30px 0;
width:75%;
}
.rightcolmain
{
float:right;
margin: 0 0 25px 25px;
}
#leftcol a
{
color:#999999;
text-decoration:none;
font-size:small;
font-weight:bold;
}
#leftcol a:hover
{
color: #666666;
text-decoration:underline;
font-size:small;
font-weight:bold;
}
#leftcol a.submenu
{
color:#999999;
text-decoration:none;
font-size:x-small;
font-weight:bold;
margin-left:15px;
}
#leftcol a.submenu:hover
{
color: #666666;
text-decoration:underline;
font-size:x-small;
font-weight:bold;
margin-left:15px;
}
.box_head
{
	width: 100%;
	height: 35px;
	background-color: #eeb91d;
	text-align: center;
	font-weight: bold;
	font-size: large;
	color: #FFF;
}
.box_body
{
	width: 100%;
	border: 1px solid #eeb91d;
	padding-left: 5px;
	text-align: left;
	padding: 10px;
}

.box_body a
{
	color: #666666;
	text-decoration: none;
	display: block;
	float: left;
	padding: 10px 0;
}
.box_body a:visited
{
	color: #333333;
	text-decoration: none;
}
.box_body a:hover
{
	color: #000000;
	text-decoration: underline;
}


/* -----------------------------------
		Slideshow
		jquery-slideshow.js
----------------------------------- */
#slideshow {
    position: relative;
	margin: 10px 0 30px 0;
	padding: 0;
	width: 720px;
	height: 150px;
}

#slideshow img {
    position:absolute;
    top:0;
    z-index:8;
    opacity:0.0;
}
#slideshow img.active {
    z-index:10;
    opacity:1.0;
}
#slideshow img.last-active {
    z-index:9;
}
