
/**
 * HTML Selectors
 */

a {
  color: #0063a2;
  outline: 0;
  text-decoration: underline;
}

a:hover {
  color: #0063a2;
}

body, html {
  /* background: #dcddde url(/images/bgs/sub.jpg) center 60px no-repeat; */
  background: #dcddde url(/images/bgs/sub.jpg) center 10px no-repeat;
}

body {
  color: #666;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 18px;
  margin: 0;
  padding: 0;
  text-align: center;
}

code, pre {
  font-family: 'Courier';
  font-size: 12px;
}

form {
  border: none;
  margin: 0;
  padding: 0;
}

fieldset {
  border: none;
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6 {
  color: #333;
  font-family: Arial, Helvetica, sans-serif;
  margin: 15px 0;
  padding: 0;
}

h1 {
  font-size: 18px;
  line-height: 20px;
  text-transform: uppercase;
}

h2 {
  font-size: 16px;
}

h3 {
  font-size: 14px;
}

h4 {
  font-size: 12px;
}

hr {
  height: 1px;
  border: 0;
  border-top: 1px solid #ededed;
}

img {
  border: 0;
}

p {
  margin: 15px 0;
}

li {
  margin-top: 10px;
}

strong {
  color: #333;
}


/**
 * Banner
 */

#banner {
  height: 60px;
  padding: 10px;
}


/**
 * Wrapper
 */

#wrapper {
  width: 700px;
  margin: 0 auto;
  /* padding-top: 50px; */
  padding-top: 0;
  text-align: left;
}


/**
 * Utility
 */

#utility {
  height: 25px;
  background: #0063a2 url(/images/bgs/utility.gif);
}

#utility ul {
  float: left;
  list-style: none;
  margin: 0;
  padding: 0;
}

#utility ul li {
  float: left;
  width: auto;
  height: 25px;
  list-style: none;
  border-right: 1px solid #003979;
  margin: 0;
  padding: 0;
}

#utility ul li a {
  display: block;
  width: 139px;
  background: url(/images/bgs/utility.gif) left top repeat-x;
  color: #dcddde;
  font-size: 11px;
  font-weight: bold;
  line-height: 25px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

#utility ul li a:hover,
#utility ul li.active,
#utility ul li.active a,
#utility ul li.active a:hover {
  color: #fff;
  background: url(/images/bgs/utility.gif) left bottom repeat-x;
}


/**
 * Header
 */

#header {
  background: #fff;
  border-top: 5px solid #838487;
  border-bottom: 5px solid #838487;
  padding: 15px 10px 10px 10px;
}

#header #logo {
  margin-bottom: 15px;
}

#header #tagline {
  float: right;
  margin-top: 22px;
}

#header #banner,
#header #banner img {
  width: 660px;
  height: 98px;
  background: #dcddde;
  overflow:hidden;
}

#header #flash,
#header #flash img {
  width: 680px;
  height: 248px;
  background: #dcddde;
}


/**
 * Nav
 */

#nav {
  height: 46px;
  background: #0063a2 url(/images/bgs/nav.gif) left top repeat-x;
  border-bottom: 1px solid #003979;
}

#nav ul {
  float: left;
  list-style: none;
  margin: 0;
  padding: 0;
}

#nav ul li {
  float: left;
  width: auto;
  height: 46px;
  list-style: none;
  border-right: 1px solid #003979;
  margin: 0;
  padding: 0;
}

#nav ul li a {
  display: block;
  width: 139px;
  background: url(/images/bgs/nav.gif) left top repeat-x;
  color: #dcddde;
  font-size: 11px;
  font-weight: bold;
  line-height: 46px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

#nav ul li a:hover,
#nav ul li.active,
#nav ul li.active a,
#nav ul li.active a:hover {
  background: url(/images/bgs/nav.gif) left bottom repeat-x;
  color: #fff;
}


/**
 * Subnav
 */
 
#subnav {
  height: 28px;
  background: #0374a0 url(/images/bgs/subnav.gif);
}

#subnav ul {
  float: left;
  list-style: none;
  margin: 0;
  padding: 0;
}

#subnav ul li {
  float: left;
  height: 28px;
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
  overflow: visible;
}

#subnav ul li a {
  color: #ccc;
  font-weight: bold;
  line-height: 28px;
  text-decoration: none;
  white-space: nowrap;
}

#subnav ul li a:hover,
#subnav ul li.active,
#subnav ul li.active a,
#subnav ul li.active a:hover {
  color: #fff;
}


/**
 * Main
 */

#main {
  padding: 15px 0;
}

#main #content {
  float: left;  
  width: 410px;
}

#main #sidebar {
  float: right;
  width: 270px;
  color: #cc3366;
  font-size: 11px;
}

#main #sidebar p,
#main #sidebar blockquote {
  margin: 10px 0;
}

#main #sidebar blockquote {
  font-size: 14px;
  line-height: 22px;
  padding-top: 58px;
}

#main #sidebar blockquote:before,
#main #sidebar blockquote:after {
  content: '"';
}

#main #sidebar cite {
  display: block;
  font-style: normal;
  line-height: 16px;
  margin-top: -5px;
  padding-left: 20px;
}


/**
 * Contact
 */

#contact fieldset legend {
  display: none;
}

#contact fieldset div {
  margin-bottom: 6px;
}

#contact fieldset div label {
  clear: left;
  float: left;
  width: 100px;
  font-weight: normal;
  line-height: 20px;
  text-align: left;
}

#contact fieldset label:after {
  content: ':';
}

#contact fieldset div input {
  width: 300px;
  padding: 2px;
  border: 1px solid #b4b4b4;
}

#contact fieldset textarea {
  clear: left;
  width: 400px;
  padding: 2px;
  border: 1px solid #b4b4b4;
}

#contact fieldset div select {
  width: 406px;
  padding: 0;
  border: 1px solid #b4b4b4;
}

#contact fieldset div.auto input,
#contact fieldset div.auto select,
#contact fieldset div.auto textarea {
  width: auto;
}

#contact fieldset.buttons {
  border: 0;
  margin: 15px 0;
  padding: 0;
}

#contact fieldset.buttons input {
  width: auto;
}


/**
 * Footer
 */
 
#footer {
  border-top: 1px solid #000;
  padding-top: 8px;
}
 
#footer address {
  color: #414142;
  float: left;
  font-size: 11px;
  font-style: normal;
}
 
#footer img {
  float: right;
}


/**
 * Utility Classes
 */

.left {
  float: left;
}

.right {
  float: right;
}

.clear {
  clear: both;
}

.highlight {
  background-color: yellow;
}

