.banners {
	padding: 0 0 4px;
	overflow: hidden;
}
.banners h2{
	padding: 0px;
}

.banners div {
	float: left;
	height: auto !important;
	padding: 25px 0px 25px 5px;
	width: 235px;
}

.banners p {
	padding: 0 1px 18px;
	color: #fff;
	font-size: 14px;
	line-height: 19px;
}


.banner1 {
	background: #30929f;
}
.banner1:hover {
	background: #4eb0bd;
}

.banner2 {
	background: #2aa6a6;
}
.banner2:hover {
	background: #48c4c4;
}

.banner3 {
	background: #5cbaaa;
}
.banner3:hover {
	background: #7ad8c8;
}

.banners div.banner4 {
	background: #6dc1ba;
	width: 238px;
}
.banners div.banner4:hover {
	background: #8bdfd8;
	width: 238px;
}

#section_menu a{
	font-size:13px; 
	color: #333;
}
#section_menu h2{
	text-transform: none;
	font-weight:bold; 
	color: #333;
}

#content a{
	color: #2aa6a6;
	text-decoration: underline;
}
#content a:hover{
	text-decoration: none;
}

#content h2{
	color:#333;
	font-weight: bold;
	text-transform:none;
}

span.subtitle
{
	color: #777;
	font-weight: normal;
	font-size: 14px;
	
}

/* News -------------------- */

div.news
{
	/*border: #1c7e8b solid 1px;*/
	padding: 10px;
	margin-bottom: 4px;
}

div.news_header
{
	border-bottom: #1c7e8b solid 1px;
	padding: 2px;
	margin-bottom: 6px;
}

div.news_header span.news_title
{
	font-weight: bold;
	font-size: 20px;
}
div.news_header span.news_date
{
	color: #555;
	font-size: 12px;
	float:right;
}
div.news_footer
{
	border-top: #1c7e8b solid 1px;
	height: 10px;
}
/* ---------------------------------- */

/* FAQ ------------------------------ */

#faq_list
{
	margin-top:25px;
}
#faq_list p.question
{
	font-weight: bold;
	color : #30929f;
	padding-bottom: 5px;
}
#faq_list p.answer
{
	/*font-style: italic;*/
	margin-bottom: 10px;
}


/* --------------------------------------------- */

