/*  -------------------- Page Layout Styles -------------------- */
 #container{
 width:970px;
 margin-left:auto;
 margin-right:auto;
 }
 
 
 #content{
 padding:10px 0px 20px 0px;
 width:970px;
 background-color:#e6e4d8;
 border:1px solid #000000;
 float:left;
 }
 
 
 #logo_container{
 width:960px;
 height:120px;
 padding:0px 0px 0px 10px;
 float:left;

 }
 
 #logo_box{
 width:560px;
 height:120px;
 float:left;

 }
 
 #search{
 width:260px;
 height:150px;
 float:left;
 padding:0px 0px 0px 140px;

 }
 
 #main{
 padding:10px 10px 20px 10px;
 width:950px;
 background-color:#e6e4d8;
 float:left;
 font-family:Arial, Helvetica, sans-serif;
 color:#454545;
 text-align:justify;
 font-size:0.9em;
 }




/*  -------------------- Page objects -------------------- */
/* 	things like menu's, content boxes etc				   */
 
.menu {
  background-image:url(../images/button.gif);
  color:#FFFFFF;
  height:18px;
  width:194px;
  text-decoration:none;
  padding:20px 0px 20px 0px;
  text-align:center;
  display:block;
  float:left;
  font-family:Arial, Helvetica, sans-serif;
}
 
.menu:hover{
  background-image:url(../images/button.gif);
  color:#0f78da;
  height:18px;
  width:194px;
  text-decoration:none;
  padding:20px 0px 20px 0px;
  text-align:center;
  float:left;
  font-family:Arial, Helvetica, sans-serif;
}

.menu_selected{
  background-image:url(../images/button.gif);
  color:#0f78da;
  height:18px;
  width:194px;
  text-decoration:none;
  padding:20px 0px 20px 0px;
  text-align:center;
  float:left;
  font-family:Arial, Helvetica, sans-serif;
}

/*  -------------------- Page Styles  -------------------- */
/* 	custom fonts, aligns, paddings, those things		   */


a.blue:link, a.blue:visited {
color:#0f78da;
text-decoration:none;
}

a.blue:hover, a.blue:active {
color:#222222;
}

a.news:link, a.news:visited, a.news:hover, a.news:active {
color:#0f78da;
text-decoration:none;
font-weight:bold;
}



.align_top{
vertical-align: top;
}

.align_bottom{
vertical-align:bottom;
}

.align_right{
text-align:right;
}

.align_left{
text-align:left;
}

.home_header{
font-size:1.3em;
font-weight:bold;
margin:10px 0px 0px 0px;
text-align:left;

}

#lightbox{
	background-color:#eee;
	padding: 10px;
	border-bottom: 2px solid #666;
	border-right: 2px solid #666;
	}
#lightboxDetails{
	font-size: 0.8em;
	padding-top: 0.4em;
	}	
#lightboxCaption{ float: left; }
#keyboardMsg{ float: right; }
#closeButton{ top: 5px; right: 5px; }

#lightbox img{ border: none; clear: both;} 
#overlay img{ border: none; }

#overlay{ background-image: url(overlay.png); }

* html #overlay{
	background-color: #333;
	back\ground-color: transparent;
	background-image: url(blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="overlay.png", sizingMethod="scale");
	}
	



