@charset "utf-8";
/* CSS Document */
body {
	margin: 0px;
	padding:0px;
	background: #F5F6F7;
}
body, td, th {
	font-family: Lucida Grande, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	line-height: 160%;
}
#network {
	background:#ffffff;
	width:100%;
	padding:0;
	height: 27px;
	
}
#network-info {
	width:1000px;
	position:relative;
	margin-left:auto;
	margin-right:auto;
	background:#ffffff;
	text-align:right;
}
img {
	border: 0;
}

/* Menu Bar */
#top {
	width: 100%;
	height: 160px;
	background:#;
	border-bottom:3px solid #E6E6E6;
}

#top-cover {
	width: 1000px;
	margin: 0 auto;
	position:relative;
	height: 160px;
}
#logo {
	position:absolute;
	width: 150px;
	left:0px;
	top:10px;
	float:right;
	
}
#head {
	position:absolute;
	width: 500px;
	left:150px;
	top:10px;
	float:right;
	height: 150px;
	
}
#topmenu {
	position:absolute;
	left: 350px;
	width:650px;
	top: 80px;
	float: left;
	
	
}
#topmenu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	margin-right: 0px;
	float: right;
}
#topmenu li {
	list-style: none;
	float: left;
	font-weight: normal;
	font-size: 16px;
	padding:2px 15px 0 15px;
	line-height: 26px;
	text-transform: uppercase;
	font-family: century gothic, Candara, Arial, Helvetica, sans-serif;
}
#topmenu li a {
	display: block;
	padding: 0;
	font-weight: bold;
	text-decoration: none;
	color: #333333;
}
#topmenu li:hover, #topmenu li.hover {
	position: static;
}
#topmenu li a:hover, #topmenu li.active a {
	color: #0085E0;
	background-position: center;
/* Menu Bar - End */
}
#header {
	height: 150px;
	width: 1000px;
	background: url("images/AirRunLogoSm.png") no-repeat;
	margin: auto;
	text-align: center;
	margin-top: -20px;
}
.tagline {
	position:relative;
	padding: 0;
	width:400px;
	height:0px;
	margin-top: 40px;
	margin-left: 470px;
	}


#outer {
	width:100%;
	height:300px;
	border:0px solid #959596;
	text-align:left;
	clear:both;
	background:#DFDFDF url(images/contentgrad.png) repeat-y bottom;
	margin: auto;
	
	
}
#contain-inner {
	position: relative;
	margin-left:auto;
	margin-right:auto;
	width:1000px;
	height:100%;
}

#inner {
	margin-left:auto;
	margin-right:auto;
	width:1000px;
	height:93%;
	padding-top: 20px;
}

#inner2 {
	position: absolute;
	margin-left:auto;
	margin-right:auto;
	width:560px;
	height:93%;
	padding-top: 20px;
	padding-left:20px;
	padding-right: 20px;
	float:right;
	top: 6px;
	
	
}
#inner-right {
	position: absolute;
	margin-left:auto;
	margin-right:auto;
	width:400px;
	float: left;
	height: 97%;
	left: 590px;
	border:5px solid #333333;
		
}


#bottom-wrap {
	background:#87B7E8 url(images/bottomGrad.jpg) repeat-x bottom;
	border-bottom:1px solid #;
	border-top:5px solid #333333;
	clear:both;
	width:100%;
	padding:50px 0 60px 0;
	
}
#bottom-info {
	width:1000px;
	position:relative;
	margin-left:auto;
	margin-right:auto;
	
}
#copyright {
	background:#ffffff;
	clear:both;
	width:100%;
	padding:0;
	height: 20px;
}
#copyright-info {
	width:1000px;
	position:relative;
	margin-left:auto;
	margin-right:auto;
	text-align:center
	
}
/* Heading Fonts*/
h1 {
	font-size:3em;
	text-align:center;
	color: #000000;

}
h2 {

	text-align:center;
	color: #ABA583;

}

