@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, #main, #footer { clear:both; }

	.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 20px 0 0; }
	.subcr { padding: 0 0 0 20px; }

	.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;
	}

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

	#ie_clearing { display: none }

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

	div.shadow {
		position: relative;

		padding: 0 10px 10px 0;

		width: 630px;

		background: url(/stream/images/layout/shadow_b.gif) no-repeat 100% 100%;
	}

	div.shadow div.edge-r {
		position: absolute;

		top: 0;
		right: 0;

		width: 10px;
		height: 100%;

		font-size: 0;
		line-height: 0;

		background: url(/stream/images/layout/shadow_r.gif) repeat-y 0% 0%;

		z-index: -4;
	}

	div.shadow div.edge-tr {
		position: absolute;

		top: 0;
		right: 0;

		width: 10px;
		height: 10px;

		font-size: 0;
		line-height: 0;

		background: url(/stream/images/layout/shadow_tr.gif) no-repeat 0% 0%;

		z-index: -2;
	}

	html {
		height: 100%;
	}

	body {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 9pt;

		background: #430808;
	}

	div.page_margins {
		margin: 20px auto 10px auto;

		width: 950px;
	}

	#headimage {
		position: absolute;

		top: 175px;
		left: 0;
	}

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

	#col3_content {
		padding: 20px 20px 20px 40px;

		background: #ffffff url(/stream/images/layout/col3_bg.gif) no-repeat top left;
	}

	#col1 {
		position: relative;

		float: left;

		width: 310px;
		min-height: 575px;
		height: auto !important;
		height: 575px;

		text-align: center;

		color: #ffffff;
		background: url(/stream/images/layout/logo.jpg) no-repeat;
	}

	#col3 {
		margin: 0 0 0 310px;
		padding: 15px 0 0 0;

		text-align: left;

		line-height: 125%;

		color: #333333;
	}

	#nav {
		padding: 0 0 0 10px;

		height: 150px;

		background: #6a0c0c;

		overflow: hidden;
	}

	#nav ul,
	#nav li {
		margin: 0;
		padding: 0;

		float: left;

		list-style-type: none;
	}

	#nav a {
		display: block;

		padding: 110px 10px 20px 10px;	

		font-family: Times;
		font-size: 11.5pt;
		font-weight: normal;
		font-variant: small-caps;

		text-decoration: none;

		color: #ffffff;
	}

	#nav li.active a {
		background: #831414;
	}

	#nav a:hover {
		background: #831414;
	}

	#col1_content a {
		font-family: Times;
		font-size: 12pt;
		font-weight: normal;
		font-variant: small-caps;

		text-decoration: none;

		color: #ffffff;
	}

	#col3_content div.block_content {
	}

	#col3_content div.block_content.border_top {
		margin-top: 16px;
	}

	#col3_content div.block_content.border_bottom {
		margin-bottom: 16px;
	}

	#col3_content .subcolumns {
		margin-bottom: 16px;
	}

	#col3_content div.block_content.block_image {
		background: #f0f0f0;
	}

	#col3_content div.block_content.block_image div.image {
		padding: 5px 0 5px 10px;
	}

	#col3_content div.block_content.block_image div.text {
		padding: 0 10px 5px 10px;
	}

	#col3_content div.block_content.block_image.subcolumns {
		margin-bottom: 0;
	}

	#col3_content div.leadpage {
		padding: 5px 10px 5px 5px;

		font-size: 8pt;

		background: #f0f0f0;
	}

	#col3_content div.leadpage ul {
		margin: 0;
		padding: 0;

		list-style-type: none;
		list-style-image: none;
	}

	#col3_content div.leadpage li {
		margin: 10px 0 10px 5px;
		padding: 0 0 0 5px;

		border-left: 1px solid #810000;
	}

	#col3_content div.leadpage a {
		font-weight: bold;

		text-decoration: underline;

		color: #810000;
	}

	#col3_content div.leadpage a:hover {
		color: #430808;
	}

	#col3_content a {
		font-weight: bold;

		text-decoration: underline;

		color: #810000;
	}

	#col3_content a:hover {
		color: #430808;
	}

	#col3_content h1 {
		margin: 30px 0;
		padding: 0;

		font-family: Times;
		font-size: 17pt;
		font-weight: normal;
		font-variant: small-caps;

		line-height: 100%;

		text-align: left;

		color: #810000;
	}

	#col3_content h2 {
		margin: 5px 0;
		padding: 0;

		font-size: 9pt;
		font-weight: bold;

		text-align: left;

		color: #333333;
	}

	#col3_content h3 {
		margin: 5px 0;
		padding: 0;

		font-size: 9pt;
		font-weight: bold;
		font-style: italic;

		text-align: left;

		color: #333333;
	}

	#col3_content ul {
		margin: 0;
		padding: 0 0 0 14px;

		list-style-image: url(/stream/images/layout/bull.png);
	}

	#col3_content li {
		margin: 0;
		padding: 0;
	}

	#location {
		margin: 0 0 20px -20px;

		color: #810000;
	}

	#location a {
		text-decoration: none;

		color: #810000;
	}

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

	#col3_content .contactform .subcolumns .subcolumns {
		margin: 5px 0 5px 0;
		padding: 5px;

		background: #f0f0f0;
	} 

	#col3_content .contactform label {
		display: block;

		margin: 10px 0 5px 0;
		padding: 0;

		width: 100%;

		font-size: 9.5pt;
	}

	#col3_content .contactform label.inline {
		display: inline;

		margin: 0 5px;

		width: auto;
	}

	#col3_content .contactform input.text {
		width: 85%;
	}

	#col3_content .contactform textarea {
		width: 90%;
		height: 85px;
	}

	.image.mode_edit {
		position: absolute !important;

		top: 0;
		left: 0;
	}
}

@media print
{
	body {
		background: #ffffff;
	}
}


