body {
  background: url('images/header.repeat.png') #4d4d4d repeat-x top;
  margin: 0;
  padding: 0;
  font-family: "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, Verdana, sans-serif;
  font-size: 12px;
  color: #666;
  line-height: 1.5em;
}

div#container {
  background: url('images/background.png') #4d4d4d repeat;
}

img {
  border: none;
}

a:link, a:visited {
  color: #54b948;
  text-decoration: underline;
}

a:hover, a:active {
  color: #54b948;
  text-decoration: none;
}

#header {
  width: 800px;
  margin: 0 auto 5px;
}

#header img {
  padding-left: 125px;
  vertical-align: bottom;
}

#header ul {
  display: block;
  margin: 0 0 0 200px;
  padding: 0;
  height: 40px;
  n0border-left: 1px solid #3F2844;
}

#header ul li:first-child a {
  n0border-left: 1px solid #ddccb5;
}

#header ul li {
  display: block;
  margin: 0;
  padding: 0;
  float: left;
  height: 40px;
  n0border-right: 1px solid #2f2400;
  text-transform: uppercase;
}

#header ul li a:link, #header ul li a:visited, #header ul li a:active {
  display: block;
  height: 27px;
  color: #FFF;
  padding: 13px 15px 0;
  text-decoration: none;
  n0border-right: 1px solid #ddccb5;
  white-space: nowrap;
  float: left;
}

#header ul li a:hover, #header ul li.active a {
  background-color: #54b948;
}
#header ul li a:hover {
  n0border-right: 1px solid #ddccb5;
}

#content {
  padding: 23px 0;
  margin: 0 auto;
  width: 800px;
}

#content:after {
  content: "\A0";
  clear: both;
  display: block;
  height: 0px;
  overflow: hidden;
}

#left, #main, .box_nav ul, #newsbrief, #blogbrief {
  background-color: #FFF;
  border: 1px #DADADA;
  border-style: none solid;
  padding-top: 2px;
}

img.icon {
  float: left;
  margin: 0 7px 10px 0;
}

.box_home {
  width: 395px;
  padding: 0;
  margin: 0 5px 0px 0;
  float: left;
  position: relative;
}

.box_home#right {
  float: right;
}

.box_full {
  position: relative;
  width: 790px;
  padding: 0;
  clear: both;
  margin: 0 5px;
}

.box_full p, .box_right p {
  line-height: 1.3em;
}

.box_full img.inline {
  float: right;
  margin: 5px 2px 0 24px;
}

.box_nav {
  width: 211px;
  padding: 0;
  margin: 0 5px 0 0;
  float: left;
}

.box_nav ul {
  display: block;
  padding: 17px 0 25px;
  margin: 0;
}

.box_nav ul li {
  font-size: 1.1em;
  display: inline;
  margin: 0;
  padding: 0;
}

.box_nav ul li:first-child a {
  border-top: 1px solid #EFEFEF;
}

.box_nav ul li:first-child a:link, .box_nav ul li:first-child a:visited, .box_nav ul li:first-child a:active {
  padding-top: 2px;
}

.box_nav ul li a:link, .box_nav ul li a:visited, .box_nav ul li a:active {
  display: block;
  padding: 3px 15px 2px;
  text-decoration: none;
  border-bottom: 1px solid #EFEFEF;
}

.box_nav ul li a:hover, .box_nav ul li.active a {
  background: url('images/frame.nav.hover.gif') repeat-x top left;
}

.box_right {
  width: 580px;
  padding: 0;
  margin: 0 4px 0 0;
  float: left;
}

.box_home p {
  clear: both;
}

.box_download {
  padding: 0;
  margin: 0 0 20px;
}
.small.box_download {
  margin: 0 0px;
  padding: 0 0 10px 0;
}

.box_download p {
  border: 1px #cbc9c0;
  border-style: none solid;
  margin: 0;
  width: 487px;
  background-color: #efece6;
  line-height: 1.2em;
  padding: 12px 18px 0 18px;
}
.small.box_download p {
  width: 300px;
  width: 315px;
}

