/* -------------------------------------------------
*
Title:			main.css
Website:		http://www.expressaviation.com/
Browser(s): 	Firefox 2, IE7, IE6, Safari 
Platform(s):    Win XP-SP2, Mac OSX
Author: 		Andy Lee for Adverset Media Solutions (www.adverset.co.uk)
Created: 		1.5.2008
Last modified:  28.5.2008 by AL
*
------------------------------------------------- */

/* Global reset */
/* Based upon 'reset.css' in the Yahoo! User Interface Library: http://developer.yahoo.com/yui */

*, html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h5, h5, h6, pre, form, label, fieldset, input, p, blockquote, th, td { margin:0; padding:0 }
table { border-collapse:collapse; border-spacing:0 }
fieldset, img, abbr { border:0 }
address, caption, cite, code, dfn, em, strong, th, var { font-style:normal; font-weight:normal }
caption, th { text-align:left }
h1, h2, h3, h5, h5, h6 { font-size:100%; }
q:before, q:after { content:''}


/* Global reset-RESET */
/* The below restores some sensible defaults */

strong { font-weight: bold }
em { font-style: italic }
ol, ul, li { list-style:none }

* a { position:relative } /* Gets links displaying over a PNG background */
a { outline:none; /* Gets rid of Firefox's dotted borders */ text-decoration:none }
a img { border:none } /* Gets rid of IE's blue borders */

/* ------------- General Elements -------------- */

body {
	margin: 0 auto;
	font-size:62.5%;
	padding: 0;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	color:#333;
	background:#fff url(../i/bg-main.jpg) center top repeat-x;
}

html, body,  #contents{
	min-height:100%;
	width:100%;
	height:100%;
}

#html>body, html>body  #contents {
	height:auto;
}

#contents {
	position:absolute;
	top:0;
	left:0;
}

a {
	text-decoration: underline;
	color:#999;
}

a:hover {
	text-decoration: none;
	color:#003366;
	text-decoration: underline;
}

a img {
	border: 0;
}

h1 {
	font-size: 2em;
	color:#00084A;
	font-weight:normal;
}

h2 {
	color:#00084A;
	line-height:1.8em;
	font-weight:normal;	
	padding-top:10px;
	padding-bottom:10px;
}

h3 {
	font-size: 1.6em;
	color:#00084A;
	font-weight:normal;
	margin:0px 0px 10px 0px;
}

h4 {
	font-size: 1.5em;
	font-weight:bold;
	color:#00084A;
	line-height:1.0em;
}

h5 {
	font-size: 1.4em;
	font-weight:bold;
	color:#00084A;
	line-height:1.0em;
}

p {
	font-size: 1.3em;
	font-weight:normal;
	line-height:1.1em;
	color:#333366;
	padding:5px 0px 5px 0px;
}

ol {
	font-size: 0.7em;
	font-weight:normal;
	line-height:1.4em;
	list-style:decimal;
	margin-top:10px;
}

ol li{
	font-weight:normal;
	line-height:1.4em;
	list-style:decimal;
	margin:0px 0px 20px 20px;
	background:#A58C6A url(../i/bullet.gif) left no-repeat;
}

/* ------------- Container -------------- */

#container {
	margin:0pt auto;
	padding:0px;
	width:958px;
	height:750px;
}

/* ------------- Header -------------- */

#header {
	margin:0pt auto;
	padding:0px;
	width:958px;
	height:310px;
	float:left;
	clear:both;
	text-align:left;
}

#logo {
	float:left;
	margin:0pt auto;
	padding:0px;
	padding-top:21px;
	background: url(../i/bg-logo-fade.png) right top no-repeat;
	height:292px;
	width:247px;
	text-align:right;
}

/* ------------- Search -------------- */

#search {
	position:relative;
	float:right;
	width:675px;
	margin:0 auto;
	height:57px;
	padding:0;
}

#search-form {
	float:right;
	height:31px;
	padding:8px 0px 0px 69px;
	width:181px;
	background: url(../i/bg-search.jpg) right top no-repeat;
}

.searchfield {
	padding:3px;
	height:15px;
	width:125px;
	background: #fff url(../i/bg-searchfield.jpg) left top repeat-x;
	border:1px solid #666699;
}

/* ------------- Main Navigation -------------- */

#navigation {
position:relative;
	float:left;
	width:510px;
	margin:55px auto;
	height:34px;
	padding:0;
	padding-left:25px;
}

#navigation ul {
	margin:0;
}

#navigation ul li {
	float:left;
}
#navigation ul li a {
	float:left;
	display:block;
	height:34px;
	padding:0;
	margin:0;
	text-indent:-3000px;
	text-decoration:none;
	overflow:hidden;
}

#navigation ul li#nav1 a {width:53px;background: url(../i/nav1.png) no-repeat;}
#navigation ul li#nav1 a:hover {background: url(../i/nav1.png) 0 -34px no-repeat;}
#navigation ul li#nav2 a {width:76px;background: url(../i/nav2.png) no-repeat;}
#navigation ul li#nav2 a:hover {background: url(../i/nav2.png) 0 -34px no-repeat;}
#navigation ul li#nav3 a {width:97px;background: url(../i/nav3.png) no-repeat;}
#navigation ul li#nav3 a:hover {background: url(../i/nav3.png) 0 -34px no-repeat;}
#navigation ul li#nav4 a {width:175px;background: url(../i/nav4.png) no-repeat;}
#navigation ul li#nav4 a:hover {background: url(../i/nav4.png) 0 -34px no-repeat;}
#navigation ul li#nav5 a {width:82px;background: url(../i/nav5.png) no-repeat;}
#navigation ul li#nav5 a:hover {background: url(../i/nav5.png) 0 -34px no-repeat;}

