* { outline: none; }


body {
	margin: 0;
	padding: 0;
background-color: #105a92;
}


hr {
	visibility: hidden;
	clear: both;
	margin: 0;
	padding: 0;
	display: none;
}
	body > hr, .squeezer > hr { display: block; }
	*:first-child + html body > hr, *:first-child + html .squeezer > hr { display: none; }


.squeezer { width: 900px; padding:0 10px; margin: 0 auto; }




/****** HEADER ********/


#header {	
	height: 183px;
border-bottom: solid 3px #013f68;
background-color: #fff;


}


	#header .squeezer { position: relative; height: 183px; width: 900px; }


	#header .squeezer h1 {
		position: absolute;
		bottom: 0.5em;
		left: 0.5em;
		margin: 0;
		color: #fff;
		font-size: 3.6em;
		padding: 0.3em 0 0.4em 0;
	}


	#header .squeezer > h1 { padding: 0; }
	*:first-child + html #header .squeezer h1 { padding: 0.3em 0 0.4em 0; }


/******* TOP NAV *********/


#nav {
	background-image: url(/images/menu_bg.gif);
background-repeat: repeat-x;
	float: left;
	width: 100%;
height: 56px;
}


ul.level-1 {
	margin: 0 auto;
	padding: 0;
	list-style-type: none;
width: 900px;
margin-top: 1em;
}
	ul.level-1 li {
		float: left;
line-height: 28px;
height: 28px;
margin-right: 2em;
display: inline;


	}
		
		ul.level-1 li a {
			display: block;
                        font-family: georgia, serif;
                        color:#006e0d;
			text-decoration: none;
                        font-size:16px;
padding: 0 10px;


		}
					
		ul.level-1 li:hover {
		background:transparent url(/images/right_menu_hover.gif) no-repeat scroll right top;
	
		}
			ul.level-1 li:hover a {
		background: transparent url(/images/left_menu_hover.gif) no-repeat scroll left top;		 


			}
	
.level-1 a:hover {


text-decoration:none;
}


		ul.level-1 li.active {
			background: url(/images/right_menu_hover.gif) no-repeat scroll right top;


		}
			ul.level-1 li.active a {
		
background: transparent url(/images/left_menu_hover.gif) no-repeat scroll left top; 
			}




/******* CONTENT *********/




#middle-wrapper{
	background-color: #fff;
width: 100%;
}


#content,#content-sidebar {
	margin-top:20px; 
	float: left;


}


#content-sidebar {
	width: 480px;
}
#content {
	width: 900px;
overflow:hidden;


}


#contentSqueezer {
	background: #fff;
	padding-top:10px;
min-height:510px;
  height:auto !important;
  height:510px;


}


#two-column #contentSqueezer {
	/* background: url(/images/content_back.gif) top right repeat-y; */
}






/******* SIDEBAR *********/


#sidebar {
	float: right;
	width: 247px;
	padding: 3em 0 0 0;
}
	#sidebar ul {
		list-style-type: none;
		padding: 0;
		margin: 0;
	}
	
	#sidebar li.active {
		background: #fff;
	}
        #sidebar li.active a { border: none; }


	#sidebar .level-2 li {
		font-size: 1.4em;
		margin-bottom: 0.2em;
	}
		#sidebar .level-2 li a {
			color: #555;
			border-bottom: 1px solid #e8e8e8;		
			display: block;
			padding: 0.5em 0;
			width: 210px;
			margin: 0 auto;
		}
		
			#sidebar .level-2 li .level-3 li {
				font-size: 0.8em;
				padding: 0.15em 0 0.15em 0;
			}
				#sidebar .level-2 li .level-3 a {
					background: url(/images/page_bullet.gif) center left no-repeat;
					display: block;
					padding: 0 0 0 1.6em;
					color: #f36849;
					text-decoration: underline;
					border: none;
					width: 170px; 
				}
					.level-3 a:hover {
						text-decoration: none !important;
						color: #59598e !important;
					}
				
				.level-3 li li { font-size: 0.9em !important; }
				#sidebar .level-2 li .level-3 li li a {
					background: url(/images/arrow_bullet.gif) 2em center no-repeat;
					color: #59598e;
					width: 160px;
					padding-left: 3.5em; line-height:1.2em;margin-bottom:1em;text-decoration:none; 
				}
				#sidebar li.sub { margin-top: -15px; }
				#sidebar li.sub[class] { margin-top: 0; }
				*:first-child + html #sidebar li.sub { margin-top: -15px; }


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


#footer {
	background-image: url(/images/footer_bg.gif);
background-repeat: repeat-x;
color:#fff;
padding-top:15px;
	height: 157px;
border-top: 11px solid #dbdbdb;
}
	#footer .squeezer { width: 900px; }


	#footerlinks {
		float: right;
	}
        #footerlinks a{
	 color: white; text-decoration:underline; }
	
		#footerlinks #admin_link {
			overflow: hidden;
			color: #fff;			
		}


		#footerlinks #edit_link {
			
			overflow: hidden;
		
                        color: #fff;
			


		}


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


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





/******** 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;
		text-indent: -999em;
		display: block;
		width: 40px;
		height: 25px;
	}
	#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: #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; 
                text-align: center;
        }

#gallery ul{
  margin: 0;
  padding: 0;
}
  #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: 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;
  } 

#donate{
  text-align:center;
  margin:75px 0 75px 10px;	
}
