*
{
  margin: 0px;
  padding: 0px;
}
html
{
  font-size: 13px;
  line-height: 1.5;
  overflow-y: scroll;
}
body
{
  font-family: Arial, Helvetica, sans-serif;
  background: #f4f5e7 url(img/bg.gif) repeat top;
  color: #fff;
}
img
{
  border-style: none;
}
h1, h2, h3, h4
{
  color: #ffc;
  font-weight: normal;
  text-shadow: 1px 1px 1px #000;
}
h1, p
{
  margin-bottom: 10px;
}
h1
{
  font-size: 20px;
}
h2
{
  font-size: 20px;
  margin: 1em 0 6px 0;
}
h3
{
  font-size: 14px;
  margin: 1em 0 2px 0;
}
h4
{
  font-size: 14px;
  margin: 1em 0 8px 0;
}
a
{
  color: #ff9;
  text-decoration: none;
  outline: 0;
}
a:hover
{
  text-decoration: underline;
}
hr
{
  margin-bottom: 0.5em;
  height: 1px;
  border-style: dotted;
}
input, select, textarea
{
  margin-bottom: 5px;
  padding: 3px;
}
.form input, select, textarea
{
  background-color: #369;
  border: 1px solid #aaa;
  color: #fff;
}
.panel input
{
  width: 208px;
}
.panel select
{
  width: 160px;
}
.panel textarea
{
  width: 98%;
}
.panel p
{
  position: relative;
}
.panel label
{
  position: absolute;
  top: 2px;
  padding-left: 5px;
}
.panel table td input
{
  width: 90%;
}
.spacer
{
  display: inline-block;
  width: 5px;
}
.radio span
{
  position: absolute;
  left: 52%;
}
.radio input
{
  width: auto;
}
.radio label
{
  position: static;
  color: #fff;
  margin: 0 10px 0 4px;
}
.checkbox label
{
  position: static;
}
.checkbox input
{
  width: auto;
}
.styledTable
{
  width: 100%;
  border-collapse: collapse;
}
.styledTable th
{
  text-align: left;
}
.styledTable th, .styledTable td
{
  padding: 6px 10px;
  vertical-align: top;
  border: solid 1px #aaa;
}
.styledTable td
{
  background-color: #369;
}

/* MAIN DIVS */
html, body, form
{
  height: 100%;
}
#container
{
  width: 955px;
  min-height: 100%;
  margin: 0 auto -20px;
  text-align: left;
}
* html #container /* FIX FOR IE 6 */
{
  height: 100%;
}
#header
{
  -moz-border-radius: 0 0 0 45px;
  -webkit-border-radius: 0 0 0 45px;
  border-radius: 0 0 0 45px;
  -moz-box-shadow: 3px 5px 10px #444;
  -webkit-box-shadow: 3px 5px 10px #444;
  box-shadow: 3px 5px 10px #444;
  background: transparent url(img/header.gif) no-repeat;
  margin-bottom: 16px;
}
#header a
{
  display: block;
  height: 120px;
}
#spacer
{
  margin-top: 10px;
  height: 80px;
  position: relative;
  -moz-border-radius: 0 30px 0 0;
  -webkit-border-radius: 0 30px 0 0;
  border-radius: 0 30px 0 0;
  background-color: #004294;
}
#search
{
  margin: 10px 0;
  height: 68px;
  padding: 8px 0 0 8px;
  -moz-border-radius: 0 0 0 30px;
  -webkit-border-radius: 0 0 0 30px;
  border-radius: 0 0 0 30px;
  background-color: #004294;
}
#content
{
  float: right;
  width: 725px;
  line-height: 150%;
  min-height: 100%;
}
#content ul, #content ol
{
  padding-left: 20px;
  list-style-type: square;
}
#content li
{
  margin-bottom: 6px;
}
.panel
{
  padding: 16px 16px 6px;
  margin-bottom: 16px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  -moz-box-shadow: 3px 5px 10px #444;
  -webkit-box-shadow: 3px 5px 10px #444;
  box-shadow: 3px 5px 10px #444;
  overflow: hidden;
  behavior: url(inc/ie-css3.htc);
  background-color: #004294;
}
.panel h1, .panel h2
{
  margin: -16px -16px 10px;
  padding: 10px 16px;
  border-bottom: solid 1px #006;
}
#footer
{
  clear: both;
  line-height: 20px;
  font-size: 12px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  -moz-box-shadow: 3px 5px 10px #444;
  -webkit-box-shadow: 3px 5px 10px #444;
  box-shadow: 3px 5px 10px #444;
  background-color: #004294;
  behavior: url(inc/ie-css3.htc);
}
#footer table
{
  width: 100%;
}
#footer td
{
  width: 50%;
  padding: 6px 10px;
}
#registered
{
  text-align: center;
  font-size: 0.8em;
  padding: 16px 0 10px;
  color: #333;
  text-shadow: 1px 1px 1px #fff;
}

