/* 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: #c81407; 
	  margin-bottom: 0.8em; margin-top: 0; border-bottom: 1px solid #b8b8b8 ;
	  text-transform: uppercase;}
h2 {  font-size: 10pt; font-weight: bold; color: #006c97; } 
h3 {  font-size: 10pt; font-weight: bold; color: #000000; } 
h4 {  font-size: 10pt; font-weight: bold; color: #000000; } 

UL, OL {
	padding-left: 1em;
	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: 0px;
	margin-bottom: 0.5em;
	
}

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

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

BODY {
	margin: 0;
	font-size: small; /*was 11px */
	font-family: Arial, Helvetica, sans-serif;
	background: #828fa2 url(images/bg.gif) top left repeat-x; 
}

.container_outer { /* unused*/
	position: relative;
	width: 1010px;
	margin-left: auto;
	margin-right: auto;	
}
.container_inner {
	position: relative;
/*	background-color: white; */
	width: 970px;
	margin-left: auto;
	margin-right: auto;	
	background: transparent url(images/bg-across-out.png) top center repeat-y;  
	padding: 0px 20px;
}

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

.container_inner2 {
	position: relative;
/*	background: white url(images/bg-across-in.gif) -1px 0px repeat-y; */
	background: white url(images/bg-in-fadeoutshad.gif) 0px 593px no-repeat;
}

.header_in {
	position: relative;
	width: 960px;
	height: 95px;
	margin-left: auto;
	margin-right: auto;	
	margin-top: 0px;
	padding-top: 0px;
	padding-left: 10px;
	border-bottom: 1px solid #b8b8b8;
	background: #2b456c url(images/bg-header.jpg) top right no-repeat;
}
.maincontent {
	position: relative;
	width: 680px;
	min-height: 565px;
	height:auto !important;
	height: 565px;
	margin: 0;
	padding: 15px 35px 15px 255px;
	background: transparent url(images/photo1C-rig.jpg) top right no-repeat;
	border-bottom: 1px solid white;
}
.phototop {
	position: relative;
	width: 970px;
	height: 20px;
	margin: 0;
	background: white url(images/photo1B-rig.jpg) top left no-repeat;
}

.photo1 {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 239px;
	height: 595px;
	background: url(images/photo1A-rig.jpg) top left no-repeat;
}

.clearer {
	clear: both;
}

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

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

.headermenu {
	position: relative;
	z-index: 1000;
	height: 38px;
	margin: 0;
	padding: 0px;
	background: #b6bdc8 url(images/bg-menu.gif) top left repeat;
	border-bottom: 1px solid #b8bfca;
}

.dropdown {
	position: relative;
	width: 725px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 235px;
	background-color: none;
}

/********* 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: 3px solid #a7afbb;
}

/*************** NICE TABLES ********************/
/* table */
TABLE.table_lined,  TABLE.table_invis, TABLE.table_data {
/*	border: 1px solid #dae9f8;  */
	border-collapse: collapse;
	empty-cells: show;
	margin-top: 1em;
	margin-bottom: 2em;
}
TABLE.table_data {
	border: 1px solid #9fabbe;
}
TABLE.table_lined {
	width: 100%;
}
/* td */
TABLE.table_lined TD, TABLE.table_data TD, TABLE.table_invis TD {
	padding: 8px 9px; 
	border-style: none none solid none;
	border-width: 1px;
	border-color: #F0F0F0;
	vertical-align: top;
	line-height: 1;
}
TABLE.table_lined TD {
	border-style: none none solid none;
}
TABLE.table_data TD {
	padding: 5px 5px;
	border-style: solid;
	border-color: #ccc;
}
TABLE.table_invis TD {
	border: none;
}
/* th */
TABLE.table_lined TH {
	padding: 0px 5px 2px 0px;
	border-bottom: 2px solid #a7afbb;
	color: #006c97;
	font-size: 11pt;
	text-align: left;
	text-transform: uppercase;
}

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

/* other */
TABLE.table_data TD P {
	margin: 0;
}
TABLE.table_data TD.total {
	border-top: 2px solid #9fabbe;
	background-color: #e2e6ed;
	font-weight: bold;
}

.sizecell {  
	text-align: right;
}
TABLE.table_lined TD.datecell {
	width: 7em; 
	padding-right: 0.5em;
	text-align: right;
}

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