/* CSS Document */
/*******************************************************************************/
/* Layout CSS File                                                             */
/*   Screen-based site layout and positioning rules                            */
/*                                                                             */
/* Developed by Matthew Harris, DBS, www.dbs-uk.co.uk                          */
/*******************************************************************************/

/* center align trick */
/*******************************************************************************/
body {
	/* to get ie5/win to align the layout in the center */
	text-align: center;
	background-color:#BABABA;
	font-family: "Trebuchet MS", Trebuchet MS, Verdana, Arial, Helvetica, sans-serif
}

h1
{
	font-size:1.5em;
	color:#30237E;
	margin-bottom:10px;
}

h2
{
	font-size:1em;
	color:#000000;
	font-weight:normal;
}

h3, h4, h5, h6
{
	color:#30237E;
	font-size:1.17em;
	margin-top:1.2em;
}

a:link
{
	color:#003399;
}

a:visited
{
	color:#003399;
}

a:hover
{
	color:#54B947;
	text-decoration:underline;
}

a:active
{
	color:#003399;
}

div#background
{
	background-image:url(/site/img/bgslice.jpg);
	background-repeat:repeat-x;
	background-position:top;
}

div#background_shadow
{
	background-image:url(/site/img/bgshad.jpg);
	background-position:center;
	background-repeat:repeat-y;
	width:780px;
	margin: 0 auto;
	text-align: left;
}

div#background_shadow_nograd
{
	background-image:url(/site/img/bgheader.jpg);
	background-repeat:no-repeat;
	background-position:top center;
	width:780px;
	margin: 0 auto;
	text-align: left;
}

div#container {
	/* for center alignment */
	margin: 0 auto;
	text-align: left;
	background-color: #fff;	
}

/*---SKIP LINKS--------*/

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;
}

div#skiplinks a:active
{
	position:static;
	width:auto;
	height:auto;
}



/* newsletter signup */
/*******************************************************************************/
div#news_email
{
	padding-left:10px;
	padding-top:14px;
	padding-bottom: 10px;
}

div#news_email p
{
	line-height:1.16em;
	margin-bottom:0.5em;
}

.redness
{
	color:#30237E;
}

.type
{
	font-size:0.83em;
}

#gobutton
{
	background:#DEDEDE;
	color:#000;
	float:left;
	border:1px solid #666666;
	margin-top: 5px;
	width: 102px;
	font-size: 1em;
}

.emailfront
{
	float:left;
	border:1px solid #666666;
	background:#FFFFFF;
	width: 100px
}



/* utility classes */
/*******************************************************************************/
div.spacer {
	clear: both;
}

/* site container */
/*******************************************************************************/
div#container
{
	width: 750px;
	padding: 0;
}
 
/* lvha */
div#skiplinks a,
div#skiplinks a:link, div#skiplinks a:visited, 
div#skiplinks a:hover, div#skiplinks a:active
{
	color: #ccc;
}



/* header block */
/*******************************************************************************/
div#header_container
{
	width:750px;
	position:relative;
}

div#headerlogo
{
	width:478px;
	float:left;
}

div#searchbox
{
	width:170px;
	height:63px;
	background-image:url(/site/img/searchboxbg.jpg);
	position:absolute;
	right:8px;
	top:20px;
	text-align:right;
	padding: 5px 20px 0 0;
}

div#searchbox label
{
	float:none;
	margin:0 0 0 0;
}
div#header_image
{
	width:750px;
	clear:both;
}


/* body block */
/*******************************************************************************/
div#body_container
{
	background-image:url(/site/img/content-bg.jpg);
	float:left;
}

div#body_footer
{
	background-image:url(/site/img/contentfooter.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
	float:left;
}

/* navigation */
/*******************************************************************************/
div#navigation
{
	width:110px;
	padding-left:20px;
	float:left;
}

div#navigation ul
{
	list-style:none;
	margin:0 0 0 0;
}

div#navigation ul li
{
	margin-bottom:10px;
	line-height:1.2em;
}

div#navigation ul li a:link
{
	color:#30237E;
	text-decoration:none;
}

div#navigation ul li a:visited
{
	color:#30237E;
	text-decoration:none;
}

div#navigation ul li a:hover
{
	color:#54B947;
	text-decoration:none;
}

div#navigation ul li a:active
{
	color:#30237E;
	text-decoration:none;
}

/* content */
/*******************************************************************************/

div#content
{
	width:440px;
	float:left;
	padding-left:30px;
	text-align:justify;
}


div#content ul
{
	list-style:circle;
}


div#breadcrumb
{
	width:598px;
	float:left;
	text-align:right;
	padding:10px 22px 0 0;
	font-size:0.93em;
	color:#342780;
	font-weight:normal;
}

div#breadcrumb a:link
{
	color:#342780;
	font-weight:normal;
}

div#breadcrumb a:visited
{
	color:#342780;
	font-weight:normal;
}

div#breadcrumb a:hover
{
	color:#54B947;
	font-weight:normal;
	text-decoration:underline;
}

div#breadcrumb a:active
{
	color:#342780;
	font-weight:normal;
}



div#flash_container
{
	margin-bottom:10px;
	margin-top:10px;
}

/* sidebar */
/*******************************************************************************/

div#sidebar
{
	width:130px;
	float:left;
	padding-left:20px;
}


/* footer */
/*******************************************************************************/

div#footer
{
	background-image:url(/site/img/footer.jpg);
	background-repeat:no-repeat;
	background-position:center;
	font-size:0.83em;
	text-align:center;
	width:780px;
	height:39px;
	margin: 0 auto;
	text-align: left;
	padding-top:5px;
	color:#30237E;
}

div#footer a
{
	color:#30237E;
	font-size:1em;
}

div#footer_container
{
	color: #666;
	font-size: 0.83em;
	margin: 0 auto;
}

div#footer_container a
{
	color:#666;
	font-weight:normal;
}

.float_left
{
	float:left;
	padding: 0 10px 5px 0;
	
}

/* news feed integration */
/*************************/
div#feedlist
{
	margin: 20px 6px 14px 10px;
}

div#feedlist h2
{
	color: #30237E;
	font-size: 1.2em;
	font-weight: bold;
}

div#feedlist ul
{
	margin: 0;
	padding: 0;
}

div#feedlist ul li
{
	margin: 0;
	padding: 0;
	list-style: none;
	border-bottom: 1px solid #CCCCCC;
}