*
{
  margin: 0px;
  padding: 0px;
}
html
{
  font-size: 13px;
  line-height: 1.5;
}
body
{
  font-family: Arial, Helvetica, sans-serif;
  background-color: #fff;
  border-top: solid 9px #0067b4;
  color: #555;
}
img
{
  border-style: none;
}
ul, ol
{
  padding: 0;
  list-style-type: disc;
  margin-left: 20px;
}
h1
{
  color: #0063be;
  font-weight: lighter;
  font-size: 24px;
  padding-bottom: 10px;
}
h2, h3
{
  color: #333;
  font-size: 16px;
  padding-bottom: 8px;
}
h4
{
  font-size: 14px;
  font-weight: lighter;
  color: #0063BE;
}
hr
{
  border: none;
  border-bottom: dotted 1px #000;
  margin: 6px 0;
}
p, ul, table, #accordion
{
  padding-bottom: 10px;
}
li
{
  padding-left: 4px;
  margin-bottom: 0.4em;
  list-style-position: outside;
  list-style-image: url(../../img/bullet.png);
}
p.small
{
  font-size: 0.8em;
  line-height: 1.4em;
}
p.pdflink
{
  background-image: url(../../img/icons/pdficon_small.gif);
  background-repeat: no-repeat;
  background-position: left;
  padding: 0 5px 0 38px;
}
a
{
  text-decoration: none;
  color: #06c;
  outline: 0;
}
a:hover
{
  text-decoration: underline;
}
.quicklinks a
{
  display: block;
  background-color: #e5eff8;
  border-bottom: dotted 1px #000;
  padding: 5px;
}
.quicklinks a:hover
{
  text-decoration: none;
  background-color: #0063be;
  color: #fff;
}
a.readmore
{
  display: block;
  font-size: 90%;
}
.more
{
  display: inline-block;
  cursor: pointer;
  background: #e0e0e0 url(../../img/triangleB.png) no-repeat right 2px;
  font-size: 11px;
  padding: 0 16px 0 6px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
select
{
  width: 215px;
  margin-top: 5px;
  font-size: 0.9em;
}
th, td
{
  text-align: left;
  vertical-align: top;
  padding: 6px 0;
}

/* MAIN DIVS */
#container
{
  width: 871px;
  margin: 1px auto;
  position: relative;
}
#header
{
  height: 161px;
  background-image: url(../../img/header.jpg);
  position: relative;
}
#textSize
{
  position: absolute;
  top: 6px;
  right: 12px;
  color: #fff;
  font-size: 11px;
  font-weight: bold;
}
#textSize a
{
  float: left;
  padding: 0 2px;
  color: #fff;
}
#textSize a:hover
{
  background-color: #fff;
  text-decoration: none;
  color: #0063BE;
}
#email
{
  position: absolute;
  top: 76px;
  right: 10px;
  height: 20px;
  width: 170px;
}
#bigpic
{
  background-color: #fff;
  border-top: solid 8px #000;
  border-bottom: solid 8px #000;
  padding: 1px 0;
  margin-bottom: 10px;
  height: 260px;
  position: relative;
  z-index: -1;
}
#content
{
  zoom: 1;
}

#leftCol
{
  float: left;
  clear: left;
  width: 174px;
}
#rightCol
{
  float: right;
  clear: right;
  width: 192px;
  margin-top: 13px;
}
#midCol
{
  margin: 0 192px 0 174px;
  padding: 0 26px;
}
#midCol p
{
  text-align: justify;
}

/* Compatibility CSS for IR Section */
div.leftPanel, div.rightPanelTop, div.rightPanelBot, div.midPanel, div.bigPanel
{
  margin-bottom: 10px; /*  padding: 0 0 16px 0; */
  position: relative;
}
div.leftPanel, div.rightPanelTop, div.rightPanelBot
{
  width: 192px;
}
div.midPanel
{
  margin: 0 192px 0 174px;
  padding: 0 26px;
}
div.leftPanel
{
  float: left;
  clear: left;
}
div.rightPanelTop, div.rightPanelBot
{
  float: right;
  clear: right;
}
/************************************/

#footer
{
  border-collapse: collapse;
  clear: both;
  width: 871px;
  margin: 8px auto 20px;
  padding-bottom: 0;
  font-size: 12px;
}
#footer a
{
  color: #333;
}

/* NAVIGATION */
#nav
{
  position: absolute;
  bottom: 12px;
  right: 0;
  font-size: 17px;
  border-top: solid 1px #000;
  border-bottom: solid 1px #000;
  padding-bottom: 0;
  line-height: 1.3;
  z-index: 9;
}
#nav li
{
  float: left;
  list-style-type: none;
  list-style-image: none;
  margin: 0;
  padding: 0;
  position: relative;
}
#nav a
{
  float: left;
  background: url(../../img/divider.png) no-repeat center right;
  padding: 4px 22px 1px 21px;
  border-bottom: solid 3px #fff;
  color: #0063BE;
}
#nav a.selected
{
  color: #000;
  border-bottom: solid 3px #000;
}
#nav li.firstItem
{
}
#nav li.lastItem a
{
  background: none;
}
#nav a:hover
{
  color: #000;
  text-decoration: none; /*border-bottom: solid 3px #000;*/ /*background-color: #eee;*/
}


/* SUB NAV */
#nav li ul
{
  display: none;
  min-width: 156px;
  position: absolute;
  background-color: #fff;
  top: 30px;
  left: 0;
  font-size: 13px;
  border: 1px solid #000;
  border-top: 1px solid #fff;
  padding: 0;
  margin-left: 0;
  z-index: 9;
}
/*
#nav li:hover ul, #nav li.over ul
{
  display: block;
}
*/
#nav li ul li
{
  clear: left;
  padding: 0;
}
#nav li ul li a
{
  background: url(../../img/shadeW85.png) repeat;
  white-space: nowrap;
  padding: 6px 22px 8px 22px;
  width: 126px;
  border-bottom: none;
}
#nav li ul li a:hover
{
  /*border-bottom: solid 3px #000;*/
}


/* BUTTONS */
#midCol p.buttons
{
  text-align: left;
}
.buttons
{
  margin-top: 5px;
}
.buttons a
{
  display: inline-block;
  text-align: center;
  font-size: 14px;
  line-height: 20px;
  padding: 9px 4px;
  background-color: #0067B4;
  color: #fff;
  margin: 0 8px 10px 0;
}
.buttons a:hover
{
  background-color: #000;
  text-decoration: none;
}
.buttons a span
{
  font-size: 12px;
}


/* SEARCH BOX */
#s
{
  float: left;
  width: 167px;
  height: 18px;
  line-height: 18px;
  padding: 1px 0 1px 4px;
  background-color: #0067b4;
  color: #fff;
  border: none;
  border-left: solid 1px #fff;
}
input::-webkit-input-placeholder, isindex::-webkit-input-placeholder, textarea::-webkit-input-placeholder
{
  color: #fff;
}
#submitButton
{
  float: right;
  width: 20px;
  height: 20px;
  line-height: 20px;
  background: #000 url(../../img/magnify.gif) no-repeat center center;
  border: none;
}
#resultsDiv
{
  position: absolute;
  width: 871px;
  z-index: 8;
}
#resultsDiv div.clear
{
  position: absolute;
  top: 10px;
  right: 10px;
  width: 82px;
  height: 16px;
  background: #E5EFF8 url(../../img/close.gif) no-repeat center center;
  cursor: pointer;
}
.pageContainer, .notFound
{
  background-color: #E5EFF8;
  border: solid 1px #000;
  padding: 10px 16px;
  width: 837px;
  height: 256px;
  overflow-y: scroll;
  position: absolute;
  z-index: 9;
}


/* TICKER */
#tickerholder
{
  position: absolute;
  top: 390px;
  left: 0;
  width: 100%;
  background-image: url(../../img/shadeW50.png);
  font-size: 23px;
  line-height: 40px;
  text-align: center;
  padding-bottom: 0;
  letter-spacing: 1px;
  height: 40px;
  overflow: hidden;
  z-index: 7;
}
.ticker ul
{
  position: absolute;
  left: 0;
  width: 100%;
  margin-top: 20%;
  text-align: center;
  list-style-type: none;
  z-index: 999;
}
.ticker ul li
{
  list-style-image: none;
}
.ticker ul li a
{
  color: #000;
}


/* OTHER */
.breadcrumb
{
  background: url(../../img/triangleB.png) no-repeat 5px 0;
  padding-left: 20px;
  line-height: 1em;
  display: inline-block;
}

.newsHeadlines
{
  display: block;
  border: 1px inset silver;
  color: #333;
  background-color: #DFEFFF;
  margin: 0 2px -10px 0;
  padding: 1px 3px;
}
a.newsHeadlines:hover
{
  background-color: #CFF;
  text-decoration: none;
}


#accordion
{
  zoom: 1;
}
#accordion h2
{
  background: transparent url(../../img/accordion.gif) no-repeat right;
  cursor: pointer;
  padding: 0 4px 0 6px;
  text-shadow: 1px 1px 1px #fff;
  color: #333;
  line-height: 30px;
  border: solid 1px #ccc;
  margin-top: 10px;
}
#accordion h2:hover, #accordion h2.current
{
  color: #06C;
}
#accordion h2.current
{
  background: transparent url(../../img/accordionUp.gif) no-repeat right;
}
#accordion div.current
{
  background-image: none;
  cursor: auto;
  border-bottom: none;
}
#accordion .pane
{
  display: none;
  border: solid 1px #ccc;
  border-top: none;
  background-color: #f9f9f9;
  padding: 10px;
}
#accordion .pane h3
{
  font-size: 16px;
  color: #666;
}
.accordionPager table td
{
  padding: 6px;
}

a:hover, a.readmore:hover
{
  text-decoration: underline;
}

.box
{
  margin-bottom: 10px;
  overflow: auto;
}
.box h3
{
  font-size: 1.2em;
}
.box img, .box input
{
  margin: 4px 14px 4px 0;
  border: 3px solid #999;
  float: left;
  background-color: #FFF;
}
.box a:hover img, .box input:hover
{
  background-color: #eff4fa;
}

.silverPanel
{
  background: #fff url(../../img/h300.png) repeat-x 0 2px;
  padding: 6px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  border: solid 2px #ddd;
  margin: 8px 0 10px 0;
}


