@charset "UTF-8";
/* CSS Document */

body
{
background-image:url(../img/map_bg.jpg);
}

#wrapper {
	background-image:url(../img/bg_color.jpg); background-repeat:repeat-x;
	}

#frontimage {
	position: relative;
	z-index: 0;
	width:940px;
	height:342px;
	background-color:#000;
	/*background-image:url(../img/frontimage_1.jpg);*/
	background-repeat:no-repeat;
	margin-top: -16px;
	}

#text_container{
	position: relative;
	z-index: 99999;
	width:940px;
	height:94px;
	margin-top:-120px;
	}
	
#slideshow {
    position:relative;
    height:342px;
}

#slideshow img {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
}

#slideshow img.active {
    z-index:10;
}

#slideshow img.last-active {
    z-index:9;
}

#textHolder{
	position: relative;
	z-index: 9998;
	margin-left:320px;
	margin-top: 12px;
	}


#textHolder p {
font-family: 'Lato', 'Trebuchet MS', Arial, Helvetica, sans-serif;
font-weight: 100; 
color: white;
font-size: 2.7em;
line-height: 1.3em;

}


#footer{ height:80px; margin-top:10px;}
	#footerText{ width:940px; margin:0 auto; }
	
	
	
	#footer p{
color: #333;
font-family: arial, Helvetica,sans-serif;
font-size: 1.1em;
padding-top: 25px;
text-align:left;
}

a.footermail{
color: #333;
font-family: arial, Helvetica,sans-serif;
font-size: 1.1em;
}

a.footermail:hover {
color: #97b0d0;
font-family: arial, Helvetica,sans-serif;
font-size: 1.1em;
text-decoration: none;

}
