html, body {
	height: 100%;
}

body {
	margin: 0px;
	padding: 0px;
	background: #1d1d1d;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color:#899090;
}

h1, h2, h3 {
	margin: 0px;
	padding: 0px;
	font-family: 'Abel', sans-serif;
	font-weight: 400;
	color:#24b4ea;
	
	
}
h1 { padding-top:5px;}

h2 {
	font-size: 26px;
}

p, ol, ul {
	margin-top: 0px;
}

p, ol {
	line-height: 120%;
}

a {
	color: #51a2e3;
}

a:hover {
	text-decoration: none;
}

a img {
	border: none;
}

img.border {
}

img.alignleft {
	float: left;
}

img.alignright {
	float: right;
}

img.aligncenter {
	margin: 0px auto;
}

hr {
	display: none;
}

/** WRAPPER */

#wrapper {
	overflow: hidden;
	padding: 10px 0px;
	background-color: #202322;
}

.container {
	width: 1000px;
	margin: 0px auto;
}

.clearfix {
	clear: both;
}

/** HEADER */

#header-wrapper {
	overflow: hidden;
	height: 242px;
	background: url(../images-pres/header-bg-fill.jpg) repeat-x left top;
}

#header {
	overflow: hidden;
	width: 1000px;
	height: 242px;
	margin: 0px auto;
	background: url(../images-pres/highflightmedia-heading.jpg) no-repeat left top;
}

/** LOGO */

#logo {
	width: 1000px;
	height: 129px;
	margin: 0px auto;
}

#logo h1, #logo p {
	margin: 0px;
	line-height: normal;
}

#logo h1 a {
	display: block;
	padding-top: 55px;
	letter-spacing: -3px;
	text-align: center;
	text-decoration: none;
	text-transform: lowercase;
	text-shadow: 1px 2px 0px rgba(0, 0, 0, .5);
	font-family: 'Lobster', cursive;
	font-size: 44px;
	font-weight: 400;
	color: #FFFFFF;
}

/** NAVIGATION */

#navigation {
	width: 950px;
	height: 87px;
	padding: 0px 35px;
}

/** MENU */

#menu-wrapper {
	float: left;
	width: 665px;
	height: 79px;
	padding-top: 8px;
}
/** PAGE */

#page {
	overflow: hidden;
}

#page-bgtop {
}

#page-bgbtm {
	overflow: hidden;
	width: 984px;
	padding: 8px;
}

/** CONTENT */

#content {
	float: left;
	width: 100%;
}

.two-column2 #content {
	float: right;
}

#wide-content {
	width: 984px;
}

/** SIDEBAR */

#sidebar {
	float: right;
	width: 322px;
}

.two-column2 #sidebar {
	float: left;
}

/** FOOTER */

#footer {
	overflow: hidden;
	height:150px;
	background: url(../images-pres/header-bg-foot.jpg) repeat-x left top;
}

#footer p {
	margin: 0px;
	padding: 40px 0px 0px 0px;
	text-align: center;
	text-shadow: 1px 1px 0px rgba(0, 0, 0, .5);
	font-size: 13px;
	color:#D5E8F5;
	
}

/** FOOTER CONTENT */

#footer-content-bg {
	background: #000000;
}

#footer-content-shadow a {
	font-size:13px;
}

#footer-content {
	overflow: hidden;
	width: 930px;
	padding: 21px 35px 0px 35px;
	color: #899090;
}

#footer-content h2 {
	padding-bottom: 30px;
	font-size: 26px;
	color: #FFFFFF;
}

#footer-content #fbox1, #footer-content #fbox2, #footer-content #fbox3 {
	height: 180px;
	padding: 20px 0px 30px 0px;
}

#footer-content #fbox1 {
	float: left;
	width: 268px;
	padding-right: 32px;
}

#footer-content #fbox2 {
	float: left;
	width: 268px;
	padding-left: 31px;
	padding-right: 33px;
}

#footer-content #fbox3 {
	float: right;
	width: 268px;
}

