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, 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;
}
ol, ul {
  list-style: none;
  margin-left: 2em; 
  margin-bottom: 1em;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}

body{
  line-height: 1;
  background: #7995BA;
  font-family: Verdana,Monaco,Geneva,Helvetica,Helv;
  font-size: 13pt;
  font-weight: normal;
  color: white;
  cursor: url('images/cap232.cur'); 
}

p { margin-bottom: 1em; }

a { cursor: url('images/cap232.cur'); color: white; }
a:hover { color: #eeeeff; }


h1{font-family: 'Montserrat',Verdana,Monaco,Geneva,Helvetica,Helv; font-size: 180%; margin: 10px 0 10px 0;
color: white;
padding: 6px 10px 7px 10px; margin-top: 0;
background: #b1c9dd;
background: -moz-linear-gradient(left,  #89A5CA 0%, #ffffff 100%);
background: -webkit-gradient(linear, left top, right top, color-stop(0%,#89A5CA), color-stop(100%,#ffffff));
background: -webkit-linear-gradient(left,  #89A5CA 0%,#ffffff 100%);
background: -o-linear-gradient(left,  #89A5CA 0%,#ffffff 100%);
background: -ms-linear-gradient(left,  #89A5CA 0%,#ffffff 100%);
background: linear-gradient(left,  #89A5CA 0%,#ffffff 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#89A5CA', endColorstr='#ffffff',GradientType=1 );
clear: both;
}

h2 {font-family: 'Montserrat',Verdana,Monaco,Geneva,Helvetica,Helv; font-size: 150%; font-weight: bold; margin: 10px 0 10px 0;
color: white;
padding: 6px 10px 7px 10px; margin-top: 0;
background: #b1c9dd;
background: -moz-linear-gradient(left,  #89A5CA 0%, #7995BA 100%);
background: -webkit-gradient(linear, left top, right top, color-stop(0%,#89A5CA), color-stop(100%,#7995BA));
background: -webkit-linear-gradient(left,  #89A5CA 0%,#7995BA 100%);
background: -o-linear-gradient(left,  #89A5CA 0%,#7995BA 100%);
background: -ms-linear-gradient(left,  #89A5CA 0%,#7995BA 100%);
background: linear-gradient(left,  #89A5CA 0%,#7995BA 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#89A5CA', endColorstr='#7995BA',GradientType=1 );
clear: both;
}
h3{font-family: 'Poiret One',Verdana,Monaco,Geneva,Helvetica,Helv; font-size: 130%; font-weight: bold; margin: 10px 0 10px 0; }
h4{font-family: 'Poiret One',Verdana,Monaco,Geneva,Helvetica,Helv; font-size: 100%; font-weight: bold; margin: 10px 0 10px 0; }

.clear { clear:both; }

img.outlined {border: 1px solid black;}
img.outlined2 {border: 2px solid black;}

#logo {
  margin: 10px auto 10px auto;
  text-align: center;
}

#navbar {
  position: absolute;
  top: 120px;
  left: 10px;
  width: 140px;
  font-family: 'Poiret One';
  font-size: 150%;
  text-align: center;
  padding-right: 30px;
  border-right: 10px solid #89A5CA;
}

#navbar a {
  display: block;
  width: 140px;
  background: #314ace;
  border: 2px solid white;
  line-height: 120%;
  margin: 0;
  color: white;
  text-decoration: none;
  font-weight: bold;
  padding: 2px 5px;
}

#navbar a:hover, #navbar a.sel {
  background: white;
  color: #314ace;
  border: 2px solid #314ace;
}

#content {
  margin: 0 10px 0 210px;
  background: url('../images/background.gif') fixed;
}

#frontpage {
  position: relative;
  text-align:center;
  width: 760px;
  height: 491px;
  margin: 0 auto 1em auto;
}
#frontpage h1 {
  position: absolute;
  left: 0px;
  top: 0px;
  font-family: 'Poiret One',Verdana,Monaco,Geneva,Helvetica,Helv; font-size: 125%; margin: 10px 0 10px 0;
  color: white;
  padding: 6px 10px 7px 10px; margin-top: 0;
  background: #b1c9dd;
  background: -moz-linear-gradient(left,  #89A5CA 0%, rgba(121, 149, 186, 0) 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%,#89A5CA), color-stop(100%,rgba(121, 149, 186, 0)));
  background: -webkit-linear-gradient(left,  #89A5CA 0%,rgba(121, 149, 186, 0) 100%);
  background: -o-linear-gradient(left,  #89A5CA 0%,#7995BA 100%);
  background: -ms-linear-gradient(left,  #89A5CA 0%,#7995BA 100%);
  background: linear-gradient(left,  #89A5CA 0%,rgba(121, 149, 186, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#89A5CA', endColorstr='#7995BA',GradientType=1 );
  z-index: 10;
}
.frontpageaircraft {
  position: absolute;
  left: 5px;
  top: 0px;
}

.frontpagediana {
  position: absolute;
  right: 0px;
  bottom: 0px;
  border: 2px solid black;
}

#footer {
  margin: 20px auto 0 auto;
  text-align: center;
}

div.imgl { padding: 0 15px 8px 8px; text-align: center; float: left; }
div.imgr { padding: 0 8px 8px 15px; text-align: center; float: right; }
div.imgc { padding: 8px; text-align: center; }
div.imgcaption { text-align: center; font-size: 75%; font-weight: bold; line-height: 120%;}

.fluidgallery{
  text-align:center;
}
.fluidgallery p{display:inline; }
.fluidgallery span{
  margin:0 5px 5px 5px; 
  vertical-align:top; 
  text-align: center;
  font-size: 75%;
  font-weight: bold;
  padding-bottom: 10px;
  display:table-cell; display:inline-table; display:inline-block
}
.fluidgallery p img{margin:0 0px 3px 0px}

ol { list-style-type: decimal; margin-bottom: 1em;}
ol.sequence { font-size: 90%;}
ol.sequence li { padding-bottom: 10px; }

ul { list-style-type: square; }

table { border-collapse: collapse; margin-bottom: 1em;}
td { padding: 4px 10px; }

#specs { margin: 0 auto 1em auto; }
#bio { margin-top: 1em; }
#contact { margin: 0 auto 1em auto; }

#flyer {
  width: 99%;
  height: 1.2em;
  overflow: hidden;
  visibility: hidden;
}
#star {
  position: relative;
  top: 4px;
}
#start {
  margin: 0;
  padding: 0;
}

/* generic */
.tar { text-align: right; }
.tal { text-align: left; }
.tac { text-align: center; }
.vat { vertical-align: top; }
.vam { vertical-align: middle; }
.vab { vertical-align: bottom; }

#footer {
  margin: 0 auto 0 auto;
  width: 85%; 
  text-align:center;
  font-size:95%;
  padding: 2px 4px 4px 2px;
  line-height: 150%;
}

/* --------- lightbox / slimbox -------------------------------------------------------- */
#lbOverlay {
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  cursor: pointer;
}

#lbCenter, #lbBottomContainer {
  position: absolute;
  z-index: 9999;
  overflow: hidden;
  background-color: #fff;
}

.lbLoading {
  background: #fff url(/images/loading.gif) no-repeat center;
}

#lbImage {
  position: absolute;
  left: 0;
  top: 0;
  border: 10px solid #fff;
  background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink {
  display: block;
  position: absolute;
  top: 0;
  width: 50%;
  outline: none;
}

#lbPrevLink {
  left: 0;
}

#lbPrevLink:hover {
  background: transparent url(/images/prevlabel.gif) no-repeat 0 15%;
}

#lbNextLink {
  right: 0;
}

#lbNextLink:hover {
  background: transparent url(/images/nextlabel.gif) no-repeat 100% 15%;
}

#lbBottom {
  font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
  font-size: 10px;
  color: #666;
  line-height: 1.4em;
  text-align: left;
  border: 10px solid #fff;
  border-top-style: none;
}

#lbCloseLink {
  display: block;
  float: right;
  width: 66px;
  height: 22px;
  background: transparent url(/images/closelabel.gif) no-repeat center;
  margin: 5px 0;
  outline: none;
}

