@charset "UTF-8";
#mainContent {
	float: left;
	padding-left: 45px;
	margin-top: 10%;
	margin-bottom: 20px;
	width: 56%;
}
#mainContent img {
	float: left;
	margin-top: -15px;
	border: 5px solid #005200;
	-webkit-box-shadow: rgba(0, 0, 0, .5) 0px 3px 5px;

	-moz-box-shadow: rgba(0, 0, 0, .5) 0px 3px 5px;
	margin-right: 15px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
#mainContent h3 {
	color: #003900;
	font-size: 19px;
	font-weight: bold;
	padding: 12px;
	margin-bottom: 20px;
	margin-right: 25px;
	background-color: rgba(80, 80, 30, .3);
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
#mainContent p{
	color: #005200;
	font: 15px Georgia, "Times New Roman", Times, serif;
	line-height: 1.4em;
	padding-bottom: 5px;
}#mainContent p.readMore{
	font-weight: bold;
	text-decoration: underline;
}

/*Projects
-----------*/
#projects{
	padding-top: 40px;
	clear: both;
}#projects h3{
	margin-bottom: 10px;	
}#projects ul{
	margin-top: 15px;
	color: #005200;
	font: .88em Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
}#projects ul li{
	list-style-position: inside;
	list-style-type: none;
	padding: 10px 0 5px 10px;
}#projects ul li:first-child{
	padding-top: 0px;
}
#projects ul li a{
	text-decoration: underline;
	color: #005200;
}#projects ul li a:hover{
	color: #006900;
	text-shadow: rgba(255, 255, 255, .5) 0px 0px 10px;
}
/*-------------------------------*/

#newsContent{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	line-height: 1.6em;
	padding: 8% 30px 0 30px;
	float: right;
	height: 34em;
	width: 30%;
	background-color: #f0ecc5;
	background-image: url(../images/shadow.png);

	background-repeat: no-repeat;

	background-position: left;
	color: #005100;
}
.clear{
	clear: both;
}
#nav{
	position: absolute;
	width: 100%;
	left:0px;
}
