* {
	margin: 0;
	padding: 0;
}

.clear { clear: both; }

.img {
	border: 2px;
	border-color: black;
	padding-right: 10px;

}

body {
	font-size: 62.5%;
	font-family: Helvetica, sans-serif;
	background: #fff url(images/bg11.jpg) top left repeat-x;
}

#container {
	width: 960px;
	margin: 0 auto;
}

#logo {
	background: url(images/logo5.jpg) top left no-repeat;
	width: 960px;
	height: 192px;
}

ul#menu {
	list-style: none;
	}
	ul#menu li {
		display: inline;
	}
	ul#menu li a  {
		text-indent: -9999px;
		display: block;
		height: 82px;
		float: left;
		}
		ul#menu li a.spacel {
			background: url(images/menu-space-left.png) no-repeat bottom right;
			width: 105px;
			}
		ul#menu li a.home {
			background: url(images/menu-home.png) no-repeat bottom center;
			width: 90px;
			}
		ul#menu li a.about {
			background: url(images/menu-about.png) no-repeat bottom center;
			width: 135px;
		}
		ul#menu li a.contact {
			background: url(images/menu-contact.png) no-repeat bottom center;
			width: 156px;
			}
		ul#menu li a.lander {
			background: url(images/menu-lander.png) no-repeat bottom center;
			width: 182px;
			}
		ul#menu li a.news {
			background: url(images/menu-news.png) no-repeat bottom center;
			width: 194px;
			}
		ul#menu li a.spacer {
			background: url(images/menu-space-right.png) no-repeat bottom right;
			width: 96px;
			}
			ul#menu li a.home:hover, ul#menu li a.home:active,
			ul#menu li a.about:hover, ul#menu li a.about:active,
			ul#menu li a.contact:hover, ul#menu li a.contact:active,
			ul#menu li a.lander:hover, ul#menu li a.lander:active,
			ul#menu li a.news:hover, ul#menu li a.news:active {
				background-position: center center;
			}
		body#home ul#menu li a.home,
		body#about ul#menu li a.about,
		body#contact ul#menu li a.contact,
		body#lander ul#menu li a.lander,
		body#news ul#menu li a.news {
			background-position: top center;
		}

#content {
	float: left;
	width: 700px;
	padding-top: 15px;
	font: 1.4em Helvetica, sans-serif;

}

#contentpics {
	float: left;
	width: 310px;

}

#contenttext {
	float: right;
	width: 390px;

}

#date {
	width: 75px;
	height: 75px;
	background: url(images/datebg.gif) top center no-repeat;

}

#datemonth {
	padding-top: 6px; 
	font: .85em Helvetica, sans-serif;
	font-weight: bold;
	color: white;


}

#datedate {
	padding-top: 0px; 
	margin: -17px 0px 0px 0px;
	font: 3.5em Helvetica, sans-serif;
	font-weight: bold;
	color: white;

}

#sidelist ul li {
	margin: 10px 13px 0px 12px;
	padding: 0px;
	list-style: square;
	font: 1.2em Helvetica, sans-serif;
	font-weight: bold;
}

#sidebar {
	float: right;
	width: 250px;
	padding-top: 15px;
	color: white;


}

#sidebartop {
	width: 230px;
	padding: 20px 0px 5px 8px;
	font: 1.2em Helvetica, sans-serif;
	background: #8dc740 url(images/sidebar.gif) top right no-repeat;

}

#sidebarbottom {
	height: 7px;
	width: 230px;
	padding: 0px 0px 20px 8px;
	background: url(images/sidebarbottom.gif) top right no-repeat;

}

#mission {
	background: url(images/missionbg4.gif) top left no-repeat;
	height: 97px;
	width: 350px;
	float: right;
	padding-right: 20px;
	margin-bottom: 20px;

}


#footer {
	width: 100%;
	height: 100px;
	margin: 0 auto;
	background: #065326 url(images/footer.jpg) top center no-repeat;
	padding: 0px 0px;

}
#footertext {
	color: #fff;
	text-align: center;
	font: 1.2em Arial, Century Gothic, Courier, monospace;
	padding: 15px 0px 0px 0px;
}
ul#footertext {
	list-style: none;
}

ul#footertext li {
	display: inline;
	letter-spacing: 1px;
	padding: 0px 5px;
	font-weight: bold;

}

ul#footertext li a {
	color: #fff;
}

#contact-area {
	width: 600px;
	margin-top: 25px;
	float: right;
}

#contact-area input, #contact-area textarea {
	padding: 5px;
	width: 471px;
	font-family: Helvetica, sans-serif;
	font-size: 1.4em;
	margin: 0px 0px 10px 0px;
	border: 2px solid #ccc;
}

#contact-area textarea {
	height: 90px;
}

#contact-area textarea:focus, #contact-area input:focus {
	border: 2px solid #900;
}

#contact-area input.submit-button {
	width: 100px;
	float: right;
}

label {
	float: left;
	text-align: right;
	margin-right: 15px;
	width: 100px;
	padding-top: 5px;
	font-size: 1.4em;
}



/*

--------------------------------------------------------------------------------------------------------------------
*/




p {
	margin: 0px 0px 10px 0px;
	padding: 4px;
}

a {
	color: #066839;
}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 1.75em;
}

h3 {
	font-size: 1.5em;
}

h4 {
	font-size: 1.3em;
	margin-bottom: 5px;
	
}

h5 {
	font-size: 0.8em;
	margin-bottom: 10px;
	
}
