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

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

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

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

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


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

BODY {
	background-color: white;
	color: #333;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 10pt;
}

.header {
	position: relative;
	width: 740px;
	height: 77px;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
/*	background: white url(images/bg-intop.gif)  0px 0px no-repeat; */
}

.container_outer {
	position: relative;
	background-color: white;
	width: 740px;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #666;
	border-top: none;
}

.maincontent {
	margin-left: auto;
	margin-right: auto;
	padding: 30px 25px 5px 205px;
}

.logoarea {
	position: absolute;
	top: 0px;
	left: 20px;
	margin: 10px 15px;
}

.leftbox {
	position: absolute;
	width: 160px;
	left: 12px;
	top: 35px;
	padding: 10px 5px 5px 10px;
	background-color: #F9F9F9;
	border: 1px solid #ccc;
	font-size: 8pt;
	z-index: 100;
}

.photostrip {
	border-top: 1px solid #666;
	border-bottom: 1px solid #666;
	padding: 3px 0px;
	margin-bottom: 10px;
}

.photostrip IMG {
	border-top: 1px solid #666;
	border-bottom: 1px solid #666;
}
