h1 {
	font-size: 2em;
	line-height: 1.077em;
	font-weight: bold;
	color: #3186bc;
	margin-bottom: 1.077em;
}

h2 {
	font-size: 1.538em;
	font-weight: bold;
	color: #3186bc;
	margin-bottom: 25px;
	line-height:1.238em;
}

h3 {
	color: #3186bc;
	font-size: 1.154em;
	font-weight: bold;
}

/* lists */
.paragraph ul,
.linkList ul {
	margin-left: 0;
	padding-left: 0;
	list-style: none;
}

.paragraph ul li,
.linkList ul li {
	background: url(../img/content/bullet-sprite.png) -16px 0 no-repeat;
	padding-left: 23px;
	list-style: none;
}


.linkList ul li {
	background-position: 0px -16px;
	margin-bottom: 0.231em;
}

.linkList ul ul {
	margin-top: 0.231em;
}

/* file types for link list */
.linkList ul li.pdf { background: url(../img/filetypes/pdf.png) 0 0 no-repeat; }
.linkList ul li.zip { background: url(../img/filetypes/zip.png) 0 0 no-repeat; }
.linkList ul li.doc { background: url(../img/filetypes/doc.png) 0 0 no-repeat; }

/* tables */
table {
	border: none;
	border-spacing: 1px;
	width: 100%;
}

table td,
table th {
	padding: 4px;
	vertical-align: top;
}

table th {
	background-color: #71b5e2;
	color: #fff;
	padding: 6px;
	text-align: center;
}

table tr.odd td {
	background-color: #edf4fc;
}



/* serivce area under content */
#contentService ul {
	margin: 0;
	padding: 50px 0 0 0;
	list-style: none;
}

#contentService li {
	display: inline;
}

.withImage .image {
	float: right;
	margin: 0 0 15px 15px;
}

/* content teaser */
.contentTeaser .image {
	float: left;
	width: 166px;
}

.contentTeaser .text {
	width: 317px;
	float: left;
}


.contentTeaser h2 {
	font-size: 1.231em;
	margin-bottom: 0.313em;
}

/* sldieshow */
.slideshow {
	background-color: #ecf4fb;
}

.slideshow .stage {
	position: relative;
	overflow: hidden;
}

.slideshow .prevLink,
.slideshow .nextLink {
	display: block;
	background-image: url(../img/buttons/button-sprite.png);
	position: absolute;
	width: 17px;
	height: 17px;
	right: 27px;
	top: 5px;
	z-index: 50;
}

.slideshow .nextLink {
	right: 6px;
}

.slideshow .prevLink { background-position: 0 -328px; }
.slideshow .prevLink:hover { background-position: -17px -328px; }

.slideshow .nextLink { background-position: -34px -328px; }
.slideshow .nextLink:hover { background-position: -51px -328px; }

.slideshow .image-wrapper {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 40;
	width: 100%;
	text-align: center;
}

.slideshow .image-wrapper img {
	margin: 0 auto;
}

.slideshow .image-wrapper-loading {
	background: url(../img/content/slideshow-loader.gif) 50% 50% no-repeat;
}

.slideshow .caption {
	padding: 10px;
	font-size: 0.923em;
}

.slideshow .progress-bar {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 51;
	opacity: 0.5;
}

.slideshow .progress-bar .inner {
	margin: 10px;
	background: #000;
	border: 1px solid #fff;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.slideshow .progress-bar .slider {
	height: 6px;
	width: 0;
	background-color: #fff;
}

.slideshow-nojs .stage {
	position: static;
	overflow: visible;
}

.slideshow-nojs .image-wrapper  {
	position: static;
}

/* videos */

.video {
	text-align: center;
	padding: 0 0 20px 0;
}

/* tabs */
.tabs {
	background: url(../img/tabs/tab-sprite.png) 0 -186px repeat-x;
	width: 100%;
}

.tabs ul {
	margin: 0;
	padding: 0;
	list-style: none;
	height: 31px;
}

.tabs ul li {
	display: block;
	float: left;
	margin: 0;
	padding: 0;
	list-style: none;
	height: 31px;
}

.tabs a {
	background-image: url(../img/tabs/tab-sprite.png);
	display: block;
	height: 31px;
	line-height: 29px;
	vertical-align: middle;
	text-decoration: none;
	text-align: center;
	background-position: 0 0;
	padding: 0 0 0 10px;
	font-weight: bold;
	font-size:13px;
}

.tabs a.active{
	color: #ec7809;
}

.tabs a span {
	display: block;
	background-image: url(../img/tabs/tab-sprite.png);
}

.tabs li.first a {
	background-position: 0 -31px;
}

.tabs a span {
	background-position: 100% 0;
	padding: 0 10px 0 0;
}

.tabs a span span {
	background-position: 0 -62px;
	padding: 2px 16px 0 16px;

}

.tabs a.active {
	background-position: 0 -93px;
}

.tabs li.first a.active {
	background-position: 0 -124px;
}

.tabs a.active span {
	background-position: 100% -93px;
}


.tabs a.active span span {
	background-position: 0 -155px;
}


.tabContents {
	background: url(../img/tabs/tab-content-bg-sprite.png) -687px 100% no-repeat;
	padding-bottom: 10px;
}

.innerTabContents {
	background: url(../img/tabs/tab-content-bg-sprite.png) 0 0 repeat-y;
	padding: 20px;
}


/* faq list */
dt {
	margin: 0;
	padding: 0;
}

dt a,
dt a.closed {
	padding-left: 10px;
	background: url(../img/buttons/plus-minus-sprite.png) -48px 0 no-repeat;
}

dt a.closed:hover {
	background-position: -16px -32px;
	color: #ec7809;
}

