/* CSS Document */

/* horizontal align trick */
/*******************************************************************************/
body {
	/* to get ie5/win to align the layout in the center */
	text-align: center;
}

div#container {
	/* for center alignment */
	margin: 0 auto;
	text-align: left;
}



div.spacer {
	clear: both;
}


/* header block */
/*******************************************************************************/
body
{
	background: #207dd8;
}

div#container
{
	width: 774px;
	padding: 0;
}

div#sitecontainer
{
	background: #fff;
}


/* skip links - accessibility */
/*************************************************************************************/

div#skiplinks a, 
div#skiplinks a:hover, 
div#skiplinks a:visited,
div#skiplinks p
{
	position:absolute;
	left:0px;
	top:-500px;
	width:1px;
	height:1px;
	overflow:hidden;
}

 
/* lvha */
div#skiplinks a,
div#skiplinks a:link, div#skiplinks a:visited, 
div#skiplinks a:hover, div#skiplinks a:active
{
	color: #fff;
}

div#skiplinks a:hover
{
	text-decoration: underline;
}

/* header block */
/*******************************************************************************/
div#header_container
{
	height: 203px;
	background: url(/site/img/header-main.jpg) top left no-repeat;
}

div#header_container img
{
	float: right;
}

/* navigation row */
/*******************************************************************************/
div#navigation_container
{
	background: #0a5781 url(/site/img/menu_bg.jpg) no-repeat;
	margin-bottom: 2em;
}


/* body block */
/*******************************************************************************/
div#body_container
{
}

div#leftcol
{
	float: left;
	width: 164px;
	margin-right: 7px;
	text-align: center;
}

div#copycol
{
	float: left;
	width: 408px;
	padding-right: 14px;
}

div#rightcol
{
	float: left;
	width: 181px;	
	text-align: center;
}

div#leftcol img
{
	margin-bottom: 1em;
}

div#copycol img.circleimg
{
	float: right;
	margin-top: 1em;
}

div.rightbox_container img
{
	margin: 1em 0;
}


/* rightcol setup */
/*******************************************************************************/

div#rightcol div
{
}

div.rightbox_container
{
	background: #fffcdc url(/site/img/sidebar-bg.gif) repeat-y;
	width: 181px;
	margin-bottom: 10px;
	clear:both;
}

div.rightbox_container2
{
	width: 181px;
	margin-bottom: 10px;
}


div.rightbox_header
{
	height: 9px;
	width: 181px;
	background: #0a5781 url(/site/img/sidebar-head.gif) no-repeat;
}

div.rightbox_footer
{
	height: 8px;
	width: 181px;
	background: url(/site/img/sidebar-foot.gif) center bottom no-repeat;
	clear:both;
}




/* footer */
/*******************************************************************************/
div#contact_container
{
	padding: 7px;
}

div#footer_container
{
	padding: 7px;
}

div#footer_dbs
{
	font-size: 0.83em;
}


/* utility */
/*******************************************************************************/

.dateselect {
	background:	transparent url(/site/img/dateicon.gif) no-repeat scroll left center;
	line-height: 18px;
	padding: 2px 0pt 2px 20px;
}