@charset "UTF-8";

body
{
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #222222;
	line-height: 1.5em;
	background-color: #3c2415;
	text-align: left;
	padding: 0px;
}

#mainframe
{
	margin: 0px auto 12px auto;
	width: 960px;
	background-color: #ffffff;
	padding: 0;
	min-height: 600px;
	max-height: 100%;
}

#content
{
	width: 715px;
	float: right;
	margin: 0;
}

#navigation_column
{
	width: 230px;
	float: left;
	margin: 0;
	height: 100%;
}

#menu
{
	width: 230px;
	clear: both;
	margin: 0;
}

#contact_copyright
{
	width: 200px;
	margin: 0 0 0 20px;
	font-size: 90%;
	line-height: 1.2em;
	padding: 12px 0 0 0;
}

#center_column
{
	width: 470px;
	float: left;
	margin: 0;
	background-image: url(/img/u/center_back.png);
	background-repeat: repeat-y;
}

#content_one_column
{
	width: 715px;
	margin: 0;
	background-image: url(/img/u/side_back.png);
	background-repeat: repeat-y;
}

#onecolumn_center
{
	width: 434px;
	clear: both;
	margin: 0 auto 0 auto;
}

#onecolumn_noside
{
	width: 679px;
	clear: both;
	margin: 0 auto 0 auto;
}

#twocolumn_center
{
	width: 434px;
	clear: both;
	margin: 12px auto 0 auto;
	background-image: url(/img/u/center_divider.png);
	background-repeat: repeat-y;
}

.twocolumn_inside
{
	width: 434px;
	clear: both;
	margin: 6px 0 3px 0;
	background-image: url(/img/u/center_divider.png);
	background-repeat: repeat-y;
}

#leftcolumn_center
{
	width: 210px;
	float: left;
	margin: 0;
}

#rightcolumn_center
{
	width: 210px;
	float: right;
	margin: 0;
}

#center_bottom
{
	width: 470px;
	clear: both;
	margin: 0;
}

#sidebar_column
{
	width: 227px;
	float: right;
	margin: 0;
}

#search_container
{
	width: 227px;
	margin: 10px 0 12px 0;
	clear: both;
	text-transform: uppercase;
}

.searchbox
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border: 1px solid #b3b3b3;
	font-size: 90%;
}

input.searchbutton
{
	color: #F08800;
	font-size: 85%;
	font-weight: bold;
	line-height: 1.0em;
	background-color: #fff;
	border: 0;
}

#sidelink_container
{
	width: 227px;
	clear: both;
}

#sideitems_container
{
	width: 227px;
	clear: both;
	margin: 12px 0 0 0;
}

#sideitems_container p
{
	margin: 0 18px 9px 0;
	line-height: 1.4em;
}

#sideitems_container .right18
{
	margin-right: 18px;
}

#video_embed
{
	width: 200px;
	margin: 20px 0 0 20px;
	font-size: 90%;
	line-height: 1.2em;
	padding: 0;
}

#video_embed_right
{
	width: 200px;
	margin: 20px 0 0 0;
	font-size: 90%;
	line-height: 1.2em;
	padding: 0;
}

/* BASIC TEXT STYLES START */
h1, h2, h3, h4
{
	line-height: 1.5em;
	color: #F37121;
	font-weight: normal;
}

h1
{
	font-size: 150%;
	margin: 9px 0 3px 0;
}

h2
{
	font-size: 140%;
	margin: 6px 0 3px 0;
}

h3
{
	font-size: 130%;
	margin: 3px 0 0 0;
}

h4
{
	font-size: 120%;
	margin: 3px 0 0 0;
}

h5
{
	font-size: 110%;
	margin: 3px 0 0 0;
	letter-spacing: .05em;
	line-height: 1.5em;
	color: #357cb8;
	font-weight: bold;
}

h6
{
	font-size: 110%;
	margin: 3px 0 0 0;
	letter-spacing: .05em;
	line-height: 1.5em;
	color: #000;
	font-weight: bold;
}

p
{
	margin: 4px 0 6px 0;
	font-size: 95%;
}

ul
{
	font-size: 95%;
	margin: 4px 0 6px 11px;
	padding: 0 0 0 7px;
	line-height: 1.5em;
}

