@charset "utf-8";

html, body
{
	height: 100%;
}

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

div#outer
{
	background: url('images/headerbg.jpg') no-repeat top center;
	min-height: 100%;
}

div#container
{
	margin: 0 auto;
	width: 946px;
}

body.second
{
	background-image: url('images/bg2.gif');
}

.second div#outer
{
	background-image: url('images/headerbg2.jpg');
}

div#top
{
	height: 137px;
}

div#main-column
{
	float: left;
	padding-top: 193px;
	padding-bottom: 20px;
	padding: 193px 30px 20px 0;
	width: 603px;
}

div#main-column p
{
	line-height: 1.7em;
}

.second div#main-column
{
	padding-top: 90px;
}

div#sidebar
{
	float: left;
	padding-bottom: 20px;
	width: 313px;
}

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

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

div#footer-text p
{
	line-height: 1.7em;
}

div#nav-holder
{
	background: url('images/nav-tile.gif') repeat-y top left;
}

ul#navigation
{
	background: url('images/nav-bg.jpg') no-repeat top left;
	display: block;
	list-style: none;
	margin: 0;
	min-height: 193px;
	padding: 92px 0 10px 0;
}

.second ul#navigation
{
	background-image: url('images/nav-bg2.jpg');
}

ul#navigation li
{
	background: url('images/nav-sep.gif') no-repeat 29px bottom;
	display: block;
	padding: 0 29px;
}

ul#navigation a:visited.top,
ul#navigation a:link.top,
ul#navigation a.top
{
	background: url('images/nav-bg.gif') no-repeat center right;
	color: #919191;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: normal;
	padding: 8px 0 8px 0;
	text-decoration: none;
}

ul#navigation a:hover.top
{
	background: url('images/nav-hover.gif') no-repeat center right;
	color: black;
}

ul.flyout
{
	border-bottom: 1px solid #0080B4;
	display: none;
	margin: 4px 0 0 -173px;
	padding: 0;
	position: absolute;
	width: 150px;
}

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

ul#navigation ul.flyout li
{
	background: none;
	display: inline;
	padding: 0;
}

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

ul.flyout a:hover.flyout
{
	background: #0080B4;
	color: white;
}






















