/*------------------------------------------------------------------
 *
 *  72 Birmingham Site
 *
 *------------------------------------------------------------------
 *
 *  This section deals with the body
 *
 *------------------------------------------------------------------*/


header {
  position: fixed;
  top: 0;
  background-color: #212C4A;

  width: 100%;
  height: 4em;
  z-index: 1;
}
/*#heading {
  position: fixed;
  top: 0;
  background-color: #212C4A;

  width: 100%;
  height: 4em;
  z-index: 1;
}
*/

navigation {
  position: fixed;
  font-weight: bold;
  font-size: 80%;
  top: 5em;
  width: 100%;
  height: 1.25em;
  padding: 2px;
  border-bottom-width: 2px;
  border-bottom-style: solid;
  border-bottom-color: #212C4A;
  z-index: 1;
  background-color: white;
}

body {
  font-family: Verdana, Helvetica, Arial, sans-serif;
  background-color: white;
  color: #212C4A;
  line-height: 125%;
  padding: 0;
}

footer {
  position: absolute;
  bottom: -9em;
  left: 0em;
  font-size: 75%;
  line-height: 100%;
  z-index: 3;
}


/*------------------------------------------------------------------*
 *
 *  This section deals with general elements
 *
 *------------------------------------------------------------------*/
a {
  font-weight: normal;
  color: #212C4A;
}

a:hover {
  text-decoration: none;
  color: white;
  background-color: #224B8E;
}


em {
  font-weight: bold;
  text-transform: uppercase;
}

h1 {
  color: white;
  font-size: x-large;
  font-weight: bold;
  font-style: italic;

  margin: 0;
  padding-top: 1em;
  padding-bottom: .2em;
  padding-left: .4em;
}

h2 {
  color: #212C4A;
  font-size: 130%;
  font-weight: normal;
  margin-top: 15px;
}

li {
  font-size: small;
  list-style: circle outside;
}

strong {
  font-style: normal;
  font-weight: bold;
  font-size: 125%;
}

th {
  text-align: left;
}

ul {
  color: #212C4A;
  margin-top: 15px;
}

sup {
  font-size: 60%;
}

/*------------------------------------------------------------------*/
/*
 * This section deals with the containers (id)
 *
 *------------------------------------------------------------------*/



#bodySection {
  position: relative;
  top: 5em;
  left: 0px;
  margin-left: 1em;
  width: 95%;
}


#linkpages {
  margin-left: 0.5em;
}



#newsnviews {
  background-color: yellow;
  color: red;
  border: 5px dashed purple;
  padding: 5%;
}

#tagline {
  position: relative;
  top: 0em;
  width: 100%;
  margin-right: 0px;
  color: white;
}


/*------------------------------------------------------------------*
 *
 * This section deals with container elements
 *
 *------------------------------------------------------------------*/


#linkpages a {
 margin-left: 1em;
 line-height: 85%;
}

#tagline p {
  font-family: Georgia, Times, serif;
  font-style: italic;
  font-weight: bold;
  background-color: #224B8E;
  border-top: 3px solid #212C4A;
  border-bottom: 3px solid #212C4A;
  padding: .5em;
  margin: 0em;
  margin-left: -1em;
  width: 104.5%;
}

#facebookracing a {
 line-height: 85%;
 background-color: #212C4A;
 color: white;
 padding: 3px;
 font-weight: bold;
}

/*------------------------------------------------------------------*/
/*
 * This section deals with classes
 *
 *------------------------------------------------------------------*/

.abhlogo {
  float: right;
  margin: 2px;
  margin-right: 4px;
  padding: 2px;
  width: 490px;
}

.capcol1, .capcol2, .chcol1, .chcol2 {
  width: 10ch;
}

.copyright { 
  font-size: 75%;
}

.email {
  color:#212C4A;
  font-style: italic;
}

.emailspoof {
  color: blue;
  font-size: small;
}

.eventBody {
  color: #224B8E;
}

.eventTitle {
  font-size: 120%;
  color: #212C4A;
}

.fbookAdd {
  float: right;
  margin: 2px;
  padding: 2px;
  width: 260px;
 margin-left: 1em;
 z-index: 4;
}

.history {
  color: #5D99D2;
  font-family: Georgia, Times, serif;
  letter-spacing: 0.05em;
}

.inlinepic {
  margin: 2px;
  margin-right: 4px;
  padding: 2px;
  width: 20%;
  height: 20%;
}

.inlinepic90 {
  margin: 2px;
  margin-right: 4px;
  padding: 2px;
  width: 20%;
  height: 20%;
float: right;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);

}

.logo {
  float: right;
  margin: 2px;
  margin-right: 4px;
  padding: 2px;
  width: 190px;
}

.object {
  color: #5D99D2;
  font-family: Georgia, Times, serif;
  letter-spacing: 0.05em;
}

.officer {
  color: #5D99D2;
  font-family: Georgia, Times, serif;
}

.sectdet {
  font-size: 80%;
}

.sectpict {
  float: left;
  margin: 2px;
  margin-right: 4px;
  padding: 2px;
  width: 20%;
  height: 20%;
}

.smlink {
  color: #5D99D2;
  font-size: 60%;
  list-style: circle outside;
}

.sublinks {
  margin-left: 1em;
  border-left: solid #212C4A 2px;
}

.wwaBody {
  color: #224B8E;
}

.wwaBody a {
  color: #224B8E;
}

.wwaBody a:hover {
  text-decoration: none;
  color: white;
  background-color: #224B8E;
}

.wwaTitle {
  font-size: 120%;
  color: #212C4A;
}

.withtag {
  padding-top: 3em;
}

/*------------------------------------------------------------------*/
/* page containers
 * body
 *   heading
 *   mainnavigation
 *   tagline
 *   body
 *     newsnviews
 *     linkpages
 *     footer
 */
/*------------------------------------------------------------------*/