@charset "utf-8";

html,body
{
	height: 100%;
}

body
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0;
	background: black url('images/bg1.jpg') no-repeat top center;
}

div#container
{
	min-height: 100%;
	height: auto !important;
	height: 100%;
	
	width: 906px;
	margin: 0 auto -118px auto;
	background: white;
}

.push
{
	clear:both;
	height: 118px;
}

div#footer
{
	width: 906px;
	margin: 0 auto;
	height: 118px;
	background: url('images/footer-bg.gif') no-repeat top right;
}

div#footer .inner
{
	margin-left: 26px;
	padding-top: 85px;
	width: 638px;
}

.SidebarHeader
{
	display:block;
	color: white;
	background: #EAA000;
	padding: 2px;
}

/* ------ navigation *************************************************************************************/
div#nav-holder
{
	padding: 30px 0 0 233px;
}

ul#navigation
{
	list-style: none;
	margin: 0;
	padding: 0;
}

ul#navigation li
{
	display: block;
	float: left;
}

ul#navigation a:visited.top,
ul#navigation a:link.top,
ul#navigation a.top
{
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	font-weight: bold;
	font-style: normal;
	text-transform: uppercase;
	text-decoration: none;
	display: block;
	/*_float: left;*/
	padding: 0 15px 7px 15px;
	color: white;
}

ul#navigation a:hover.top
{
	text-decoration: underline;
}

ul.flyout 
{
	list-style: none;
	margin: 0;
	padding: 0;
	width: 160px;
	position: absolute;
	display: none;
	border-bottom: 1px solid #704B12;
}

ul.flyout li ul.flyout
{
	margin-left: 159px;
}

ul#navigation ul.flyout li
{
	display: inline;
	float: none;
}

ul.flyout a:visited.flyout,
ul.flyout a:link.flyout,
ul.flyout a.flyout
{
	color: #704B12;
	background: white;
	border: 1px solid #704B12;
	border-bottom: none;
	display: block;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	font-style: normal;
	_height: 1%;
	padding: 5px;
	text-decoration: none;
}

ul.flyout a:hover.flyout
{
	background: #EAA000 url('images/flyout-bg.gif') no-repeat top left;
	color: white;
}































