/* CSS Document */

body {
  background-color: #F8F8F8;
  margin: 0;
  padding: 0;
  font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Verdana, Arial, Helvetica, sans-serif;
  text-align: center;
  font-size: 12.5px;
  color: #555555;
  overflow-y: scroll;
  
  }
  
#box {
  width: 812px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  background: url(../images/shadow_middle.png);
  }
  
#container {
  width: 762px;
  margin-left: 25px;
  }
  
#masthead {
  float: center;
  margin-left: 7px;
  }
  
#masthead_left {
  float: left;
  width: 180px;
  height: 275px;
  overflow: hidden;
  }
  
#masthead_right {
  float: right;
  width: 560px;
  margin: 0 7px;
  background: url(../images/photo_block.jpg);
  height: 275px;
  }
  
.masthead_block {
  margin-top: 7px;
  }
  
#navigation_bar {
  text-align: center;
  background-color: #000000;
  filter:alpha(opacity=50);
	opacity: 0.5;
	-moz-opacity:0.5;
	height: 21px !important;
	height: 25px;
	margin-top: 250px;
	padding-top: 4px;
	}
	
.navigation_links {
  padding-top: 4px;
  font-size: 11.4px;
  color: white;
  filter:alpha(opacity=100);
	opacity: 1.0;
	-moz-opacity:1.0;
	font-weight: bold;
  text-align: center;
  border-bottom: 3px solid black;
  padding-bottom: 5px;
	}
	
.navigation_spacing {
  border-bottom: 3px solid white;
  padding-bottom: 5px;
  }
	
.navigation_links a:link {
  color: white;
  text-decoration: none;
  border-bottom: 3px solid white;
  padding-bottom: 5px;
}

.navigation_links a:visited {
  color: white;
  text-decoration: none;
  border-bottom: 3px solid white;
  padding-bottom: 5px;
}

.navigation_links a:active {
  color: white;
  text-decoration: none;
  border-bottom: 3px solid white;
  padding-bottom: 5px;
}

.navigation_links a:hover {
  color: gray;
  text-decoration: none;
  border-bottom: 3px solid black;
  padding-bottom: 5px;
}
  

#content {
  padding: 18px;
  }
  
#content_left {
  float: left;
  width: 510px;
  margin-top: 18px !important;
  margin-top: 0px;
  }
  
#content_right_photos {
  float: right;
  width: 510px;
  margin-top: 18px !important;
  margin-top: 0px;
  padding-right: 24px;
  }
  
#content_left_about {
  float: left;
  width: 640px;
  margin-top: 18px !important;
  margin-top: 0px;
  }
  
#content_right {
  float: right;
  width: 162px;
  margin-top: 18px !important;
  margin-top: 0px;
  }
  
#content_left_photos {
  float: left;
  width: 170px;
  margin-top: 18px !important;
  margin-top: 0px;
  margin-left: -7px !important;
  margin-left: -3px;
  }
  
.headline {
  color: #000000;
  font-size: 19px;
  letter-spacing: -.25px;
  }
  
p {
  line-height: 166%;
  margin-top: 5px;
  margin-bottom: 16px;
  }
  
.footer {
  color: #ACACAC;
  font-size: 9px;
  margin-top: 10px;
  padding-bottom: 25px;
  background-color: #F8F8F8;
  margin-top: 10px;
  }
  
.footer a {
  color: #A1A1A1;
  }
  
.news_item {
  line-height: 145%;
  margin-top: 5px;
  margin-bottom: 12px;
  font-size: 11px;
  }
  
.photo_set {
  height: 16px;
  }
  
.photo_row {
	float: left;
	margin-bottom: 7px;
	width: 510px;
	}
  
.photo {
	margin-right: 10px;
	float: left;
	width: 160px;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	margin-top: 5px;
	}
	
.minus {
	height: 1px;
	padding: -9px;
	margin: -9px;
	}
	
.events {
	margin-top: -15px;
	}

li {
	margin-top: 0px;
	line-height: 166%;
	font-size: 11px;
	}
