@charset "utf-8";
/* CSS Document */


html {
	font: small/1.4 Verdana, Arial, Helvetica, sans-serif;
}
body {
	font-size: 92%;
	margin: 0 0 0 0;
}

#logo {
	left:0px;
	top:0px;
	width:200px;
	height:129px;
}
#header_img {
	left:200px;
	top:0px;
	width:600px;
	height:129px;
}
#navigation {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	text-transform: uppercase;
	background-color: #587B7B;
	background-position: left;
	width: 200px;
}
#nav {
  margin: 0;
  padding: 0;
  background: #587B7B;
  list-style-type: none;
  width: 200px;
  float: left; /* contain floated list items */
}
#nav li {
  margin: 0;
  padding: 0;
  float: left; /* This corrects the */
  width: 100%; /* IE whitespace bug */  
}
#nav a {
  display: block; /* to increase clickable area as a's default to inline */
  color: #FFFFFF;
  text-decoration: none;
  font-weight: bold;
  padding: 0 15px;
  line-height: 2.5;
  border-bottom: 1px solid #DCAC29;
}
#nav #nav_con a {
  border: none;
}
#nav a:hover {
  background: #DCAC29;
  color: #415A5A;
}
/* following will make active menu item lighter */
#body_hom #nav_hom a,
  #body_about #nav_about a,#body_support #nav_support a,
  #body_expld #nav_expld a,#body_events #nav_events a,
  #body_plans #nav_plans a,#body_gallery #nav_gallery a,
  #body_astron #nav_astron a, #body_links #nav_links a,
  #body_newsl #nav_newsl a, #body_contact #nav_contact
   {
    background: #99B5B5;  /* lt green */
    color: #415A5A;  /* dk green */
    font-weight: bold;
  }
#content {
	padding: 5px;
}
#search {
	width:200px;
	height:60px;
	}
#footer {
	font-size: 90%;
	color: #587B7B;
}
#footer a {
	font-size: 90%;
	color: #415A5A;
	font-weight:bold;
}
#footer a:hover {
	font-size: 90%;
	color: #DCAC29;
	font-weight:bold;
}
.footer_bold {
	font-weight:bold;
	}
.credits {
	font-size: 80%;
	color: #000000;
	}
.titles {
	font-weight:bold;
	font-size: 130%;
	color: #587B7B;
	}
.titles a {
	color: #587B7B;
}
.page_text {
	font-size: 100%;
	}
.page_text a {
	color: #415A5A;
	font-weight:bold;
	}
.page_text a:hover {
	color: #DCAC29;
	font-weight:bold;
}

.nwsltr_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color:#0000FF;
	}
.page_text_sm {
	font-size: 90%;
	}