@charset "UTF-8";

@media all
{	/* reset */
	* { margin:0; padding: 0 }

	option { padding-left: 0.4em }

	* html body * { overflow:visible; }
	* html iframe, * html frame { overflow:auto; }
	* html frameset { overflow:hidden; }

	html { height: 100%; margin-bottom: -1px; overflow-y: scroll; }
	body {
		font-size: 100.01%;

		color: #000;
		background: #fff;
		text-align: left;
	}

	fieldset, img { border: 0 solid; }

	p { margin: 0 0 1em 0; }

	ul, ol, dl { margin: 0 0 1em 1em }
	li { margin-left: 1.5em; line-height: 1.5em; }

	dt { font-weight: bold; }
	dd { margin: 0 0 1em 2em; }

	blockquote { margin: 0 0 1em 1.5em; }
}

@media all
{	/* layout */
	#header, #nav, #teaser, #main, #footer { clear:both; }

	.clearfix:after {
		content: ".";
		display: block;
		height: 0;
		clear: both;
		visibility: hidden
	}
	.clearfix { display: block }

	#ie_clearing { display: none }

	.subcolumns { width: 100%; overflow:hidden; }

	.c50l, .c25l, .c33l, .c38l, .c66l, .c75l, .c62l {float: left; }
	.c50r, .c25r, .c33r, .c38r, .c66r, .c75r, .c62r {float: right; margin-left: -5px; }

	.c25l, .c25r { width: 25%; }
	.c33l, .c33r { width: 33.333%; }
	.c50l, .c50r { width: 50%; }
	.c66l, .c66r { width: 66.666%; }
	.c75l, .c75r { width: 75%; }
	.c38l, .c38r { width: 38.2%; }
	.c62l, .c62r { width: 61.8%; }

	.subc  { padding: 0 10px; }
	.subcl { padding: 0 10px 0 0; }
	.subcr { padding: 0 0 0 10px; }

	.subcl.multicol .block_content {
		margin: 0 20px 0 0;
	}

	.subcl.multicol .subcolumns .block_content {
		margin: 0 0 0 0;
	}

	div.contenttype_cms .subcolumns {
		margin: 0 0 20px 0;
	}
/*
	div.contenttype_cms .subcolumns div.block_content.text {
		margin: 0 0 -1em 0;
	}
*/
	div.contenttype_cms .c33l .subc,
	div.contenttype_cms .c33l .subcl,
	div.contenttype_cms .c33l .subcr,
	div.contenttype_cms .c33r .subc,
	div.contenttype_cms .c33r .subcl,
	div.contenttype_cms .c33r .subcr {
		width: 200px;
	}

	.equalize, .equalize .subcolumns { overflow:visible; display:table; table-layout:fixed; }
	.equalize .c50l,.equalize .c25l,.equalize .c33l,.equalize .c38l,.equalize .c66l,
	.equalize .c75l,.equalize .c62l,.equalize .c50r,.equalize .c25r,.equalize .c33r,
	.equalize .c38r,.equalize .c66r,.equalize .c75r,.equalize .c62r {
		display:table-cell; vertical-align:top;
		float:none; margin:0; overflow:hidden;
	}

	.skip, .hideme, .print {
		position: absolute;
		left: -1000em;
		top: -1000em;
	}

	body {
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size: 10.5pt;

		line-height: 130%;

		background: #ffffff;
	}

	.page_margins {
		margin: 0 auto 0 auto;
		padding: 0 50px 0 50px;

		width: 860px;

		background: url(/stream/images/layout/page_bg.jpg) no-repeat 50% 0%;
	}

	ul.vlist {
		margin: 0 0 0 0;
		padding: 0 0 0 0;

		list-style-type: none;
	}

	ul.vlist li {
		margin: 0 0 0 0;
		padding: 0 0 0 0;
	}

	ul.hlist {
		margin: 0 0 0 0;
		padding: 0 0 0 0;

		list-style-type: none;
	}

	ul.hlist li {
		display: inline;

		margin: 0 0 0 0;
		padding: 0 0 0 0;
	}

	#footer {
		position: relative !important;
		overflow: hidden;

		margin: 20px 0 0 220px;
		padding: 10px 0 10px 0;

		font-size: 8pt;

		border-top: 2px solid #d0d0d0;
	}

	#footer_content {
		background: #ffffff;
	}

	#footer a {
		text-decoration: none;
	}

	div.kwlayer {
		margin: 20px 0 0 0;

		font-size: 7pt;

		line-height: 130%;

		color: #a2a2a2;
	}

	div.kwlayer a {
		color: #a2a2a2;
	}

	div.kwlayer a:hover {
		color: #800000;
	}

	#header {
		padding: 0 0 10px 0;

		height: 35px;

		vertical-align: bottom;
	}

	#header .logo_icon {
		position: relative;
		float: right;
	}

	#header .logo_text {
		margin-top: 9px;

		float: left;
	}

	#toplinks {
		margin: 0 20px 0 220px;
		padding: 10px 0 10px 0;

		font-size: 8pt;
		text-transform: uppercase;

		color: #6d6d6d;
	}

	#toplinks a {
		text-decoration: none;

		color: #6d6d6d;
	}

	#toplinks a:hover {
		color: #800000;
	}

	#col1 .search {
		float: left;

		margin: 0 0 0 0.5em;
	}

	#col1 .search form {
		display: inline;
	}

	#col1 .search input {
		background: none;

		border: none;
	}

	#col1 .search input.c2w_searchval {
		padding: 0 5px;

		width: 150px;
		height: 20px;

		font-size: 8pt;

		line-height: 20px;

		color: #a2a2a2;
		background: url(/stream/images/layout/search_input_bg.jpg) no-repeat 50% 50%;
	}

	#col1 .search input.button {
		width: 20px;
		height: 20px;

		text-indent: -1000em;

		color: #efefef;
		background: url(/stream/images/layout/search_button_bg.jpg) no-repeat 50% 50%;

		cursor: pointer;

		outline: none;
	}

	#teaser {
		margin: 1px 0 1px 0;

		height: 180px;
	}

	#teaser .border-top {
		overflow: hidden;

		margin: 0 0 -15px 0;

		height: 15px;

		z-index: 24;
		background: red;
	}

	#mainimage {
		position: relative;

		overflow: hidden;

		width: 860px;
		height: 180px;
	}

	#mainimage img {
		display: block;
	}

	#mainimage img.animate {
		position: absolute;

		top: 0;
		left: 0;
	}

	#nav {
		position: relative;

		overflow: hidden;

		height: 30px;

		font-family: "Trebuchet MS", times, serif;
		font-size: 11.5pt;
		font-weight: bold;

		line-height: 30px;

		color: #efefef;
		background: url(/stream/images/layout/nav_bg.jpg) repeat-x 50% 50%;
	}

	#nav .phone {
		position: absolute;

		top: 0;
		left: 40px;
	}

	#nav a {
		display: block;

		margin: 0 0 0 0;
		padding: 0 20px 0 20px;

		height: 30px;

		text-decoration: none;

		line-height: 30px;

		color: #efefef;

		border-right: 1px solid #ffffff;
	}

	#nav li {
		display: inline;
		float: left;
	}

	#nav li.first a {
		border-left: 1px solid #ffffff;
	}

	#nav li.active a,
	#nav a:hover {
		color: #efefef;

		background: url(/stream/images/layout/nav_bg_hover.jpg) repeat-x 50% 50%;
	}

	#nav ul.hlist {
		float: left;
		display: inline;

		padding: 0 0 0 200px;

		background: url(/stream/images/layout/nav_bg_phone.jpg) no-repeat 7px 0%;
	}

	#nav2 {
		margin: 0 0 1em 0;
		padding: 40px 0 0 0;

		font-family: "Trebuchet MS", times, serif;
		font-weight: bold;

		line-height: 20px;

		color: #3d3d3d;
	}

	#nav2 a {
		display: block;

		padding: 0.25em 10px;

		text-decoration: none;

		color: #3d3d3d;

		border-top: 1px dotted #a2a2a2;
	}

	#nav2 a:hover {
		color: #800000;
	}

	#nav2 ul.level2 a span {
		margin: 0 0 0 0.25em;
	}

	#nav2 ul.vlist li.path a,
	#nav2 ul.vlist li.nopath a:hover {
		color: #efefef;
		background: #800000;
	}

	#nav2 ul.level1 li.path a,
	#nav2 ul.level1 li.nopath a:hover {
		color: #800000;
		background: transparent;

		border-top: none;
	}

	#nav2 ul.vlist {
		margin: 0 0 1em 0;

		border-bottom: 1px dotted #a2a2a2;
	}

	#nav2 ul {
		margin: 0 0 0 0;
		padding: 0 0 0 0;

		list-style-type: none;
	}

	#nav2 ul.level1 {
		background: #eedbdb;
	}

	#nav2 ul.level2 {
		background: #f7eeee;
	}

	#nav2 ul.level3 {
		background: #fbf7f7;
	}

	#nav2 ul.level1 li.path a,
	#nav2 ul.level1 li.nopath a:hover {
		background: #f7eeee;
	}

	#nav2 ul.level2 li.path a,
	#nav2 ul.level2 li.nopath a:hover {
		background: #fbf7f7;
	}

	#nav2 ul.level3 li.path a,
	#nav2 ul.level3 li.nopath a:hover {
		background: #fbf7f7;
	}

	#nav2 ul.level1 a {
		padding-left: 10px;
	}

	#nav2 ul.level2 a {
		padding-left: 10px;
	}

	#nav2 ul.level3 a {
		padding-left: 20px;
	}

	#nav2 ul ul a {
		padding: 0.125em 10px;

		font-weight: normal;

		border-top: none;
	}

	#news {
		margin: 2em 0 1em 0;
	}

	#news h1 {
		font-size: 120%;
	}

	#news h2 {
		font-size: 100%;
	}

	#news h2 a {
		text-decoration: none;

		color: #800000;
	}

	#news .news-text {
		font-size: 9pt;
	}

	#location {
		margin: 0 0 2em 0;

		font-size: 8pt;

		color: #6d6d6d;
	}

	#location a {
		margin: 0 0 0 0.5em;

		text-decoration: none;

		color: #6d6d6d;
	}

	#location a:hover {
		color: #800000;
	}

	#location li.first a {
		margin: 0 0 0 0;
	}

	#location a span {
		margin: 0 0 0 0.25em;
	}

	#main {
		color: #3d3d3d;
	}

	#col1 {
		float: left;

		width: 200px;
	}

	#col3 {
		margin: 0 0 0 200px;
	}

	#col1_content {
		padding: 10px 0 0 0;
	}

	#col3_content {
		padding: 10px 0 0 20px;
	}

	p {
		margin: 0.5em 0 1em 0;
	}

	a {
		text-decoration: underline;
		color: #800000;
	}

	a:hover {
		/*color: #3d3d3d;*/
		color: #800000;
		text-decoration: none;
	}

	a.external.wikipedia {
		color: #c913e8;
	}

	a.external.wikipedia:hover {
		color: #800000;
	}

	h1, h2, h3, h4, h5, h6 {
		margin: 0.5em 0 0.125em 0;
		padding: 0 0 0 0;

		font-family: "Trebuchet MS", times, serif;
		font-weight: bold;

		line-height: 150%;

		text-align: left;

		color: #800000;
	}

	h1 {
		font-size: 130%;

		border-top: 1px dotted #800000;
	}

	h1.kw {
		margin-bottom: 1.5em;

		font-size: 10pt;

		color: #a2a2a2;

		border-top: 1px dotted #a2a2a2;
	}

	h2 {
		font-size: 120%;

		border-top: 1px dotted #800000;
	}

	h3 {
		margin: 0 0 0.25em 0;

		font-size: 115%;
	}

	h4 {
		font-size: 110%;
	}

	h5 {
		font-size: 105%;
	}

	h6 {
		margin: -0.25em 0 0.25em 0;

		font-size: 100%;

		line-height: 120%;
	}

	table.standard caption {
		margin: 0px 2px;
		padding: 3px;

		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size: 11pt;
		font-weight: bold;

		text-align: left;

		line-height: 120%;

		color: #eeeeee;
		background: #800000;
	}

	table.standard td,
	table.standard th {
		padding: 3px;

		vertical-align: top;

		background: #f7eeee;
	}

	#col3 .tb_image_r {
		margin: 0 0 5px 10px;
	}

	#col3 .tb_image_l {
		margin: 0 10px 5px 0;
	}

	.block_content.text_pts {
		font-size: 130%;
	}

	.block_content.sitemap dl,
	.block_content.sitemap dd {
		margin: 0 0 0.25em 0;
		padding: 0 0 0 0;
	}

	.block_content.sitemap dl dl {
		margin-left: 20px;
	}

	.block_content.sitemap dl.level1 {
		margin-bottom: 1em;
	}

	.block_content.sitemap em {
		font-style: normal;
	}

	.block_content.search ol li {
		padding: 5px 0 0 0;

		list-style-type: decimal;
	}

	.block_content.search .search_info {
		padding: 10px 0 5px 0;
	}

	.block_content.search .description {
		font-size: 8pt;

		line-height: 110%;
	}

	.block_content.search .description .hl {
		padding: 0 1px;

		font-weight: bold;

		background: #f9f69b;
	}

	.block_content.search .link .hl {
		padding: 0 1px;

		font-weight: bold;

		text-decoration: inherit;

		background: #f9f69b;
	}

	.info {
		padding: 10px 0 0 0;
	}

	.info .pager {
		margin: 0 0 10px 0;

		font-size: 8pt;
	}

	.info .info-item {
		margin-bottom: 10px;

		border: 1px solid #fbf7f7;
		border-top: 1px dotted #800000;
	}

	.info .item-header {
		padding: 4px 4px 8px 4px;

		text-align: left;

		background: #ffffff;
	}

	.info .item-header a {
		text-decoration: none;

		color: #800000;
	}

	.info .item-header h1 {
		margin: 0 15% 0 0;
		padding: 0 0 0 0;

		font-family: "Trebuchet MS", times, serif;
		font-size: 115%;
		font-weight: bold;

		line-height: 150%;

		text-align: left;
		text-transform: none;

		color: #800000;

		border-top: none;
	}

	.info .item-header h2 {
		float: right;

		margin: 0 0 0 0;

		font-size: 9pt;

		border-top: none;
	}

	.info .item-text {
		display: inline-block;

		padding: 10px 10px 10px 10px;
	}

	.buttonbar {
		display: block;

		margin: 1em 0;
	}

	.buttonbar a.button {
		margin-right: 1em;
	}

	.buttonbar a.button.last {
		margin-right: 0;
	}

	a.button {
		padding: 2px 10px;

		text-decoration: none;

		line-height: 200%;

		color: #000000;

		border: 2px solid #666666;

		white-space: nowrap;

		-moz-opacity: .75;
		-ms-filter: "alpha(opacity=75)";
		filter: alpha(opacity=75);
		opacity: .75;
	}

	a:hover.button {
		-moz-opacity: 1;
		-ms-filter: "alpha(opacity=100)";
		filter: alpha(opacity=100);
		opacity: 1;
	}

	a.button.red {
		background: #ffe6e6;

		border-color: #cc0000;
	}

	a.button.green {
		background: #e5fff2;

		border-color: #006633;
	}

	a.button.orange {
		background: #ffeee5;

		border-color: #cc6633;
	}

	.block_content.search_archive .hl {
		padding: 0 1px;

		font-weight: bold;

		text-decoration: inherit;

		background: #f9f69b;
	}
}

