/* GENERIC */

* {
  padding: 0;
  margin: 0;
}

body {
  /* font: 9pt "Lucida Grande", "Lucida Sans", Tahoma, Arial, sans-serif; */
  font: 9pt "Lucida Sans", "Lucida Grande", Tahoma, Arial, sans-serif;
  /* font: 9pt Tahoma, "Lucida Grande", "Lucida Sans", Arial, sans-serif; */ 
  /* font: 9pt Arial, "Lucida Grande", "Lucida Sans", Tahoma, sans-serif; */ 
  color: #1d1d1d; 
  text-align: center;
  background: #3c4146 url("images/bg.gif") repeat-x;
  padding-bottom: 50px;
}
p {
  margin-bottom: 2em;
  line-height: 1.5em;
}
i {
  font-family: "Lucida Sans", "Lucida Grande", Tahoma, Arial, sans-serif;
}


/* A LINKS */

a {
  text-decoration: none;
  font-weight: bold;
}
a img {
  border: 0;
}
a:link, a:visited {
  color: #129bc8
}
a:hover, a:focus {
  color: #a4b115;
/*  border-bottom-width: 1px;
  border-bottom-style: dotted;
  border-bottom-color: #a4b115; */ 
}

a:link.sml, a:visited.sml, a:hover.sml, a:focus.sml {
  font-size: 8pt;
  font-weight: normal;
}

a:link.dark, a:visited.dark {
  color: #1d1d1d;
}
a:hover.dark, a:focus.dark {
  color: #a4b115; 
}

a:link.darklight, a:visited.darklight {
  color: #1d1d1d;
  font-weight: normal;
}
a:hover.darklight, a:focus.darklight {
  color: #a4b115; 
  font-weight: normal;  
}

a:link.grey, a:visited.grey {
  color: #c0c0c0;
}
a:hover.grey, a:focus.grey {
  color: #a4b115; 
}



/* b9c812 */

/* HEADERS */

h1 {
  font-size: 15pt;
  color: #fff;
}
h1 img { /* For Page titles */
  margin-bottom: 0.5em;
}
h1.showphoto { /* For Show Photo Aircraft title */
  margin-bottom: 1em;
  font-size: 12pt;
}
h2 {
  font-size: 15pt; 
  font-weight: bold;
}
h2 img { /* For Homepage Two-Three links */
  margin-bottom: 0.5em;
}
h2.news { /* News Story Headline */
  font-size: 9pt; 
  font-weight: bold;
  margin-bottom: 0.4em;
}
h2.nothone { /* For Not-So-Important Page titles - should replicate H1 */
  font-size: 15pt;
  color: #fff;
}
h2.nothone img {
  margin-bottom: 0.5em;
}
h3 {
  font-size: 11pt; 
  font-weight: bold;
  margin-bottom: 1em;
}
h3.news { /* News Story Date */
  padding-top: 95px;
}
h3.showphoto {
  margin-bottom: 1em;
}
h5 {
  font-size: 9pt; 
  font-weight: bold;
  margin-bottom: 0.4em;
} 


/* MISC */

.twomargin {
  margin-bottom: 2em;
}
.onemargin {
  margin-bottom: 1em;
}
.nomargin {
  margin-bottom: 0;
}
.topmargin {
  margin-top: 0.5em;
}
img.whiteborder {
  border: 5px #fff solid;
}
.bold {
  font-weight: bold;
}
.sml {
  font-size: 8pt;
}
.blue {
  color: #129bc8;
}
.black {
  color: #1d1d1d;
}
.white {
  color: #fff;
}
.grey {
  color: #c0c0c0;
}
.alertgreen {
  color: #a7b600;
  font-weight: bold;
}
.alertred {
  color: #d81212;
  font-weight: bold;
}
.strike {
  text-decoration: line-through;
}
.floatright {
  float: right;
}
.floatleft {
  float: left;
}
.textalignright {
  text-align: right;
}
.textalignleft {
  text-align: left;
}
.textaligncenter {
  text-align: center;
}
.justify {
  text-align: justify;
}
img.valignmiddle {
  vertical-align: middle;
  margin-bottom: .25em;  
}
.clearboth { 
  clear: both; 
}
.tenpt {
  font-size: 10pt;
}
.elevenpt {
  font-size: 11pt;
}
.center {
  text-align: center;
}
.spacer {
  margin-left: 40px;
}
.bgwhite {
  background-color: #fff;
  padding: 8px;
  border: 1px #c0c0c0 solid;
}
.lhtwo {
  line-height: 2em;
}
img.undercon {
  border: 20px #fff solid;
}
  

/* NAVIGATION BAR */

