@charset "utf-8";
/* CSS Document */

html,body
{
	height: 100%;
}

body
{
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	background: #B4B4B4 url('images/bg1.jpg') repeat-x top left;
}

.bg
{
	position: absolute;
	z-index: 1;
	top: 0;
	width: 50%;
	height: 200px;
	background: url('images/bg2.jpg') repeat-x top left;
}

#container
{
	min-height: 100%;
	height: auto !important;
	height: 100%;
	
	width: 984px;
	margin: 0 auto -91px auto;

	z-index: 2;
	position: relative;
	
	background: url('images/cont-bg.jpg') repeat-y top left;
}

#header
{
	background: url('images/header-bg.jpg') no-repeat top left;
	height: 70px;
}

#footer
{
	background: url('images/footer-bg.jpg') no-repeat top left;
	width: 984px;
	margin: 0 auto;
	height: 91px;
	z-index: 3;
	position: relative;
}

#footer .inner
{
	padding: 30px 0 0 45px;
	color: white;
	font-size: 10px;
}

#footer .inner p,
#footer .inner td,
#footer .inner a,
#footer .inner span
{
	color: white;
	font-size: 10px;
}


.push
{
	height: 91px;
}

#main-left
{
	width: 657px;
	_width: 654px;
	float: left;
	_display: inline;
	border-right: 1px solid #D9D9D9;
}

#main-left .inner
{
	padding: 0 50px 40px 60px;
}

#main-right
{
	width: 326px;
	float: left;
	_display: inline;
}

#main-right .inner
{
	padding: 15px 73px 0 50px;
}

#second-title
{
	width: 581px;
	height: 60px;
	padding: 25px 0 0 76px;
	font-family: "Trebuchet MS", Trebuchet, Arial, Helvetica;
	font-size: 23px;
	text-transform: uppercase;
	background: url('images/title-bg.jpg') no-repeat top left;
	color: #7E0000;
}

#second-title p,
#second-title span,
#second-title a
{
	font-family: "Trebuchet MS", Trebuchet, Arial, Helvetica;
	font-size: 23px;
	text-transform: uppercase;
	text-decoration: none;
	color: #7E0000;
	margin: 0;
	padding: 0;
}

#second-title td, 
#second-title table
{
	margin: 0;
	padding: 0;
}

#second-right-title
{
	width: 276px;
	height: 65px;
	padding: 23px 0 0 50px;
	font-family: "Trebuchet MS", Trebuchet, Arial, Helvetica;
	font-size: 23px;
	text-transform: uppercase;
	background: url('images/right-bg.jpg') no-repeat top left;
	color: #7E0000;
}

#second-right-title p,
#second-right-title span,
#second-right-title a
{
	font-family: "Trebuchet MS", Trebuchet, Arial, Helvetica;
	font-size: 23px;
	text-transform: uppercase;
	text-decoration: none;
	color: #7E0000;
	margin: 0;
	padding: 0;
}

#second-right-title td, 
#second-right-title table
{
	margin: 0;
	padding: 0;
}

/* ---- navigation ---- */
ul#navigation
{
	margin: 0;
	padding: 13px 0 0 87px;
	list-style: none;
}

ul#navigation li
{
	display: block;
	float: left;
	padding-bottom:20px;
}

ul#navigation a:visited.top,
ul#navigation a:link.top,
ul#navigation a.top
{
	color: #B4B4B4;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	padding-right: 39px;
	_height: 1%;
}

ul#navigation a:hover.top
{
	color: white;
}

ul.flyout
{
	display: none;
	position: absolute;
	width: 150px;
	border-bottom:1px solid #0B851E;
	margin: 20px 0 0 0;
	padding: 0;
}

ul.flyout li ul.flyout
{
	margin: 0 0 0 149px;
}

ul#navigation ul.flyout li
{
	display: inline;
	float: none;
	padding:0;
}

ul.flyout a:visited.flyout,
ul.flyout a:link.flyout,
ul.flyout a.flyout
{
	display: block;
	/*border: 1px solid #D00000;*/
	border: 1px solid #0B851E;
	border-bottom: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
	color: #660800;
	background-color: white;
	_height: 1%;
	padding: 5px;
}

ul.flyout a:hover.flyout
{
	/*background-color: #D00000;*/
	background-color: #0B851E;
	color: white;
}