#lbCaption, #lbNumber {
  margin-right: 71px;
}

#lbCaption {
  font-weight: bold;
}

/* contact page */
#name { display:none; }
table.contact { margin: auto; text-align: left;}
/* --- dialog boxes ------ */

#dialog-overlay {
 
    /* set it to fill the whil screen */
    width:100%;
    height:100%;
     
    /* transparency for different browsers */
    filter:alpha(opacity=50);
    -moz-opacity:0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
    background:black;
 
    /* make sure it appear behind the dialog box but above everything else */
    position:absolute;
    top:0; left:0;
    z-index:3000;
 
    /* hide it by default */
    display:none;
}
 
 
#dialog-box {
     
    /* css3 drop shadow */
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
     
    /* css3 border radius */
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
     
    background:#eee;
    /* styling of the dialog box, i have a fixed dimension for this demo */
    width:auto;
    max-width: 38%;
     
    /* make sure it has the highest z-index */
    position:absolute;
    z-index:5000;
 
    /* hide it by default */
    display:none;
}
 
#dialog-box .dialog-content {
    /* style the content */
    text-align:center;
    padding:10px;
    margin:13px;
    color:#666;
    font-size: 110%;
}
 
#dialog-message h1 { font-size: 130%; position: relative; top: -15px; color: black; }

#dialog-button1, #dialog-button2, .button, .jsbutton a {
  text-align:center;
  padding: 3px 10px 3px 10px;
  color: white;
  text-decoration: none;
  font-family: 'Poiret One';
  font-size: 150%;
  font-weight: bold;
  line-height: 300%;
  background-color: #213abe;
  position: relative;
  line-height: 135%; 
  text-decoration: none;
}
 
.jsbutton { display: none; }

#dialog-button1:hover, #dialog-button2:hover, .jsbutton a:hover, .button:hover {
    background-color: #314ace;
}
 
#dialog-box .dialog-content p {
    margin:0;
}
 
#dialog-box .dialog-content ul {
    margin:10px 0 10px 20px;
    padding:0;
}

#localnavbar {
  text-align: center;
}