#navwrapper {
  width: 100%;
  height: 34px;
  background: #222;
  text-align: right;
}
#navinner {
  margin: 0 auto;  
  width: 960px;
}
#nav {
  list-style-type: none;
}
#nav ul {
  text-align: center;
}
#nav li {
  float: left; 
}
#nav a {
  padding-top: 8px;
  padding-right: 52px;
  /*padding-right: 36px; if with Aviation News */
  height: 26px;
  text-decoration: none;
  display: block;
}
#nav a:link, #nav a:visited {
  color: #d5d5d5;
}
#nav a.current, #nav a:hover, #nav a:focus {
  border-bottom: 2px #a4b115 solid;
  color: #fff;
}
#nav span.thispage { /* If using THISPAGE function */
  padding-top: 8px;
  padding-right: 58px;
  /*padding-right: 47px; if with Aviation News */  
  height: 26px;
  text-decoration: none;
  display: block;
  color: #b9c812;
  font-weight: bold;
}


/* TOPPER */

#title {
  width: 960px;
  margin: 40px auto 50px;
  text-align: left;
  overflow: hidden;
}
#logo {
  float: left;
  width: 272px; 
  height: 97px;
  font-size: 26px;
}
#welcome {
  float: right;
  margin-top: 13px;
  width: 590px;
  font-size: 10pt;
  text-align: justify;
  color: #fff;
}
#welcome.showphoto {
  text-align: left;
}


/* CONTENT WRAPPER */

#contentwrapper {
  margin: 0 auto;
  width: 960px;
  text-align: left;
  clear: both;
  overflow: hidden;
}


/* COLS */

#leftcol {
  width: 640px;
  float: left;
} 
.rightcol {
  float: right;
  border: 1px #c0c0c0 solid; 
}
.rightcol.thin {
  width: 150px;
  padding: 20px;
  margin: 0 0 50px 50px;
  background: #fff;
}

.threecols {
  width: 320px;
  float: left;
}


/* TWO & THREE HOMEPAGE */

.twowrap {
  width: 960px;
  height: 225px;
  margin-bottom: 50px;
}
.twowrap.last {
  margin-bottom: 0;
}

.two {
  background: transparent url("images/bgwhite_465_225.png") no-repeat;
  width: 415px;
  height: 200px;
  margin-right: 30px;
  padding: 0 25px 25px 25px;
  float: left;
  overflow: hidden;
  position: relative;
  text-align: justify;
}
.two.last {
  margin-right: 0;
}
.two img.thumb {
  float: right;
  border: 5px #fff solid;
/*  margin-left: 20px; */
}
.two .text {
  margin-top: 95px;
  text-align: justify;
}
.threewrap {
  width: 960px;
  height: 300px;
  margin-bottom: 50px;
}
.threewrap.last {
  margin-bottom: 0;
}
.three {
  width: 250px;
  height: 250px;
  margin-right: 30px;
  padding: 25px;   
  background: transparent url("images/bgwhite_300_300.png") no-repeat;
  float: left;
  overflow: hidden;
  text-align: justify;
}
.three.last {
  margin-right: 0;
}
.three img.thumb {
  margin-bottom: 15px;
}


/* FORM GENERIC */

form br {
  clear: left;
}
form fieldset {
  border: 0 transparent solid;
}
form legend span {
  text-align: left;
}
form label {
  display: block;
  padding: 2px 0 8px;
  font-weight: bold;
  text-align: left;  
}
form input.text, select, textarea  {
  margin-bottom: 20px;
  /* font: 9pt "Lucida Grande", "Lucida Sans", Tahoma, Arial, sans-serif; */
  font: 9pt "Lucida Sans", "Lucida Grande", Tahoma, Arial, sans-serif;
  vertical-align: top;
}
form input.text, textarea {
  padding-left: 1px;
}


/* FORM SPECIFIC */

#search.adv {
  margin: 0 auto;
  width: 443px;
  padding: 25px;
  background: #fff;
  border: 1px solid #c0c0c0;
}
#search.adv legend span {
  display: none;
}
#search.adv label {
  float: left;
  width: 160px;
  text-align: right;
  margin-right: 20px;
}
#search.adv label.radio {
  float: none;
  width: auto;
  margin: 0;
  display: inline;
  padding: 0;
}
#search.adv select {
  width: 250px;
}
#search.adv select#order {
  width: 135px;
  margin-right: 10px;
}
#search.adv input.text { 
  width: 245px;
}
#search.adv input.text#reg {
  text-transform: uppercase
}
#search.adv #buttons {
  margin: 20px 0 20px 180px;
}
#search.adv #submit, #reset {
  width: 70px;
}
#search.adv p {
  margin-left: 180px;
  font-size: 8pt;
  font-weight: bold;
  color: #b9c812;
}


