 
 /* font face */

@import url(font/stylesheet.css);

/* ...... */

*{
	
	margin:0 auto;
	padding:0px;
}


 .whitetextbox {
	font-family :  "Lucida Sans Unicode", "Lucida Grande", "Trebuchet MS", Trebuchet, Tahoma, Arial, Verdana, Sans-serif;
	font-size : 11px;
	color : #FFFFFF;
	background : inherit;
	line-height: 20px;
	vertical-align: top;
	text-align: left;
	margin-left: 28px;
	margin-right: 0.5cm;

}
.whitetextbox a:link {color: #ffffff;font-size:11px;font-family:"Lucida Sans Unicode", "Lucida Grande", "Trebuchet MS", Trebuchet, Tahoma, Arial, Verdana, Sans-serif;}
 	.whitetextbox a:visited {color: #ffffff;font-size:11p;font-family:"Lucida Sans Unicode", "Lucida Grande", "Trebuchet MS", Trebuchet, Tahoma, Arial, Verdana, Sans-serif;}
 	.whitetextbox a:active {color: #ffffff;font-size:11px;font-family:"Lucida Sans Unicode", "Lucida Grande", "Trebuchet MS", Trebuchet, Tahoma, Arial, Verdana, Sans-serif;}



 .whitetextcentered {
	font-family :  "Lucida Sans Unicode", "Lucida Grande", "Trebuchet MS", Trebuchet, Tahoma, Arial, Verdana, Sans-serif;
	font-size : 11px;
	color : #999999;
	background : inherit;
	line-height: 15px;
	text-align: center;
	

}

.home_top{

	width:100%;
	height:40px;
	background-color:#620800;
	text-align:center;
	font-family: 'TrajanRegular';
	font-size:21px;
	color:#FFFFFF;
	line-height:40px;
}

.custom_top{

	width:100%;
	height:40px;
	background-color:#002251;
	text-align:center;
	font-family: 'TrajanRegular';
	font-size:21px;
	color:#FFFFFF;
	line-height:40px;
}



.custom_top span {
	
	color:#F59E19;
}



.home_top span {
	
	color:#F59E19;
}





#slideshow1 {
    position:relative;
	
    
}

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

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

#slideshow1 IMG.last-active {
    z-index:9;
}


#header{

	width:348px;
	height:260px;
	float:left;
}

#map_left{

	width:150px;
	float:left;
	font-family :  "Lucida Sans Unicode", "Lucida Grande", "Trebuchet MS", Trebuchet, Tahoma, Arial, Verdana, Sans-serif;
	font-size : 11px;
	color : #FFFFFF;
	line-height:14px;
	margin-left: 18px;
	margin-right: 0.5cm;
}