/* 
Aerojack screen.css 
Author: Jonathon Green
*/

body {
  margin: 0;
  padding: 0;
  font-size: small;
  font-family: Verdana, Arial, Helvetica, sans-serif; 
  background: white url('../images/bg.png') right top repeat-y;
  line-height: 1.4em;
}

h1, h2, h3, p, ul, li {
  margin: 0;
  padding: 0;
}

p, h1, h2, h3 {
  margin: 10px 0 10px 0;
}

h1 {
  font-size: 170%;
  color: #0f75bc;
}

h2 {
  font-size: 130%;
  color: #144a70;
} 

h3 {
  font-size: 100%;
  color: #144a70;
}

img {
  border: none;
} 

ul {
  list-style-type: none;
}

#wrap {
  margin: 0 auto;
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 10px 10px 0px 10px;
  width: 950px;
  background: rgb(206,217,237);
  border: 10px solid #c62624;
}

#header {
  background: url('../images/header.jpg') no-repeat;
  height: 240px;
  border: 10px solid silver;
}

#nav {
  width: 950px;
  height: 40px;
  float: left;
  margin: 10px 0 0 0;
  background: #0f75bc;
}

#nav ul li {
  display: inline;
  margin: 0 10px 0 10px;
}

#nav li a {
  float: left;
  color: white;
  text-decoration: none;
  padding: 5px 0px 5px 10px;
  height: 30px;
  width: 140px;
  border-right: 1px solid #777;
}
  
#nav li a:hover, #nav li a.active {
  background-color: #144a70;
}

#content {
  margin: 10px 0 0 0;
  padding: 10px;
  float: left;
  width: 600px;
}

#content h2 {
  padding: 10px 0px 10px 0px;
}

#placeholder { /* placeholder used to pull main border over floated elements */
  clear: both;
}
 
#sidebar {
  margin: 10px 0 0 0;
  padding: 0px 10px 0px 10px;
  float: right;
  width: 300px;
  background-color: white;
  border-top: 10px solid silver;
}

#sidebar h2 {
  background-color: white;
  color: #144a70;
  padding: 0px 0 0px 0;
  text-transform: uppercase;
}

#sidebar li {
  margin: 10px 0 10px 0;
}

#sidebar li img {
  margin: 0 10px 0 10px;
  padding: 0;
  border: 4px solid #c62624;  
  width: 272px;
  height: 180px;
}

#footer {
  margin: 0 10px 0 0;
  padding: 10px 0 0 0;
  clear: both;
  font-size: 80%;
  text-align: left;
  color: #144a70;
}

#footer a:link, #footer a:visited {
  font-weight: bold;
  color:  #144a70;
  text-decoration: none;
}

#footer a:hover {
  text-decoration: underline;
}

#services {
  list-style-type: circle;
  margin-left: 30px;
  line-height: 1.8em;
}

#map {
  padding: 20px 0px 0px 0px;
}

.designed { /*JGCODE link */
  float: right;
}

.w3 { /*w3 validator icons */
  width:88px;
  height: 31px;
}

.joyflights {
  padding: 20px 0px 0px 0px;
  color: #c62624;
}

.contact_head {
  font-weight: bold;
}