#search.home legend span {
  display: none;
}
#search.home select {
  width: 250px;
}
#search.home input.text {
  width: 150px;
}
#search.home input.text#reg {
  text-transform: uppercase
}
#search.home #submit {
  margin: -1px 0 0 10px;
  width: 70px;
}

/* IN THE NEWS RESULTS PER PAGE */

#itn select#newsno {
  width: 50px;
}
#itn #submit {
  width: 40px;
}


/* MAILING LIST SIGN-UP */

#mailinglist p {
  margin-bottom: 1em;
  line-height: 1.5em;
}
#mailinglist.home input.text {
  width: 245px;
}
#mailinglist.home input.text#mlemail {
  margin-bottom: 26px;
}
#mailinglist.home #submit {
  margin-top: -1px;
  width: 150px;
}


/* LIGHTBOX FORM */

.lightboxform {
  background: #fff;
  border: 1px solid #c0c0c0;
  padding: 25px;
  width: 365px;
  margin-bottom: 2em;
}
.lightboxform legend span {
  display: none;
}
.lightboxform label {
  float: left;
  width: 140px;
  text-align: left;
  margin-right: 20px;
/*  color: #fff; */
}
.lightboxform.change {
  width: 405px;
}
.lightboxform.change label {
  width: 180px;
}
.lightboxform input.text {
  width: 200px;
}
.lightboxform #buttons {
  margin-left: 160px;
  margin-bottom: 2em;   
}
.lightboxform #submit, #reset {
  width: 70px;
}
.lightboxform.change #buttons {
  margin-left: 200px;
 
}


/* CONTACT FORM */

#contactform {
  margin-bottom: 2em;
  background: #fff;
  border: 1px solid #c0c0c0;
  padding: 25px;
  width: 445px;
}
#contactform input.text, textarea {
  width: 280px;
}
#contactform textarea {
  width: 280px;
  height: 200px;
}
#contactform label {
  float: left;
  width: 150px;
  margin-right: 10px;
/*  color: #fff; */
}
#contactform #buttons {
  margin-top: 10px;
  margin-left: 160px;
  margin-bottom: 2em;
}
#contactform #submit {
  width: 100px;
}



/* PHOTO STRIP HORIZ */

.photostriphoriz {
  width: 960px;
  clear: both; 
}
.photostriphoriz img {
  margin-right: 36px;
}
.photostriphoriz img.last {
  margin-right: 0;
}

/* PHOTO STRIP VERTICAL */

.photostripvert {
  width: 160px;
}
.photostripvert.left {
  float: left;
}
.photostripvert.right {
  float: right;
}
.photostripvert img {
  margin-bottom: 29px; /* 35px */
  display: block; 
}
.photostripvert img.last {
  margin-bottom: 0;
}

/* SEARCH RESULTS - INFO VIEW  */

.rinfo {
  margin-bottom: 30px;
  width: 640px;
}
.rinfo.last {
  margin-bottom: 0em;
}
.rinfo p {
  margin-bottom: 0em;
}
.rinfowrap {
  width: 600px;
  height: 100px;
  background: transparent url("images/bgwhite_640_140.png") no-repeat;
  padding: 18px 20px 22px;
}
.rinfowrap p {
  line-height: 1.4em;
}
.rinfophoto {
  width: 150px;
  height: 100px;
  float: left;     
}
.rinfoinfo {
  width: 360px;
  height: 100px;
  margin-left: 20px;
  float: left;
  text-align: left;  
}
.rinfoid {
  width: 70px;
  float: left;
  font-size: 14pt;
  font-weight: bold;
  color: #c0c0c0;
  text-align: right;    
}
.rinfoid .attributes {
  margin-top: 10px;
  font-size: 8pt;
}
.rinfolinks {
  width: 640px;
  margin-top: 10px;
  font-size: 8pt;
  text-align: right;
  color: #fff;
  clear: left;  
}
.rinfocomment {
  width: 634px;
  margin: 10px 3px 1px 3px;
  color: #fff;
  text-align: justify;
}


/* SEARCH RESULTS - GALLERY VIEW */