/* NAVIGATION */
#nav
{
  background-color: #004294;
  -moz-border-radius: 0 0 30px 0;
  -webkit-border-radius: 0 0 30px 0;
  border-radius: 0 0 30px 0;
  font-size: 14px;
}
#nav ul
{
  font-size: 17px;
  font-weight: bold;
  list-style-type: none;
}
#nav li
{
  list-style-type: none;
  list-style-image: none;
  border-left-style: solid;
  border-left-width: 6px;
  background-color: #47a;
  margin-bottom: 1px;
}
#nav a
{
  color: #fff;
}
#nav ul a
{
  display: block;
  padding: 7px 16px;
  color: #f9f9f9;
  text-shadow: 1px 1px 1px #000;
}
#nav ul a:hover
{
  color: #fff;
  text-decoration: none;
}
.nav1
{
  border-left-color: #e26700;
}
.nav1 a:hover
{
  background-color: #e26700;
}
.nav2
{
  border-color: #8dbb00;
}
.nav2 a:hover
{
  background-color: #8dbb00;
}
.nav3, .nav3 ul a
{
  border-color: #0494D1;
}
.nav3 a:hover
{
  background-color: #0494D1;
}
.nav4, .nav4 ul a
{
  border-color: #810037;
}
.nav4 a:hover
{
  background-color: #810037;
}
.nav5
{
  border-color: #232789;
}
.nav5 a:hover
{
  background-color: #232789;
}
.nav6
{
  border-color: #0071D0;
}
.nav6 a:hover
{
  background-color: #0071D0;
}
.nav7, .nav7 ul a
{
  border-color: #009A86;
}
.nav7 a:hover
{
  background-color: #009A86;
}
.nav8
{
  border-color: #2A0E02;
}
.nav8 a:hover
{
  background-color: #2A0E02;
}

/* SUB NAV */
#nav ul.sub
{
  text-transform: none;
  font-size: 14px;
  z-index: 9;
  -moz-box-shadow: 3px 5px 10px #444;
  -webkit-box-shadow: 3px 5px 10px #444;
  box-shadow: 3px 5px 10px #444;
}
#nav ul.sub li
{
  margin-bottom: 0;
  border-bottom: solid 1px #004294;
  border-right: solid 1px #004294;
  border-left: solid 1px #004294;
}
#nav ul.sub li a
{
  padding: 8px 16px 9px;
}
#nav p
{
  border-left: solid 5px #8DBB00;
  padding: 0 16px;
  color: #fff;
}
#nav p a:hover
{
  text-decoration: none;
}

/* TABS */
.tabs
{
  list-style: none;
  margin: 0 !important;
  padding: 0;
  height: 30px;
}
#content ul.tabs
{
  padding-left: 0;
  list-style-type: none;
}
.tabs li
{
  float: left;
  text-indent: 0;
  padding: 0;
  margin: 0 !important;
  list-style-image: none !important;
}
.tabs a
{
  background: url(img/tabs.png) no-repeat -652px 0;
  display: block;
  height: 30px;
  line-height: 30px;
  width: 111px;
  text-align: center;
  text-decoration: none;
  color: #444;
  padding: 0px;
  margin: 0px;
  position: relative;
  text-shadow: 1px 1px 1px #fff;
}
.tabs a:active
{
  outline: none;
}
.tabs a:hover
{
  background-position: -652px -31px;
  color: #fff;
  text-shadow: none;
}
.tabs .current, .tabs .current:hover, .tabs li.current a
{
  background-position: -652px -62px;
  cursor: default !important;
  color: #333 !important;
  font-weight: bold;
}
.panes .pane
{
  display: none;
}
.panes
{
  padding: 16px;
  background-color: #369;
  color: #fff;
  border: solid 1px #ddd;
  margin-bottom: 10px;
  -moz-border-radius: 0 6px 6px 6px;
  -webkit-border-radius: 0 6px 6px 6px;
  border-radius: 0 6px 6px 6px;
}
.panes h1, .panes h2
{
  color: #006;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin: 0;
}
.panes a
{
  color: #ff9;
}
.tabs .w1
{
  background-position: -519px 0;
  width: 134px;
}
.tabs .w1:hover
{
  background-position: -519px -31px;
}
.tabs .w1.current
{
  background-position: -519px -62px;
}
.tabs .w2
{
  background-position: -366px -0px;
  width: 154px;
}
.tabs .w2:hover
{
  background-position: -366px -31px;
}
.tabs .w2.current
{
  background-position: -366px -62px;
}
.tabs .w3
{
  background-position: -193px -0px;
  width: 174px;
}
.tabs .w3:hover
{
  background-position: -193px -31px;
}
.tabs .w3.current
{
  background-position: -193px -62px;
}
.tabs .w4
{
  background-position: -0px -0px;
  width: 194px;
}
.tabs .w4:hover
{
  background-position: -0px -31px;
}
.tabs .w4.current
{
  background-position: -0px -62px;
}

