@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; }
	body {
		font-size: 100.01%;

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

	fieldset, img { border: 0 solid; }

	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 { position:relative }

	#nav_sub, #main, #footer { clear:both; }

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

	#ie_clearing { display: none }

	.hide {
		display: none;
	}

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

@media all
{	/* layout */
	body {
		font-family: Verdana, Helvetica, sans-serif;
		font-size: 8pt;

		line-height: 175%;
	}

	#page_margins {
		margin: 30px 0 30px 30px;

		width: 950px;

		background-image: url(/stream/images/design/gfx_border_left.gif);
		background-repeat: repeat-y;
		background-position: left;
	}

	#page {
		padding: 0 11px 0 11px;

		background-image: url(/stream/images/design/gfx_border_right.gif);
		background-repeat: repeat-y;
		background-position: right;
	}

	#border-top {
		overflow: hidden;

		width: auto;
		height: 11px;

		background-image: url(/stream/images/design/gfx_border_top.gif);
		background-repeat: repeat-x;
		background-position: top left;
	}

	#border-bottom {
		overflow: hidden;

		width: auto;
		height: 11px;

		background-image: url(/stream/images/design/gfx_border_bottom.gif);
		background-repeat: repeat-x;
		background-position: bottom left;
	}

	#edge-tl {
		float: left;

		width: 19px;
		height: 19px;

		font-size: 0;

		background-image: url(/stream/images/design/gfx_border_ctl.gif);
		background-position: top left;
	}

	#edge-tr {
		position: relative;
		float: right;

		width: 19px;
		height: 19px;

		font-size: 0;

		background-image: url(/stream/images/design/gfx_border_ctr.gif);
		background-position: top right;
	}

	#edge-bl {
		float: left;

		margin-top: -8px;

		width: 19px;
		height: 19px;

		font-size: 0;

		background-image: url(/stream/images/design/gfx_border_cbl.gif);
		background-position: bottom left;
	}

	#edge-br {
		position: relative;
		float: right;

		margin-top: -8px;

		width: 19px;
		height: 19px;

		font-size: 0;

		background-image: url(/stream/images/design/gfx_border_cbr.gif);
		background-position: bottom right;
	}

	#main {
		background: #dcdada;
	}

  	#col1 { float: left; width: 275px }
	#col2 { display: none }
	#col3 { width: auto; margin: 0 0 0 275px }

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

	#header {
		padding: 15px 20px 33px 20px;

		font-size: 12pt;
		font-variant: small-caps;
		text-align: right;

		color: #d65050;
		background: #ffffff;

		border-bottom: 27px solid #f5f5f5;
	}

	#col1 {
		background: #dcdada;
	}

	#col3 {
		background: #f5f5f5;

		border-left: 1px solid #ffffff;
	}

	#col3_content {
		height: 380px;
		height: auto;
		min-height: 380px;
	}

	#location {
		margin: 0 10px;
	}

	#location_content {
		padding: 10px 2px;
		padding-bottom: 0;

		font-size: 8pt;
		font-weight: normal;

		color: #82abca;
	}

	#location_content a {
		font-size: 8pt;
		font-weight: normal;

		text-decoration: none;

		color: #82abca;
	}

	#location_content a:hover {
		color: #477fa8;
	}

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

		font-size: 7pt;
		font-weight: normal;

		color: #666666;
	}

	#footer a {
		font-size: 7pt;
		font-weight: normal;

		text-decoration: none;

		color: #666666;
	}

	#footer a:hover {
		color: #477fa8;
	}

	#nav {
		margin: 0 0 0 0;

		width: 100%;
		float: left;

		line-height: 0px;

		background: #aaaaaa;

		border-top: 1px solid #ffffff;
		border-bottom: 1px solid #ffffff;
	}

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

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

		list-style-type: none;
	}

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

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

	#nav ul li a {
		display: block;

		padding: 8px 20px;

		text-decoration: none;

		color: #444444;
		background: #aaaaaa;

		border-right: 1px solid #ffffff;
	}

	#nav ul li.active a,
	#nav ul li a:hover {
		background: #6e9ec2;
	}

	#nav_sub {
		margin: 0 0 0 0;
		padding: 0 0 0 0;

		margin-top: -5px;

		list-style-type: none;

		border-bottom: 1px solid #ffffff;
	}

	#nav_sub li {
		margin: 0 0 0 0;
		padding: 0 0 0 0;

		border-top: 1px solid #ffffff;
	}

	#nav_sub li a {
		display: block;

		margin: 0 0 0 0;
		padding: 4px 10px 4px 10px;

		text-decoration: none;

		color: #444444;
		background: #dcd9d9;
	}

	#nav_sub li.path a,
	#nav_sub li a:hover {
		width: 255px;

		color: #6e9ec2;
		background: #f5f5f5;

		border-right: 1px solid #f5f5f5;
	}

	#nav_sub ul {
		margin: 0 -1px 0 0;
		padding: 0 0 0 20px;

		list-style-type: none;

		background: #f5f5f5;

		border-right: 1px solid #f5f5f5;
	}

	#nav_sub ul li {
		border-top: none;
	}

	#nav_sub ul li.path a,
	#nav_sub ul li a:hover {
		width: auto;

		color: #6e9ec2;
	}

	#nav_sub ul li.nopath a {
		width: auto;

		color: #464646;

		background: #f5f5f5;
	}

	#nav_sub ul li a:hover {
		color: #6e9ec2;
	}

	div.tb_image_l {
		margin: 0 10px 10px 0;
	}
	
	div.tb_image_r {
		margin: 0 0 10px 10px;
	}

	#col3_content div.sitemap dl,
	#col3_content div.sitemap dd {
		margin: 0;
		padding: 0;

		font-style: normal;
	}

	#col3_content div.sitemap dl {
		padding: 0 0 0 20px;
	}

	#col3_content div.sitemap a {
		font-style: normal;
		
		line-height: 150%;

		text-decoration: none;
	}

	#col3_content div.sitemap a em {
		font-style: normal;
	}
}

@media all
{	/* content */
	#col3 {
		color: #464646;
	}

	#col3_content a {
		text-decoration: underline;

		color: #464646;
	}

	#col3_content a:hover {
		text-decoration: underline;

		color: #464646;
	}

	#col3 h1 {
		margin: 10px 0 20px 0;
		padding: 0 0 5px 0;

		font-size: 13pt;

		color: #6e9ec2;

		border-bottom: 1px solid #6e9ec2;
	}

	#col3 h2 {
		margin: 5px 0 10px 0;
		padding: 0 0 0 0;

		font-size: 10pt;

		color: #6e9ec2;
	}

	#col3 h3 {
		margin: 15px 0 10px 0;
		padding: 0 0 0 0;

		font-size: 10pt;

		color: #464646;
	}

	#col3 #block_content li {
		line-height: 175%;
	}

	#col3 #block_content ul {
		margin: 5px 0 5px 0px;

		list-style-type: square;
	}

	#col3 #block_content ul ul {
		margin: 5px 0 5px 16px;
	}

	#col3 #block_content.division h2 a {
		color: #6e9ec2;

		text-decoration: none;
	}

	#col3 #block_content.division h3 a {
		color: #464646;

		text-decoration: none;
	}

	#col3 .leadpage ul {
		margin: 5px 0 5px 0px;

		list-style-type: square;
	}

	#col3 .leadpage ul ul {
		margin: 5px 0 5px 16px;
	}
}

