@charset "utf-8";
/* CSS Document */

html, body
{
	height: 100%;
}

body
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0;
	background: #5B6976 url('images/bg1.jpg') repeat-x top left;
}

#page
{
	min-height: 100%;
	height: auto !important;
	height: 100%;
	
	width: 984px;
	margin: 0 auto;
	background: #000E1B; /*url('images/top-bg.jpg') no-repeat top center;*/
}

#top
{
	height: 374px;
}

#top-content
{
	padding-top: 166px;
	padding-left: 24px;
	width: 346px;
	height: 202px;
}

#top-content p,
#top-content td,
#top-content span
{
	color: white;
}

#container
{
	width: 884px;
	margin: 0 auto;
	/*background: white;*/
}

#content-region
{
	padding-top: 40px;
	background: white;
}

#wide-content-region
{
	background: white;
	padding-top: 25px;
}

#main-left
{
	float: left;
	width: 614px;
	background-color: white;
}

#main-right
{
	float: left;
	width: 269px;
	_width: 250px;
	border-left: 1px solid #CAD7E4;
	background-color: white;
	_display:inline;
}

#main-left .inner
{
	padding: 0px 30px 0 30px;
}

#main-right .inner
{
	padding: 0 20px 0 20px;
}

#footer
{
	width: 884px;
	margin: 0 auto;
	padding-top: 20px;
	color: #777C7E;
	font-size: 10px;
	background-color: #000E1B;
}

#footer a,
#footer p, 
#footer td
{
	color: #777C7E;
	font-size: 10px;
}

/* ----- navigation ----- */
#nav-holder
{
	/*height: 39px;
	padding-top: 10px;*/
	background: url('images/navbg.jpg') no-repeat top left;
	height: 39px;
}

#navigation
{
	list-style: none;
	margin: 0;
	padding: 0;
}

#navigation li
{
	display: block;
	float: left;
	padding: 11px 15px 0 15px;
	height: 26px;
}

#navigation a:link.top,
#navigation a:visited.top,
#navigation a.top
{
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	color: #CDA2A2;
	font-size: 10px;
}

ul.flyout
{
	display: none;
	position: absolute;
	width: 160px;
	border-bottom: 1px solid white;
	list-style: none;
	margin: 25px 0 0 0;
	padding: 0;
}

#navigation li ul.flyout li ul.flyout
{
	margin: 0 0 0 159px;
}

#navigation ul.flyout li
{
	display: inline;
	float: none;
	padding: 0;
	height: auto;
}

ul.flyout a:link.flyout,
ul.flyout a:visited.flyout,
ul.flyout a.flyout
{
	display: block;
	border: 1px solid white;
	border-bottom: none;
	color: white;
	text-decoration: none;
	background-color: #478BA6;
	padding: 5px;
	font-size: 10px;
	_height: 1%;
}

ul.flyout a:hover.flyout
{
	background: #951314;
}



