body {
	background: #8CBD3A;
	color: #333333;
	font-size: 12px;
}

a {
	color: #333333;
	text-decoration: none;
	cursor:pointer;
}


a:hover {
	text-decoration: underline;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Georgia, serif;
	font-weight: normal;
}

h2 {	}

p {

}

#head{
background: #ffffff;
height:120px;
margin:0;
padding: 0;
border-bottom: 1px solid #cccccc;
}

#head h1 {
background:url("../imgs/logo.jpg") no-repeat scroll transparent;
display:block;
height:80px;
text-indent:-9999px;
width:380px;
float:left;
margin-top:20px;
}

#head img {
padding-top: 30px;
}

#head ul {
margin:40px 10px;
float:right;
}
#head ul li{
list-style:none;
display:inline;
color:#555;
margin-left: 20px;
}

#head ul a{
color:#275D33;
font-size:18px;
cursor:pointer;
}

#front-page{
background: #ffffff;
height:278px;
margin-top:12px;
margin-bottom:12px;
border:1px solid #dddddd;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
}

#front-page .left_sidebar {
	margin:8px;
}

.featured_list h2{
margin-bottom:0;
}

.featured_list ul{
list-style:none;
}
.featured_list li{
border:1px solid #EEEEEE;
height:80px;
margin:8px;
list-style:none;
text-align:center;
}

.featured_list h2 {
color: AF0017;
}

.featured_list li:hover {
	border:1px solid #EEEEEE;
	background-color:#009ED5;
	height:80px;
	margin:8px;
	list-style:none;
	text-align:center;
}


#front-page .right_featured{
	margin:8px;
	border:1px solid #EEEEEE;
	height:260px;
	width:712px;
	position:absolute;
	overflow: auto;
}
.right_featured h1, .right_featured h2, .right_featured p, .right_featured h3{ margin:8px;}

.right_featured {
text-align: justify;
}

#main{
margin-top:10px;
}


#mainimg{
background-color:#ffffff;
border: 1px solid #dddddd;
padding:5px;
margin-left: 180px;
margin-bottom: 15px;
height: 150px;
}

#logo2 {
display: block;
margin-left: auto;
margin-right: auto;
margin-top: 20px;
height: 150px;
}

#sidebar{
padding-bottom:25px;
width: 280px;
}

#blocks {
width: 960px;
margin-left: auto;
margin-right: auto;
display: inline-block;
}

.sidebar-content{
margin-left:15px;
background: #ffffff;
padding: 10px;
border: 1px solid #cccccc;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
border-radius: 10px;
}

.grid_4 a, .grid_4 a:visited {
color: #333333;
}

.grid_4 {
text-align: justify;
color: #333333;
}

.grid_4 h1,.grid_4 h2,.grid_4 h3,.grid_4 h4 {
text-align: center;
}

.grid_8 {
color: #333333;
}

td {
vertical-align: top;
}

#contact-form textarea, #contact-form input {
width: 500px;
padding: 5px;
margin: 3px;
}
