/* CSS Document  
stuart@northcolour.com
*/



/* Index 

	basic html 
	heading
	spacing
	containers
	


*/



/* Basic HTML
----------------------------------------------------------------------------------------------------*/

body {
	line-height:1.125em; /* 16×1.125=18 */
	color: #006699;
	text-align:center;
	padding: 0;
	font-family:Arial, Helvetica, sans-serif;
	background:#f3f9fc;
}

/* Headings
----------------------------------------------------------------------------------------------------*/
h1, h2, h3, h4, h5{
	margin:0;
	padding:0 20px 0px 20px;
	font-weight:normal;
	text-transform:uppercase;
	
}
h1{font-size:1.4em;line-height:30px; display:block; color:#e7dfd4;background:#02586a;margin:0 0 20px 0;}
h2{font-size:1.9em;line-height:1.3em;}
h3{font-size:1.5em;line-height:1.2em;}
h4{font-size:1.2em;line-height:1.2em;font-weight:bold; }
h5{font-size:1.1em;line-height:1.0em;}
p{ margin:0 20px 20px 20px; line-height:1.5em;font-size:1.0em;}

/* links 
---------------------------------------*/
a:link, a:visited {
	text-decoration: none;
	color:#02586a;

	}
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:url(/images/livery/body_bg.jpg) repeat-y top left;
	overflow:hidden;
	font-size:0.8em;
	margin:0 auto;
	text-align:left;
	width:840px;
}
#header{
	background:url(/images/livery/header_bg.jpg) no-repeat top left;
	overflow:hidden;
}
#header h1, #header h2{
	display:none;
}
#logo{
	width:290px;
	float:left;
}
#quotes{
margin-top:95px;
	background:transparent;
	width:420px;
	float:right;
	text-align:right;
	margin-right:50px;	
}
#quotes img {



}

#bodyholder{
	margin:0 20px;
	background:#fff;
}
#menu{
	background:url(/images/livery/menu_bg.jpg) repeat-x top left;
	height:40px;
	
}
#body_content{
	padding:0 30px;
	clear:both;
}

#submenu{
	min-height:450px;
	height:470px;
	float:left;
	width:220px;
	background:#42c1ec url(/images/livery/submenu_bg.jpg) bottom center no-repeat;
}
#submenu ul{
	margin:20px 24px;
	padding:0;
}
#submenu li{
	margin:0;
	padding:0;
}
#submenu li a{
	font-family:"Arial Black", Arial, Helvetica, sans-serif;
	color:#fff;
}
#compoent{
	text-align:center;
	width:220px;
	display:block;
	margin-top:10px;
}	
#page_content{
	min-height:430px;
	float:right;
	width:500px;
	background:#a7dcf5;
	padding-bottom:20px;
}
#imgholder{
	margin:20px;
	width:460px;
	height:154px;
}
#mainimage{
	
	width:460px;
	height:154px;
}
#body_footer{
	margin:60px 30px 0px 30px;
	background:#f47b20;
	height:40px;

	
}
#body_footer a, #body_footer p{ 
	color:#fff;
	font-size:0.9em;
		line-height:40px;
}
#body_footer ul{
	margin:0 0 0 30px;
	padding:0;
}
#body_footer li{
	float:left;
	padding:0 10px 0 0;
}
.alignright{
	text-align:right;
	width:350px;
	float:right;
}
.alignleft{
	width:350px;
	float:left;
}
#breads {
	color:#000;
	text-transform:uppercase;
	font-size:1.0em;
	font-weight:bold;
}
#breads p{
	line-height:40px;
	padding:0 20px;
	margin:0;
	
}



div.feat_article, div.feat_article_heads{
	margin:20px;
	border-bottom:1px solid #bac6c1;
	display:block;
	height:100px;
	padding-bottom:20px;
}
div.feat_article img, div.feat_article_heads img{
	float:left;
}
div.feat_article h3{
	float:left;
	display:block;
	width:300px;
	font-size:1.1em;
	font-weight:bold;
	padding-bottom:10px;
}
div.feat_article p{
	float:left;
	width:300px;
	display:inline;
	font-size:1.1em;
}
div.feat_article_heads h3{
	float:left;
	display:block;
	width:700px;
	font-size:1.1em;
	font-weight:bold;
	padding-bottom:10px;
}
div.feat_article_heads p{
	float:left;
	width:700px;
	display:inline;
	font-size:1.1em;
}
div.feat_article a, div.feat_article_heads a{
	font-weight:bold;
	color:#000;
}



#footer_body{
	height:75px;
	background:#fff url(/images/livery/footer_bg.jpg) no-repeat top left;
	
}

#footer_body p{
	color:#f1f1ec;
	line-height:51px;
}
#footer_body a{
	color:#6fc8db;
}

#twitlogo{
	width:119px;
	float:left;
}

div.tweet{
	width:320px;
	float:right;
	padding-top:5px;
	padding-right:10px;
}



#img_intro {
	position:relative;
	z-index:9;
	width:210px;
	height:100px;
	margin-bottom:10px;
}

#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:#FFFFCC;
	border:1px solid  #FF9900;
}
.error{
	padding:30px;
	background:#FFCCCC;
	border:1px solid #FF0000;
}



/* forms
----------------------------------------------- */
form {
	overflow:hidden;
}
fieldset {
	padding:10px;
	position:relative;
	margin-bottom:10px;
}
legend {
	font-size:1.1em;
	padding:.4em .8em;
	background:#fff;
	border:1px solid #bbb;
}
label{
	width:100px;
	display:block;float:left;
}
textarea, input{
	font-family:Arial, Helvetica, sans-serif;
	font-size:1em;
	padding:3px;
	border:1px solid #02586a;
}
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;}