dt a.open,
dt a.open:hover {
	background-position: 0 -48px;
	color: #ec7809;
}


dd {
	padding: 1.143em 0;
	margin: 0;
	width: 647px;
}

/* pagination */
.paginationWrapper {
	line-height: 1.25em;
	height: 1.25em;
	margin-bottom: 0.833em;
}


.currentResults {
	float: left;
}

.pagination {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 0.923em;
	float: right;
}

.pagination li {
	float: left;
	background: url(../img/buttons/button-sprite.png) -80px -300px no-repeat;
	padding: 0 0 0 9px;
	margin: 0 0 0 8px;
	vertical-align: top;
}

.pagination li.first,
.pagination li.prev-page,
.pagination li.next-page {
	background: none;
	margin: 0;
}

.pagination .prev-page {
	padding: 0;
}

.pagination li.current {
	color: #ed7f2c;
	font-weight: bold;
}

.pagination .prev-page a,
.pagination .next-page a {
	background-image: url(../img/buttons/button-sprite.png);
	background-repeat: no-repeat;
	display: block;
	overflow: hidden;
	text-indent: -1000em;
	width: 15px;
	height: 15px;
}

.pagination a {
	color: inherit;
	text-decoration: none;
}


.pagination .prev-page a { background-position: 0 -300px; }
.pagination .prev-page a:active { background-position: -15px -300px; }

.pagination .next-page a { background-position: -30px -300px; }
.pagination .next-page a:active { background-position: -45px -300px; }


/* search results */
.search ul.results {
	list-style: none;
	margin: 0;
	padding: 1.385em 0 0 0;
	border-top: 1px solid #bed8ea;
}

.search ul.results li {
	margin: 0 0 1.385em;
	padding: 0 0 1.385em;
	border-bottom: 1px solid #bed8ea;
}

.search ul.results li p.title {
	padding-left: 100px;
	margin-bottom: 0.769em;
}

.search ul.results li p.title span.date {
	position: relative;
	display: -moz-inline-box; /* ff2 */
	display: inline-block;
	width: 100px;
	left: -100px;
	margin-right: -100px;
	color: #3186bc;
}

.search ul.results li p.title a {
	font-size: 1.154em;
	font-weight: bold;
	background: url(../img/buttons/button-sprite.png) -97px -345px no-repeat;
	padding-left: 11px;
}

.search ul.results li p.title a:visited { background-position: -57px -385px; }
.search ul.results li p.title a:hover { background-position: -77px -365px; }

.search ul.results li p.abstract {
	padding-left: 111px;
}

.bodySearch {
	margin: 0 0 0.769em 0;
}

.bodySearch label,
.bodySearch input,
.bodySearch a {
	float: left;
	margin-right: 10px;
}

#bodySearchTerm {
	width: 158px;
}

.bodySearch label {
	font-weight: bold;
}


/* sitemap */
.sitemap .first-col {
	float: left;
	width: 315px;
	padding-right: 57px;
}

.sitemap .second-col {
	float: left;
	width: 315px;
}


.sitemap ul {
	margin: 0;
	padding: 0;
	list-style: none;
}


.sitemap ul {
	font-size: 1.154em;
	font-weight: bold;
}

.sitemap li {
	margin-bottom: 2px;
}

.sitemap li a {
	padding: 0 0 0 11px;
	background: url(../img/buttons/sitemap-arrow-sprite.png) -40px 0 no-repeat;
}

.sitemap li a:visited { background-position: 0 -40px; }
.sitemap li a:hover { background-position: -20px -20px; }

.sitemap ul ul {
	font-size: 0.8em;
	margin-top: 2px;
}

.sitemap li li {
	padding-left: 22px;
}

.sitemap li li a {
	padding: 0;
	background: none;
}

.sitemap ul ul ul {
	font-size: 1em;
	font-weight: normal;
}

.sitemap li li li {
	padding-left: 11px;
}

.disclaimer{
    margin:10px;
}

.disclaimer .form_element_button{
    padding-top: 20px;
}

.linkLike{
   color:#3186BC;
   text-decoration:underline;
}

#gwtbookmark,li#bookmark{
    display:none;
}

/* sldieshow */
.leftSlideshow {
	background: url("../httpd/img/layout/leftCol-headline-small-bg.png") no-repeat scroll 100% 0 transparent;
	width: 218px;
}
#leftCol .leftSlideshow h2.title{
	color: white;
	text-align: right;
	padding-top: 5px;
	padding-right: 18px;
}
.leftSlideshow .stage {
	position: relative;
}

.leftSlideshow .prevLink,
.leftSlideshow .nextLink {
	display: block;
	background: url("../img/buttons/rightCol-arrow-sprite.png") no-repeat scroll 0 0 transparent;
	position: absolute;
	width: 11px;
	height: 11px;
	right: 27px;
	top: 60px;
	z-index: 11;
}

.leftSlideshow .prevLink { background-position: 0 0; left: -6px; }

.leftSlideshow .nextLink { background-position: -11px 0; right: 6px; }

.leftSlideshow .image-wrapper,.leftSlideshow .progress-bar {display: none ! important; visibility: hidden;}

.leftSlideshow .caption {
	padding: 10px;
	font-size: 0.923em;
	line-height: 1.308em;
	width: 185px;
}
#leftCol .leftSlideshow .caption h2{
	font-size: 13px;
}

.slideshow-nojs .stage {
	position: static;
	overflow: visible;
}
.leftSlideshow .readmorelink a {
    background: url("../img/buttons/teaser-plus.png") no-repeat scroll 0 0 transparent;
    display: block;
    height: 25px;
    text-decoration: none;
    width: 25px;
    position: relative;
    left: 180px;
}
.leftSlideshow .readmorelink a span {display: none;}

