@charset "utf-8";
/* CSS Document */

html, body{
background-image:url(/layout/images/background.png);
margin:0px;
padding:0px;
font-family:Verdana, Arial, Helvetica, sans-serif;
height:100%;
background-repeat: repeat;
background-attachment: fixed;
}

.sitebar{
background-image:url(images/menuback.png);
height:25px;
margin:3px;
width:792px;
border-left:solid 1px;
border-right:solid 1px;
}

#sitebar-nav ul{
margin-left:30px;
}

#sitebar-nav ul li {
list-style-type: none;
margin-top:-19px;
}

#sitebar-nav a, active, visited {
height:19px;
color:#FFFFFF;
text-decoration:none;
border-right:solid 1px #0000FF;
float:left;
background-image:url(/layout/images/menu.png);
width:90px;
text-align:center;
font-size:14px;
}

#sitebar-nav ul li a:hover {
color:#FFFFFF;
background-position: 0px -19px;
}

.menutop{
background-image:url(/layout/images/upper.png);
background-repeat:no-repeat;
border:solid 1px;
border-bottom:0px;
height:25px;
width:230px;
border-color:#000000;
}

.header {
width:792px; 
height:200px;
border:solid 1px; 
margin:3px; 
background-image:url(/layout/images/headerwinter.png);
}

#wrapper{
width:800px; 
text-align:left;
min-height:100%;
}

.content-background{
width:794px; 
margin-left:3px; 
margin-right:3px;
}

.content{
border:solid 1px; 
width:587px;  
background-color:#CFE7EF;
float:left;
}
.right {
float:left;
width:200px;
font-size:14px;
font:Arial, Helvetica, sans-serif;
}

.menu{
border:solid 1px; 
width:100%;  
background-color:#CFE7EF;
margin-left:3px;
}

.menu2{
border:solid 1px; 
width:100%;  
background-color:#CFE7EF;
margin-left:3px;
margin-top:3px;

}

.menu-top1 {
padding-left:20px;
background-image:url(/layout/images/menu1.png);
background-repeat:no-repeat;
height:25px;
padding-top:3px;
color:#000000;
font-size:16px;
}

.menu-top2 {
padding-left:20px;
background-image:url(/layout/images/menu2.png);
background-repeat:no-repeat;
height:25px;
padding-top:3px;
color:#000000;
font-size:16px;
}

.menu-top3 {
padding-left:20px;
background-image:url(/layout/images/menu3.png);
background-repeat:no-repeat;
height:25px;
padding-top:3px;
color:#000000;
font-size:16px;
}

.menu-top4 {
padding-left:20px;
background-image:url(/layout/images/menu4.png);
background-repeat:no-repeat;
height:25px;
padding-top:3px;
color:#000000;
font-size:16px;
}

a:link,  a:visited, a:active {
color:#000000;
text-decoration:underline;
}
a:hover {
color:#000000;
text-decoration:underline;
}

#overlay1 {
    position: absolute;
    z-index:90;
    width: 110%;
    height: 1000000px;
    top: 0;
    left: 0;
    background-color:#000;
    filter:alpha(opacity=60);
    -moz-opacity: 0.6;
    opacity: 0.6;
}



#box {
	color: #FFF;
	width: 300px;
	background: #063200;
	padding: 10px;
	border: 2px solid #eee;
}

#loginbox {
	color: #FFF;
	width: 300px;
	background: #063200;
	padding: 10px;
	border: 2px solid #eee;
}

#close {
	position: absolute;
	top: -5px;
	right: -5px;
	cursor: pointer;
}

.pagetop {
padding-left:45px;
background-image:url(/layout/images/pagetop.png);
background-repeat:no-repeat;
height:25px;
margin-left:-5px;
margin-right:-5px;
padding-top:3px;
color:#FFFFFF;
}

.page{
font-size:12px;
font:Arial, Helvetica, sans-serif;
}

.titlemedium {
padding-left:45px;
background-image:url(/layout/images/titlemedium.png);
background-repeat:no-repeat;
height:25px;
padding-top:3px;
color:#000000;
}

.footer {
}


