/* Global Formattings */
body {
	font-family: helvetica;	
	color: black;
	padding: 0px;
	margin: 0px;
	background-color: #ddd;
}

a img {
	border: none;
}

a, a:active, a:focus, a:link, a:visited {
	color: black;
	text-decoration: none;
}


a:hover {
	text-decoration: underline;
}


h1 {
	font-weight: bold;
	font-size: 14pt;
}

h2 {
	font-weight: bold;
	font-size: 12pt;
}


h3 {
	font-weight: bold;
	font-size: 11pt;
}

legend {
	font-weight: bold;
}

p {
	margin-top: 0px;	
}

.container {
	z-index: 20;	
	background-color:#DADADC;
	border-left-width: 1px solid black;
	border-right-width: 1px solid black;
	border: 1px solid black;
}

/* Header Area */

.eyebrow {
	position:absolute;
	left: 0px;
	right: 0px;
	width: 100%;
	height: 170px;
	z-index: -10;
	display: none;
}

.header {
	width: 950px;
	height: 352px;
	z-index: 30;
	background: url("../images/header_background.png") no-repeat;
}

#company {
	color: rgb(88,88,90);
	font-size: 29px;
	font-weight: bold;	
	text-transform: uppercase;
	text-align: center;
	width: 316px;
	height: 200px;
	float: left; 
	margin: 0px 0px 0px 0px;
	padding: 143px 0px 0px 0px;
	line-height: 29px;
	background: url('../images/globe.gif') no-repeat;
}

#logo {
	margin: 75px 0px 0px 16px;
	height: 80px;
	width: 65px;
	float: left;
}

#teaser {
	font-size: 11px;
	width: 590px;
	margin: 148px 0px 0px 11px; 
	float: left;
	padding: 0px 0px 0px 8px;
	line-height: 5px;
}


/* Main Area */

#main {
	background-color:#FBDE8A;
	line-height:135%;
	margin:0 0 0 301px;
	min-height:533px;
	width:649px;
}

#contents {
	padding:20px 56px 21px 33px;
	font-size: 10pt;
	min-height: 250px;
}

#contents ul {
	margin-top: 0px;
	padding-left: 20px;
}

#contents .bodytext {
}

.contenttabel li {
	padding: 5px;	
}

.contenttable ul {
	margin: 0px;

}

.contenttable {
	border: 1px solid #AAAAAA;	
	margin-bottom: 16px;
	width: 500px;
	font-size: 12px;
}

.contenttable td {
	vertical-align: top;
	background-color: #EEEEEE;
	width: 33%;
	padding-top: 12px;
	padding-bottom: 12px;
}

/* Navigation */


#navigation {
	float:left;
	font-size:11pt;
	height:511px;
	letter-spacing:1pt;
	padding-left:14px;
	width:287px;
	z-index:2;
}

#navigation a {
	letter-spacing: -0.2pt;
	color: black;
	text-decoration: none;
}

#navigation a:hover {
	text-decoration: underline;
}

#navigation ul {
	padding-left: 0px; 
}

#navigation li {
	margin-left: 0px;
}

.normal {
	color: rgb(25,107,41);
}

.active {
	font-weight: bold;
}

.level1 {
	list-style: none; 
	margin-left: 0px;
	font-size: 10pt;
	margin-top: 20px;
	font-weight: bold;
	text-transform: uppercase;
}

.level1 > li {
	margin-top: 9px;
}

.level2 {
	list-style: url('../images/arrow.png') disc;
	margin-left: 16px;
	font-size: 10pt;
	margin-top: 4px;
	font-weight: bold;
	letter-spacing: 0.05em;
	text-transform: none;
}
.level2 > li {
	margin-top: 2px;
}

.level3 {
	list-style: url('../images/arrow.png') circle;
	margin-left: 16px;
	margin-left: 11px;
	font-size: 9pt;	
	margin-top: 1px;
	font-weight: bold;
	letter-spacing: 0.05em;
	text-transform: none;
}

/* Top Teaser Area */

#top_of_page {
	color: #1C6F1C;
	font-size: 200%;
	line-height: 110%;
	background-color: #fff1c3;
	padding:13px 56px 13px 33px;
	margin: 0px 0px 0px 0px;
}

#top_of_page .bodytext {
	margin-bottom: 0px;
}

/* Border Area */


#border {
	float: right; 
	width: 252px;	
	height: 396px;
	margin: 0px 0px 14px 48px;
	padding: 11px 11px 11px 21px;
	font-size: 10pt;
	background: url('../images/border_bg.png') no-repeat;
}


#border ul {
	padding-left: 0px;	
	margin-left: 0px;
}

/* Footer */

#footer {
	border-top: solid 1px rgb(88,88,90);
	color: rgb(88,88,90);
	background-color: rgb(236,237,237);	
	text-align: center;
	padding: 2px;
	font-size: 9pt;
	clear: both;
}


/* Additional formattings: */
.csc-form-label-req {
	color: orange;
	font-weight: bold;
}


.news-latest-list {
	list-style: none;
	padding: 0px;
}

.news-latest-list li {
	margin: 0px 0px 12px 0px;

}

.news-latest-list li h1 {
	font-size: 12px;
	font-weight: bold;
}

.news-list-container .news-list-item{
	margin-bottom: 32px;
}

fieldset {
	margin-top: 12px;
}


.survey_item h1 {
	margin-top: 20px;
}

.csc-form-label-required label {
	color: orange;
}

.csc-form-label-required label:after {
	content: "*";
}

#contents div.news-single-item ul {
	margin-bottom: 5px;
	}
	

