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

body{
margin: 0;
	padding: 0;
	background: url(images/wall.jpg) fixed repeat-x bottom;
	width: 100%;
	min-width:960px;
	
}

body.galerie{
margin: 0;
	padding: 0;
	background: url(images/wall.jpg) fixed repeat-x bottom;
	width: 100%;
}


.header{
	background-image: url(images/header.jpg);
background-repeat:repeat-x;
}

#container{
width:960px;
margin-left:auto;
margin-right:auto;	
}

#header{
height:110px;	
width:100%;
background-image: url(images/logo.png);
background-repeat: no-repeat;
background-position:bottom right;
cursor:pointer;
}

nav {
	font-family: "Lucida Grande", "Lucida Sans Unicode", sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #558C74;
	float: left;
	height: 25px;
	padding-top:5px;
	
}

#left{
	font-family: "Lucida Grande", "Lucida Sans Unicode", sans-serif;
	font-size: 11px;
	color: #a8cc6a;
	position:relative;
	left:20px;
	letter-spacing:.02em;
	width:40px;
}
#left a{
float:left;
padding-bottom:2px;	
}
.text{
font-family: "Lucida Grande", "Lucida Sans Unicode", sans-serif;
	font-size: 11px;
	color: #8FA6A2;
	width:410px;
	position:relative;
	top:100px;
	left:100px;
	letter-spacing:.02em;
	
}

.text h1{
font-size:12px;
color: #558C74;	
}

.text li{
padding-bottom:17px;
 list-style-image: url("images/bullet.png");

}

nav .current{
	margin-right:20px;
padding-right:20px;
padding-left:20px;
padding-top:5px;
padding-bottom:5px;	
color:#FFFFFF;
background-color:#A8CC6A;
width:auto;
height:25px;
border-bottom-right-radius:8px; 	
-moz-border-radius-bottomright:8px;
border-bottom-left-radius:8px; 	
-moz-border-radius-bottomleft:8px;
}

 nav a:link, nav a:hover, nav a:visited, nav a:active{
	padding-right:40px;
	padding-left:20px;
 }
 a:link, a:visited, #left a:hover, #left a:active{
	color: #558C74;
	text-decoration:none; 
 }
 a:hover, a:active, #left a:link, #left a:visited{
	color:#a8cc6a; 
 }

 footer{
 position:relative;
 float:right;
 width:126px;
 }
 
 .akPeople{
   bottom: 35px;
    position: fixed;
    right: 0;
    width: 441px;
    z-index: 10;

 }
 
  .terminePeople{
    bottom: 57px;
    position: fixed;
    right: 0;
    width: 441px;
    z-index: 10;

 }
 .michPeople{
    bottom: 31px;
    position: fixed;
    right: 0;
    width: 401px;
    z-index: 10;

 }
 
  .arPeople{
    bottom: 16px;
    position: fixed;
    right: 0;
    width: 401px;
    z-index: 10;

 }
   .gaPeople{
    bottom: -5px;
    position: fixed;
    right: 0;
    width: 130px;
    z-index: 10;

 }
 
 #gallery{
 position:relative;
 top:40px;
 float:left;
 }
 #container2{
	margin-left:auto;
 margin-right:auto;
 }
 
 
 .navClass{
	padding:0px;
	margin:0px; 
 }
 
	#gallery ul { list-style: none;
	padding:0px;
	margin:0px;
	position:relative;
	min-width:1040px;
	height:205px;
	 }
	#gallery ul li { display: inline; 
	}
	#gallery ul img {
		border: none;
		padding-right:84px;
	}
 
 #gallery li{
	 list-style-image:none;
	 list-style-type:none; 
 }
 
 .date{
	float:right; 
	position:relative;
	left:10px;
	width:280px;
 }
 
 .ulPad li{
	 padding-bottom:25px;
 }
 
 .column2{
	 float: right;
    left: 325px;
    position: relative;
    top: -298px; 
 }
 
/*--------------------------------------------------------------------------------------------------------*/
/*slide panel styles*/
#panel {
	display: none;
	position:absolute;
	left:-30px;
	bottom:0;
}
.slide{
position:relative;
top:220px;
z-index:90;
}

.btn-slide {
position:relative;
left:435px;
border:none;
	text-align: center;
	font-family: "Lucida Grande", "Lucida Sans Unicode", sans-serif;
	font-size: 11px;
	color: #a8cc6a;
	text-decoration: none;
}
.active {
	color:#FF0000;
}

	#panel ul img {
		border: none;
		position:relative;
		left:40px;
		padding-right:84px;
	}
	#link01{
    width: 100%;
	}
