/* (c) visarc 2008 */

body
{
  font-family: Helvetica;
  font-size: 8pt;
  background-color: #908fbb;
  text-align: center; /* ie */
  margin: 10px 0px 0px 0px;
}

p
{
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 5px 0px;
}

p, a, td, label, h2, h3
{
  font-size: 100%;
  color: black;
}

h1
{
  color: #ff8500;
  font-size: 120%;
  padding: 0px 0px 0px 0px;
}

h3
{
  margin-top: 10px !important;
}

img
{
  border: none;
  margin: 0px;
  padding: 0px;
}

a
{
  text-decoration: none;
  font-weight: bold;
  color: #ff8500;
}

a:hover
{
  text-decoration: none;
  font-weight: bold;
  color: #ff8500;
}

#page
{
  margin: 0px auto 0px auto;
  width: 950px;
  background: white url(/_images/page-shadow.jpg) repeat-y right top; /* background: url(/_images/contentMain-bg.jpg) repeat-y top left;   text-align: left;*/
}
#headerholder
{
  height: 155px;
  margin: 0px 12px 0px 12px;
}

#header
{
  background: url(/_images/header.jpg) no-repeat right top;
  height: 155px;
  margin: 0px 12px 0px 12px;
}

#headerKent
{
  background: url(/_images/header-kent.jpg) no-repeat right top;
  height: 155px;
  margin: 0px 0px 0px 12px;
}

#nav
{
  height: 31px;
  background: #ede9fc url(/_images/nav-left.jpg) left top no-repeat;
  margin: 0px 12px 0px 10px;
  text-align: left;
  line-height: 31px;
}

* html body #nav
{
  line-height: 0px;
  padding-top: 15px;
  margin: 0px 12px 0px 12px;
  height: 0px;
}

#nav li
{
  display: inline;
  padding: 0px 10px 0px 10px;
  color: #656194;
  background: url(/_images/nav-divider.jpg) right no-repeat;
}

#nav a
{
  color: #656194;
}

#nav a:hover
{
  color: #ff8500;
}

#news
{
  height: 30px;
  line-height: 30px;
  text-align: left;
  padding: 0px 20px 0px 0px;
  margin: 0px 12px 5px 12px;
  border-bottom: #ff8500 1px solid;
}

* html body #news
{
  margin: 0px 12px 5px 14px;
}

#content
{
  margin: 0px 12px 0px 12px;
  padding: 0px;
  text-align: left;
}

#contentInner ul
{
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 10px 10px;
}

#contentInner li
{
  list-style: url(/_images/icons/bullet.jpg) outside;
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 10px;
  line-height: 150%;
}

#contentInner a
{
  text-decoration: underline;
  font-weight: bold;
  color: #514e87;
}

#contentInner a:hover
{
  text-decoration: underline;
  font-weight: bold;
  color: #ff8500;
}

#footer
{
  height: 78px;
  background: url(/_images/footer-repeat.jpg) no-repeat top left;
  margin: 0px 0px 0px 0px;
  clear: both;
}

#footerLogos
{
  width: 100px;
  float: left;
  padding-top: 8px;
  padding-left: 10px;
  clear: none;
}

#footerAddress
{
  float: right;
  width: 600px;
  text-align: right;
  clear: none;
  margin: 25px 20px 0 0;
}

#footerAddress p
{
  color: white;
}

#accessibility
{
  width: 950px;
  margin: 0px auto 0px auto;
  background: transparent url(/_images/header-repeat.jpg) no-repeat bottom left;
  color: #ffffff;
  text-align: right;
  height: 40px;
  line-height: 30px;
  font-size: 100%;
}

#accessibility ul
{
  display: inline;
  margin: 0;
  padding: 0 20px 0 0;
}

#accessibility li
{
  display: inline;
  margin: 0;
  padding: 0 5px 0 5px;
}

#accessibility a
{
  color: #ffffff;
}

#leftColumn
{
  width: 33%;
  float: left;
  text-align: left;
}

#rightColumn
{
  width: 67%;
  float: right;
}


#rightColumn p
{
  padding: 0px 15px 0px 15px;
}

#fullColumn
{
  float: left;
  margin-right: 12px; /*margin-left: 5px;*/
  width: 98%;
  margin-left: 10px;
}

* html body #fullColumn
{
  width: 900px;
  margin: 0px;
  padding: 0px 0px 0px 5px;
}

#fullColumn img
{
  padding-left: 0px;
}

#rightLinks
{
  float: right;
  width: 13em;
  margin-right: 7px;
}

* html body #rightLinks
{
  margin: 0px;
  padding: 0px;
}

#rightLinks .title
{
  width: 12em;
  padding-right: 5px;
  font-size: 110%;
}

#rightLinks .titleInner
{
  width: 11.5em;
}

#contentInner
{
  text-align: left;
  margin-left: 125px;
  margin-right: 15em;
  padding-right: 10px;
  padding-bottom: 20px;
}

* html body #contentInner
{
  text-align: left;
  margin-left: 130px;
 /* margin-right: 16em;*/
  padding-right: 0px;
  padding-bottom: 20px;
  width:625px;
}

#left-pic
{
  width: 113px;
  float: left;
  height: 100%;
}

.button
{
  background: #ff8500;
  color: white;
  line-height: 20px;
  padding: 0px 15px 0px 15px;
  border: 1px black solid;
}

#right
{
  float: right;
  width: 49%;
}

#left
{
  float: left;
  border-right: 1px solid #ff8500;
  width: 49%;
  padding-right: 6px;
}

#full
{
  float: left;
  width: 98%;
}

#Gateways
{
  background: url(/_images/gateway-repeat.jpg) left bottom repeat-x;
  height: 280px;
  padding: 10px 5px 10px 20px;
  float: right;
  width: 885px;
}

#map
{
  width: 400px;
  float: right;
  padding-right: 0px;
  float: right;
  text-align: center;
}

.logoStrip
{
  width: 100%;
  clear: both;
  margin-bottom: 20px;
}

.logoStrip td
{
  width: 17%;
  text-align: center;
}

.newslisting
{
  width: 95%;
  margin-top: 20px;
  border-collapse: collapse;
}

.newslisting th
{
  padding: 5px;
  vertical-align: top;
  border-bottom: 1px solid #ff8500;
}

.newslisting td
{
  padding: 5px;
  vertical-align: top;
  border-bottom: 1px solid #ff8500;
}

.alternate
{
}

.acronym
{
  speak: spell-out;
}

.tel
{
  speak-numeral: digits;
}

.url
{
  speak: spell-out;
  speak-punctuation: code;
}
