* {
	margin: 0;
	padding: 0;
}

body { font-family: Arial, Helvetica, sans-serif; }

a {
	outline: none;
	text-decoration: none;
	color: #464648;
}

a:hover { text-decoration: underline; }

a:focus { outline: none; }




/* Various classes and tage */


.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.skiplink { display: none; }

#wrapper {
	margin: 17px auto;
	width: 1004px;
}

#header {
	background: url(../images/logo.gif) no-repeat;
	height: 128px;
}

#header-nav {
	margin-left: 826px;
	line-height: 13px;
	padding-top: 25px;
	font-size: 11px;
	color: #555459;
}
#header-nav a  {
	color: #555459;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 11px;
}

#header-nav a:hover { text-decoration: underline; }
#header ul, #navigation ul, #content-teasers ul, #rh-teasers ul { list-style: none; }

#navigation {
	background: url(../images/nav-background.jpg) no-repeat;
	height: 34px;
	padding: 0 37px 0 39px;
}
#navigation a {
	float: left;
	height: 34px;
	width: 113px;
	text-align: center;
	background: url(../images/nav.png) no-repeat left top;
	color: #FFF;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	vertical-align: middle;
	padding: 0px 0;
	margin: 0 3px 0 0;
	display: block;
}
#navigation li , #content-teasers li{ float: left; }



#navigation  a:hover { background: url(../images/nav.png) no-repeat left bottom; }

#nav-home, #nav-trial, #nav-hire, #nav-postppl, #nav-about, #nav-contact { line-height: 30px; }

#content { clear: both; }
#home #nav-home , #trial #nav-trial, #aerotraining #nav-aerotraining, #helitraining #nav-helitraining, #hire #nav-hire, #postppl #nav-postppl, #about #nav-about, #contact #nav-contact { background: url(../images/nav.png) no-repeat left bottom; }

#news #nav-news, #airport #nav-airport, #history #nav-history, #findus #nav-findus {color: #151740;}


#nav-contact { margin-right: 0px; }

#content-main {
	clear: both;
	margin: 0 38px;
	padding: 12px 0 0 0;
}
#content-teasers  a , #rh-teasers a{
	height: 171px;
	width: 239px;
	display: block;
	float: left;
	text-indent: -9999px;
}

#teaser-aerotraining { background: url(../images/teaser-aerotraining.jpg) no-repeat; }

#teaser-postppl { background: url(../images/teaser-postppl.jpg) no-repeat; }

#teaser-hire { background: url(../images/teaser-hire.jpg) no-repeat; }

#teaser-news { background: url(../images/teaser-news.jpg) no-repeat; }

#teaser-trial { background: url(../images/teaser-trial.jpg) no-repeat; }

h1 {
	color: #142054;
	font-size: 24px;
	padding: 0 0 10px 0;
	border-bottom: 1px solid #ccc;
	margin: 0px 0 12px 0;
}

h2 {
	font-size: 18px;
	color: #142054;
	margin-bottom: 24px;
}

a.google {
	text-decoration: underline;
	color: #142054;
}

h3
{
	font-size: 18px;
	color: #142054;
	margin-bottom: 0px;
}

h4
{
	font-size: 15px;
	color: #142054;
	margin-bottom: 0px;
}

h2.tagline {
	font-size: 16px;
	color: #464648;
	margin-bottom: 0px;
}

h2.tagline a {
	color: #142054;
	text-decoration: none;
}

p {
	font-size: 12px;
	line-height: 17px;
	margin: 0 0 17px 0;
}

#footer {
	clear: both;
	margin: 0px 38px;
	font-size: 11px;
	color: #464648;
	font-weight: bold;
	line-height: 17px;
	padding: 30px 0 0 0;
}

#footer a {
	text-decoration: underline;
	color: #464648;
	margin: 0 6px;
}

#footer-copyright {
	font-size: 10px;
	font-weight: normal;
	float: right;
	width: 240px;
}
.float-right {
	float: right;
}
 
