body{
	font: normal 12px Arial, Helvetica, sans-serif;
	color: #4c4c4c;
	margin: 0px;
	padding: 0px;
	background: #ffffff url(../images/bottom_bg.gif) repeat-x fixed top center;	
}
input, select {
	font: 11px Lucida Grande, Tahoma, Verdana, Arial;
}
select, .inputbox {
	padding: 2px;
}
textarea {
	padding-left: 2px;
}
.readmore {
	background: #8aa914 url(../images/button-bg.gif) repeat-x 0 0;
	padding: 6px 15px;
	border: 1px solid #b9d448;
	-webkit-box-shadow: rgba(58, 73, 0, 1.0) 0px 0px 2px;
	box-shadow: rgba(58, 73, 0, 1.0) 0px 0px 2px;
	-moz-box-shadow: 0px 0px 1px rgba(58, 73, 0, 1.0);
	border-bottom-left-radius: 5px 5px;
	border-bottom-right-radius: 5px 5px;
	border-top-left-radius: 5px 5px;
	border-top-right-radius: 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	font: normal normal bold 13px/18px Arial, Helvetica, sans-serif;
	color: #ffffff !important;
	text-decoration: none !important;
	text-shadow: -1px -1px 0px #88a711;

}

.inputbox {
	border-top: 1px solid #BABDB6;
	border-right: 1px solid #EDEEEC;
	border-bottom: 1px solid #EDEEEC;
	border-left: 1px solid #BABDB6;
	background: #FFFFFF;
}
.inputbox:hover, .inputbox:focus {
	border: 1px solid #BABDB6;
	background: #FFFFFF;
}

.icon {
	float: left;
	margin: 0px 20px 20px 20px;
}

.icon2 {
	float: left;
	margin-top: -10px;
	margin-right: 10px;
}

.icon3 {
	float: left;
	margin: 0px 26px 20px 10px;
}

h1 {
	font: bold 16px/20px "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #4c4c4c;
	padding-bottom: 10px;
}

p {
	margin: 10px 0px 0px 0px;
	padding: 0px 0px 10px 0px;
	line-height: 18px;
}

a:link, a:visited{
	color: #338cbc;
	text-decoration: underline;
}
a:hover{
	color: #338cbc;
	text-decoration: none;
}

#main_content {
	width: 100%;
}

.leading {
	clear: both;
	padding-bottom: 30px;
	padding-top: 30px;
}

.c_padding {
	width: 960px;
	background: transparent;
	margin: 0px auto;
	padding-top: 40px;
	clear: both;
}

.clear {
	clear: both;
}

.c33 {
	float: left;
	width: 29%;
	padding: 0% 2% 0% 2%;
}
