/* CSS Document  
stuart@northcolour.com
*/



/* Index 

	basic html 
	heading
	spacing
	containers
	


*/



/* Basic HTML
----------------------------------------------------------------------------------------------------*/

body {
	line-height:1.125em; /* 16×1.125=18 */
	color: #fff;
	
	padding: 0;
	font-family:Arial, Helvetica, sans-serif;
	background:transparent url(/images/livery/body_bg.jpg) top left;
}

/* Headings
----------------------------------------------------------------------------------------------------*/
h1, h2, h3, h4, h5{
	margin:0;
	padding:0 25px 0px 25px;
	font-weight:normal;
	text-transform:uppercase;
	color:#4ab1dd;
	
}
h1{font-size:1.4em;line-height:30px; display:block;padding-top:15px;}
h2{font-size:1.9em;line-height:1.3em;}
h3{font-size:1.5em;line-height:1.2em; font-weight:bold;}
h4{font-size:1.2em;line-height:1.2em; }
h5{font-size:1.1em;line-height:1.0em;}
p{ margin:0 25px 20px 25px; line-height:1.3em;font-size:1.2em;}

/* links 
---------------------------------------*/
a:link, a:visited {
	text-decoration: none;
	color:#de7a29;

	}
a:hover, a:focus {
	text-decoration:underline;
	}

/* Spacing
----------------------------------------------------------------------------------------------------*/

ul, ol{




}
dd{
	padding:0 0 10px 0;
}
li{
	padding:5px 5px 5px 15px;
	
}
hr {
height:1px;
border:none;
clear:both;
margin:0 0 10px 0;
display:none;
}
caption{
display:none;
}
strong{
font-weight:bold;
}
/*	tables
----------------------------------------------------------------------------------------------------*/

table{
	margin:0 15px;
	width:435px;
	font-size:1.1em;
}
table td{
	padding:3px 8px;
	font-weight:bold;
	text-transform:uppercase;
}

table td:last-child{
text-align:right;

}
table td:first-child{
text-align:left;

}
.oddrow{
background:#cfc8be;
}
.trhov{
background:#d0d0c7;
}

/*	end tables
----------------------------------------------------------------------------------------------------*/

/*	Containers
----------------------------------------------------------------------------------------------------*/
#wrap{
	background:transparent url(/images/livery/wrap_bg.jpg) top center repeat-y;
	overflow:hidden;
	font-size:0.8em;
	margin-bottom:30px;
	
	
}
#header{
	background:transparent url(/images/livery/header_bg.jpg) no-repeat top center;
	height:211px;
	
}
#header h1, #header h2{
	display:none;
}
#logo{
padding-top:20px;
	text-align:center;
	width:100%;
}
#menu{
	padding-left:70px;
}


#featgfx {
height:235px;
margin-top:20px;
padding-bottom:20px;
margin-bottom:20px;
border-bottom:1px solid #4f6f83;
	position:relative;

	width:780px;

}

#featgfx  img{
position:relative;

}
#contentblock{
margin-top:20px;
padding-top:20px;
min-height:238px;
background:#022338;
}
#contentblockhome{

min-height:238px;
background:#022338;
}
#contdetails{
	min-height:238px;
background:#022338;
padding-top:20px;
}
.contform{
	margin-top:20px;
}
#hdr_welcome{
	background:url(/images/livery/hdr_welcome.jpg) no-repeat top left;
	margin:0;
	padding:0;
	height:59px;
	width:100%;
}
#hdr_welcome span{
	display:none;
}



#footer_body{
	margin-top:20px;
	padding-top:0px;
	padding-bottom:20px;
	border-top:1px solid #4f6f83;
	background:transparent url(/images/livery/footer_bg.jpg) no-repeat top left;
	
}
.alignright{
	text-align:right;
}
#footer_body p{
	color:#f1f1ec;
	padding:25px 0 0 0;
	margin:0;
	font-size:0.9em;
	
}
#footer_body a{
	color:#6fc8db;
}


#spon{
	text-align:right;
}

#gallery{
display:block;
text-align:center;
	padding:0;
}
#gallery div{
	padding-right:15px;
	float:left;
	padding-bottom:10px;
	margin-bottom:20px;
}
#gallery div img{
	border:4px solid #1a121d;
}
#gallery div span{
	display:block;
	text-align:center;
	font-size:0.8em;
	width:160px;
}

.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}
.success{
		padding:30px;
	background:#99FF33;
	border:1px solid  #009900;
	color:#000;
}
.error{
	padding:30px;
	background:#FFCCCC;
	border:1px solid #FF0000;
	color:#000;
}



/* forms
----------------------------------------------- */
form {
	overflow:hidden;
	padding:0 30px 20px 30px;
	
}
fieldset {
	padding:10px;
	position:relative;
	margin-bottom:10px;
}
legend {
	font-size:1.1em;
	padding:.4em .8em;
	background:#fff;
	border:1px solid #bbb;
}
label{
	width:150px;
	display:block;float:left;
	color:#4ab1dd;
	text-transform:uppercase;
	line-height:30px;
}
button{
	background:none;
	color:#4ab1dd;
	border:none;
	text-transform:uppercase;
	text-decoration:underline;
	cursor:pointer;
}
textarea, input{
	font-family:Arial, Helvetica, sans-serif;
	font-size:1em;
	padding:3px;
margin-top:5px;
	border:0px solid #02586a;
}
textarea{
	width:168px;
}
#fmContact label{
	width: 100px;
}
#fmContact  textarea, #fmContact  input{
	width:200px;
}
#fmContact #submit{
	width:60px;
	margin-left:245px;
}
fieldset.login p {
	margin-bottom:1em;
	margin-top:0pt;
}
fieldset p label {
	width:98%;
}
fieldset p input {
	width:98%;
}
fieldset p select {
	width:99%;
	margin-bottom:3px;
}
fieldset.login p label {
	float:left;
	line-height:2em;
	margin-right:3%;
	text-align:right;
	width:32%;
}
fieldset.login p input {
	width:60%;
}
fieldset.login input.button {
	margin-left:35%;
}
form p.notice {
	font-weight:bold;
}
input.search.text {
	width:66%;
}
input.search.button {
	width:28%;
	margin-left:2%;
}
input.required, textarea.required {
	background:#FFCCCC;
}
#fmsearch{
	margin-top:12px;
	margin-left:20px;
}
#searchsubmit{width:56px; float:left;padding:0px 3px;margin:0 10px 0 0;cursor:pointer;}
#searchterm{
	width:197px;
	
}
#newssubmit{
	margin-left:10px;
}

/* AJAX sliding shelf
----------------------------------------------- */
#loading {float:right; margin-right:14px; margin-top:-2px;}
.block {padding-bottom:1px;}

