@font-face
{
font-family: MuseoSlab;
src: url(museo-slab-500.woff);
font-weight: normal;
font-style: normal;
}
@font-face
{
font-family: OpenSans;
src: url(OpenSans-Regular-webfont.woff);
font-weight: normal;
font-style: normal;
}

body
{
    min-width:990px;
}

#slideshow {
    position:relative;
	width: 987px;
    height:303px;
}

#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;
}


#menu{
display: inline-block;
overflow: visible

top:84px;
left:138px;
padding:0;
margin:0;
}
#menu ul{
white-space: nowrap;
padding:0;
margin:0;
line-height:50px;
z-index:9998;
}
#menu li{
position:relative;
float:left;
list-style:none;
z-index:9998;
border-radius:2px;
}
#menu ul ul{
position:absolute;
visibility:hidden;
padding:0;
margin:0;
top:50px;

}
#menu ul li a{
font-family: MuseoSlab;
font-size:16px;
color:#ffffff;
color:rgba(255,255,255,9);
width:196px;
height:50px;
display:block;
text-decoration:none;

}
#menu ul li:hover a{
color:#D6AD33;
color:rgba(227,218,114,1);
background-color:#003399;
background-color:rgba(51,51,153,0.5);

}
#menu ul li:hover ul{
visibility:visible;
color:rgba(255,255,255,0);
z-index:9999;
}
#menu ul li:hover ul li a{
background:rgba(51,51,153,0.9);
color:#FFFFFF;
color:rgba(255,255,255,1);
z-index:9999;
border-bottom:1px solid #3366cc;
border-bottom:1px solid rgba(160,160,164,1);
opacity:0.9;
text-decoration:none;
border-radius:2px;
}
#menu ul li ul li:hover a{
background:rgba(51,51,153,1);
color:#D6AD33;
color:rgba(227,218,114,1);
opacity:0.8;
z-index:9999;

}

.main-img {

	padding-left: 110px;
	padding-top: 134px;

}

.content {

	font-family: OpenSans;
	font-size: 13px;
	color: #000000;
	font-weight: normal;
	text-decoration: none;
	padding-left: 0px;
	line-height:160%;
	padding-bottom: 50px;

}

.content2 {

	font-family: OpenSans;
	font-size: 14px;
	color: #000000;
	font-weight: normal;
	text-decoration: none;
	padding-left: 0px;
	line-height:160%;
	padding-bottom: 50px;


}




.title {

	font-family: OpenSans;
	font-size: 20px;
	color: #000000;
	font-weight: normal;
	text-decoration: none;
	padding-top: 30px;
	padding-bottom: 14px;
}







.address {
	font-size: 14px;
	color: #FFFFFF;
	font-family: "MuseoSlab";
	padding-bottom: 16px;
	
}


.copyright {
	font-size: 11px;
	color: #e1d5a9;
	font-family: "MuseoSlab";
	padding-bottom: 16px;
	
}
