@import url("reset.css");

  
/* Body
----------------------------------------------------------------*/
html, body {
  font-family: Arial, sans-serif;
  color: #4C4C4C;
  font-size: 14px;
  padding: 0;
  margin: 0;
  height: 100%;
  background: #FFF;
  }



/* Page
----------------------------------------------------------------*/
#page {
  width: 100%;
  height: 100%;
  }
  
  
  
/* Header
----------------------------------------------------------------*/
#header-wrapper {
  /* Prevent nav and controls from overlapping */
  position: relative;
  z-index: 10;
  min-width: 1040px;
  }
  
#header {
  top: 0;
  left: 0;
  width: 100%;
  background: url(/css/images/header.png) repeat-x;
  height: 76px;
  margin: 0;
  min-width: 1050px;
  }
  
  #header h1 {
    position: absolute;
    font-family: Arial, sans-serif;
    color: #EEE;
    top: 18px;
    left: 22px;
    margin: 0;
    font-size: 26px;
    height: 28px;
    width: 164px;
    background: url(/css/images/sprites.gif) left -600px no-repeat;
    padding: 0;
    }

    #header h1 span {
      display: none;
      }
    
    
  
/* Navigation
----------------------------------------------------------------*/
#nav {
  position: absolute;
  top: 13px;
  left: 246px;
  margin: 0;
  z-index: 100;
  }
  
#nav ul {
  position: relative;
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
  width: 700px;
  }
  /* Top menu items */
  #nav ul li {
    float: left;
    position: relative;
    }
    #nav ul li a {
      font-size: 13px;
      padding: 2px;
      color: #999;
      margin: 0 20px 0 0;
      text-decoration: none;
      display: block;
      _width: 100px;
      }
    #nav ul li.hovering a,
    #nav ul li a.selected  {
      color: #FFF;
      }
      #nav ul li.hovering li a {
        color: #9BB9CC;
        }
  /* Popup submenu */
  #nav ul ul {
    display: none;
    width: 160px;
    position: absolute;
    left: 0;
    top: 20px;
    list-style: none;
    padding: 8px 0;
    margin: 0;
    background: #00334D;
    }
    #nav ul li .label {
      padding-left: 14px;
      color: #FFF;
      }
    #nav ul ul li {
      clear: left;
      width: 160px;
      padding: 0;
      line-height: .5em;
      }
      #nav ul ul li a {
        font-size: 12px;
        font-weight: normal;
        margin: 0;
        padding-left: 14px;
        color: #9BB9CC;
        }
        #nav ul ul li a:hover {
          color: #FFF;
          }
            
  
/* Content
----------------------------------------------------------------*/
#content {
  width: 100%;
  padding: 64px 0 0 0;
  margin: 0;
  z-index: 1;
  }
  
  
/* Headings
----------------------------------------------------------------*/
h1 {
  color: #333;
  margin: 0 0 28px 0;
  padding: 3px 0;
  font-size: 19px;
  }

h2 {
  color: #FFF;
  font-size: 18px;
  margin: 38px 0 10px 0;
  background: #343D3E;
  padding: 3px 8px;
  }

h3 {
  color: #222;
  margin: 28px 0 10px 0;
  }
  
  

/* Text
----------------------------------------------------------------*/
p, li {
  margin: 10px 0 8px 0;
  line-height: 1.2em;
  }
  
li, li p {
  color: #333;
  font-weight: normal;
  }

a {
  color: #066;
  text-decoration: underline;
  }
  a:hover {
    color: #F00;
    }
     
code {
  color: #777;
  padding-left: .3em;
  padding-right: .3em;
  font-weight: bold;
  }
  h1 code,
  h2 code {
    color: #FFF;
    }
  
pre code {
  display: block;
  border: 1px solid #CCC;
  background: #F6F6F6;
  padding: 10px;
  overflow: auto;
  margin-bottom: 30px;
  font-weight: normal;
  color: #222;
  }



/* Forms
----------------------------------------------------------------*/
fieldset {
  border: none;
  padding: 30px 0;
  }
  
legend {
  font-weight: bold;
  font-size: 20px;
  border-bottom: 1px solid #CCC;
  *margin-bottom: 30px; /* for IE */
  }
  
label {
  float: left;
  width: 190px;
  text-align: right;
  font-size: 13px;
  height: 15px;
  margin: 0 10px 10px 0;
  padding-top: 7px;
  }
  
label.right {
  color: #666;
  float: left;
  clear: none;
  width: auto;
  padding: 0 5px;
  text-align: left;
  }
  
form div {
  float: left;
  clear: left;
  margin: 5px 0;
  width: 100%;
  }
  form div.inner {
    float: left;
    clear: none;
    width: auto;
    }
  
input.text,
input.password {
  width: 300px;
  font-size: 18px;
  } 
  input.text:focus {
    border-color: #86ACD3;
    }

input.submit {
  margin: 10px 0;  
  }

input.checkbox,
input.radio {
  float: left;
  }
  
form .no-label,
select.no-label,
input.no-label,
textarea.no-label {
  margin-left: 200px;
  }

form input.long {
  width: 500px;
  }

form input.short {
  width: 100px;
  }
  
form input.jumbo {
  font-size: 30px;
  }
  
textarea {
  width: 500px;
  height: 180px;
  font-size: 14px;
  }
  
textarea.small {
  height: 60px;
  }
  
textarea.large {
  height: 500px;
  }
  
select {
  float: left;
  margin-top: 7px;
  font-size: 14px;
  }
    
input.text,
input.password,
textarea {
  border: 2px solid #CCC;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  }
  
    
/* Tables
----------------------------------------------------------------*/
table {
  clear: both;
  border-collapse: collapse;
  text-align: left;
  }

td {
  padding: 2px 3px;
  font-size: small;
  vertical-align: top;
  }
  
    

/* Custom styles
------------------------------------------------------------------------------*/
#flash-message {
  float: left;
  padding: 5px 8px;
  border: 1px solid #CCC;
  }


.error {
  color: red;
  }
  
  
a {
  outline: none;
}

/* EXTRA CLASSES EVERY CSS HACKER NEEDS
----------------------------------------------------------------*/
.clear { 
  clear: both; 
  }

.hide {
  display: none; 
  }
  
.left {
  float: left;
  }
  
.right {
  float: left;
  }
