/* styles for the main page */
div#menu {
	/*display:none;*/
}
.content {
	margin: 0px;
	margin-bottom: 10px;
}
.title {
	display: none;
}
.section-teaser {
	background-color:#ffffff;
	/*border:4px solid #3f85c1;*/
	clear:both;
	height: 320px;
	/*margin-left:-40px;*/
}

.section-teaser h2 {
	/*font-family:georgia,serif;*/
	font-size:1.615em;
	line-height:0.952em;
	margin-left:0.619em;
	margin-right:0.619em;
	margin-bottom:0;
	margin-top:10px;
}

.section-teaser-inner {
	padding-bottom:5em;
	position:relative;
	background-color:#FFFFFF;
	border:1px solid #A4CFDE;
}

.teaser-window {
	direction:ltr;
	overflow:hidden;
	position: relative;
	height: 250px;
}

li.hide {
	/*visibility:hidden;*/
}

.section-teaser .teaser-header {
	background-image:url(../_images/footers_bg/listing-footer.gif);
	background-position:left top;
	background-repeat:repeat-x;
	overflow:hidden;
	width:100%;
	bottom: 0;
	height:38px;
	left:0;
	position:absolute;
	font-size: 14px;
	font-weight:bold;
}

.section-teaser .teaser-header ol {
	list-style-type:none;
	margin-top: 0px;
}

.section-teaser .teaser-header ol li {
	float:left;
	margin:0 2.1em 0.5em 0;
	/*padding:0.5em 0 0;*/
	position:relative;
	/*top:-1px;*/
	white-space:nowrap;
}

.section-teaser .teaser-header li.non-selected {
	/*top: -12px;*/
	height:20px;
	padding-top:9px;
}

.section-teaser .teaser-header div.selected-teaser {
	background-image:url(../_images/footers_bg/panel-selected.png);
	background-position:center top;
	background-repeat:no-repeat;
	/*margin-top: -20px;*/
	width: 100%;
	height:9px;	
}

/* IE7 specific to let the select image show */
*:first-child+html .section-teaser .teaser-header div.selected-teaser {
	background-image:url(../_images/footers_bg/panel-selected.png);
	background-position:center top;
	background-repeat:no-repeat;
	/*margin-top: -20px;*/
	width: 15px;
	height:9px;	
}


.section-teaser .teaser-header a:link, 
.section-teaser .teaser-header a:visited, 
.section-teaser .teaser-header a:hover, 
.section-teaser .teaser-header a:focus, 
.section-teaser .teaser-header a:active {
	cursor: pointer;
	color:#54647E;
	text-decoration:none;
}

.teaser-items {
	list-style-type:none;
	margin:0;
	padding:0;
	overflow:hidden;
}

.section-teaser .teaser-window ol.teaser-items {
	direction:ltr;
	left:0;
	margin:0;
	overflow:hidden;
	padding:0;
	position:relative;
	width:50000px;
	right: -50000px;
	height: 340px;
}

.teaser-items li {
	margin:0;
	padding:0;
}

.section-teaser .teaser-window ol.teaser-items li {
	float:left;
	margin:0;
	padding:0;
}

.section-teaser .slideshow-controls {
	/*margin:-98px 0 0;*/
	position: relative;
	bottom: -60px;
}

.section-teaser .teaser-window ol.description-list li {
	float: none;
	list-style: square outside none;
	text-align: left;
}

.section-teaser .prev, .section-teaser .next {
	background-image:url(../_images/buttons/arrows-scroller.png);
	background-position:0 0;
	background-repeat:no-repeat;
	bottom:1.6em;
	cursor:pointer;
	display:block;
	height:27px;
	left:8px;
	overflow:hidden;
	position:absolute;
	text-decoration:none;
	text-indent:-5000px;
	width:27px;
}

.section-teaser .next {
	background-position:0 -150px;
	left:auto;
	right:8px;
}

.section-teaser .active.prev {
	background-position:0 -50px;
}

.section-teaser .active.next {
	background-position:0 -200px;
}

.section-teaser .active.prev:focus, .section-teaser .active.prev:hover {
	background-position:0 -100px;
}

.section-teaser .column-wrapper {
	margin:0 1em;
	overflow:hidden;
	margin-top: 20px;
}

.column {
	display:inline;
	float:left;
	margin-left:2%;
	width:45%;
	/*border-left:1px dotted #A4CFDE;*/
	text-align:center;
	padding-left: 8px;
}

.section-teaser .single {
	border-left:medium none;
	padding-left: 0px;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}

.info-columns {
	margin-left:2%;
	border-left:1px dotted #A4CFDE;
	padding-left: 8px;
}

.info-window {
	margin-top: 20px;
}

/* the following two classes should be put in the end to make it high priority*/
.first {
	border-left:medium none;
	padding-left: 0px;
}

.description {
	height: 210px;
	padding-top: 30px;
}

/* styles for news headlines section */
.news-pane-list{
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0;
	padding:0;
}

.news-pane-list li {
	background:#ffffff none repeat scroll 0 0;
	border-top:1px solid #A4CFDE;
	cursor:pointer;
	padding:10px 20px;
}
.news-pane-list li:hover {
	background:#e9fdff none repeat scroll 0 0;
}


.info-window h1 {
	font-size: 12pt;
	font-weight: normal;
}

.welcome-text {
	color: #444444; 
	font-size: 26px; 
	font-weight: normal; 
	margin-bottom:20px; 
	text-shadow:0.1em 0.1em 0.2em #A4CFDE;
	position:relative;
	bottom:-20px;
	line-height:30px;

}
