/************************************************************************

	GLOBAL CSS
	==========

	Provides all global styles for the site which more specific sections 
	can be built on using the layered css technique

	Author:	Nick Watson
				Tom Fletcher-Jones
				[www.optixsolutions.co.uk]

	Listing Order:
	==============

	Universal
	Forms
	General Structure / Layout
	Navigation Elements
	Header Elements
	Body Elements
	Footer Elements
	Messages

************************************************************************/

/***********************************************************************
	UNIVERSAL STYLES
************************************************************************/

body {
	font-size: 62.5%;
	background-image: url(../i/layout/bg-repeat.jpg);
	background-repeat: repeat-x;
	background-color: #4082BC;
}
html{
	
}
html, body, form, fieldset, h1, h2, h3, h4, h5, h6, p, pre, blockquote, ul, ol, dl, address, abbr, input, select, textarea, table, td, th {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif  
}

div#content p {
	margin: 1em 0;
}

/*************************************************
remove clients messy styles from word pasting.
specify where this applies or it will do all spans
**************************************************/
/*span[style]{ 
	color: inherit !important; 
	font-size: inherit !important; 
	font-family: inherit !important;
}*/

/***********************************************************************
	FORMS
************************************************************************/

fieldset, legend {
	border: none;
}

legend {
	background: transparent;
	font-size: 1em;
	font-weight: bold;
	margin: 1em 0;
	padding: 0 .5em;
}

label {
	float: left;
	padding: 0 1em 0 0;
	text-align: right;
}

form fieldset div {
	clear: both;
	display: block;
	margin-bottom: .5em;
	padding: 0;
}

div.submit {
	clear: both;
	text-align: center;
	width: auto;
}

div.multi input {
	border: 0;
/*	width: auto;*/
}
 
form 									{ width: 100%; }

label		 							{ float: left;	height: 22px; width: 45%; }

fieldset div input,
fieldset div select,
fieldset div textarea  			{ width: 45%; }

fieldset div input.small,
fieldset div select.small,
fieldset div textarea.small 	{ width: 25%; }

div.req label, div.req p		{ font-weight: bold; }

div.multi label 					{ height: 22px; }

div.req label:before, 
div.req p:before {
	content: "* ";
}

input:focus, textarea:focus {
	background: #fafafa;
	color: #000;
}

fieldset div input, 
fieldset div select, 
fieldset div textarea  {
	border: 1px solid #aaa;
	color: #333;
	font-weight: normal;
	padding: 1px;
}

div.submit input {
	background: #777;
	border: 1px solid #333;
	color: #fff;
	font-weight: bold;
	padding: 1px .7em;
	width: auto;
}

/***********************************************************************
	GENERAL STRUCTURE/LAYOUT
************************************************************************/
div#container{
	width: 862px;
	margin: 0 auto;
	background-color: #fff;
}
div#header{
	width: 841px;
	float: left;
	height: 201px;
	background-image: url(../i/layout/header-header.jpg);
	background-repeat: no-repeat;
	margin-left: 10px;	
}
* html div#header{
	width: 841px;
	float: left;
	height: 201px;
	background-image: url(../i/layout/header-header.jpg);
	background-repeat: no-repeat;
	margin-left: 5px;	
}
div#nav{
	float: left;
	width: 841px;
	height: 33px;
	margin-top: 167px;
}
div#main{
	float: left;
	width: 862px;
	background-image: url(../i/layout/content-repeat.jpg);
	background-repeat: repeat-y;
	margin-top: 10px;
	border-bottom: 10px solid #fff;
}
div#content{
	float: left;
	width: 600px;
	margin-left: 10px;
	padding-top: 10px;
}
* html div#content{
	float: left;
	width: 600px;
	margin-left: 5px;
	padding-top: 10px;
}
div#content-right{
	width: 230px;
	float: left;
	margin-left: 10px;
	padding-top: 10px;
}

div#footer{
	margin: 10px auto;
	width: 862px;
	display: block;
	background-color: #fff;
	clear: both;
	margin-top: 10px;
	padding-top: 10px;
}

div.footer-content{
	background-color: #eef2f7;
	width: 841px;
	margin-left: 10px;
	margin-bottom: 10px;
	float: left;
	padding-left: 10px;
	padding-bottom: 5px;
}
* html div.footer-content{
	background-color: #eef2f7;
	width: 841px;
	margin-left: 5px;
	margin-bottom: 10px;
	float: left;
	padding-left: 5px;
	padding-bottom: 10px;
}
/***********************************************************************
	HEADER ELEMENTS
************************************************************************/

/***********************************************************************
	BODY ELEMENTS
************************************************************************/
h1{
	color: #003366;
	font-size: 1.8em;
	font-weight: normal;
	padding-left: 20px;
}
h2{
	color: #003366;
	font-size: 1.6em;
	font-weight: bold;
	padding-left: 20px;
}

