body {
     background-color: #c9d1db;
}
* {
padding:0;
margin:0;
text-decoration:none;
list-style-type:none;
}
a img{
border:none;
}
.clear{
clear:both;
margin:0;
height:0;
font-size:0;
}
#container{
width: 800px;
margin: 0 auto;
}
/*--------------------- TOP ---------------------------*/
#top{
height: 180px;
padding-top: 4px;
background-color: #fff;
color: #333366;
background-image: url(../images/header.jpg); }
#top h1{
	display: none;
}
#top h2{
	display: none;
 }
/*---------------------TOP RIGHT SIDE TOP (SUBMENU) ---------------------------*/
#top ul.level-1 {
color: #004F98;
float: right;
padding-right: 20px;
padding-top: 10px; }

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

#top ul.level-1 li a{
color: #004F98;
font-family: Verdana, Helvetica, Arial, sans-serif;
font-size: 11px; }

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


#top ul.level-1 li a:hover{
text-decoration:underline;
}

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

/*--------------------- MAIN NAVIGATION ---------------------------*/
#top ul.main-nav{
background:no-repeat left top;
height: 35px;
margin-left: 324px;
margin-top:109px;
}
#top ul.main-nav li{
	margin-left: 8px; 
               width: 106px;
	float:left;
	font-size: 14px;
text-align: center; 
height: 35px;
line-height: 14px;
 }

#top ul.main-nav li {
background-image: url(../images/tab-blue.jpg);
background-repeat: no-repeat;
}
#top ul.main-nav li a{
          padding-top: 3px;
	 width: 80px;
	float:left;
font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 13px;
height: 31px;
color:#fff;
line-height: 1.1em;
padding-left: 10px; }

#top ul.main-nav li.active {
background-image: url(../images/tab-orange.jpg); }

#top ul.main-nav li a:hover{
text-decoration:underline;
}


/*--------------------- CONTENT ---------------------------*/
#content {
	clear:left;
               background-color: #fff;

}
/*---------------------CONTENT LEFT SIDE ---------------------------*/
#content .left-side{
	background:#fff left top;
	width: 200px;
	height:500px;
	float:left;
text-align: center; }

#content .left-side .left_header{
            background-image: url(../images/left_menu_bk.jpg);
          background-repeat: no-repeat;
          background-position: 10px; 
          width: 200px;
          height: 31px;
}
#content .left-side .left_header h2 {
          color: #fff;
          width: 180px;
         font-family: Verdana, Helvetica, Arial, sans-serif;
          font-size: 16px;
          padding-top: 2px;
          margin-left: 10px;
          margin-right: 10px; }
/*---------------------left - sub navigation---------------------------*/
#content .left-side ul.level-2  {
margin: 25px 0;
width: 200px;
}
#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: #000;
 	font-size:1.1em;
               width: 180px;
 	padding: 3px 10px 3px 10px;
	display:block;
	font-family: Arial, Verdana, sans-serif;
               float: right;
               text-align: center; }

ul.level-2 li a:hover {
background-color:#fff;
display:block;
color: #000;
text-decoration: underline;
}
ul.level-2 li.active a {
display:block;
color: #e17a2e;
}

ul.level-2 li.active a:hover{
text-decoration: underline;
color: #e17a2e; }
/*---------------------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: #e17a2e;
}
ul.level-2 li.sub ul li {
margin-bottom: 0px !important;
 }

ul.level-2 li.sub ul li a {
color: #000;
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;
padding:0px !important;
text-decoration: underline;
}

#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: 530px;
padding-top: 15px;
padding-bottom: 25px;
padding-left: 25px;
padding-right: 25px;
float:right;
}

.imageRight {
	float: right;
	display: block;
	margin-bottom: 7px;
	margin-left: 7px;
	background-color: #fff;
	text-align: center;
	padding-top: 7px;
	padding-bottom: 7px;
border-top: 4px #FFAE1F solid;
border-bottom: 4px #FFAE1F solid; }


#homeshowWrapper {
	display: block;
	text-align: center;
}
#printPicture {
	display: none;
}


/******** GALLERY MODULE ********/ 
#photo h1{
	text-align: center;
        margin-bottom: 0.5em !important;
	}
#photo .navigation{
	height: 75px;
	text-align: center;
	width: 400px;
	margin: 0 auto;
	}	
	#photo .previous, #photo .next{
		padding: 0px;
		text-decoration: none;
		display: block;
		width: 40px;
		height: 25px;
	}
	#photo .previous{
		float: left;
		color: #aaa;
	}
	#photo .next{
		float: right;
		color: #aaa;
	}
        #photo .back{
	        font-size: 0.9em;
                color: #aaa;
                text-decoration: none;
        }
        #photo .back:hover{
	        text-decoration: underline;
        }
	#photo p{
		margin: 0 0 10px 0;
	}
	#photo .image{
		clear: both;
		text-align: center;
	}
	#photo .image img{
		border: 1px solid #111;
	}
        #photo .description{
	        width:400px; 
            margin: 1em auto; 
            font-size:0.9em; 
			padding-bottom: 50px;
            text-align: center;
        }

#gallery ul{
  margin: 0;
  padding: 0;
}
  #gallery ul li.odd,   #gallery ul li.even {
    margin: 0 5px 5px 0;
    list-style-type: none;
    float: left;
    width: 150px;
    height: 150px;
    line-height: 150px;
    text-align: center;
    border: 1px solid #ccc;
    background-color: #efefef;
  }
  #gallery ul li:hover{
      border: 1px solid #aaa;

  }


  #gallery li img{
    vertical-align: middle;
    border-top: 0px solid #000;
    border-bottom: 0px solid #000;
  }


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

#footer{
	font-family: Helvetica, sans-serif;
	font-size: 12px;
              color: #000;
	text-align: center;
               background-color: #fff;
               width: 800px;
}
#footer hr {
          height: 20px;
          background-color: #004f99;
}
#footer img {
          float:right;
          margin-top: -100px;
          margin-right: 20px;
}
#footer p {
line-height: 1.5em; }

#footer a {
	color: #FFAE1F;
}
#container #footer a:hover {
	text-decoration: underline;
 }

#footer #footerlinks a#admin_link {
width: 120px;
height: 50px;
float: left;
font-size: 0px;
}
#footer #footerlinks a#edit_link {
width: 120px;
height: 50px;
float: right;
font-size: 0px;
}


	
