h1 {
	font-family: Georgia;
	font-size: 24px;
	padding-bottom: 12px;
	text-transform: uppercase;
}

h2 {
	font-family: Arial, Helvetica;
	font-size: 24px;
	padding-bottom: 12px;
}


a {
	color: #fe3401;
}

.label {
	display:none;
}

.left  img.float-left {
	float:left;
	padding: 5px;
	margin-right: 10px;
	margin-top: 5px;
	border: solid 1px #d8d0cb;
}

/* LIST */

.left ul {
	margin-left:35px;
	margin-top:5px;
	list-style-type:circle;
}

/* TABLE */

tbody, td {
	vertical-align:top;
}

/* NEWS */

.left .news-recent-item,
.left .news-list-item {
	border-bottom: solid 1px #d8d0cb;
	margin-bottom: 15px;
	padding-bottom: 35px;
	position: relative;
}

.left .news-recent-item h3{
	color: #fe3401;
	font-weight: bold;
} 

.news-detail_title h3 {
	font-family:Georgia;
	font-size:24px;
	padding-bottom:12px;
	padding-top:15px;
	text-transform:uppercase;
}

.news-detail_published-date h6 {
	font-size: 9px;
	color: #ccc;
	display:block;
	position:absolute;
	top:-20px;
}

.left a h3{
	text-decoration: underline;
}

.left .news-recent-item  img,
.left .news-list img {
	float:left;
	padding: 5px;
	margin-right: 10px;
	margin-top: 5px;
	border: solid 1px #d8d0cb;
}

.left a.news-recent-item_more {
	color: #fff;
	display:block;
	background: #fff url(/files/cms_userfile/images/css/search_button.jpg) no-repeat left top;
	height:22px;
	width:60px;
	text-align: center;
	float:right;
	text-decoration: none;
	text-transform:uppercase;
}

.left .html,
.left .news-detail_content {
	margin-bottom: 30px;
}

.right .html-element {
	margin-bottom:30px;
}

.right a {
	text-decoration: none;
}

.address {
	font-size:10px;
	text-align:center;
}

/* CONTACT FORM*/

.simpleform {
	padding-bottom: 30px;
}

.simpleform p {
	font-weight: bold;
	color: #fe3401;
}

.simpleform input{
	width: 270px;
}

.simpleform textarea {
	width: 270px;
	height: 147px;
}

.simpleform input.submit {
	background: #fff url(/files/cms_userfile/images/css/search_button.jpg) no-repeat left top;
	border: 0;
	color: #fff;
	height:22px;
	width:60px;
	float: right;
	margin-right: 25px;
}