/* 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:#666666;
}

div#container {
	/* for center alignment */
	margin: 0 auto;
	text-align: left;
}


/* background */
/*******************************************************************************/

div#background
{
	background-image:url(/site/img/bgslice.jpg);
	background-position:top;
	background-repeat:repeat-x;
}

/* utility classes */
/*******************************************************************************/
.spacer {
	clear: both;
}

a
{
	color: #0078C0;
}

a:hover
{
	color: #333333;
	text-decoration: underline;
}

/* site container */
/*******************************************************************************/
div#container
{
	width: 750px;
	padding: 0;
}

/* 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 styles */
/*******************************************************************************/

h1
{
	font-size:1.33em;
	color:#fff;
	margin-bottom:1em;
	background:#999999;
	padding:5px 0 5px 10px;
}

h1.normal
{
	font-size:1em;
	color:#666666;
	font-weight:normal;
	line-height:1.25em;
	margin:5px 0 10px 0;
}

h2
{
	font-size:1em;
	font-weight:normal;
	color:#666666;
}

h3,h4,h5,h6
{
	font-size:1.33em;
	color:#0078c0;
	margin-bottom:10px;
	font-family:Arial, Helvetica, sans-serif;
}

h3.outer
{
	padding-left:10px;
}


/* header block */
/*******************************************************************************/
div#header_container
{
	height:101px;
}

div#telephone_box
{
	width:435px;
	float:left;
	text-align:right;
	padding-top:30px;
}

.telephone_number
{
	color:#0078c8;
	font-size:1.83em;
	margin-bottom:0;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif
}

.number
{
	color:#40475a;
}

.tel
{
	font-size:1.16em;
	color:#0078c0;
	margin-bottom:0;
}


/* body block */
/*******************************************************************************/
div#body_container
{
	padding-top:20px;
}

div#body_container p
{
	line-height:1.25em;
}




/* content */
/*******************************************************************************/

div#content
{
	width:750px;
	text-align:left;
}

div.address1
{
	width:343px;
	float:left;
	margin:0 20px 20px 0;
	border:1px solid #CCCCCC;
	padding:10px;
	background:url(../img/boxbg.jpg) top repeat-x;
}

div.address2
{
	width:343px;
	float:left;
	margin-bottom:20px;
	border:1px solid #CCCCCC;
	padding:10px;
	background:url(../img/boxbg.jpg) top repeat-x;
}

div.service_box
{
	border:1px solid #CCCCCC;
	padding:10px;
	margin-bottom:20px;
	background:url(../img/boxbg.jpg) top repeat-x;
}


.image_float_left
{
	float:left;
	padding:0 10px 10px 0;
}

.linkbox
{
	width:233px;
	float:left;
	font-size:0.83em;
	text-align:center;
}

.quote
{
	background:#CCCCCC;
	padding:2px 2px 2px 550px;
	clear:both;
}

.quoteback
{
	background:#CCCCCC;
	padding:2px 2px 2px 570px;
	clear:both;
}




/* footer */
/*******************************************************************************/

div#logos_left
{
	position:relative;
	top:-98px;
	width:142px;
	float:left;
}

div#logos_right
{
	position:relative;
	top:-101px;
	width:176px;
	float:right;
}

div#footer
{
	background-image:url(/site/img/footer-bg.jpg);
	background-repeat:no-repeat;
	height:53px;
	width:750px;
	clear:both;
}

div#footer_container
{
	color: #3f3e3e;
	font-size: 0.83em;
	text-align:center;
	padding-top:15px;
	clear:both;
}

div#footer_container a:link,
div#footer_container a:visited
{
	color:#3f3e3e;
	font-weight:normal;
	
}

div#footer_container a:hover
{
	text-decoration:underline;
	color:#3f3e3e;
	font-weight:normal;
}

div#footer_container a:active
{
	color:#3f3e3e;
	font-weight:normal;
}