/* 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;
}

div#container {
	/* for center alignment */
	margin: 0 auto;
	text-align: left;
}

/* utility classes */
/*******************************************************************************/
div.spacer {
	clear: both;
}

/* site container */
/*******************************************************************************/
div#container
{
	width: 770px;
	padding: 0;
}

body
{
	background: #ccc url(/site/img/bgslice.gif);
}

/* skip links - accessibility */
/*************************************************************************************/
div#skiplinks
{
	height: 2em;
}
 
div#skiplinks p
{
	color: #666;
	line-height: 2em;
	margin: 0 0 0 5px;
}
 
/* lvha */
div#skiplinks a,
div#skiplinks a:link, div#skiplinks a:visited, 
div#skiplinks a:hover, div#skiplinks a:active
{
	color: #666;
}


/* overlord container */
/*******************************************************************************/
div#site_container
{
	background: #fff url(/site/img/copy-bgslice.gif) repeat-y;
}

/* header block */
/*******************************************************************************/
div#header_container
{
	height: 101px;
}


/* body block */
/*******************************************************************************/
div#body_container
{
	position: relative;
}

div#nav_column
{
	float: left;
	width: 117px;
	
	padding-bottom: 19px;
	background: url(/site/img/menu-shadow.gif) bottom left no-repeat;
}

div#copy_column
{
	float: left;
	width: 490px;
	padding: 0 17px;
	border-right: 1px solid #000;
}

div#adbar_column
{
	float: left;
	width: 91px;
	padding: 0 0 0 17px;
}

div#flash_container
{
	margin-bottom: 15px;
}


/* breadcrumb */
/*******************************************************************************/
div#breadcrumb
{
	float: left;
	width: 632px;

	height: 36px;
	line-height: 36px;
	text-align: right;
}

img#bodies
{
	margin-top: 35px;
}

/* footer */
/*******************************************************************************/
div#footer_bg
{
	height: 33px; /* 33px img */
	background: url(/site/img/shadow-footer.gif) top left no-repeat;
}

div#footer_container
{
	padding-top: 7px;
	color: #666;
	font-size: 0.83em;
}

/* About Us images arrangment */

img.about {
padding: 5px;
}