/* CSS for AeroElvira - Home of the Optica and other cival light aircraft */
/* (C) 2011 By Ken McNaught of KenKode Web Solutions for Orpheus Internet */

* {
	margin: 0;
	padding: 0;
}
body {
	background: #fff;
	color: #000;
	font-family:: Arial, Helvetica, sans-serif;
}

p {
	font: normal 14px Verdana, Geneva, sans-serif;
	line-height: 1.3em;
	padding-bottom: 1.4em;
}

/* ---------------------------------------------------------------------------- */
/*                          All pages - General layout                          */
/* ---------------------------------------------------------------------------- */
.cloud {
	background: #044269 url(resource/clouds.jpg) top no-repeat;
	width: 1130px;
	min-height: 690px;
	margin: 0 auto 12px auto;
	padding-top: 70px;
	padding-bottom: 12px;
}

.container {
	background: #fff url(resource/lightblue.jpg) top repeat-x;
	width: 880px;
	min-height: 660px;
	margin: 0 auto;
}

.stretch { clear: both; } /* Forces outer div to strecth if content is larger than min-height */

/* -----------------------  Header ------------------------ */
.header {
	padding: 20px 0 0 20px;
	height: 100px;
}

.header img {
	float: left;
	border: none;
}

.header a {
	text-decoration: none;
}

.header h1 {
	float: left;
	margin: 32px 0 0 20px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 28px;
	font-weight: b;
	color: #000;
}

/* -----------------------  Nav Bar ------------------------ */

.navbar {
	position: relative;
	float: left;
	width: 220px;
	padding: 0 0 0 13px;
}

.navbar ul {
	padding: 0px;
	list-style: none;
	line-height: normal;
	margin-top: 0;
}

.navbar ul li {
	display: inline;
}

.navbar a {
	display: block;
	background: url(resource/navbk.jpg) top no-repeat;
	padding: 10px 10px 6px 20px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	height: 28px;
}

.navbar a:hover {
	display: block;
	text-decoration: none;
	background: url(resource/navbksel.jpg) top no-repeat;
}

.navbar .selected a, .navbar .selected a:hover {
	background: url(resource/navbksel.jpg) top no-repeat;
}

/* ---------------------------------------------------------------------------- */
/*                                     Content                                  */
/* ---------------------------------------------------------------------------- */
.content {
	float: right;
	margin-right: 14px;
	padding: 20px 14px 0 14px;
	width: 574px;
	min-height: 460px;
	border: solid 1px #c2c2c2;
}

.content h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #075075;
	margin: 18px 0 22px 20px;
}

.innerlogo {
	float: right;
	background-image: url(resource/logosmall.jpg);
	width: 123px;
	height: 103px;
	margin: -12px 0 10px 10px;
}


/* ---------------------------------------------------------------------------- */
/*                                       Index                                  */
/* ---------------------------------------------------------------------------- */
.indeximg {
	float: right;
	margin: auto 10px;
	height: 260px;
	border: solid 1px #ccc;
	padding: 4px;
}

.indeximg p {
	margin: 4px auto;
	text-align: center;
	font-size: 14px;
}

/* ---------------------------------------------------------------------------- */
/*                                     About Us                                 */
/* ---------------------------------------------------------------------------- */
.aboutimg {
	float: left;
	margin: auto 8px;
	height: 110px;
	border: solid 1px #ccc;
	padding: 4px;
}

.aboutimg p {
	margin: 4px auto;
	text-align: center;
}

.cenbox {
	width: 520px;
	margin: 10px auto;
	text-align: center;
}

/* ---------------------------------------------------------------------------- */
/*                                     Aircraft                                 */
/* ---------------------------------------------------------------------------- */
.aircraftimg {
	float: left;
	margin: auto 10px 12px 10px;
	height: 160px;
	border: solid 1px #ccc;
	padding: 4px;
	text-align: center;
}

.aircraftimg p {
	margin: 4px auto;
	text-align: center;
	color: #075075;
	font-size: 14px;
	font-weight: bold;
}

/* ---------------------------------------------------------------------------- */
/*                                    Contact Us                                */
/* ---------------------------------------------------------------------------- */
p.address {
	line-height: 16px;
	margin-bottom: 12px;
}

.map {
	border: solid 1px #000;
}

/* ---------------------------------------------------------------------------- */
/*                                      Footer                                  */
/* ---------------------------------------------------------------------------- */
.footer {
	width: 880px;
	height: 50px;
	margin: 0 auto;
	background-color: #fff;
	clear: both;
}

.footer p {
	margin: 0;
	padding: 18px 0 0 10px;
	text-align: left;
	line-height: normal;
	float: left;
	font-size: 12px;
}

.footer .rite {
	padding: 18px 10px 0 0;
	float: right;
}