ol
{
	font-size: 95%;
	margin: 4px 0 6px 11px;
	padding: 0 0 0 12px;
	line-height: 1.5em;
}

li { margin: 2px 12px 2px 0; }

ul li ul
{
	font-size: 95%;
	margin: 7px 0 7px 11px;
	padding: 0 0 0 7px;
}

ul li ol
{
	font-size: 95%;
	margin: 7px 0 7px 11px;
	padding: 0 0 0 7px;
}

.btt
{
	font-size: 9px;
	font-weight: normal;
	margin: 4px 0 7px 9px;
}

.introheading
{
	font-size: 180%;
	margin: 0 0 9px 0;
}

.small { font-size: 90%; }

.posted
{
	font-size: 90%;
	line-height: 1.3em;
	color: #666;
	text-align: right;
	margin: 0;
}

.imageleft
{
	float: left;
	margin: 6px 6px 0 0;
}

.imageright
{
	float: right;
	margin: 0 0 6px 6px;
}

a:link
{
	text-decoration: none;
	font-weight: normal;
	color: #357cb8;
}

a:visited
{
	text-decoration: none;
	font-weight: normal;
	color: #357cb8;
}

a:hover
{
	text-decoration: underline;
	font-weight: normal;
	color: #f04e23;
}

#content li a:link
{
	text-decoration: none;
	font-weight: normal;
	color: #357cb8;
}

#content li a:visited
{
	text-decoration: none;
	font-weight: normal;
	color: #357cb8;
}

#content li a:hover
{
	text-decoration: underline;
	font-weight: normal;
	color: #f04e23;
}

#breadcrumb
{
	font-size: 85%;
	letter-spacing: .1em;
	color: #646464;
	margin: 0 0 6px 0;
}

#breadcrumb a:link
{
	text-decoration: none;
	font-weight: normal;
	color: #646464;
}

#breadcrumb a:visited
{
	text-decoration: none;
	font-weight: normal;
	color: #646464;
}

#breadcrumb a:hover
{
	text-decoration: underline;
	font-weight: normal;
	color: #646464;
}

table
{
	font-size: 95%;
	margin-bottom: 12px;
}

.oversize td
{
	font-size: 90%;
	line-height: 1.3em;
	margin: 0;
}

.oversize th
{
	font-size: 90%;
	line-height: 1.3em;
	margin: 0;
	color: #FFF;
	letter-spacing: .1em;
}

img
{
	-ms-interpolation-mode: bicubic;
	border: 0;
}

.posted { font-size: 9px; }
.zero { margin: 0; }
.dividerspace { margin: 9px 0 12px 0; }
object { padding: 0 0 6px 0; }
.blue { color: #357cb8; }
.orange { color: #f08800; }
.centered { text-align: center; }
.bold { font-weight: bold; }
script .bold { font-weight: bold; }

.centerclear
{
	text-align: center;
	clear: both;
}

.clearit
{
	clear: both;
	height: 0;
	line-height: 0.0;
	font-size: 0;
}

.clear_air
{
	clear: both;
	height: 0;
	line-height: 0.0;
	font-size: 0;
	margin: 6px 0 8px 0;
}

.bottomclear
{
	clear: both;
	height: 10px;
	width: 960px;
	line-height: 0.0;
	font-size: 0;
}

#highlightbox
{
	background-color: #d6e7f7;
	padding: 8px;
	width: 416px;
	border: 1px solid #357cb8;
	margin: 6px 0 12px 0;
}

#highlightbox>li { margin: 0 12px 0 0; }

#highlightbox a:link
{
	text-decoration: none;
	font-weight: normal;
	color: #357cb8;
}

#highlightbox a:visited
{
	text-decoration: none;
	font-weight: normal;
	color: #357cb8;
}

#highlightbox a:hover
{
	text-decoration: underline;
	font-weight: normal;
	color: #357cb8;
}

div.impact {
	background-color: #fff;
}
div.impact p{
	padding: 0 11px 0 11px;
	margin: 0px 0 7px 0;	
}
div.impactNumber {
	float:left;
	font-size:26px;
	color: #333;
	padding: 8px 11px 5px 0;
}

.biggerbolder
{
	font-size: larger;
	font-weight: bold;
	text-transform: uppercase;
}