.box_download p.note {
  font-size: 1.0em;
  font-weight: normal;
  text-align: right;
}

.box_download p:first-child {
  padding: 18px 18px 0 18px;
  height: 50px;
  font-size: 1.2.em;
}

.box_home:before, .box_full:before, .box_nav:before, .box_right:before {
  display: block;
  height: 9px;
  overflow: hidden;
}

.box_home:after, .box_full:after, .box_nav:after, .box_right:after {
  display: block;
  height: 17px;
  overflow: hidden;
}

.box_home:before {
  content: url('images/frame.home.top.gif');
}

.box_home:after {
  content: url('images/frame.home.bottom.png');
}

.box_full:before {
  content: url('images/frame.full.top.png');
}

.box_full:after {
  content: url('images/frame.full.bottom.png');
}

.box_nav:before {
  content: url('images/frame.nav.top.gif');
}

.box_nav:after {
  content: url('images/frame.nav.bottom.png');
}

.box_right:before {
  content: url('images/frame.right.top.gif');
}

.box_right:after {
  content: url('images/frame.right.bottom.png');
}

.box_download:before {
  content: url('images/frame.download.top.gif');
  display: block;
  height: 8px;
  overflow: hidden;
}
.small.box_download:before {
  content: url('images/frame.download.small.top.gif');
}

.box_download:after {
  content: url('images/frame.download.bottom.gif');
  display: block;
  height: 27px;
  overflow: hidden;
}
.small.box_download:after {
  content: url('images/frame.download.small.bottom.gif');
}

#version {
  text-align: left;
  padding: 20px 0 28px 0;
  left: 36px;
  left: 20px;
  position: relative;
}

#logo {
  text-align: center;
}

#version .number {
  display: block;
  z-index: 10;
  top: -29px;
  left: 255px;
  position: relative;
}

#download {
  position: absolute;
  left: 101px;
  top: 157px;
  background-color: #FDC572;
  background: url('images/block.middle.png') repeat-x top;
  border: 1px solid #FDC572;
  width: 320px;
}

#download, .box_download p {
  font-size: 1.2em;
  font-weight: bold;
}

#download .number, .box_download .number {
  font-size: 0.85em;
  font-weight: normal;
}

#download a img, .box_download img {
  float: left;
  margin-right: 6px;
}

#download a img {
  padding-bottom: 11px;
}

#download a {
  color: #515153;
  display: block;
  padding-left: 35px;
  padding-top: 8px;
}

#main, #blogbrief, #newsbrief {
  padding: 22px 25px 17px;
}

#left {
  padding: 22px 20px 17px;
}

#left p.tagline {
  margin: 0;
  padding: 0 25px 25px 25px;
  text-align: right;
}

#left blockquote {
    margin-top: 10px;
}

#main p.more {
  clear: both;
  text-align: right;
}

ul.condensed {
  margin: 26px 0 0 2px;
  width: 20%;
  float: left;
  padding-bottom: 38px;
}

h1 {
  margin-top: 0;
  padding-top: 0;
  font-weight: normal;
  font-size: 2em;
}

h2 {
  display: inline;
  background-color: #666;
  color: #fff;
  font-size: 1.4em;
  padding: 0 3px 0 26px;
  margin-left: -26px;
}

h3 {
  font-size: 1.05em;
  font-weight: normal;
  font-style: italic;
}

pre {
  background-color: #ddd;
  border: 1px solid #ccc;
  margin: 0px 30px;
  padding: 5px;
}

#footer {
  position: relative;
  line-height: 35px;
  text-align: center;
}

#footer img {
  vertical-align: top;
}

#lowblurb {
  font-family: "Trebuchet MS";
  font-size: 1.6em;
  width: 350px;
  clear: left;
  margin: 0 25px 18px;
  padding-top: 52px;
  color: #444;
}

#newsbrief {
  width: 343px;
  float: left;
  margin-right: 25px; 
}

