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

body {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #003f24;
	margin: 0px;
	background-color: #555555;
}
.footer_cell {
	font-size: 11px;
	line-height: 14px;
	color: #7e0d07;
}
.content_cell {
	padding: 20px;
}
.left_column {
	background-image: url(../images/left_column_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.right_column {
	border-top-width: 10px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #7e0d07;
	border-left-color: #cad3c4;
	padding: 20px;
}
.nav_bottom {
	margin-right: 9px;
	margin-left: 12px;
}
a:link{color:#7e0d07;text-decoration:underline;}
a:visited{color:#7e0d07;text-decoration:underline;}
a:hover{color:#7e0d07;text-decoration:none;}
a:active{color:#7e0d07;text-decoration:none;}
.map_div {
	border: 1px solid #7e0d07;
}
#fade_slideshow {
    position:relative;
	 height:234px;
	 width:746px;
}
#fade_slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
}
#fade_slideshow IMG.active {
    z-index:10;
    opacity:1.0;
}
#fade_slideshow IMG.last-active {
    z-index:9;
}
#logotop {
	position:absolute;
	background-image: url(../images/logo_top.png);
	background-repeat: no-repeat;
	display: block;
	margin: 0px;
	padding: 0px;
	height: 39px;
	width: 222px;
	z-index:20;
	top: 195px;
	left: 5px;
}

