/* 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 { 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: #006c97; margin-bottom: 0.5em; margin-top: 10px;}
h2 {  font-size: 11pt; font-weight: bold; color: #006c97; margin-top: 1.8em; margin-bottom: 0.2em; border-bottom: 2px solid #eee;} 
h3 {  font-size: 10pt; font-weight: bold; color: #000000; margin-top: 1.5em; } 
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 {
	font-size: small; /*was 11px */
	font-family: Arial, Helvetica, sans-serif;
	background-color: #003851; 
/*	background: #092a3d url(/images/tempdel-bg08inclhead.gif) top left repeat-x; */
}

.container_outer {
	position: relative;
	width: 1010px;
	margin: 0px auto;
}
.container_inner {
	position: relative;
	background-color: white;
	width: 990px;
	margin: 0 auto;
	background: url(images/bg-across-in-09092.png) top center repeat-y;
	padding: 0px 10px;
}

/******/
#header {
	position: relative;
	z-index: 5;
	height: 88px;
	margin: 0px auto;
	background: #1a9fd7 url(images/bg-header09101.jpg) top right no-repeat;
}

.banner {
	position: absolute;
	width: 452px;
	height: 29px;
	bottom: 2px;
	left: 5px;
	background: transparent url(images/header-text09101.jpg) top left no-repeat;
	
}
#logo_area {
	position: absolute;
	bottom: -3px;
	right: 30px;
}

#bar-menu {
	position: relative;
	z-index: 10;
	height: 30px;
	border-bottom: 2px solid #2b2f38;
	background-color: white;
	text-align: left;	
}

#bar-main {
	position: relative;
}

#bar-address {
	position: relative;
	height: 28px;
	clear: both;
	background: transparent url(images/endpiece0909.png) top center repeat;
}

.maincontent {
	position: relative;
	float: left;
	width: 740px;
	padding: 0px 15px 5px 25px;
	margin-bottom: 2em;
}

.photo1 {
	position: relative;
	float: left;
	width: 780px;
	height: 153px;
	background: white url(/images/hd-waterdam-092.jpg) top left no-repeat;
	border-bottom: 1px solid #666;
}

.box_large {
	position: relative;
	margin: 1em auto 1em auto;
	padding: 10px;
	background-color: #dfddc9; 
}

.box_large H2 {
	margin-top: 0;
	border: none;
}
.button-future_plans {
	position: absolute;
	top: 10px;
	right: 10px;
	padding: 3px;
	width: 160px;
	font-weight:bold;
	text-align: center;
}
.button-future_plans IMG {
	border: none;
}

.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: 25px;
	background: transparent url(images/endpiece.png) 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: 210px;
	z-index: 1;
	color: #babbbe;
	padding-top: 3em;
}
.side_col H2 {
	padding-left: 15px;
	border: none;
}
.side_col IMG {
	position: relative;
	float: left;
	clear:  left;
	border: 1px solid #666;
	margin-left: 10px;
}

.side_col .special_button {
	position: relative;
	margin-top: 2em;
}

.side_col .special_button  IMG {
	border: 1px solid #fff;
}
/** SECTION SUBMENU ******************/

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

.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;
*/
}

UL.subsection_menu H2 {
	color: #b36442;
	font-size: 120%;
	margin: 1em 0 0 0em;
	padding: 0;
	border: none;
}

.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: #babbbe;
}

.subsection_menu A:hover {
	color: #2ba9f3;
}

/*** OTHER RIGHT COL AREAS****************************************************************************/
.right_items {
	padding-left: 7px;
}

.attn_box {
	position: relative;
	width: 140px;
	margin: 10px auto 10px 10px;
	font-size: 8pt;
	background-color: #0099CC;
}

.attn_box TABLE.table_invis {
	position: relative;
	width: 70px;
	border-collapse: collapse;
	background-color: white;
}

.attn_box TABLE.table_invis TH {
	padding: 0;
	margin: 0;
}
.attn_box TABLE.table_invis TH IMG {
	margin: 0;
	padding: 0;
}
.attn_box TABLE.table_invis TD {
	padding: 5px 2px 5px 8px;
	color: #333;
}
/*** SIDEBAR  for summary information, map column etc etc *******************************************/

.sidebar {
	position: relative;
	float: left;
	margin: 0px 15px 10px -25px;
/*
	top: -15px;
	left: -25px;
	*/
}
.summary_info {
	position: relative;
	width: 210px;
	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;
	border: none;
	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: 22px;
}

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

.main_map IMG {
	border: none;
}

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

/********** MENU CONTAINER ***********************/
.dropdown {
	position: relative;
	width: 730px;
	margin-left: 0;
	margin-right: auto;
	background-color: none;
}

/** MINOR HORIZ DATE MENU esp archive nav **/
.minor_menu_horiz {
	position: relative;
	clear: both;
	width: 98%;
	height: 1.5em;
	margin: 0 0 1em 0;
	line-height: 1.8;
}
.minor_menu_horiz a:link, .minor_menu_horiz a:visited {
	position: relative;
	display: block;
	float: left;
	padding: 3px 10px;
	margin: 0;
	border-right: 1px solid white;
	font-weight: bold;
	color: white;
	background-color: #0198d1;
	text-decoration: none;
}
.minor_menu_horiz a:hover {
	color: white;
	background-color: #b36442;
	text-decoration: none;
}
.minor_menu_horiz a.this_page:link, .minor_menu_horiz a.this_page:visited {
	color: white;
	background-color: #b36442;
	text-decoration: none;
}

/*** 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 0;
	margin-left: auto;
	margin-right: 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 {
/*	border: 1px solid #dae9f8;  */
	border-collapse: collapse;
	empty-cells: show;
	margin-top: 1em;
	margin-bottom: 0.5em;
}

.linedtable TD, .unlinedtable TD {
	padding: 4px 9px; 
	font-size: 9pt;
	border-style: none none solid none;
	border-width: 1px;
	border-color: #F0F0F0;
	vertical-align: top;
}

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

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

.linedtable TH , .unlinedtable TH {
	padding: 15px 5px 2px 8px;
	font-style: bold;
	color: black;
	font-size: 12pt;
	border-bottom: 1px solid black;
	text-align: left;
	
}

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

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

.sizecell {  
	text-align: right;
}

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