@charset "utf-8";
/* CSS Document */
.homeButton {
display:none;
}
#home {
background:#7eb342;
border-bottom:1px solid #fcf6e0;
}
h2 {
font-size:180%;
margin-bottom:35px;
}
#flash {
border-top:1px solid #fcf6e0;
}
ul.newsList {
padding:20px 0px 0 0px;
margin:0;
}
.newsList li {
float:left;
margin-left:15px;
background:url(images/box_bg.gif) no-repeat;
list-style:none;
padding:30px 20px;
width:310px;
min-height:240px;
_height:240px;
}
.newsList a {
text-decoration:none;
font-family:Arial Narrow, Arial, Helvetica, sans-serif;
color:#00562a;
}