/*==============================================================
// Override
//
//
//============================================================*/
body
{
  font: normal small Arial, Helvetica, sans-serif;

  background-color: #181818;
  color: #000000;

  margin: 0;
}

a
{
  color: #006dff;
  text-decoration: none;
}

a:hover
{
  text-decoration: none;
}

img
{
  border: 0px;
}

h1, h2, h3, h4, form
{
  margin: 0;
}

input, textarea, select
{
  border: 1px solid #cac9b9;
  background-color: #ffffff;
  color: #000000;
}

blockquote
{
  text-style:italic;
  padding:5px 0 5px 30px;
}

ul,ol
{
  font-family: "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
  color: #666666;

  font-size: 120%;
  font-weight: bold;
  padding-left: 15px;
}

ul,ol li
{
  padding-top: 5px;
}

h2
{
  font-size: 180%;
  font-weight: bold;
  color: #006dff;

  text-align: left;

  margin-bottom: 0px;
}

h3
{
  font-size: 130%;
  font-weight: bold;
  color: #006dff;

  border: none;

  text-align: left;

  margin-bottom: 0px;
}

p
{
}

/*==============================================================
// Buttons
//
//
//============================================================*/
button
{
    background-image: url('../images/simpleButton.png');
    border: none;
    height: 30px;
    width: 85px;

    font-weight: bold;
    color:#336699;
    cursor: pointer;
}

button:hover, .buttons a:hover
{
    background-image: url('../images/simpleButton_hover.png');
    border: none;

    color:#ffffff;
}

/* POSITIVE */
button.positive, .buttons a.positive
{
    background-image: url('../images/simpleButton.png');

    color:#529214;
}
.buttons a.positive:hover, button.positive:hover
{
    background-image: url('../images/simpleButton_hover.png');

    border: none;
    color:#ffffff;
}
.buttons a.positive:active
{
    background-image: url('../images/simpleButton.png');

    border: none;
    color:#fff;
}

/* NEGATIVE */

.buttons a.negative, button.negative
{
    background-image: url('../images/simpleButton_hover.png');

    color:#d12f19;
}
.buttons a.negative:hover, button.negative:hover
{
    background-image: url('../images/simpleButton_hover.png');

    border: none;
    color:#d12f19;
}
.buttons a.negative:active
{
    background-image: url('../images/simpleButton_hover.png');

    border: none;
    color:#ffffff;
}

/*==============================================================
// Page Sections
//
//
//============================================================*/
div.headerTop
{
  background: #000000 url('../images/header-top.png') repeat-x;
  height: 10px;
  width: 100%;

  margin: 0 auto;
  padding: 0;
}

div.header
{
  background: #000000 url('../images/header.png') no-repeat;
  height: 103px;
  width: 100%;
  
  margin: 0 auto;
  padding: 0;
}

div.footer
{
  height: 100px;
  width: 900px;
  margin-top: 10px;
  padding-top: 5px;

  color: #999999;
  background-color: #181818;
  font-size: 75%;

  margin: 0 auto;
}

div.footerFooter
{
  clear: both;
  text-align: center;
  padding: 10px;
}

div.footerBox
{
  display: block;
  float: left;

  color: #666666;

  width: 250px;
  padding: 10px;
  margin: 5px;
}

div.footerBox p
{
  font-family: "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
  font-size: 60.5%;
  line-height: 140%;

  font-size: 115%;
  text-align: justify;
}

div.footerBox h1
{
  font-size: 25px;
  font-weight: bold;
  color: #006dff;

  border: none;

  text-align: left;

  margin-bottom: 0px;
}

span.blue
{
  color: #006dff;
}

span.yellow
{
  color: #f8e99b;
}

.main
{
  background-color: #ffffff;
}
.main:after { content: ""; display: block; height: 0; padding:10px; clear: both; }

.main h1
{
  font-size: 40px;
  font-weight: bold;
  color: #006dff;
  
  border-bottom: 10px solid #CACACA;

  text-align: left;

  margin-bottom: 0px;
}

div.container
{
  margin: 0 auto;

  width: 900px;
  padding: 20px;
}

div.container p
{
  font-size: 130%;
}

p.headerText
{
  font-size: 150%;
}

div.topRight
{
    display:block;
    position:absolute;
    top:0;
    right:0;
}

div.textArea
{
  margin-bottom: 5px;
  padding: 5px;

  background-color: #4392bc;
  color: #ffffff;
}

ul.menu li a:hover, ul.menu li a:active
{
  background-position: top left;
}

ul.menu li a.selected
{
  background-position: bottom left;
}

/*==============================================================
// Highlight Box
//
//
//============================================================*/
div.box
{
  display: block;
  float: left;

  color: #666666;
  background-color: #eeeeee;

  width: 400px;
  padding: 10px;
  margin: 5px;
}

div.box p
{
  font-family: "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
  font-size: 60.5%;
  line-height: 140%;

  font-size: 115%;
  text-align: justify;
}

div.box ul
{
  font-size: 120%;
  font-weight: bold;
  padding-left: 15px;
}

div.box ul li
{
  padding-top: 5px;
}

div.box h1
{
  font-size: 25px;
  font-weight: bold;
  color: #006dff;

  border: none;

  text-align: left;

  margin-bottom: 0px;
}

div.box h2
{
  font-size: 16px;
  font-weight: bold;
  color: #006dff;

  border: none;

  text-align: left;

  margin-bottom: 0px;
}

/*==============================================================
// Highlight Box
//
//
//============================================================*/
/*.highlightBoxContainer:after { content: ""; display: block; height: 0; clear: both; }*/

div.highlightBox
{
  display: block;
  float: left;

  color: #666666;
  background-color: #eeeeee;

  width: 400px;
  padding: 10px;
  margin: 5px;
}

div.highlightBox p
{
  font-family: "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
  font-size: 60.5%;
  line-height: 140%;

  font-size: 115%;
  text-align: justify;
}

div.highlightBox ul
{
  font-size: 120%;
  font-weight: bold;
  padding-left: 15px;
}

div.highlightBox ul li
{
  padding-top: 5px;
}

div.highlightBox h1
{
  font-size: 25px;
  font-weight: bold;
  color: #006dff;

  border: none;

  text-align: left;

  margin-bottom: 0px;
}

div.highlightBox h2
{
  font-size: 16px;
  font-weight: bold;
  color: #006dff;

  border: none;

  text-align: left;

  margin-bottom: 0px;
}