/*----------------------------------------------------------------------------------------------------------------------------CSS for Albany  - Main StylesheetAuthor:		David Higley (david@dews.info) / Derbyshire Web ServicesCreated:	11/09/2006Updated:	04/10/2006 (Alison Lee)History:11/09/2006	Stylesheet created	-------------------------------------------------------------------------------------------------------------------------------- *//* Global Styles-------------------------------------------------------------------------------------------------------------------------------- */body 			{ background-color: #F1ECDA; font-size: 100%; font-family: "trebuchet MS", Tahoma, Arial; text-align: center; color: #006AAE; margin: 0; }h1 				{ display: none; }h2, h3			{ color:#003768; }p 				{ font-size: 90%; color: #000; }a 				{ color: #ED1C24; text-decoration: none; }a:hover 		{ color: #a00000; }img 			{ border: 0px; padding: 0px; margin: 0px; }.contact 		{ color: #ED1C24; }#feature 		{ background-color: #FCD2C1; font-size: 90%; color: #000; text-align: center; padding: 10px; }#feature a		{ color: #ED1C24; }#feature a:hover{ color: #fff; }/* Layout Styles-------------------------------------------------------------------------------------------------------------------------------- */#container 		{ position:relative; width: 760px; margin: 15px auto 10px; }#header 		{ height: 139px; position: relative; padding: 0px; }#maincontent 	{ padding: 5px; margin: 10px 0; }#leftcol  		{ float: left; width: 410px; text-align: right; padding: 5px 5px 5px 5px; margin: 0px; }#rightcol 		{ width: 300px; text-align: left; padding: 5px 5px 5px 25px; margin-left: 410px; }/* Header Styles-------------------------------------------------------------------------------------------------------------------------------- */#headerimage 	{ position: absolute; top: 0; right: 0; } #header ul				{ width: 720px; position: absolute; top: 50%; left: 0; background-color: #ED1C24; padding: 0; margin: -10px 0 0 0; }#header li				{ font-size: 90%; display: inline; font-weight: bold; text-transform: uppercase; color: #FCD2C1; list-style-type: none; line-height: 27px; padding: 0px 10px; border-left: 1px solid #fff; }#header .firstli		{ border: 0; }#header .lastli			{ padding-right: 90px; }#header li a			{ color: #fff; }#header li a:hover		{ color: #FCD2C1; }/* Footer Styles-------------------------------------------------------------------------------------------------------------------------------- */#footer 		{ clear: both; background-color: #ED1C24; color: #ED1C24; text-align: right; padding: 5px; margin-bottom: 5px; }#footer p 		{ color: #fff; font-weight: bold; font-size: 100%; font-style: italic; padding: 0; margin: 0; }#footer a 		{ color: #FCD2C1; text-decoration: underline;}#footer .footercontact 	{ color: #FCD2C1;}#barlogo { position:absolute; top:95px; left:0; }/* Form styles-------------------------------------------------------------------------------------------------------------------------------- */.form_inputbox {	color: #000;	font-family: "trebuchet MS", Tahoma, Arial;	border: 1px solid #CCC;	width: 200px;	height: 25px;}	.form_textbox {	font-family: "trebuchet MS", Tahoma, Arial;	color: #000;	height: 70px;	width: 250px;	border: 1px solid #CCC;	text-align: left;	vertical-align: middle;}.form_actionbtn {	font-family: "trebuchet MS", Tahoma, Arial;	color: #FFFFFF;	border: 1px solid #FFFFFF;	background-color: #ED1C24;}.form_legend {	font-family: "trebuchet MS", Tahoma, Arial;	color: #003768;}