#blogbrief {
  border-left: none;
}

#left .linkbar {
  position: relative;
  top: -6px;
  text-align: right;
  margin: -6px 26px 0 0;
}

#main img {
  max-width: 530px;
}

table {
  border: none;
  padding: 0;
  margin: auto;
}

thead th {
  white-space: nowrap;
  border-bottom: 1px solid #DADADA;
  margin: 0;
  padding: 4px;
}

table.vertical th {
  text-align: right;
}

td {
  padding: 4px;
  border-bottom: 1px solid #EEE;
  margin: 0;
}

td.date {
  white-space: nowrap;
  text-align: right;
}

img.linkExtImg {
 background: url(images/external.gif) top left no-repeat;
}

img.linkIntImg,
a.internal-link img {
 background: url(images/internal.gif) top left no-repeat;
}

img.linkBackImg {
 background: url(images/back.gif) top left no-repeat;
}

div.card {
  border: 1px solid #ccc;
  float: left;
  margin: 4px;
  padding: 8px;
}

div.card h3 {
  font-size: normal;
  font-style: normal;
  font-weight: bold;
  padding: 0;
  margin: 0 0 0.5em 0;
}

div.card p {
  padding: 0;
  margin: 0;
  line-height: 1.5em;
}

hr.clear {
  clear: both;
  border: 0;
}

a.button {
  background: transparent url('images/button/bg_button_a.gif') no-repeat scroll top right;
  color: #444;
  display: block;
  float: right;
  font: normal 12px arial, sans-serif;
  height: 24px;
  margin-right: 6px;
  padding-right: 18px; /* sliding doors padding */
  text-decoration: none;
}

a.button span {
  background: transparent url('images/button/bg_button_span.gif') no-repeat;
  display: block;
  line-height: 14px;
  padding: 5px 8px 5px 18px;
}

a.button:active {
  background-position: bottom right;
  color: #000;
  outline: none; /* hide dotted outline in Firefox */
}

a.button:active span {
  background-position: bottom left;
  padding: 6px 8px 4px 18px; /* push text down 1px */
}

/* sp_bettercontact */

div#sp_bettercontact_info {
 padding-bottom: 10px;
}

div.sp_bettercontact_msg {
 font-weight: bold;
}

P.csc-frame-frame1 {
  font-family: monaco, courier, monospace;
}

DIV.csc-textpic {
  clear: left;
}

/* tt_news */

DIV.news-catmenu {
  float: left;
  padding: 1.2em 0;
}

DIV.news-catmenu IMG {
  display: none;
}

DIV.news-catmenu DIV.news-catmenu-ACT A {
 font-weight: bold;
 text-decoration: none;
}

DIV.news-search-form {
 float: right;
 padding-top: 1.2em;
}

DIV.news-search-form INPUT {
 font-size: smaller;
}

DIV.news-list-container {
  padding: 0px;
}

DIV.news-list-container,
DIV.news-single-item,
DIV.news-search-emptyMsg {
  clear: both;
  padding-top: 10px;
}

DIV.news-list-container DIV.news-catRootline {
  font-size: 1.4em;
}

DIV.news-list-container UL {
  margin: 0;
  padding: 0;
}

DIV.news-list-container UL LI {
  list-style-position: inside;
  list-style-type: square;
}

DIV.news-single-item H2 {
  margin: 0;
}

SPAN.news-list-item-categories,
DIV.news-single-category {
  color: #999;
}

SPAN.news-list-item-categories A,
DIV.news-single-category A {
  color: #999;
}

DIV.news-single-timedata {
  color: #999;  color: #E66926;
    color: #df2823;
    color: #1fa7d5;
    color: #54b948;

  text-align: right;
}

DIV.news-search-emptyMsg {
  padding: 0;
  margin: 0;
}

DIV.news-single-item TABLE
{ padding-left: 20px; }

DIV.news-single-item TABLE P
{ margin: 0; padding: 0; }

P.addr
{ color: #54B948;
  text-align: center;
  font-size: 18px; }