@charset "utf-8";

html,body
{
	height: 100%;
}

body
{
	background: #2C2C2C url('images/bg1.gif') repeat-x top left;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	margin:0;
}

body.second
{
}

img.block
{
	display: block;
}

div#container
{
	background: url('images/cntr-bg1.gif') repeat-y top left;
	margin: 0 auto;
	min-height: 100%;
	width: 984px;
}

.second div#container
{
	background: white url('images/content-shadow.gif') repeat-x top left;
	margin-bottom: -100px;
}

div#flash-header
{
	height: 163px;
}

div#push
{
	height: 100px;
}

div#info
{
	background: #4C4C4C;
	border: 3px solid #404040;
	border-top: none;
	border-bottom: none;
	height: 372px;
}

div#info-columns
{
	margin: 0 auto;
	width: 952px;
}

div#info .column
{
	background: white;
	border-right: 4px solid #4C4C4C;
	float: left;
	height: 344px;
	padding: 6px;
	width: 175px;
}

div#info .column p
{
	margin: 0 0 6px 0;
	padding: 0;
}

div#info .last
{
	border: none;
}

.second div#content-outer
{
	background: url('images/cntr-bg2.gif') repeat-y top left;
}

.main div#content
{
	float: left;
	padding: 22px 52px 20px 16px;
	width: 682px;
}

.second div#content
{
	float: left;
	padding: 20px 30px 20px 37px;
	width: 632px;
}

div#wide-content
{
	padding: 20px 30px 20px 37px;
}

.main div#sidebar
{
	float: left;
	padding: 22px 19px 20px 16px;
	width: 199px;
}

.second div#sidebar
{
	float: left;
	padding: 20px;
	width: 244px;
}

div#footer
{
	background: url('images/footer-bg.gif') repeat-x top left;
	height: 100px;
}

ul#navigation
{
	background: url('images/nav-bg.gif') repeat-x top left;
	height: 26px;
	list-style: none;
	margin: 0;
	padding: 0;
}

.second ul#navigation
{
	background: url('images/nav-bg3.gif') repeat-x top left;
	height: 55px;
}

ul#navigation li
{
	display: block;
	float: left;
}

ul#navigation a:visited.top,
ul#navigation a:link.top,
ul#navigation a.top
{
	background: url('images/navsep.gif') no-repeat top right;
	color: #EBEDF1;
	display: block;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	height: 19px;
	padding: 5px 10px 0 10px;
	text-decoration: none;
	text-transform: uppercase;
}

ul#navigation a:hover.top
{
	background: #6B7380;
	color: white;
}

ul.flyout 
{
	border-bottom: 1px solid #6B7380;
	display: none;
	list-style: none;
	margin: 0;
	padding: 0;
	position: absolute;
	width: 150px;
}

ul.flyout li ul.flyout
{
	margin-left: 149px;
}

ul#navigation ul.flyout li
{
	display: inline;
	float: none;
}

ul.flyout a:visited.flyout,
ul.flyout a:link.flyout,
ul.flyout a.flyout
{
	background: white;
	border: 1px solid #6B7380;
	border-bottom: none;
	color: #6B7380;
	display: block;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	padding: 8px 12px;
	text-decoration: none;
}

ul.flyout a:hover.flyout
{
	background: #9AA5B7;
	color: #EBEDF1;
}



























