* {
padding:0;
margin:0;
text-decoration:none;
list-style-type:none;
}
body {
background-color: #c8cfc8; }
a img{
border:none;
}
.clear{
clear:both;
margin:0;
height:0;
font-size:0;
}
#container{
width: 753px;
margin: 0 auto;
border: 1px #a5b76f solid; }
/*--------------------- TOP ---------------------------*/
#top{
height: 146px;
padding-top: 4px;
background-color: #C8CFC8;
color: #333366;
background-image: url(../images/header.jpg); }
#top h1{
	display: none;
}
#top h2{
	margin-left: 35px;
	font-size: 14px;
 }
/*---------------------TOP RIGHT SIDE TOP (SUBMENU) ---------------------------*/
#top ul.level-1 {
float: right;
padding-right: 0px;
margin-top: 120px; }

#top ul.level-1 li{
	float: left;
	border-right-width: 1px;
	border-right-style: none;
	padding-right: 6px;
	padding-left: 7px;
}

#top ul.level-1 li a{
color: #7d9050;
font-family: Verdana, Helvetica, Arial, sans-serif;
font-size: 13px;
letter-spacing: +1px;
font-weight: lighter; }

#top ul.level-1 li.active a{
color:#546a6c;
}

#top ul.level-1 li a:hover{
text-decoration:underline;
color:#7d9050;
}
#top ul.level-1 li.active a:hover{
text-decoration:underline;
color:#546a6c;
}

#top h1, #top h2 {
display: none; }

/*--------------------- CONTENT ---------------------------*/
#content{
	clear:left;
	background-image: url(../images/background.jpg);
	background-repeat: repeat-y;
}

#content-home{
	clear:left;
	background-image: url(../images/background-home.jpg);
	background-repeat: repeat-y;
}

/*---------------------CONTENT LEFT SIDE ---------------------------*/
#content .left-side{
	background:#ffffff left top;
	width: 149px;
	float:left;
}
#content-home .left-side {width: 0px;}
/*---------------------left - sub navigation---------------------------*/
#content .left-side ul.level-2{
margin: 70px 0;
width: 149px;
}

#content .left-side ul.level-2 li{
/*margin-bottom: 0px;*/
margin-bottom: -5px;
}
html>body #content .left-side ul.level-2 li{
	margin-bottom: 10px;
}
ul.level-2 li a {
	color: #a5b76f;
	/*padding: 3px 0 3px 27px;*/
 	font-size:1.0em;
 	padding: 3px 2px 3px 7px;
	display:block;
	font-family: Georgia, Times, "Times New Roman", serif;
}
ul.level-2 li a:hover{
background-color:#546a6c;
display:block;
color: #a5b76f;
text-decoration: none;
}
ul.level-2 li.active a, ul.level-2 li.active a:hover {
background-color:#a5b76f;
display:block;
color: #546a6c;
text-decoration: none;
}

/*---------------------left - sub navigation 2nd level---------------------------*/


html>body #content .left-side ul.level-2 li.sub ul li a {
	margin-bottom: 0;
	display: block;
}
ul.level-2 li.sub ul li.active a {
	color: #546a6c;
text-decoration: underline;
}
ul.level-2 li.sub ul li {
margin-bottom: 0px !important;
 }

ul.level-2 li.sub ul li a {
color: #546a6c;
display:inline;
padding: 0;
font-size: 11px;
margin-left: 25px;
margin-right: 5px;
}

ul.level-2 li ul li a:hover {
display:inline;
background-color:#fff;
color: #546a6c;
text-decoration: underline;
padding:0px !important;
}
#sidebar li.sub { margin-top: -15px; }
#sidebar li.sub[class] { margin-top: 0; }
*:first-child + html #sidebar li.sub { margin-top: -15px; }




/*---------------------content right side---------------------------*/
#content .right-side{
width: 550px;
padding-top: 0px;
padding-bottom: 25px;
padding-left: 25px;
padding-right: 25px;
min-height: 400px;
float:right;
}

#content-home .right-side {width: 701px;
padding-top: 10px;
padding-bottom: 25px;
padding-left: 25px;
padding-right: 25px;
min-height: 400px;
float:right; }

#homeshowWrapper {
	display: block;
	text-align: center;
}
#printPicture {
	display: none;
}
/******** GALLERY MODULE ********/ 
#photo h1{
	text-align: center;
        margin-bottom: 0.5em !important;
display: none;
	}
#photo .navigation{
	height: 45px;
	text-align: center;
	width: 400px;
	margin: 0 auto;
	}	
	#photo .previous, #photo .next{
		padding: 0px;
		display: block;
		width: 40px;
		height: 5px;
	}
	#photo .previous{
		float: left;
		background: url(/images/previous.gif) no-repeat;
	}
	#photo .next{
		float: right;
		background: url(/images/next.gif) no-repeat;
	}
        #photo .back{
	        font-size: 0.9em;
                color: #546a6c;
                text-decoration: none;
display: none;
        }
        #photo .back:hover{
	        text-decoration: underline;
        }
	#photo p{
		margin: 0;
	}
	#photo .image{
		clear: both;
		text-align: center;
	}
	#photo .image img{
		border: none;
	}
        #photo .description{
	   width:400px; 
                margin: 1em auto; 
                font-size:0.9em; 
                text-align: center;
        }

#gallery ul{
  margin: 0;
  padding: 0;
}
  #content .right-side #gallery ul li{
    margin: 0 5px 5px 0;
    list-style-type: none;
    float: left;
    width: 150px;
    height: 150px;
    line-height: 150px;
    text-align: center;
    border: none;
    background-color: #ffffff;
padding-left: 15px; }

  #gallery ul li:hover{
      border: none;

  }


#content .right-side #gallery li img{
    vertical-align: middle;
    border: none;
  }


/******* FOOTER *********/

#footer{
	background:#a5b76f no-repeat left top;
	height: 15px;
	padding-bottom: 7px;
	color: #546a6c;
	padding-top: 0px;
	font-family: Georgia, Times, "Times New Roman", serif;
	font-size: 10px;
	text-align: center;
}
#footer a {
	color: #546a6c;
}
#container #footer a:hover {
	text-decoration: underline;
 }

#footerlinks #admin_link {
overflow: hidden;
background: #a5b76f no-repeat;
background-position: center;
width: 90px;
height: 22px;
float: left;
margin-right: 1em;
font-size: 0px;
text-align: center; }

#footerlinks #edit_link {
font-size: 0px;
overflow: hidden;
background: #a5b76f no-repeat;
background-position: center;
width: 90px;
height: 22px;
display: block;
float: right;
}

/******** SITEMAP MODULE ********/

#sitemap li.sub{
list-style-type: none;
}