/* ------------- Date -------------- */

#date {
	float:right;
	width:130px;
	height:28px;
	padding:6px 20px 0px 0px;
	margin:55px 0 0 0;
}

#date p{
	color:#fff;
	font-size:1.3em;
	font-weight:normal;
	text-align:right;
}

/* ------------- Layout -------------- */

#banner_welcome{
	margin: 0 0px 0px 0px;
	float:right;
	height:207px;
	width:518px;
	background: url(../i/bg-caption.png) left top no-repeat;
}
#banner_welcome h2{
font-size:1.8em;
font-style:italic;
color:#00084A;
line-height:1.4em;
padding:25px 350px  0 20px; 
}

#content_left{
	margin: 40px 0px 0px 0px;
	background-color:#fff;
	border-top:1px solid #fff;
	border-left:1px solid #fff;
	float:left;
	width:460px;
	padding:0px 20px 10px 0;
}
#content_left h1 {
font-size:2.2em;
line-height:1.2em;
padding:0 0 10px 0;
}
#content_left h2 {
font-size:1.8em;
line-height:1.2em;
padding:0;
margin:0 0 10px 0;
}
#content_left h3 {
font-size:1.5em;
color:#ba1233;
line-height:1.2em;
padding:0;
margin:0 0 0 0;
}
#content_right{
	margin: 40px 0 0 0;
	float:right;
	width:450px;
	margin-bottom:80px;
}
#content_right h1 {
font-size:2.2em;
line-height:1.2em;
padding:0 0 10px 0;
}
#content_left img {
padding:3px;
background-color:#fff;
border:1px solid #ccc;
}

#home {
}
#home h1 {
background:#fff url(/i/home-h1-bg.jpg) no-repeat;
text-indent:-2000px;
}
#home h2 {
padding:20px 0 0 25px;
}
#home p {
padding:10px 0 0 25px;
}
#home img {
padding:3px;
margin:15px 0 15px 35px;
background-color:#fff;
border:1px solid #ccc;
}

/* ------------- Latest News -------------- */

.latest-news {
	width:430px;
	height:100px;
	clear:both;
	border-top:1px solid #ccc;
	margin:4px 0px 10px 0px;
	padding:8px 10px 10px 10px;
	border-top:1px solid #fff;
	border-right:1px solid #BDCEEC;
	border-bottom:1px solid #BDCEEC;
	border-left:1px solid #fff;
	background:#fff url(../i/bg-latestnews.png) top left repeat-x;
}

.date {
	background: url(../i/bg-date.png) no-repeat scroll 0%;
	clear:right;
	color:#666666;
	float:left;
	height:44px;
	padding:0px;
	text-align:center;
	width:44px;
	margin:0px 10px 0px 0px;
	padding-top:6px;
}

.date span.day {
	font-size:1.4em;
	margin-top:2px;
	font-weight:bold;
	color:#fff;
	font-family: "Times New Roman", Times, serif ;
}

.date span.month {
	font-size:1.4em;
	color:#00084A;
	font-weight:bold;
	text-transform:uppercase;
}

.latest-news-article {
	float:right;
	width:362px;
	background: url(../i/bg-latestnews-divider.png) left top repeat-y;
	padding:2px 0px 0px 13px;
}

.latest-news h4{
	line-height:1.5em;
	color:#000066;
	text-decoration:none;
}

.latest-news h4 a{
	line-height:1.4em;
	color:#000066;
	text-decoration:none;
}

.latest-news h4 a:hover{
	color:#000033;
	text-decoration:underline;
}

.latest-news p {
	color:#6699CC;
	font-size:1.3em;
	line-height:1.3em;
	margin:0px;
	padding:0px;
}

.read-more {
	color: #FF0000;
	line-height:1.6em;
	margin:0px;
	padding:0px;
	text-decoration:none;
}

.read-more a:hover{
	color: #6699CC;
	text-decoration:underline;
}

/*-------------------- FOOTER  -------------------*/

#footer {
	position:absolute;
	bottom:0;
	width:100%;
	clear:both;
	background:url(../i/bg-footer.png) left top repeat-x;
	height:105px;
}

#footer-content {
	width:958px;	
	height:80px;
	color:#fff;
	padding:15px 0px 10px 0px;
	margin:0 auto;
	background:url(../i/bg-footer2.png) right top no-repeat;
}
#footer ul{
	margin:0px 20px 0px 20px;
	font-size:1.3em;
	font-weight:normal;
	line-height:1.0em;
	width:300px;
	float:left;
}

#footer ul a{
	color:#003366;
	text-decoration:none;
}

#footer ul a:hover{
	color:#fff;
	text-decoration:underline;
}

#footer li{
	background:transparent url(../i/bullet-footer.png) no-repeat scroll left center;
	margin-bottom:5px;
	padding:0px 0px 0px 24px;
}

#adverset {
	height:30px;
	padding:14px 5px 0px 0px;
	width:95px;
	float:right;
}

/*-------------------- FORMS  -------------------*/

.submit input:hover {
	background:#FFFFFF url(../i/button-search.png) no-repeat scroll 0pt -23px;
}
.submit input {
	background:transparent url(../i/button-search.png) no-repeat scroll 0pt -0px;
	border:0pt none;
	overflow:hidden;
	text-decoration:none;
	text-indent:-3000px;
	width:29px;
	height:23px;
}