@media all
{	/* ppts layout */
	body#ppts #header {
		padding-bottom: 20px;
	}

	body#ppts #buttons {
		display: none;

		padding: 2px 10px;

		font-size: 9pt;

		text-align: right;

		color: #efefef;
		background: url(/stream/images/layout/nav_bg.jpg) repeat-x 50% 50%;
	}

	body#ppts #buttons a {
		text-decoration: none;

		color: #efefef;
	}

	body#ppts #buttons #page-info {
		float: left;
	}

	body#ppts #buttons #page-location {
		float: left;

		margin-left: 0.5em;
		padding-left: 0.5em;

		border-left: 1px solid #ffffff;
	}

	body#ppts #pages-up-touch {
		position: absolute;

		top: 0;
		left: 0;
		right: 0;

		height: 70px;

		z-index: 990;

		background: #800000;

		-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
		filter: alpha(opacity=0);
		opacity: .0;
	}

	body#ppts #pages-prev-touch {
		position: fixed;

		top: 0;
		bottom: 0;
		left: 0;

		width: 20px;

		z-index: 1000;

		background: #800000;

		-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
		filter: alpha(opacity=0);
		opacity: .0;
	}

	body#ppts #pages-next-touch {
		position: fixed;

		top: 0;
		bottom: 0;
		right: 0;

		width: 20px;

		z-index: 1000;

		background: #800000;

		-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
		filter: alpha(opacity=0);
		opacity: .0;
	}

	body#ppts #pages {
		margin: 1em 0 0 0;
	}

	body#ppts #footer {
		margin: 1em 0 0 0;

		border: none;
	}

	body#ppts .location {
		margin: 0 0 2em 0;

		font-size: 8pt;

		color: #6d6d6d;
	}

	body#ppts .location a {
		margin: 0 0 0 0.5em;

		text-decoration: none;

		color: #6d6d6d;
	}

	body#ppts .location a:hover {
		color: #800000;
	}

	body#ppts .location li.first a {
		margin: 0 0 0 0;
	}

	body#ppts .location a span {
		margin: 0 0 0 0.25em;
	}

	body#ppts .ui-tabs-nav {
		display: none;
	}

	body#ppts .tb_image_l {
		margin: 0.5em 20px 5px 0;
	}

	body#ppts .tb_image_r {
		margin: 0.5em 0 5px 20px;
	}

	body#ppts .block_content.text_pts {
		line-height: 130%;
	}

	body#ppts li {
		margin-bottom: 0.25em;

		line-height: 130%;
	}

	body#ppts h1 {
		border-top: none;
	}

	body#ppts .tb_image.align_top {
		margin: 10px 0 20px 0;
	}
}

@media print {
	#toplinks, #teaser, #col1, #nav, table.edit_toolbar, h1.kw, div.kwlayer {
		display: none;
	}

	.page_margins {
		background-image: none;
	}

	#col3 {
		margin: 0 0 0 0;
	}

	#col3_content {
		padding: 20px 0 0 0;
	}

	#footer {
		margin: 20px 0 0 0;
	}
}
