*
{
  margin: 0px;
  padding: 0px;
}
html
{
  font-size: 62.5%; /* Makes 0.8em = 8px, 1em = 10px, 1.6em = 16px, etc */
  overflow-y: scroll;
}
body
{
  background: url(img/bg.gif) repeat-y center;
  font-family: Trebuchet MS, Helvetica, sans-serif;
  font-size: 1.3em;
  text-align: center; /* Center container for older browsers */
  color: #333;
}
img
{
  border: none;
}
h1, h2, h3
{
  color: #369;
  font-weight: normal;
}
h1, p
{
  margin-bottom: 10px;
}
h1
{
  font-size: 1.4em;
}
h2
{
  font-size: 1.3em;
  margin: 1em 0 6px 0;
}
h3
{
  font-size: 1.1em;
  margin: 1em 0 2px 0;
}
a
{
  color: #09C;
  text-decoration: none;
}
a:hover
{
  color: #003;
}
hr
{
  margin-bottom: 0.5em;
  height: 1px;
  border-style: dotted;
}
input, select, textarea
{
  margin-bottom: 5px;
}
.styledTable
{
  font-family: Arial, Helvetica, sans-serif;
  background-color: #FFF;
  width: 100%;
}
.styledTable th
{
  background-color: #C4E1FF;
  text-align: left;
}
.styledTable td
{
  background-color: #DFF4FF;
}
.styledTable th, .styledTable td
{
  padding: 5px;
}

/* MAIN DIVS */
html, body, form
{
  height: 100%;
}
#container
{
  width: 768px;
  min-height: 100%;
  margin: 0 auto -20px;
  text-align: left;
  position: relative;
  -moz-box-shadow: 0 -10px 10px #777;
  -webkit-box-shadow: 0 -10px 10px #777;
  box-shadow: 0 -10px 10px #777;
}
* html #container /* FIX FOR IE 6 */
{
  height: 100%;
}
#header
{
  height: 70px;
  background-color: #FFF;
}
#header a
{
  display: inline-block;
  padding: 38px 0 2px 0;
  margin-right: 12px;
  text-transform: uppercase;
  color: #1A3F94;
}
#header a:hover
{
  background-color: #EFF;
}
#banner
{
  height: 130px;
  background-color: #8AC9EB;
  position: relative;
}
#bannerScreen
{
  position: absolute;
  width: 190px;
  height: 130px;
  background-color: #39C;
}
#circles
{
  position: absolute;
  top: 160px;
  right: 20px;
  width: 260px;
  height: 80px;
  background: url(img/circles.gif);
}
#content
{
  margin: 0 20px 40px 216px;
  padding-top: 40px;
  line-height: 150%;
  min-height: 100%;
}
#content ul, #content ol
{
  padding-left: 20px;
  margin-bottom: 10px;
}
#footer
{
  width: 768px;
  line-height: 20px;
  margin: 0 auto -20px;
  position: relative;
  font-size: 12px;
}

/* NAVIGATION BAR */
#nav
{
  position: absolute;
  top: 130px;
  left: 0;
  width: 160px;
  line-height: 180%;
  color: #FFF;
  padding: 15px;
  font-size: 0.9em;
}
#nav ul
{
  list-style-type: none;
}
#nav > ul
{
  margin-bottom: 50px;
}
li.header
{
  margin-top: 10px;
  text-transform: uppercase;
}
#nav a
{
  color: #FFF;
}
#nav a:hover
{
  font-weight: bold;
}
#nav ul ul.sub
{
  padding-left: 10px;
  text-transform: none;
}
#nav ul ul.sub ul.sub
{
  padding-left: 10px;
  text-transform: none;
}
#nav p
{
  line-height: 120%;
  color: #369;
}
/* TEMPORARILY HIDE CUSTOMER COMMENTS */
#nav h2, #nav p
{
  visibility: hidden;
}

/* TABS */
.tabs .ajax__tab_header
{
  margin-bottom: 14px;
}
.tabs .ajax__tab_outer
{
  background: transparent url(img/tab_right.gif) no-repeat scroll right center;
  padding-right: 4px;
  height: 31px;
  margin-right: 10px;
}
.tabs .ajax__tab_inner
{
  background: transparent url(img/tab_left.gif) no-repeat scroll 0 0;
  padding-left: 6px;
  padding-bottom: 1px
}
.tabs .ajax__tab_tab
{
  overflow: visible;
  color: #FFF;
  height: 19px;
  padding: 4px;
  font-weight: bold;
}
.tabs .ajax__tab_active span
{
  color: #FFFF00;
}
.tabs .ajax__tab_hover span
{
  color: #FFFF66;
}

/* 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;
}




