/*
  Link color: #003366
*/

body {
  background: #FFFFFF;
  margin: 0px;
  padding: 0px;
  text-align: center;
  font-family: Arial, Verdana, sans-serif;
}

p, li {
  font-size: 14px;
}

a {
  color: #003366;
}

a:hover {
  background: #003366;
  color: #FFFFFF;
  text-decoration: none;
}

.clear {
  clear: both;
}

.wrapper {
  width: 900px;
  margin: 0px auto;
}

/*

  There are three kinds of pages:
  
    1. Billboard page.
    2. Copy page.
    3. Copy page with second-level navigation.

*/

/* The company information is built with a single, global style. */

  #company {
    background: url(../images/company-bg.gif) top left repeat-x;
    text-align: right;
    border-bottom: 2px solid #FFFFFF;
  }

  #company h1 {
    margin: 0px;
    padding: 0px;
    font-size: 14px;
    font-weight: normal;
    line-height: 30px;
    color: #CCCCCC;
  }
  
  #company h1 strong {
    color: #FFFFFF;
  }

/*
  Global navigation background styling for billboard pages.
*/

  #billboard  #global_nav {
    background: url(../images/billboard-global-nav-bg.gif) top left repeat-x;
  }

/*
  Global navigation background styling for every other page.
*/

  #copy #global_nav, #copy_with_nav #global_nav {
    background: url(../images/non-billboard-global-nav-bg.gif) top left repeat-x;
  }

/*
  Global styles for global navigation.
*/

  #global_nav {
    margin-bottom: 25px;
  }

   #global_nav ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
  }
  
   #global_nav ul li {
    float: left;
    margin-right: 15px;
    line-height: 30px;
  }

/*
  Billboard.
*/

#billboard {
  margin-bottom: 25px;
}

#billboard #top {
  width: 900px;
  height: 330px;
  background: url(../images/billboard-top.gif) top left no-repeat;
}

#billboard #bottom {
  background: url(../images/billboard-bottom.gif) top left no-repeat;
  text-align: center;
}

#billboard #bottom p {
  line-height: 44px;
  margin: 0px;
  padding: 0px;
  color: #FFFFFF;
  font-size: 16px;
}

#billboard #bottom p a {
  color: #FFFFFF;
}

#billboard #bottom p a:hover {
  background: #FFFFFF;
  color: #000000;
}

/*
  Billboard content.
*/

#billboard #content h1 {
  font-size: 24px;
  color: #666666;
  line-height: 36px;
  text-align: left;
  font-weight: normal;
}

/*
  Copy page body styling.
*/

#copy, #copy_with_nav {
  background: #f6f6f6;
}

#copy_middle p, #copy h1, #copy h2, #copy h3 {
  margin-top: 0px;
}

#copy_bottom {
  background: url(../images/copy-bg-bottom.gif) bottom left no-repeat;
  padding-bottom: 25px;
}

#copy_middle {
  background: url(../images/copy-bg-middle.gif) top left repeat-y;
  padding: 1px 25px;
  text-align: left;
}

#copy_top {
  background: url(../images/copy-bg-top.gif) top left no-repeat;
  padding-top: 25px;
}

#copy_with_nav_top {
  background: url(../images/copy-with-nav-bg-top.gif) top left no-repeat;
}

#copy_with_nav_top ul {
  margin: 0px 20px;
  padding: 0px;
  list-style: none;
}

#copy_with_nav_top ul li {
  margin-right: 15px;
  float: left;
  line-height: 43px;
}

#copy_with_nav_top a {
  color: #FFFFFF;
}

#copy_middle h2, #copy_with_nav_middle h2 {
  font-size: 24px;
  color: #999999;
  font-weight: normal;
}

#copy_middle h1, #copy_with_nav_middle h1 {
  font-size: 30px;
  font-weight: normal;
  color: #333333;
}

#copy_with_nav #copy_with_nav_middle {
  padding-top: 20px;
  background: url(../images/copy-bg-middle.gif) top left repeat-y;
  padding: 1px 25px;
  text-align: left;
}

#copy_with_nav_middle a {
  color: #003366;
}

#copy_with_nav_middle a:hover {
  background: #003366;
  color: #FFFFFF;
}

#copy_with_nav_middle ul {
  margin: 10px;
  padding: 10px;
  list-style: square;
}

#copy_with_nav_middle ul li {
  float: none;
  line-height: 21px;
}

#footer {
  clear: both;
  color: #666666;
}

#left {
  width: 300px;
  float: left;
}

#right {
  width: 510px;
  float: right;
}