/* 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;
	font-family: "Trebuchet MS", Trebuchet, Arial, Helvetica, sans-serif;
	color:#888888;
	background-color:#e3e2cc;
}

h1
{
	color:#544f2e;
	font-size:1.25em;
	margin-bottom:10px;
}

h2
{
	color:#888888;
	font-size:1em;
	font-weight:normal;
	margin-bottom:10px;
}

h3, h4, h5, h6
{
	color:#544f2e;
	font-size:1.08em;
	margin-bottom:8px;
}

h3#inface a:link,
h3#inface a:visited
{
	color:#544f2e;
	font-weight:bold;
	text-decoration:underline;
	font-size:1.25em;
}

h3#inface a:hover
{
	color:#867e2c;
	font-weight:bold;
	text-decoration:underline;
	font-size:1.25em;
}

h3#inface a:active
{
	color:#544f2e;
	font-weight:bold;
	text-decoration:underline;
	font-size:1.25em;
}

a:link
{
	color:#867e2c;
	font-weight:normal;
}

a:visited
{
	color:#867e2c;
	font-weight:normal;
}

a:hover
{
	color:#867e2c;
	text-decoration:underline;
	font-weight:normal;
}

a:active
{
	color:#867e2c;
	font-weight:normal;
}

div#container {
	/* for center alignment */
	margin: 0 auto;
	text-align: left;
}

/* utility classes */
/*******************************************************************************/
div.spacer {
	clear: both;
}

div.gap
{	
	height:7px;
}

div#background
{
	background-image:url(/site/img/bgslice.jpg);
	background-position:top;
	background-repeat:repeat-x;
}

.floatleft
{
	float:left;
}

/* site container */
/*******************************************************************************/
div#container
{
	width: 760px;
	padding: 0;
}

/* skip links - accessibility */
/*************************************************************************************/
/* 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: #ccc;
}



/* header block */
/*******************************************************************************/
div#header_container
{
}

/* navigation */
/*******************************************************************************/
div#navigation
{
	height:25px;
}

div#navigation ul
{
	margin:0;
	list-style:none;
	font-size:0.92em;
}

div#navigation ul li
{
	margin:0;
	display:block;
	width:126px;
	height:23px;
	padding-top:1px;
	float:left;
	text-align:center;
}

div#navigation ul li a:link
{
	margin:0;
	display:block;
	width:126px;
	height:20px;
	padding-top:4px;
	color:#666666;
	text-decoration:none;
	font-weight:normal;
}

div#navigation ul li a:visited
{
	margin:0;
	display:block;
	width:126px;
	height:20px;
	padding-top:4px;
	color:#666666;
	text-decoration:none;
	font-weight:normal;
}

div#navigation ul li a:hover,
.homepage ul li#homepage a,
.employment ul li#employment a,
.benefit ul li#benefit a,
.option ul li#option a,
.different ul li#different a,
.contact ul li#contact a
{
	margin:0;
	display:block;
	width:126px;
	height:20px;
	padding-top:4px;
	color:#666666;
	text-decoration:none;
	font-weight:normal;
	background-image:url(/site/img/linkbg.jpg);
	background-repeat:repeat-x;
}

div#navigation ul li a:active
{
	margin:0;
	display:block;
	width:126px;
	height:20px;
	padding-top:4px;
	color:#666666;
	text-decoration:none;
	font-weight:normal;
}

/* body block */
/*******************************************************************************/

div#body_header
{
	background-image:url(/site/img/content-header.jpg);
	background-position:top;
	background-repeat:no-repeat;
	height:12px;
}

div#body_header_alphafirst
{
	background-image:url(/site/img/content-header-alphafirst.jpg);
	background-position:top;
	background-repeat:no-repeat;
	height:12px;
}

div#body_container
{
	background-image:url(/site/img/content-bg.jpg);
}

div#body_container_alphafirst
{
	background-image:url(/site/img/content-bg-alphafirst.jpg);
}

div#body_container_plain
{
	background-image:url(/site/img/content-bg-plain.jpg);
}

div#body_footer
{
	background-image:url(/site/img/content-footer.jpg);
	height:12px;
	background-repeat:no-repeat;
	background-color:#e3e2cc;
}

div#body_footer_alphafirst
{
	background-image:url(/site/img/content-footer-alphafirst.jpg);
	height:12px;
	background-repeat:no-repeat;
	background-color:#e3e2cc;
}

div#logo
{
	position:relative;
	width:126px;
	top:-31px;
}

div#left_navigation
{
	width:126px;
	float:left;
	color:#FFFFFF;
	padding-top:12px;
}

div#left_links
{
	background:#efeeda;
	padding-top:8px;
	width:124px;
	margin:auto;
}

div#left_navigation ul
{
	margin:0;
	padding-left:12px;
	list-style:none;
}

div#left_navigation ul li
{
	padding-bottom:10px;
}

div#left_links ul li a:link
{
	color:#666666;
}

div#left_links ul li a:visited
{
	color:#666666;
}
div#left_links ul li a:hover,
.alpha ul li#alpha a,
.cover ul li#cover a

{
	color:#666666;
	text-decoration:underline;
}

div#left_links ul li a:active
{
	color:#666666;
}


div#flash_container
{
	padding-bottom:15px;
}



div#breadcrumb
{
	width:614px;
	float:left;
	font-size:0.83em;
	color:#333333;
	text-align:right;
	padding-right:20px;
	padding-bottom:15px;
}

div#breadcrumb a:link
{
	color:#999999;
	font-weight:normal;
}

div#breadcrumb a:visited
{
	color:#999999;
	font-weight:normal;
}

div#breadcrumb a:hover
{
	color:#999999;
	font-weight:normal;
}

div#breadcrumb a:active
{
	color:#999999;
	font-weight:normal;
}


/* Content*/
/*******************************************************************************/

div#content_container
{
	width:465px;
	float:left;
	padding:0 25px 0 20px;
	text-align:justify;
}

div#content_container_alphafirst
{
	width:700px;
	float:left;
	padding:0 25px 0 20px;
	text-align:justify;
}

div#content_container p
{
	line-height:1.17em;
}

div#content_container ul li
{
	text-align:left;
}

div.column
{
	clear:both;
	padding:10px 0 15px 0;
}

div.column_divide
{
	border-bottom:dashed 1px #999999;
	padding:10px 0 15px 0;
	clear:both;
}

#choose
{
	text-align:left;
	font-size:0.92em;
	line-height:1em;
}

.choose_border
{
	border:solid 1px #CCCCCC;
	background-color:#BAB888;
	color:#FFFFFF;
	font-weight:bold;
}

.choose_border2
{
	border:solid 1px #F2F2F2;
	text-align:center;
}

/* sidebar */
/*******************************************************************************/

div#sidebar
{
	width:105px;
	float:left;
}
/* footer */
/*******************************************************************************/

div#footer
{
	background-image:url(/site/img/footer-bg.jpg);
	height:21px;
	padding-top:3px;
	width:760px;
	text-align:center;
	color:#FFFFFF;
	font-size:0.92em;
}

div#footer_container
{
	color: #ccc;
	font-size: 0.83em;
	color:#696969;
	text-align:center;
	padding-top:7px;
}

div#footer_container a:link
{
	color:#696969;
	font-weight:normal;
}

div#footer_container a:visited
{
	color:#696969;
	font-weight:normal;
}

div#footer_container a:hover
{
	color:#696969;
	font-weight:normal;
	text-decoration:underline;
}

div#footer_container a:active
{
	color:#696969;
	font-weight:normal;
}


div#footer_container p
{
	margin:2px 2px 2px 2px ;
}
