* {
	margin: 0;
	padding: 0;
  }

#nav{
	list-style:none;
	font-weight:normal;
	margin-bottom:0;
	/* Clear floats */
	float:left;
	width:100%;
	background-image: url(images/navbar-bg.gif);
	/* Bring the nav above everything else--uncomment if needed.
	position:relative;
	z-index:5;
	*/
}
#nav li{
	float:left;
	margin-right:0;
	position:relative;
}
#nav a{
	display:block;
	padding:15px;
	color:#fff;
	background:url(images/navbar-bg.gif) repeat-x top left;
	text-decoration:none;
	font-size:20px;
}
#nav a:hover{
	color:#fff;
	background:#2B3F88;
	text-decoration:underline;
}

/*--- DROPDOWN ---*/
#nav ul{
	background:#fff; /* Adding a background makes the dropdown work properly in IE7+. Make this as close to your page's background as possible (i.e. white page == white background). */
	background:rgba(255,255,255,0); /* But! Let's make the background fully transparent where we can, we don't actually want to see it if we can help it... */
	list-style:none;
	position:absolute;
	left:-9999px; /* Hide off-screen when not needed (this is more accessible than display:none;) */
}
#nav ul li{
	padding-top:1px; /* Introducing a padding between the li and the a give the illusion spaced items */
	float:none;
}
#nav ul a{
	white-space:nowrap; /* Stop text wrapping and creating multi-line dropdown items */
}
#nav li:hover ul{ /* Display the dropdown on hover */
	left:0; /* Bring back on-screen when needed */
}
#nav li:hover a{ /* These create persistent hover states, meaning the top-most link stays 'hovered' even when your cursor has moved down the list. */
	background:#2B3F88;
	text-decoration:underline;
}
#nav li:hover ul a{ /* The persistent hover state does however create a global style for links even before they're hovered. Here we undo these effects. */
	text-decoration:none;
}
#nav li:hover ul li a:hover{ /* Here we define the most explicit hover states--what happens when you hover each individual link. */
	background:#333;
}
body {
	font-size:100%;
	font-family: Arial,'Lucida Grande',Verdana,sans-serif;
	text-align:center;
	/* [disabled]background:#002400 url(images/background.gif) no-repeat top center; */
}


#page {
	width:992px;
	margin:0px auto;
	text-align:center;
	background-color: #2B3F88;
}

#header {
	width:992px;
	text-align:left;
	background-color: #ffffff;
	background-image: url(images/topbg.gif);
}

.green {
	color:#66FF99;
}

.red {
color:#DF1932;
}

.white {
color:#FFFFFF;
}
.darkred {
color:#9A2236;
}
.beige {
color:#F1DCAE;
}
.lightblue {
color:#D4F4F1;
}
.gold {
color:#FFC622;
}




/* TOP NAVIGATION BAR */
/* #navleft {
  height:55px;
  width:70px;
  float:left;
  
}*/
#nav {
  width:992px;
  float:left;
  
}

#nav-menu-left {
  background:url(images/navbar-divider.gif) repeat-x top left;
  width:27px;
  height:55px;
  float: left;
}
#nav-menu-right {
  background:url(images/navbar-divider.gif) repeat-x top left;
  width:27px;
  height:55px;
  float: left;
}
#nav-menu {
  background:url(images/navbar-bg.gif) repeat-x top left;
  height:55px;
  width:938px;
  float: left;
}

#nav-menu ul {
  list-style:none;
}
  
#nav-menu ul a {
  background-image: url(images/navbar-divider.gif);
  background-repeat: no-repeat;
  background-position: right;
  padding-right: 12px;
  padding-left: 12px;
  padding-top:5px;
  display: block;
  line-height: 50px;
  text-decoration: none;
  text-shadow:1px 1px 1px #000;
  font-family: Arial, "Times New Roman", Times, serif;
  font-size: 18px;
  color: #FFF;
}
	
#nav-menu ul a:hover {
  text-decoration:underline;
  text-shadow:0px 0px 4px #FF0000;
}
 
#nav-menu li {
  float:left;
}
/* END NAVIGATION BAR */


/* Large header image of grass and flower, with slogans */
#header2 {
	/* background:url(images/MILESTONE-1.gif) no-repeat top left;*/
  width:992px;
	
	text-shadow:1px 1px 1px #000;
	background-color: #2b3f88;
}
#header2-slogan2 {
	font:16px Arial, "Times New Roman", Times;
	/* padding:0px 0px 0px 8px;*/
  color:#FFF;
	text-align:justify;
	padding-top: 20px;
	padding-left: 20px;
}

