@charset "utf-8";
/* CSS Document */

body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #6B6B6B;
	background-color: #EAEAEA;
	background-repeat: no-repeat;
	background-image: url(images/background_wide.jpg);
}

/* Header */

#header {
	height: 120px;
	width: 883px;
	background-image: url(images/header.jpg);
	background-color: #FFFFFF;
	padding-right: 17px;
	margin: 0;
}

#contact_details {
	float: right;
	margin-top: 33px;
	text-align: right;
}

.header_tel {
	font-family: Calibri, Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #203785;
	font-weight: bold;
	line-height: 20px;
}

.header_add {
	font-family: Calibri, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #203785;
	line-height: 18px;
}


/* Navigation */

#navigation {
	height: 34px;
	margin:auto;
	width: 900px;
	
}

/* Navigation */
#nav {
	height: 30px;
	margin:auto;
	width: 900px;
}

#nav ul {
	float: left;
	width: 900px;
	background-image: url(images/nav_blue.gif);
	background-repeat: repeat-x;
	height: 30px;
	margin: 0px;
	padding: 0px;
	list-style-image: none;
	list-style-type: none;
}
#nav ul li {
	display: inline;
	line-height: 30px;
}
#nav ul li a {
	display: block;
	float: left;
	width: auto;
	margin: 0;
	color: #FFF;
	text-decoration: none;
	letter-spacing: 1px;
	height: 30px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #666666;
	font-family: "Trebuchet MS", Tahoma, Arial;
}
#nav ul li a:hover, 
#nav ul li a:active {
	background-image: url(images/nav_red.gif);
	background-repeat: repeat-x;
}
#nav ul li#current a {
	background-image: url(images/nav_red.gif);
	background-repeat: repeat-x;
}

/* content */
#content-wrap {
	clear: both;
	float: left;
	width: 900px;
	background-color:#FFFFFF;
}
#content {
	width: 690px;
	text-align: left;
	padding: 0 17px 0 0;
	margin: auto;
	float: right;
	text-align: justify;
}

#content h1 {
	font-size:13px;
	padding-top:15px;

}

#content h2 {
	font-size:12px;
	text-decoration:underline;
}

#content a {
	color: #6B6B6B;
}

#content a:hover {
	color: #B90D1B;
}

#wrap {
	width: 900px;
	margin: 0 auto;
}	
/* Body */
#body {
	margin:auto;
	width: 730px;
	background-color: #FFFFFF;
	padding: 10px;
}

#vernav {
	width: 155px;
	background-color: #FFFFFF;
	padding: 5px 10px 10px 10px;
	float: left;
	margin-right: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 12px;
	color: #999999;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
	height: 99%;
	clear: both;
}

#vernav a {
	color: #999999;
	text-decoration: none;
}

#vernav a:hover {
	color: #B90D1B;
}

#vernav a#current {
	color: #183879;
}

/*Form Elements */

textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

/* Footer */
#footer {
	margin:auto;
	width: 880px;
	background-color: #27468F;
	padding: 10px;
	height: 40px;
	background-image: url(images/nav_blue.gif);
	background-repeat: repeat-x;
	text-align: center;
	color: #FFFFFF;
	font-size: 11px;
	clear: both;
}

#footer a {
	color: #FFFFFF;
	text-decoration: none;
}

#footer a:hover {
	text-decoration:underline;
}


.img_scantwood {
	line-height: 2px;
}