p{
	color: #676f8a;
	font-size: 1.4em;
	padding-left: 20px;
	text-align: justify;
	padding-right: 20px;
	margin-top: 10px;
}
div#content-right p{
	padding-left: 10px;
	padding-right: 10px
}
div#content-right h1{
	padding-left: 10px;
	padding-right: 10px
}
div.random-images{
	float: left;
	width: 560px;
/*	height: 160px;*/
	background-color: #fff;
	margin-left: 20px;
	margin-bottom: 10px;
	padding-bottom: 10px;
}
* html div.random-images{
	float: left;
	width: 560px;
/*	height: 160px;*/
	background-color: #fff;
	margin-left: 10px;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

div.random-images img{
	float: left;
	margin-top: 10px;
	margin-left: 10px;
}
* html div.random-images img{
	float: left;
	margin-top: 10px;
	margin-left: 7px;
}

div#map{
	float: left;
	width: 212px;
	height: 212px;
	border: 1px solid #78a4dc;
	margin-left:10px;
	margin-top: 30px;
}
* html div#map{
	float: left;
	width: 212px;
	height: 212px;
	border: 1px solid #78a4dc;
	margin-left:5px;
	margin-top: 30px;
}
div#mapoptions{
	float: left;
	width: 192px;
	padding: 10px;
}
div#mapoptions a{
	float: left;
	padding: 2px;
	background-color: #c8dff2;
		width: 150px;
		margin-right: 3px;
		text-align: center;
}
div#mapoptions a:hover{
	background-color: #315a7c;
	color: #fff;

}

div#content a.img{
	float: right;
	margin-left: 20px;
	margin-bottom: 20px;
	margin-top: 20px;
	margin-right: 20px;
	width: 280px;
	color: #666;
	text-align: right;
}

table{
	background-color: #fff;
	width: 560px;
	margin-left: 20px;
	color: #fff;
}
table tr{
	height: 30px;
	background-color: Aqua;
}
table tr td{
	height: 30px;
	width: 93px;
/*	background-image: url(../i/layout/cell.jpg);
	background-repeat: repeat-x;*/
	font-size: 1.2em;
	background-color: #8299ae;
	padding:0px;
	text-align: center;
}
table tr td.wierd{
	height: 30px;
	width: 279px;
/*	background-image: url(../i/layout/cell.jpg);
	background-repeat: repeat-x;*/
	font-size: 1.2em;
	background-color: #8299ae;
	padding:0px;
	text-align: center;
	overflow: visible;
}
table tr.lighter td{
	height: 30px;
	width: 93px;
/*	background-image: url(../i/layout/cell-light.jpg);
	background-repeat: repeat-x;*/
	background-color: #87a0b7;
	font-size: 1.2em;
	padding:0px;
}
table tr.whiter td{
	height: 30px;
	width: 93px;
/*	background-image: url(../i/layout/cell-light.jpg);
	background-repeat: repeat-x;*/
	background-color: #fff;
	font-size: 1.2em;
	padding:0px;
}
table tr.lighter td.date{
	background-color:#6d89a3 ;
	color: #fff;
	font-size: 1.4em;
	font-weight: bold;
}
table tr td.date{
	background-color: #597792;
		color: #fff;
		font-size: 1.4em;
	font-weight: bold;
}
table tr td{
	color: #003466;
}

div.ddfmwrap{
	float: left;

	width: 560px;
	margin-left: 20px;
}
* html div.ddfmwrap{
	float: left;

	width: 560px;
	margin-left: 10px;
}
div.ddfmwrap form fieldset label{
	font-size: 1em;
	width: 200px;
	text-align: right;

}
div.ddfmwrap form.ddfm fieldset p.fieldwrap input{
	font-size: 1em;
	width: 200px;
	text-align: right;

}
div.ddfmwrap form.ddfm fieldset p.fieldwrap textarea{
	font-size: 1em;
	width: 200px;
	text-align: right;

}
div.ddfmwrap form.ddfm fieldset p.fieldwrap input.fmverify{
	font-size: 1em;
	width: 130px;
	text-align: right;

}
div.ddfmwrap form fieldset p.fieldwrap{
	width: 560px;
}

div.division{
	float: left;
	background-color: #fff;
	margin-left:20px;
	width: 560px;
	padding-top: 20px;
	border: 1px #78A4E1 solid;
	margin-bottom: 10px;
}
* html div.division{
	float: left;
	background-color: #fff;
	margin-left:10px;
	width: 560px;
	padding-top: 20px;
	border: 1px #78A4E1 solid;
	margin-bottom: 10px;
}
div.division p{
	text-align: left;
	font-size: 1.2em;
}
div.division p a{
	text-align: left;
	font-size: 1.2em;
	text-decoration: underline;
}
div.division p a:hover{
	color: #003365;
	text-decoration: underline;
}

/***********************************************************************
	NAVIGATION
************************************************************************/
div#nav ul{
	padding-left: 10px;
	padding-top: 9px;
}
div#nav ul li{
	float: left;
	height:  33px;
	font-size: 1.4em;
	font-weight: bold;	
	color: #fff;
}
div#nav ul li a{
	color: #fff;
}
div#nav ul li a:hover{
	color: #D2D8E4;
}

/***********************************************************************
	FOOTER ELEMENTS
************************************************************************/
div#footer ul{
	float: left;
	clear: left;
}
div#footer ul li{
	color:#78a4dc;
	font-size: 1.2em;
	float: left;
}
div#footer ul li a{
	color:#78a4dc;
}
div#footer ul li a:hover{

}
div#footer p{
	color:#78a4dc;
	font-size: 1.2em;
	float: left;
	margin-left: 0px;
	padding-left:0px;
	clear: right;
}
div#footer p a{
	color:#78a4dc;
}
div#footer a:hover{
	color: #666;
}
a.optixlink{
	float: right;
	color:#78a4dc;
	font-size: 1.2em;
	margin-right: 10px;
}
/***********************************************************************
	MESSAGES
************************************************************************/

.error, .notice, .message { 
	color: #b22;
	font-weight: bold;
}

.error ol li {
	font-weight: normal;
	list-style-type: lower-roman;
	list-style-position: inside;
	margin-left: 0;
	padding-left: 1em;
	text-indent: 1em;
}

