@charset "utf-8";

html,body
{
	height: 100%;
}

body
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0;
}

.centered
{
	margin: 0 auto;
	width: 948px;
}

div#container
{
	margin-bottom: -110px;
	min-height: 100%;
}

div#header
{
	background: url('images/header1.jpg') no-repeat top center;
	height: 340px;
}

div#breadcrumbs
{
	padding-left: 44px;
}

div#main-column
{
	float: left;
	padding: 19px 57px 30px 44px;
	width: 531px;
}

div#sidebar
{
	float: left;
	padding: 19px 40px 30px 0;
	width: 276px;
}

table.detailed-box 
{
	width: 538px;
}

table.detailed-box td
{
	background: black;
	padding: 27px 0 14px 0;
	vertical-align: top;
}

table.detailed-box p
{
	line-height: 1.7em;
	padding-right: 20px;
}

table.detailed-box *
{
	color: white;
}

div#push
{
	height: 110px;
}

div#footer
{
	border-top: 1px solid #E7E7E7;
	height: 109px;
}

div#footer-text
{
	background:transparent url(images/footer-line.gif) no-repeat right top;
	float:left;
	height:91px;
	padding:18px 73px 0 17px;
	width:249px;
}
/*div#footer
{
	height: 200px;
}

img#footer-statement
{
	display: block;
	float: left;
}

div#footer-content
{
	float: left;
	padding: 34px 40px 0 50px;
	width: 280px;
}

div#footer-content p
{
	padding: 0;
	margin: 0;
}*/

/* ---- navigation ---- */
ul#navigation
{
	display: block;
	list-style: none;
	margin: 0 auto;
	padding: 0 0 0 273px;
	width: 685px;
}

ul#navigation li
{
	display: block;
	float: left;
	height: 38px;
	padding: 21px 15px 0 15px;
	position: relative;
}

ul#navigation li:hover
{
	background: url('images/navhover.gif') no-repeat bottom center;
}

ul#navigation a:visited.top,
ul#navigation a:link.top,
ul#navigation a.top
{
	color: white;
	display: block;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	height: 38px;
	text-decoration: none;
}

ul.flyout
{
	background: url('images/flyout-bg.png') no-repeat bottom left;
	border-top: 6px solid white;
	display:none;
	list-style: none;
	margin: 0;
	padding: 0 0 50px 0;
	position: absolute;
	width: 195px;
}

ul.flyout li ul.flyout
{
	border: none;
	margin: 0 0 0 194px;
}

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

ul.flyout a:visited.flyout,
ul.flyout a:link.flyout,
ul.flyout a.flyout
{
	display: block;
	color: white;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	padding: 6px 10px;
	text-decoration: none;
}