#footer-content #fbox3 .address {
	padding-left: 35px;
	text-shadow: 1px 1px 0px rgba(0, 0, 0, .5);
}

#footer-content #fbox3 .email {
	padding-left: 35px;
	text-shadow: 1px 1px 0px rgba(0, 0, 0, .5);
}

/** BANNER */

#banner-wrapper-bg {
	height: 360px;
	padding-top: 19px;
}

#banner {
	position: relative;
	width: 983px;
	height: 360px;
	margin: 0px auto;
	border-radius: 5px;
	box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, .3);
}

#banner .image, #banner .caption1, #banner .caption2, #banner .border {
	position: absolute;
}

#banner .image {
	width: 983px;
	height:360px;
	top: 0px;
	left: 0px;
	border:15px #fff solid;
}

#banner .caption1 {
	float: right;
	width: 455px;
	height: 142px;
	background: url(images/banner-caption-bg.png) no-repeat left top;
	top: 89px;
	right: 0px;
}

#banner .caption1 a {
}

#banner h2 {
	margin: 0px;
	padding: 24px 0px 0px 35px;
	letter-spacing: -3px;
	text-decoration: none;
	text-shadow: 1px 1px 0px rgba(0, 0, 0, .5);
	font-weight: normal;
	font-size: 45px;
	color: #FFFFFF;
}

#banner h2 a {
	display: block;
}

#banner p {
	margin-top: -4px;
	padding: 0px 0px 0px 35px;
	letter-spacing: -1px;
	text-decoration: none;
	text-shadow: 1px 1px 0px rgba(0, 0, 0, .5);
	font-family: 'Abel', sans-serif;
	font-weight: normal;
	font-size: 24px;
	color: #FFFFFF;
}

#banner .caption1 span {
	margin: 0px;
	padding: 0x;
	color: #FFFFFF;
}

#banner .border {
	width: 983px;
	height: 360px;
	top: 0px;
	left: 0px;
}

/** TWO-COLUMNS */

#wrapper2 {
	/*height: 340px;*/
}

#wrapper2-shadow-bg {
	overflow: hidden;
	width: 1000px;
	/*height: 340px;*/
	margin: 0px auto;
	padding-top: 23px;
}

#wrapper2-content-bg {
	overflow: hidden;
	/*height: 277px;*/
	color: #FFFFF;
	font-size:16px;
	padding-left:25px;
	
}
#wrapper-home-content {
	padding-left:25px;
	color: #899090;
	font-size:16px;
}

ul.style1 {
	margin: 0px;
	padding: 0px;
	list-style:disc;
	font-family: 'Abel', sans-serif;
	font-size:14px;
	padding-left:10px;
}

ul.style1 li {
	padding: 5px 0px;
}

ul.style1 a {
	display: block;
	text-decoration: none;
	font-size: 16px;
	color: #899090;
}

ul.style1 a:hover {
	text-decoration: underline;
}

ul.style1 .first {
	padding-top: 0px;
	background: none;
}



.link-style1 {
	display: inline-block;
	width: 250px;
	height: 66px;
	padding-left: 15px;
	background: url(images/button1-left-bg.png) no-repeat left top;
	line-height: 66px;
}

.link-style1 a {
	display: inline-block;
	height: 66px;
	padding-right: 15px;
	background: url(images/button1-right-bg.png) no-repeat right top;
	letter-spacing: -2px;
	text-align: center;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, .5);
	text-transform: lowercase;
	font-size: 32px;
	font-family: 'Abel', sans-serif;
	color: #FFFFFF;
	text-decoration: none;
}

.link-style1 span {
	display: inline-block;
	width: 210px;
	height: 66px;
	background: url(images/button1-bg.png) repeat-x left top;
}

.link-style2 {
	display: inline-block;
	width: 250px;
	height: 66px;
	padding-left: 15px;
	background: url(images/button2-left-bg.png) no-repeat left top;
	line-height: 66px;
}

