#aboutUs{
margin: 20px;
width: 500px;
height: 320px;
overflow: hidden;
line-height: 25px;
}

#teaser{
height: 320px;
width: 700px;
background-color: #d6d5ac;
}

#teaser h3{
text-align: center;
font-size: 16pt;
}

#fhSites{
float: left;
margin-left: 25px;
}

#teaser img{
width: 200px;
border: 1px #1d1c17 solid;
border-radius: 20px;
}

#pSites{
float: left;
margin: 0px 25px;
}

#trails{
float: left;
}

#eventContainer{
position: absolute;
margin-left: 700px;
width: 300px;
height: 320px;
background-color: #bdb194;
}

#eventContainer h2{
margin-top: 10px;
text-align: center;
}

#eventContainer ul{
margin-top: 20px;
padding: 0px;
list-style: none;
}

#eventContainer li{
border-bottom: 1px #333 solid;
margin-bottom: 3px;
height: 60px;
}

#eventContainer a.eventLink{
display: block;
margin-top: 10px;
padding: 3px 10px;
font-size: 9.5pt;
text-decoration: none;
font-weight: bold;
padding-right: 20px;
color: #333;
}


.calIconMonth{
position: absolute;
font-size: 11pt;
color: #fff;
font-weight: bold;
margin-top: -11px;
margin-left: 16px;
}

.calIconMonthShadow{
position: absolute;
font-size: 11pt;
color: #000;
font-weight: bold;
margin-top: -8px;
margin-left: 18px;
}

.calIconDate{
position: absolute;
font-size: 15pt;
font-weight: bold;
margin-top: 17px;
margin-left: 23px;
}

.calIcon{
float: left;
margin: -1px 30px 0px 10px;
}

.eventDate{
padding-right: 10px;
font-size: 9pt;
}

#viewCalendar{
float: right;
margin-top: 5px;	
margin-right: 10px;
background-color: #97e61a;
border-radius: 10px;
padding: 3px 10px;
color: #000;
text-decoration: none; 
}


#map{
position: absolute;
margin-left: 550px;
margin-top: 30px;
width: 430px;
height: 320px;
border: 1px #000 solid;
}

#aboutButton{
position: absolute;
margin-top: 305px;
margin-left: 280px;
background-color: #97e61a;
border-radius: 10px;
padding: 3px 10px;
color: #000;
text-decoration: none; 
}

/*NEWS*/
#NewsHeader{
margin-top: 50px;
background-color: #d6d5ac;
padding: 10px;
font-size: 16pt;
font-weight: bold;
}

#newsContainer{
margin: 0px 20px;
padding-top: 40px;
padding-right: 20px;
}

.articleContainer{
border: 1px #333 solid;
margin-bottom: 10px;
height: 170px;
border-radius: 10px;
padding: 10px;
}

h2{
font-size: 12pt;
margin: 0px;
}

h2 span{
font-size: 10pt;
color: #333;
font-weight: normal;
font-style: italic;
}

#articleBody{
height: 70px;
text-align: justify;
overflow: hidden;
}

.articleButton{
background-color: #97e61a;
border-radius: 10px;
padding: 3px 10px;
color: #000;
text-decoration: none; 
}