/* Created By Lisa Merriman for Unlimited Webdesign */

/************ GLOBAL RESET STUFF **************/
* { padding: 0; margin: 0; }
p, pre, blockquote, form, label, ol, dl, fieldset, address { margin: 20px 0; }
h1, h2, h3, h4, h5, h6 { margin: 0.2em 0; }
dd, blockquote { margin-left: 40px; margin-bottom: 0.9em;} 
fieldset { padding: 10px; }
p {
	margin-top: 0em;
	margin-bottom: 1em;
	line-height: 1.2em;
} 

sup {
	line-height: 0;
	vertical-align: text-top;
}

/************ APPEARANCE TAGS **************/
TABLE {	
	empty-cells: show;
	border-collapse: collapse;
}
td, th { vertical-align: top; }

A:link, A:visited {
	color: #077ce9;
}
A:hover { color: #af3c0b; text-decoration: underline; }

/* Heading colour was more ochrey #957861 */
h1 {  font-size: 13pt; font-weight: bold; color: #b25b19; margin-bottom: 0.5em; margin-top: 10px;}
h2 {  font-size: 11pt; font-weight: bold; color: #b25b19; } 
h3 {  font-size: 10pt; font-weight: bold; color: #000000; } 
h4 {  font-size: 10pt; font-weight: bold; color: #000000; } 

UL, OL {
	padding-left: 1.5em;
	margin-left: 1.5em;
	margin-top: 1em;
}

UL LI {
	padding-left: 0em;
	margin-bottom: 0.5em;
	background-repeat: no-repeat;
	background-position: 0px 5px;
}
OL LI {
	padding-left: 10px;
	margin-bottom: 0.5em;
}

.nice_textfield { 
 background-color: #DDDDDD; 
 color: #ffffff;  
 border: 1px solid #666666;
}

/*********************** LAYOUT TAGS **********************/

BODY {
	background: #78786c url(images/bg-interior.gif) top left repeat-x; 
	margin: 0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10pt;
}
BODY#homepage {
	background-image: none;
}

.container_outer {
	position: relative;
	width: 1010px;
	margin-left: auto;
	margin-right: auto;	
}
.container_inner_head {
	position: relative;
	z-index: 10;
	background-color: #f4f0eb;
	width: 970px;
	margin-left: auto;
	margin-right: auto;	
	background: url(images/bg-interior-top.gif) top center no-repeat;
	padding: 0px 20px;
}

.container_inner_main {
	position: relative;
	background-color: #f4f0eb;
	width: 970px;
	margin-left: auto;
	margin-right: auto;	
	background: url(images/bg-in-across.gif) top center repeat-y;
	padding: 0px 20px;
}

#homepage .container_inner {
	background-image: url(images/bgacross.png);
}

.header {
	position: relative;
	height: 200px;
	background-color: #e8dfd3;
}

.photo1 {
	position: relative;
	float: left;
	width: 770px;
	height: 200px;
	background: url(images/hd-vehiclesrow1.jpg) top left no-repeat;
}

.logo_area {
	position: absolute;
	top: 70px;
	right: 38px;
}

.maincontent {
	position: relative;
	float: left;
	width: 730px;
	min-height:570px;		/* All 3 lines required: IE6 hack */
	height:auto !important;	/* !important is required: IE6 hack */
	height:570px;			/* IE6 hack */
	padding: 0px 10px 5px 20px;
	background-color: #f4f0eb;
}

.fixed_ill {
	position: absolute;
	bottom: 0;
	right: 20px;
	background: url(images/ill-sidebar-truck1.jpg) top left no-repeat;
	width: 200px;
	height: 278px;
}

.clearer {
	clear: both;
}
.watermark {
	position: absolute;
	top: 82px;
	left: 0;
	width: 100%;
	height: 381px;
	background:  transparent url(/images/tempdel-watermark2.gif) top center no-repeat;
	z-index: 0;
}

.endpiece {
	position: relative;
	height: 32px;
	background: transparent url(images/endpiece.gif) top center no-repeat;
	/*<img src="images/end-dropshad-nograd2.gif">*/
}

/********** FOOTER ***********************/
.footer {
	position: relative;
	clear: both;
	padding: 0 0 3em 0;
	margin-bottom: 10px;
	color: #999;
	font-size: 80%;
}
.footer_in {
	position: relative;
	margin: 0 auto;
	width: 970px;
	text-align: left;
}
.footer A:link, .footer A:visited {
	color: #999;
	text-decoration: none;
}
.footer A:hover {
	color: #c0c0c0;
	text-decoration: underline;
}

/*** SIDE COLUMN  for submenu etc *******************************************/
.side_col {
	position: relative;
	float: right;
	width: 200px;
	z-index: 1;
/*	background-color: #FFFF99; */ // debugging
	color: #babbbe;
	padding-top: 1em;
}
.side_col H2 {
	color: #e6cab4;
	font-size: 120%;
	margin: 0.5em 0 0.8em 5px;
	padding-left: 10px;
	border-bottom: 1px solid #e6cab4;
}
.side_col IMG {
	position: relative;
	float: left;
	clear:  left;
	border: 1px solid #666;
	margin-left: 10px;
}

/** SECTION SUBMENU ******************/

UL.subsection_menu {
	position: relative;
	list-style-type: none;
	margin: 0px 0px 2em 0px;
	padding: 0 5px 0 5px;
	font-size: 9pt;
}

.subsection_menu LI {
	list-style: none;
	padding: 0em 0 0.2em 15px;
	margin: 0 0 0.5em 0;
	background-image: url(/images/arrow.gif);
	background-repeat: no-repeat;
	background-position: 0px 5px;
}

.subsection_menu  UL { /* Sub-submenus */
	margin: 0px 0 0 0;
	padding: 0;
}

.subsection_menu LI UL LI {
	border: none;
	margin: 0;
}

.subsection_menu A:link, .subsection_menu A:visited {
	text-decoration: none;
	color: #e6cab4;
}

.subsection_menu A:hover {
	color: white;
}

/*** SIDEBAR  for summary information, map column etc etc *******************************************/

.sidebar {
	position: relative;
	float: left;
	margin: 0px 15px 10px -20px;
/*
	top: -15px;
	left: -25px;
	*/
}
.summary_info {
	position: relative;
	width: 200px;
	background-color: #dfddc9;
	font-size: 80%;
}

.summary_table P {
	margin: 0;
}

.summary_table {
	border-collapse: collapse;
	margin-left: 5px;
}
.summary_table TD, .summary_table TH {
	vertical-align: top;
	padding: 3px 2px 3px 5px;
	text-align: left;
}
.summary_info H2 {
	margin: 0;
	padding: 8px 3px 0px 10px;
	font-size: 120%;
	font-weight: bold;
	color: #b36442;
	text-align: left;
}
.summary_info UL {
	position: relative;
	list-style-type: none;
	margin: 0em 0px 0.4em 0px;
	padding: 0 5px 0 3px;
	font-size: 8pt;
}
.summary_info UL LI {
	list-style: none;
	padding: 0em 0 0.2em 8px;
	margin: 3px 0 0em 0;
	background-image: url(/images/bullet-4dot-blk.gif);
	background-repeat: no-repeat;
	background-position: 0px 5px;
}
.summary_info .ill IMG {
	border: 1px solid #666;
	padding: 0;
}
.figs_sidebar {
	position: relative;
	background-color: white;
	font-size: 80%;
	padding-left: 12px;
}

.figs_sidebar P {
	margin-top: 13px;
}
.figs_sidebar_inner {
	text-align: center;
}

.main_map IMG {
	border: none;
}

.figs_sidebar IMG {
	border: 1px solid #666;
	margin-bottom: 0.4em;
}

/********** MENU CONTAINER ***********************/

.headermenu {
	position: relative;
	z-index: 100;
	background-color: #313c41;
	height: 25px;
}

/*** ILLUSTRATIONS FOR HEADER *************************/

.ills4header {
	position: absolute;
	top: 90px;
	right: 30px;
}

.ills4header IMG {
	border: 1px solid #666;
}

/********* ILLUSTRATIONS ***************************/
TABLE.table_gallery {
	position: relative;
	border-collapse: collapse;
	margin: 1em auto;
}
TABLE.table_gallery TD{
	padding: 10px 15px;
}
.ill, .ill_left, .ill_right, .table_gallery {
	position: relative;
	margin-bottom: 1.5em;
	font-size: 8pt;
	text-align: center;
	line-height: 1.2em;
	color: #666;
}

.ill A, .ill_left A, .ill_right A {
	text-decoration: none;
}

.ill A:hover, .ill_left A:hover, .ill_right A:hover {
	text-decoration: underline;
}

.ill {
	font-weight: normal;
}

.ill_right {
	float: right;
	margin-left: 2em;
/*	clear: left; */
}

.ill_left {
	float: left;
	margin-right: 2em;
}

.ill IMG, .ill_left IMG, .ill_right IMG, .table_gallery IMG  {
	margin-bottom: 0.6em;
	border: 1px solid #666;
}

/*************** NICE TABLES ********************/

.simple_table {
	border-collapse: collapse;
	border-bottom: 1px solid #007dae;
	border-top: 1px solid #007dae;
	margin-bottom: 1em;
}

.simple_table TH {
	padding: 5px 10px 5px 0px;
	font-weight: bold;
	border-bottom: 1px solid #007dae;
}

.simple_table TD {
	padding: 5px 10px 5px 0px;
	border-bottom: 1px solid #F0F0F0;
}

.linedtable , .unlinedtable, TABLE.table_data {
	width: 100%;
	margin-top: 1em;
	margin-bottom: 1em;
	margin-left: auto;
	margin-right: auto;
	border-collapse: collapse;
	empty-cells: show;
/*	border: 1px solid #7c4742;  */
/*	background-color: white; */
}

.unlinedtable TD , .linedtable TD {
	padding: 3px 5px;
	vertical-align: top;
}

.linedtable TD, .unlinedtable TD {
	border-style: none dotted solid none;
	border-width: 1px;
	border-color: #eee2d9;
}

.linedtable TD {
	border-style: none dotted solid none;
}

.unlinedtable TD {
	border-style: none none solid none;
}

.linedtable TH , .unlinedtable TH {
	padding: 15px 5px 2px 5px;
	font-style: normal;
	font-size: 12pt;
	color: #925944; 
	text-align: left;
}

.linedtable TH IMG , .unlinedtable TH IMG { /* Heading bullets */
	padding-left: 3px;
}

.linedtable A , .unlinedtable A {  
	text-decoration: none;
}

.linedtable A:hover , .unlinedtable A:hover {  
	color: #990000;
	text-decoration: underline; 
}

.sizecell { text-align: right; }
.datecell {	text-align: center; }

TABLE.table_data {
	border: 1px solid #6c6c6c;
}
TABLE.table_data TH {
	padding: 5px 5px;
	border: 1px solid #6c6c6c;
	color: #333;
	font-size: 10pt;
	text-align: left;
}

TABLE.table_data TD {
	padding: 3px 5px;
	vertical-align: top;
	border: 1px solid #6c6c6c;
}
TABLE.table_data TD P {
	margin: 0;
}
TABLE.table_data TD.total {
	border-top: 2px solid #9fabbe;
	background-color: #e2e6ed;
	font-weight: bold;
}

/*  *  *  *  *  *  *  *  *  *  *  *  * */
/* Small font, especially for use within tables. 
   Apply to <table> or to individual text bits. */
.smallfont TD{
	font-size: 8pt;
}