.link-style2 a {
	display: inline-block;
	height: 66px;
	padding-right: 15px;
	background: url(images/button2-right-bg.png) no-repeat right top;
	letter-spacing: -2px;
	text-align: center;
	text-shadow: 1px 1px 1px rgba(255, 255, 255, 1.0);
	text-transform: lowercase;
	font-size: 32px;
	font-family: 'Abel', sans-serif;
	color: #191919;
	text-decoration: none;
}

.link-style2 span {
	display: inline-block;
	width: 210px;
	height: 66px;
	background: url(images/button2-bg.png) repeat-x left top;
}

.link-style3 {
	display: inline-block;
	height: 41px;
	margin-top: 10px;
	padding-left: 10px;
	background: url(images/button3-left-bg.png) no-repeat left top;
	line-height: 41px;
	border-radius: 5px;
	box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, .2);
}

.link-style3 a {
	display: inline-block;
	height: 41px;
	padding-right: 10px;
	background: url(images/button3-right-bg.png) no-repeat right top;
	letter-spacing: -1px;
	text-decoration: none;
	text-align: center;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, .5);
	text-transform: lowercase;
	font-size: 23px;
	font-family: 'Abel', sans-serif;
	color: #FFFFFF;
}

.link-style3 span {
	display: inline-block;
	width: 114px;
	height: 41px;
	background: url(images/button3-bg.png) repeat-x left top;
}

#three-columns {
	overflow: hidden;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, .5);
}

#column1 {
	float: left;
	width: 322px;
	padding-right: 9px;
}

#column1 .content, #column2 .content, #column3 .content {
	overflow: hidden;
	padding: 20px;
}

.heading {
	margin: 0px;
	padding-bottom: 10px;
	line-height: normal;
	letter-spacing: -1px;
	text-shadow: 1px 2px 0px rgba(0, 0, 0, .5);
	font-family: 'Abel', sans-serif;
	font-size: 22px;
	color: #FFFFFF;
}

#column2 {
	float: left;
	width: 322px;
}

#column3 {
	float: right;
	width: 322px;
}

.title {
	overflow: hidden;
	width: 100%;
	height: 70px;
	border-radius: 5px;
	box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, .2);
}

.title h2 {
	display: inline-block;
	width: 322px;
	height: 61px;
    padding-left: 10px;
}

.title span {
	display: inline-block;
	height: 61px;
	padding-right: 10px;
}

.title b {
	display: inline-block;
	width: 272px;
	height: 61px;
	padding: 0px 15px;
	letter-spacing: -1px;
	line-height: 61px;
	text-shadow: 1px 2px 0px rgba(0, 0, 0, .5);
	font-weight: 400;
	color: #FFFFFF;
}

#box1 .content  {
	overflow: hidden;
	padding: 25px;
}

#box1 .content {

}

#box1 .title {
	overflow: hidden;
	 width:98%;
	 padding-left:15px;
     text-shadow: 1px 2px 0px rgba(0, 0, 0, .5);

}

#box1 .title b {
	overflow: hidden;
	width: 100%;
    text-shadow: 1px 2px 0px rgba(0, 0, 0, .5);

}

.phone { float:right;
 	     font-size:25px;
         color:#9BCDFF;
		 postion:relative;
}
.cdt a{	
	color:
	#FFB9DC;
	text-decoration:none;
}
.about {font-size:16pt;
        font-weight:bold;
}
.vid first {padding-right:10px;}
.vid {width:460px; float:left;padding-right:6px;padding-bottom:10px;font-size:9pt;}
table {text-align:center; width:70%; vertical-align:center; padding:10px; align:center;
margin-left:auto; margin-right:auto;}
.emergency {
	margin-left: auto;
	margin-right:auto;
	margin-top:5px;
	display:block;
	font-size:16px;
color:red;
text-align:center;
padding:5px;

}
.youtube {
	float:right;
	padding-right:50px;
	position:relative;
	overflow:hidden;
}