.rgallerywrap {
  width: 640px;
  height: 170px;
  margin-bottom: 35px;
}
.rgallerywrap.lightbox {
  height: 189px;
}
.rgallerywrap.last {
  margin-bottom: 0em;
}
.rgalleryphotoouter.lightbox {
  width: 190px;
  height: 189px;
  margin-right: 35px;
  text-align: center;
  float: left;  
}
.rgalleryphotoouter.lightbox.last {
  margin-right: 0em;
}
.rgalleryphoto {
  float: left;
  width: 150px;
  height: 100px;
  padding: 18px 20px 52px 20px;
  margin-right: 35px;
  background: transparent url("images/bgwhite_190_170.png") no-repeat;
  font-weight: bold;
  color: #c0c0c0;
  text-align: center;  
}
.rgalleryphoto.lightbox {
  margin-right: 0em;
}
.rgalleryphoto.showphotoprev.twofour {
  float: left;
  margin-right: 22px;
}
.rgalleryphoto.showphotonext.twofour {
  float: left;
  margin-right: 0;
  margin-left: 22px;  
}
.rgalleryphoto.showphotoprev.zerozero {
  float: left;
  margin-right: 10px;
}
.rgalleryphoto.showphotonext.zerozero {
  float: left;
  margin-right: 0;  
  margin-left: 10px;  
}
.rgalleryphoto p {
  font-size: 14pt;
}
.rgalleryphoto.last {
  margin-right: 0em;
}
.rgalleryphoto img {
  margin-bottom: 10px;
  display: block;
}

.rscroll {
  width: 640px;
  text-align: center;
}
.rscroll.last p {
  margin-bottom: 0em;
}


/* SHOW PHOTO */

img.showphoto {
  border: 17px #fff solid;
  margin-bottom: 20px;
}
#underwrapper {
  margin: 0 auto;
  height: 170px;
}
#underwrapper.zerozero {
  width: 1040px;
}
#underwrapper.twofour {
  width: 1064px;
}
.photoscroll {
  width: 160px;
  height: 110px;
  background: #fff;
  padding: 5px;
}
.photoscroll.img {
  display: block;
}
.photoscroll.prev {
  float: left;
}
.photoscroll.next {
  float: right;
}

.spinfo {
  width: 640px;
  float: left;
}
.spinfo p {
  margin-bottom: 0em;
}
.spinfowrap {
  width: 572px;
  height: 110px;
  background: transparent url("images/bgwhite_640_170.png") no-repeat;
  padding: 30px 34px;
}
.spinfowrap p {
  line-height: 1.4em;
}
.spinfoinfo {
  width: 490px;
  height: 110px;
  float: left;
  text-align: left;  
}
.spinfoid {
  width: 82px;
  float: left;
  font-size: 14pt;
  font-weight: bold;
  color: #c0c0c0;
  text-align: right;    
}
.spinfoid .attributes {
  margin-top: 10px;
  font-size: 9pt;
}
.spinfocomment {
  margin: 10px auto 0;
  width: 634px;
  color: #fff;
  text-align: justify;
  clear: both;
}
.spinfolinks {
  font-size: 9pt;
  text-align: center;
  margin: 10px auto 0;
  width: 640px;
  color: #fff;
  clear: left;  
}


/* SHARE PHOTO & PHOTO ATTRIBUTES */

#sharetitle {
  width: 640px;
  margin: 30px 30px 50px 30px;
  text-align: left;
  overflow: hidden;
}
#sharewelcome {
  float: right;
  margin-top: 13px;
  width: 330px;
  font-size: 10pt;
  text-align: justify;
  color: #fff;
}
#sharewrap {
  width: 640px;
  margin: 0 30px;

  overflow: hidden;
  text-align: left;
}
#sidewrap {
  width: 415px;
  float: right;
}
#shareform legend span {
  display: none;
}
#shareform label {
  float: left;
  width: 190px;
  margin-right: 10px;
  color: #fff;
}
#shareform input.text, textarea {
  width: 210px;
  margin-bottom: 10px;
}
#shareform textarea {
  height: 70px;
}
#shareform #buttons {
  margin-top: 10px;
  margin-left: 200px;
}
#shareform #submit {
  width: 100px;
}

/* SITEMAP */

ul.stdlist {
  display: block;  
  list-style: disc inside;  
  line-height: 2.25em;
  color: #fff;
  padding-left: 10px;
  margin-bottom: 2em;   
}
ul.stdlist ul {
  padding-left: 20px; 
  list-style: square inside;
}
ul.stdlist ul ul {
  padding-left: 20px; 
  list-style: circle inside;
}
  


/* FOOTER */

#footer {
  width: 960px;
  margin: 50px auto 0; /* Bottom 50pm comes from BODY padding */ 
  font-size: 8pt;
  color: #fff;
  overflow: hidden;
  clear: left;
  text-align: right;  
}
#footer.showphoto.zerozero {
  width: 1038px;
}
#footer.showphoto.twofour {
  width: 1058px;
}
#footer p {
  margin-bottom: 0;
}