#header2-slogan1 {
	font:28px Georgia, Arial, "Times New Roman", Times;
	/* padding:8px 0px 0px 8px;*/
  color:#FFF;
	text-align:left;
	letter-spacing:-2px;
	padding-top:10px;
	padding-bottom:10px;
	text-shadow:1px 1px 2px #000;
	padding-left: 20px;
}
/* end large header */

/* clears all floated elements */
.clearfloats {
  clear:both;
}
/* end clear floats */

/* first content section, lighter green area */
#content {
	 
	width:992px;
	min-height:0px;
	text-align:left;
	padding-top:0px;
	padding-bottom:0px;
	background-color: #2B3F88;
}

.content-padding {
	padding:10px 20px 0px 20px;
	background-color: #2B3F88;
}

.content-padding a:hover {
  font:16px Arial, "Times New Roman", Times;
  color:#FFF;
  text-decoration:none;
  text-shadow:0px 0px 3px #FF0000;
}

.content-padding a {
	font:16px Arial, "Times New Roman", Times;
	color:#FFFFFF;
	text-shadow:1px 1px 1px #104D00;
}


#content h1 {
	color:#FFC;
	padding-bottom:10px;
	text-shadow:1px 1px 2px #000;
	font-family: Georgia, Arial, "Times New Roman", Times;
	font-size: 28px;
	padding-top: 10px;
}

#content p {
	font:16px Arial, "Times New Roman", Times;
	color:#FFF;
	text-align:justify;
	padding-bottom:10px;
}
/* end content 1 section */


/* image that divides the two different colored content sections */
#body-divider {
	background:#1D5600 url(images/body-divider.gif) no-repeat top left;
	width:992px;
	height:23px;
	background-color: #2B3F88;
}
/* end content divider */

/* darker green content section, "content 2" */
#content2 {
	width:992px;
	min-height:250px;
	background:#1D5600;
	text-align:left;
	padding-top:10px;
	padding-bottom:30px;
	background-color: #2B3F88;
}

#content2 p {
	font:16px Arial, "Times New Roman", Times;
	color:#FFc;
	text-align:justify;
	padding-bottom:10px;
	padding-left: 30px;
}

#content2 h2,h3,h4,h5,h6 {
	background:#1D5600 url(images/headline-arrow.gif) no-repeat top left;
	line-height:25px;
	color:#FFf;
	text-shadow:1px 1px 2px #000;
	padding-bottom:10px;
	padding-left:30px;
	background-color: #2B3F88;
	font-family: serif, "Times New Roman", Times;
	font-size: 25px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}

.content2-block {
	float:left;
	background-color: #2B3F88;
}

.content2-block p {
	width:900px;
	float:left;
	text-align:left;
	/* [disabled]background-color: #3F9; */
}

  /* three column area, vertical dotted divider */
  .content-divider {
	background:url(images/content-divider.gif) no-repeat top center;
	width:2px;
	height:274px;
	float:left;
	padding:0px 30px 0px 30px;
	background-color: #2B3F88;
  }
  /* end divider */

/* end content 2 */


/* subscribe form */
#subscribe {text-align:right; padding-right:15px;}
#subscribe input { margin:1px 0;}
.button {
  background:transparent url(images/submit.gif) no-repeat top left;
  padding-bottom:5px; 
  border:none;
  width:126px;
  height:33px;
  color:#FFFFFF;
  font:bold 13px Arial, Georgia, "Times New Roman", Times;
  cursor:pointer;
}
.inputstyle {
  background:#002200;
  width:200px;
  height:30px;
  color:#FFF;
  font-size:14px;
  padding:0px 5px 0px 10px;
  border:1px solid #427B23;
}
/* end subscribe form */



/* footer of page */
#footer-div {
	background:url(images/footer-div.gif) no-repeat top left;
	width:992px;
	height:6px;
	background-color: #2B3F88;
}

#footer {
	padding-top:15px;
	width:992px;
	height:150px;
	text-align:center;
	background-color: #2B3F88;
}

#footer p {
  font:12px Arial, "Times New Roman", Times;
  color:#FFF;
}

#footer a {
  font:12px Arial, "Times New Roman", Times;
  color:#FFF;
}
/* end footer */