#accordion
{
  margin-bottom: 10px;
}
#accordion h2
{
  background-color: #aaa;
  padding: 5px 15px;
  font-size: 13px;
  cursor: pointer;
  color: #111;
  margin: 6px 0 0 0;
  text-shadow: 1px 1px 1px #fff;
  border-color: #fff #333 #333 #fff;
  border-style: solid;
  border-width: 1px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
}
#accordion h2.current
{
  cursor: default;
  background-color: #ccc;
  color: #222;
  font-weight: bold;
  -moz-border-radius: 6px 6px 0 0;
  -webkit-border-radius: 6px 6px 0 0;
  border-radius: 6px 6px 0 0;
}
#accordion .pane
{
  border: solid 1px #aaa;
  background-color: #369;
  display: none;
  padding: 15px;
  color: #fff;
  font-size: 12px;
  -moz-border-radius: 0 6px 6px 6px;
  -webkit-border-radius: 0 6px 6px 6px;
  border-radius: 0 6px 6px 6px;
  margin: -1px 0 0 0;
}
#accordion .pane h3
{
  font-weight: normal;
  margin: 0 0 -5px 0;
  font-size: 16px;
  color: #999;
}
#accordion .pane a
{
  color: #ff9;
}

/* ICONS */
.docicon, .pdficon, .linkicon
{
  display: inline-block;
  width: 102px;
  padding-top: 40px;
  text-align: center;
  font-size: 0.9em;
  vertical-align: top;
  line-height: 1.2em;
  margin-bottom: 1em;
}
.docicon
{
  background: transparent url(img/icons/docicon.gif) no-repeat center top;
}
.pdficon
{
  background: transparent url(img/icons/pdficon.gif) no-repeat center top;
}
.linkicon
{
  background: transparent url(img/icons/linkicon.gif) no-repeat center top;
}


/* SEARCH BOX */
#s
{
  width: 194px;
  border: solid 2px #ccc;
  position: relative;
  padding: 0;
}
#resultsDiv
{
  position: absolute;
  width: 955px;
  z-index: 8;
}
#resultsDiv div.clear
{
  position: absolute;
  top: 16px;
  right: 16px;
  width: 82px;
  height: 16px;
  background: url(img/close.gif) no-repeat center center;
  cursor: pointer;
}
.pageContainer, .notFound
{
  width: 921px;
  padding: 16px;
  -moz-box-shadow: 3px 5px 10px #444;
  -webkit-box-shadow: 3px 5px 10px #444;
  box-shadow: 3px 5px 10px #444;
  background-color: #47a;
  border: solid 1px #ccc;
  overflow-y: scroll;
  position: absolute;
  z-index: 9;
}
.pageContainer
{
  height: 450px;
}

.shadow
{
  -moz-box-shadow: 3px 5px 10px #444;
  -webkit-box-shadow: 3px 5px 10px #444;
  box-shadow: 3px 5px 10px #444;
  behavior: url(inc/ie-css3.htc);
}
.bigpic
{
  width: 723px;
  height: 246px;
  margin-bottom: 16px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  border: solid 1px #004294;
}

input.button
{
  width: auto;
  padding: 0 4px;
}

.twitter-follow-button
{
  padding: 18px 0 0 20px;
}
