/***** COMMON *****/
body {
  background-color: #444;
  color: #333;
  font-family: arial,sans-serif;
  font-size: 95%;
  text-align: center;
}

a:link {color: #468fc3;}
a:visited {color: #468fc3;}
a:hover {color: #569fd3;}
a:active {color: #66afe3;}

em {
  font-weight: bold;
}

p {
  line-height: 140%;
  margin-bottom: 1em;
}

h2, h3 {
  line-height: 0;
  padding: 0;
}

h2 {
  font-size: 180%;
  margin-bottom: 1.2em;
}

h3 {
  font-size: 120%;
  margin: 1.6em 0 1.6em 0;
  text-decoration: underline;
}

h4 {
  margin-bottom: .6em;
}

ul {
  clear: left;
  list-style-type: circle;
  margin: 1em 0 1em 2em;
}

li {
  margin: 5px 0;
}

dd {
  font-size: 95%;
  line-height: 120%;
  margin: .8em;
}

form dt {
  font-size: 80%;
  font-weight: bold;
  margin: 5px 0;
}

blockquote {
  background-color: #ccc;
  font-size: 95%;
  font-style: italic;
  line-height: 140%;
  margin: .5em;
  padding: .5em;
}

img {
  border: 1px solid #444;
  margin-bottom: 10px;
}

/***** UTILITY *****/
.left {
  float: left;
}

.right {
  float: right;
}

img.left {
  margin: 0 20px 20px 0;
}

img.right {
  margin: 0 0 20px 20px;
}

.landscape {
  width: 300px;
}

.portrait {
  height: 300px;
}

/***** LAYOUT *****/
#page {
  margin: 0 auto;
  text-align: left;
  width: 760px;
}

/***** HEADER *****/
#header {
  float: left;
}

#header h1 {
  height: 53px;
  margin: 15px 0;
  width: 234px;
}

#header a {
  background: url(/img/logo.png) top left no-repeat;
  display: block;
  height: 100%;
  overflow: hidden;
  text-indent: -9999px;
  width: 100%;
}

/***** NAV *****/
#nav {
  clear: left;
  font-size: 90%;
  font-weight: bold;
  padding: 0;
  text-align: center;
}

#nav ul {
  margin: 0 auto;
  margin-bottom: 1.6em;
  text-align: center;
}

#nav li {
  display: inline;
  margin-right: 20px;
}

/***** ARTICLE *****/
#article {
  background: #ddd url(/img/box-top.png) top left no-repeat;
  clear: both;
  overflow: auto;
  padding: 40px 40px 10px 40px;
}

img.gallery {
  height: 170px;
  width: 680px;
}

.announcement {
  background-color: #333;
  clear: both;
  color: white;
  font-size: 170%;
  font-weight: bold;
  margin-bottom: 10px;
  padding: 1.0em;
  text-align: center;
}

.announcement a {
  color: white;
}

#facebook {
  margin-top: 10px;
}

.badge {
  border: 0;
  clear: right;
  float: right;
  margin-left: 15px;
  margin-right: -10px;
}

#fuel-step {
  height: 100px;
}

#fuel-flame {
  border: 0;
  height: 100px;
  margin-bottom: 10px;
}

#karen {
  border-bottom: 1px solid #444;
  margin-bottom: 20px;
  padding-bottom: 10px;
}

#karen img {
  float: left;
  margin: 0 20px 20px 0;
  width: 300px;
}

#view-testimonials {
  clear: left;
}

#testimonials {
  clear: left;
  margin-bottom: 1em;
  text-align: left;
}

#testimonials ul {
  display: none;
  list-style-type: none;
  margin: 1em 0;
}

#testimonials ul li h4 {
  color: #367fb3;
  font-weight: bold;
}

#testimonials ul li p {
  font-size: 85%;
  margin: 0 .5em;
  text-align: right;
}

#instructors {
  list-style-type: none;
  margin: 0;
  overflow: auto;
  padding: 0;
}

#instructors li {
  float: left;
  margin-right: 37px;
  margin-top: -20px;
  width: 200px;
}

#instructors li:last-child {
  margin-right: 0;
}

#instructors li img {
 width: 200px;
}

#links dt {
  clear: both;
  margin-top: 1.6em;
}

#links dt img {
  margin-right: 20px;
  margin-bottom: 1.6em;
  width: 100px;
}

#links dd {
  margin-left: 120px;
}

#location {
  float: left;
  padding-top: 10px;
  width: 370px;
}

#location div {
  line-height: 120%;
}

#contact-message {
  padding-top: 10px;
  padding-left: 370px;
}

/***** FOOTER *****/
#footer {
  background: url(/img/box-bottom.png) top left no-repeat;
  color: black;
  font-size: 80%;
  padding: 20px 0 10px 0;
}
