/* Reset Style. */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
}
body{line-height: 1;color: #000;background: #FFF;}
ol, ul{list-style: none;}
table{border-collapse: separate; border-spacing: 0;}
caption, th, td{text-align: left;font-weight: normal;}
blockquote:before, blockquote:after,q:before, q:after{content: "";}
blockquote, q{quotes: "" "";}

td{vertical-align: middle;}
sup{vertical-align:text-top;}
sub{vertical-align:text-bottom;}
legend{color:#000;}
b, strong{font-weight: bold;}
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  line-height: 1;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
html, body, div.page, div.lt-ie7 {
	margin: 0;
	padding: 0;
	height: 100%;
}

#e_content {
	position: relative;
	margin: 0px auto 0px auto;
	width: 1000px;
	min-height: 100.0%;
}
* html #e_content {
	height: 100%;
}

#footer {
	position: relative;
	margin-top: -100px;
}

#header {
}

#e_column_0 {
	clear: both;
	padding-bottom: 100px;
}

#column1 {
	float: left;
	width: 740px;
}

#column2 {
	float: left;
	width: 235px;
}
/*
Basic Styles
Company: VipaSolutions
Client: Lincoln Airshow
Author: Aprille Okimi (aokimi@i2rd.com)
*/
html {
  font-size: 100%;
}
body {
  background-color: #3090c1;
  font-family: "Myriad Pro", "Gill Sans", "Gill Sans MT", Calibri, Arial, sans-serif;
  font-size: 12px;
  font-weight: normal;
  color: #444;
}
#ie7only body {
  font-size: 10px;
}

/* general styles -----------------------------------------*/
p {
  margin-bottom: 1em;
}
a {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
a:hover {
  text-decoration: underline;
}
#column1 a, 
#column2 a {
 color: #004B8D;
}
h1 {
  font-size: 2.5em;
  text-transform: uppercase;
  color: #e51937;
  padding-bottom: 0.35em;
}
h2 { 
  font-size: 1.75em;
  color: #004b8d;
  text-transform: uppercase;
}
h3 {
  font-size: 1.75em;
  text-transform: uppercase;
  color: #e51937;
  padding-bottom: 0.25em;
}
h4 {
  font-size: 1.75em;
  text-transform: uppercase;  
  color: #004b8d;
  padding-bottom: 0.25em;
}
/* layout styles -------------------------------------------*/

/*  header and navigation -----------------------------------------------------------------------------*/
#header {
  background: url(/resources/dyn/files/503939za5fd5341/_fn/blue-angels.png) no-repeat top left;
  position: relative;
  border-bottom: 30px solid #e51937;
}
#logo {
  display: inline-block;
  zoom: 1;
  *display: inline;
  margin-left: -5px;  
}
#header #header_text {
  position: absolute; 
  top: 10px;
  right: 0; 
}
#header .textbean {
  display: inline-block;
  zoom:1;
  *display: inline;
  vertical-align: top;
}
#main_nav {
  position: absolute;
  bottom: 360px;
  right: 0;
}
#main_nav li {
  font-size: 2.25em;
  text-transform: uppercase;
  letter-spacing: -1px;
  padding-left: 1em;
  color: #ffffff;
}
#ie7only #main_nav li {
  font-size: 2em;
}
 
/*content area -------------------------------------------------------------------------------------- */

#e_column_0 {
  background-color: #fff;
  padding: 1em 1em 0 1em;
}
/* secondary navigation */ 
#secondary_nav {
  display: block;
  height: 50px;
  margin-left: -1em;
  padding: 1.5em 1em;
}

#secondary_nav li {
  font-size: 1em;
  text-transform: uppercase;
  font-weight: bold;
  color: #004b8d;
  margin-right: 4em;
  line-height: 1.25em;
}
#secondary_nav li a {
  color: #004B8D;
}
#secondary_nav li ul {
  display: block;
}
#secondary_nav li li {
  text-transform: none;
  font-weight: normal;
  width: 100%;
  white-space: nowrap;
}
#ie7only #secondary_nav ul.menubeanh li ul {
  top: 1.2em;
  left: 0px;
}
/* section navigation */ 
#section_nav .section_nav {
  padding: 0 1em;
}
#section_nav .section_nav li a {
  font-size: 1.05em;
  line-height: 1.35em;
  color: #666;
}
/*needed for the javascript */ 
#hero_tabs div.tc_wrap {
 width:750px;
 height: 310px;
 position: absolute;
 overflow: hidden;
}
#hero_tabs .tab-items {
  display: none;
}
#hero_tabs p {
 float:left;
}

#hero_tabs p.caption {
 float:left;
 width: 266px!important;
 margin-left:15px;
}

#hero_tabs div.tc_inner {
 width: 200000em;
 position: absolute;
 left: 0;
}

#hero_tabs div.tc_inner .tab-content {
 float: left;
 width: 750px;
 height: 310px;
 overflow: hidden;
}

#hero_tabs .tab-container div.tab-items {
 display:block;
}

/*css styles */ 
/* image rotator */
#hero_tabs {
  display: block;
  height: 310px;
  position: relative;
  overflow: hidden;
}
#hero_tabs .controls #hero_tabs_prev,
#hero_tabs .controls #hero_tabs_next {
  position: absolute;
  top: 160px;
  z-index: 10;
  display: block;
  width: 14px;
  height: 29px;
  cursor: pointer;
}
#hero_tabs .controls #hero_tabs_prev {
  left: 5px;
}
#hero_tabs .controls #hero_tabs_next {
  right: 5px;
}
#hero_tabs .controls #hero_tabs_prev span,
#hero_tabs .controls #hero_tabs_next span,
#hero_tabs .tab-items span.label {
  display: none;
}
#hero_tabs .controls #hero_tabs_prev {
  background: url(/resources/dyn/files/551205ze9dae4b3/_fn/slideshow_prev_button.png) no-repeat top left;
}
#hero_tabs .controls #hero_tabs_next {
  background: url(/resources/dyn/files/551204z9eddd425/_fn/slideshow_next_button.png) no-repeat top left;
}

#hero_tabs img {
    height: auto;
    width: 750px;
}

#hero_tabs p {
    margin: 0;
}

