body {
	margin: 0;
	padding: 0;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	text-align: center;
}

p , h1, h2, h3, h4 {
	margin: 0;
	padding: 0;
	margin-bottom: 12px;
}

h1 {
	font-size: 180%;
}

h2 {
	font-size: 160%;
}

h3 {
	font-size: 140%;
}

h4 {
	font-size: 120%;
}

.clr {
	clear: both;
}

#wrapper {
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	width: 990px;
}

#header{
	width: 100%;
	border-bottom: 5px solid #e6332a;
	margin-bottom: 20px;
	height: 100px;
	padding: 10px;
}

#menu {
	width: 22%;
	float: left;
}

#menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#menu li {
	line-height: 20px;
}

#menu li .active {
	bachground-color: #e6332a;
	color: #FFFFFF;
}

#menu ul  ul {
	margin-left: 10px;
	margin-bottom: 12px;
}

#menu li a {
	font-size: 100%;
	text-decoration: none;
	color: #000000;
}

#menu li a:hover {
	color: #e6332a;
}

#content {
	width: 77%;
	float: right;
}


#footer{
	margin-top: 20px;
	width: 100%;
	border-top: 5px solid #e6332a;
	padding: 20px;
}

table {
	margin: 0;
	padding: 0;
	width: 100%;
	margin-top: 12px;
	border-collapse: collapse;
}
th {
	text-align: left;
	font-size: 76%;
	background-color: #e6332a;
	color: #FFF;
}
.td_center {
	text-align: center;
}

/* form */
/*General rules*/
#survey input {
    line-height:18px;
}
/*Text, email & tel input fields*/
#survey input[type=text],
#survey input[type=email],
#survey input[type=tel] {
    width:300px;
    margin-bottom:8px;
    padding:2px 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border:1px solid #CCC;
}
/*Just the tel field*/
#survey input[type=tel] {
    width:150px;
}

/**
 * style input elements that have a required
 * attribute and a focus state
 */
#survey input:required:focus {
  border: 1px solid red;
  outline: none;
}

/**
 * style input elements that have a required
 * attribute and a hover state
 */
#survey input:required:hover {
  opacity: 1;
}
#survey .required {
    font-weight: bold;
}
#survey .required {
    color: #e32;
    content: ' *';
    display:inline;
}

/*The Submit Button */
#survey input[type=button] {
    margin-top:5px;
    margin-left:60px;
    padding:2px 20px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border:2px solid #06C;
    background-color:#09F;
    color:#fff;
    font-weight:bold;
}
a.radio-picture-1 {
	border: 2px solid transparent;
	display: inline-block;
	/*margin-right: 5px;*/
	text-decoration: none;
}
a.radio-picture-1:hover {
	border:2px dashed red;
}
a.green-border-1 {
	border:2px solid green;
}
.hidden {
	display: none;
}

.btn-style{
	border : solid 1px #e6e6e6;
	border-radius : 3px;
	moz-border-radius : 3px;
	-webkit-box-shadow : 0px 0px 2px rgba(0,0,0,1.0);
	-moz-box-shadow : 0px 0px 2px rgba(0,0,0,1.0);
	box-shadow : 0px 0px 2px rgba(0,0,0,1.0);
	font-size : 90%;
	color : #696869;
	padding : 1px 17px;
	background : #ffffff;
	background : -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(49%,#f1f1f1), color-stop(51%,#e1e1e1), color-stop(100%,#f6f6f6));
	background : -moz-linear-gradient(top, #ffffff 0%, #f1f1f1 49%, #e1e1e1 51%, #f6f6f6 100%);
	background : -webkit-linear-gradient(top, #ffffff 0%, #f1f1f1 49%, #e1e1e1 51%, #f6f6f6 100%);
	background : -o-linear-gradient(top, #ffffff 0%, #f1f1f1 49%, #e1e1e1 51%, #f6f6f6 100%);
	background : -ms-linear-gradient(top, #ffffff 0%, #f1f1f1 49%, #e1e1e1 51%, #f6f6f6 100%);
	background : linear-gradient(top, #ffffff 0%, #f1f1f1 49%, #e1e1e1 51%, #f6f6f6 100%);
	filter : progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f6f6f6',GradientType=0 );
}

.news-block .news-category {
	padding: 20px 0;
}

.news-block .news-wrapper {
	margin: 0 -2% -2% -2%;
}

.news-block .news-category .news-item {
	width: 46%;
	margin: 2%;
	height: 230px;
	float: left;
	background-position: center;
	background-color: #e6332a;
	-webkit-background-size: cover;
	background-size: cover;
	position: relative;
	line-height: 50px;
}

.news-block .news-category .news-item a {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	top: 0;
}
.news-block .news-category .news-item a:hover .news-item-title  {
	text-decoration: underline;
	opacity: 1;
}

.news-block .news-category .news-item .news-item-title {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 50px;
	background-color: #e6332a;
	color: #FFF;
	padding: 0 20px;
	opacity: 0.9;
}

.news-block .news-category .news-item .news-item-title .title-text {
	height: 100%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.news-block .news-category .news-item:first-child {
	width: 96%;
	margin: 2%;
	float: none;
}

.news-block .news-intro {
	font-weight: bold;
}

.news-block .news-information {
	font-size: 0.9em;
}

.news-block .back-link,
.news-block .back-link:visited {
	color: #e6332a;
	margin-bottom: 10px;
	display: inline-block;
}