/* cascading style sheet for Airspeed
................................................................ */

body {
	color: #222222;
	PADDING: 0px;
	margin: 10px 0px 10px;
	text-align: center;
	FONT-FAMILY: "Trebuchet MS", Geneva, Arial, Helvetica, sans-serif;
	background: #ffffff;
}



/* GLOBAL TEXT PROPERTIES
................................................................ */

h1 {
	font-size: 18px;
	padding: 0px;
	margin: 20px 0px 0px;
	font-weight: normal;
	color: #222222;
	line-height: 2;
}

h2 {
	font-size: 16px;
	padding: 0px;
	margin: 20px 0px 10px;
	font-weight: normal;
	color: #222222;
	line-height: 1.2;
}

h3 {
	font-size: 16px;
	padding: 0px;
	margin: 10px 0px 0px;
	font-weight: normal;
	color: #cccccc;
	line-height: 1.5;
}


p, label, li {
	padding: 0px;
	margin: 0px 0px 10px 0px;
	line-height: 1.25;
	font-size: 0.9em;
}



a:link, a:visited {
	color: #222222;
	text-decoration: underline;
}

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

/* IMAGE PROPERTIES
................................................................ */

img {
	margin: 0px;
	padding: 0px;
}


/* if css disabled
................................................................ */
.css { 
	display: none;
	}
	
/* MENU 
................................................................ */

#menu{
	margin: 0px auto;
	padding: 0px;
	width: 100%;
	float: left;
	height: 60px;
	background: #627443 url(images/rightcorner.jpg) no-repeat right top;
}

.nav {
	font-size: 18px;
	padding: 0px;
	margin: 0px;
	float: left;
	width: 100%;
	height: 60px;
	font-weight: normal;
	color: #ffffff;
	background: url(images/leftcorner.jpg) no-repeat left top;
}

.nav UL {
	FLOAT: left;
	MARGIN: 0px;
	padding: 0px;
}

.nav LI {
	FLOAT: left;
	list-style: none;
	margin: 10px 3px 0px 0px;
	padding: 0px 25px;
	line-height: 1.5;
	
}

.nav a:link, .nav a:visited{
	DISPLAY: block;
	color: #ffffff;
	text-decoration: none;
	padding : 7px;
}

.nav a:hover
{
	color:  #222222;
	text-decoration: none;
}

.active {
	padding: 7px;
	DISPLAY: block;
	color: #222222;
	text-decoration: none;
}

/* main content
................................................................ */
.main {
	margin: 0px auto;
	padding: 0px;
	width: 960px;
	background: #ffffff;
	text-align: left;
}

.logo {
	float: left;
	width:100%;
	height: 250px;
	margin: 0px 0px 10px;
}
.banner {
	float: left;
	width:100%;
	height: 150px;
	margin: 0px 0px 10px;
}
.bread {
	text-align: left;
	width: 90%;
	margin: 0px;
	padding: 10px 0px 0px 32px;
	float: left;
	height: 60px;
}

.content {
	margin: 0px;
	padding: 0px 0px 20px 0px;
	width: 100%;
	float: left;
	text-align: left;
	background: #ffffff;
}
.col1 {
	margin: 0px;
	padding: 0px 0px;
	width: 320px;
	float: left;
	text-align: left;
}
.col2 {
	margin: 0px;
	padding: 0px;
	width: 620px;
	float: right;
	text-align: left;
}
.button {
	margin: 0px 0px 20px 0px;
	padding: 0px;
	width: 100%;
	float: right;
	text-align: center;
	background: #627443 url(images/rightcorner.jpg) no-repeat right top;
	height: 60px;
}
.button a:link, .button a:visited {
	color: #ffffff;
	text-decoration: none;
}

.button a:hover {
	color:  #222222;
	text-decoration: none;
}
.button h1 {
	padding: 10px 0px 0px;
	margin: 0px;
	color: #ffffff;
	height: 60px;
	background: url(images/leftcorner.jpg) no-repeat left top;
}

/* footer
................................................................ */
#footer {
	border-top: 1px solid #999999;
	width:100%;
	margin: 0px;
	padding: 10px 0px 20px;
	float: left;
	text-align: left;
	font-size: 0.75em;
	color: #999999;
}

#footer a:link, #footer a:visited {
	color: #999999;
	text-decoration: underline;
}

#footer a:hover {
	color:  #222222;
	text-decoration: none;
}
