/* 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: #3a3599;
}
A:hover { color: #c03e29; text-decoration: underline; }

/* Heading colour was more ochrey #957861 */
h1 {  font-size: 16px; font-weight: bold; color: #d34223; margin-bottom: 0.5em; margin-top: 10px;}
h2 { font-size: 14px; font-weight: bold; color: #d34223; margin-bottom: 0.5em; margin-top: 10px;}

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: #5c5c5c url(images/bg-interior-nightsky.gif) top left repeat-x; 
	margin: 0;
	font-size: 13px;
	line-height: 16px;
	font-family: Helvetica, Arial, sans-serif;
}
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;
	width: 970px;
	margin-left: auto;
	margin-right: auto;	
	padding: 0px 20px;
}

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

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

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

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

.logo_area {
	position: absolute;
	top: 30px;
	right: 0px;
}

.maincontent {
	position: relative;
	float: left;
	width: 640px;
	min-height: 330px;		/* All 3 lines required: IE6 hack */
	height: auto !important;	/* !important is required: IE6 hack */
	height: 330px;			/* IE6 hack */
	padding: 20px 30px 5px 50px;
	background-color: #ffffff;
	color: #242172;
}

.clearer {
	clear: both;
}

.endpiece {
	position: relative;
	height: 21px;
	background: transparent url(images/endpiece-cvr.gif) top center no-repeat;
	/*<img src="images/end-dropshad-nograd2.gif">*/
}
/** NEWS ************************************/
.latest_news {
	width: 210px;
	color: white;
	font-size: 11px;
	padding: 10px;
}
.latest_news A:link, .latest_news A:visited {
	text-decoration: none;
	color: white;
}
.latest_news A:hover {
	color: #FFCC00;
	text-decoration: underline;
}


/********** FOOTER ***********************/
.footer {
	position: relative;
	clear: both;
	padding: 0 0 3em 0;
	margin-bottom: 10px;
	color: #999;
	font-size: 10px;
}
.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: 230px;
	z-index: 1;
	color: white;
	padding-top: 1em;
}

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

.headermenu {
	position: relative;
	z-index: 100;
	background-color: black;
	height: 25px;
	border-bottom: 2px solid #d34223;
}

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

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

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

