/* default stuff for body, images, etc. */
html {
 margin:6px auto;
 padding:0;
}

body{
 margin:6px auto;
 text-align:center;
 background: #EEE;
 font: 70% Arial,sans-serif;
 padding: 0;
}

img {
 border-style: none;
}
img.middle {
 vertical-align: middle;
}
img.top {
 vertical-align: top;
}
img.left {
 float: left;
 margin: 0px 5px 5px 0px;
}
img.right {
 float: right;
 margin: 5px 5px 5px 5px;
}

/* nifty-css corner stuff */
div.splithead {
  width:300px;
  background: #7FA78D;
  color: #000;
}
div.splithead h3 {
  padding: 4px 15px 4px 15px;
  margin:0;
  font-size: 120%;
}
div.split {
  width:296px;
  border:2px solid #7FA78D;
  background: #FFF;
  color: #000;
  margin: 0 0 10px 0;
  padding: 6px 0 6px 0;
  text-align: center;
}

/* header/footer divs */
div#logo{
 float:left;
 padding:10px 0px 10px 15px;
}

div#flags{
 float:left;
 padding:10px 10px 10px 10px;
 text-align:left;
}
div#flags a{
 text-decoration:none;
 font-weight: bold;
 color: #004;
}
div.topline1{
 width:766px;
 height: 1px;
 font-size: 1px;
 background: #023214;
}

div.topline2{
 width:766px;
 height: 6px;
 font-size: 1px;
 background: #008837;
}

div.topline3{
 width:766px;
 height: 4px;
 font-size: 1px;
 background: #EEE;
}

div.bottomline1{
 width:766px;
 background: #008837;
}
div.bottomitem {
 text-align: left;
 color: #FFF;
 width: 140px;
 padding: 0px 20px 0px 20px;
}
div.bottomitem a{
 text-decoration:none;
 font-weight: bold;
 color: #CCF;
}
div#topbar{
 width:766px;
 height:85px;
 background: #859AB7 url(topgradient.png) repeat-x 0 5px;
}

div#navbar{
 float:right;
 padding-top: 56px;
}

/* dropdown menu stuff */
div.nav {
  margin-right:4px;
  display:block;
  width:7em;
  float:left;
}
div.nav b{
 float:left;
 width: 12em;
 padding: 5px 0;
 background: #F7FFF8;
 color: #444;
}
div.nav a{
 text-decoration:none;
 float:left;
 width: 7em;
 padding: 5px 0;
 background: #F7FFF8;
 color: #444;
}
div.nav a.sub{
 text-decoration:none;
 float:left;
 width: 12em;
 padding: 5px 0;
 background: #F7FFF8;
 color: #444;
}
div.nav a.activelink {
 background: #008837;
 color: #FFF;
}
div.nav a:hover{
 background: #008837;
 color: #FFF;
}
div.nav li.activelink a,ul#nav li.activelink a:hover{
 background: #008837;
 color: #FFF;
}

/* download list items */
li.pdf {
  list-style-image: url(images/pdf.gif);
  padding: 3px 3px 3px 3px;
}
li.zip {
  list-style-image: url(images/zip.gif);
  padding: 3px 3px 3px 3px;
}
li.exe {
  list-style-image: url(images/disk.gif);
  padding: 3px 3px 3px 3px;
}

/* main content styles */
div#container{
 width:762px;
 background:#008837;
 margin: 0 auto;
 padding:0px 2px 0px 2px;
 text-align:left;
}
div#content{
 width:742px;
 text-align:left;
 background: #F7FFF8;
 padding: 10px;
 font-family: arial,sans-serif;
 font-size: 13px;
}
div#content em{
 font-style: normal;
 font-weight: bold;
}
div#content em.big{
 font-style: normal;
 font-weight: bold;
 font-size: 110%;
}
div#content em.redfocus {
  color: #A00;
  font-weight: bold;
}
div#content h1, h2{
 text-align: center;
 font-size: 150%;
}
div#content h4{
 font-size: 110%;
 margin: 1em 0 0.5em 0;
}
div#content h5{
 font-size: 110%;
 margin: 0 0 0 0;
}
div#content h4.corner{
 background-image: url('images/corner.gif');
 background-repeat: no-repeat;
 padding: 0 0 5px 24px;
}
div#content a {
 text-decoration: none;
 font-weight: bold;
}
div#content a:hover {
 text-decoration: underline;
}

/* representatives table */
table.fullwidth {
  table-layout: fixed;
  width: 80%;
	border-collapse: collapse;
  border: 1px solid #023214;
}
table.fullwidth td {
  border: 1px dotted #023214;
  padding: 1em;
  text-align: center;
}
table.fullwidth tr {
  background-color: #ECF4FA;
}
table.fullwidth tr.odd {
  background-color: #FCFAEE;
}

/* simple table */
table.basic td {
  padding: 3px;
  vertical-align: top;
}

/* features table */
table.feat {
 padding: 0 0 0 20px;
}
table.feat td {
  padding: 3px 10px 3px 10px;
  vertical-align: top;
  text-align: center;
  font-size: 110%;
  font-weight: bold;
}
table.feat td.left {
  text-align: left;
}
table.feat td.head1 {
  text-align: left;
  background-color: #008837;
  color: #FFF;
}
table.feat td.head2 {
  text-align: left;
  background-color: #800;
  color: #FFF;
}
table.feat td.foot {
  text-align: left;
  font-size: 90%;
  font-style: italic;
  background-color: #DDD;
}
table.feat td.green {
  color: #0A0;
}
table.feat td.red {
  color: #A00;
}
table.feat tr {
  background-color: #ECF4FA;
}
table.feat tr.odd {
  background-color: #FCFAEE;
}

/* pdf-download paragraph */
p.pdf {
 background-image: url('images/pdf.gif');
 background-repeat: no-repeat;
 margin: 0 0 4px 20px;
 padding: 0 0 0 20px;
}

/* disclaimer paragraph */
p.disclaim {
 text-align: center;
 font-style: italic;
}
