body {
  font-family: "Tahoma", sans-serif;
  font-size: 10pt;
  background-color: #E9E9E9;
  padding: 0;
  margin: 0;
  color: #333333;
}

h1, h2, h3, h4 {
  font-family: "Georgia", serif;
  font-weight: normal;
  color: #000000;
}
    
p, ul li {
  line-height: 140%;
}

a, a:hover, a:visited, a:active {
  color: blue;
}

img {
  border: 0;
}

h1 {
  font-size: 24pt;
}

div#main h1#leader {
  font-size: 30pt;
  padding-top: 35px;
  margin-bottom: 0;
}

div.h1-shrinker h1, h2 {
  border-bottom: 2px solid red;
  font-size: 16pt;
  clear: both;
}

h4 {
  font-size: 18pt;
  margin: 0;
  padding: 0;
}

hr {
  height: 2px;
  color: red;
  border-top: 2px solid;
  border-bottom: 0;
  border-left: 0;
  border-right: 0;
  clear: both;
  margin-bottom: 20px;

}

div#main {
  width: 930px;
  margin: 0 auto;
  position: relative;
  background-color: white;
  padding-left: 25px;
  padding-right: 25px;
}

div#main h1 {
  margin-top: 0;
  padding-top: 15px;
}

div#main img#logo {	
  float: left;
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: 15px;
  margin-right: 20px;
}

div#header {
  background-image: url(/static/images/authority/header-background.png);
  width: 100%;
  background-repeat: repeat-x;
  position: relative;
}


div#header ul {
  margin: 0 auto;
  padding: 0;
  display: block;
  padding-left: 640px;
  width: 348px;
  height: 159px;
  background-image: url(/static/images/authority/header.png);
  background-repeat: no-repeat;
  list-style: none;
}

div#header ul li {
  float: left;
  margin-right: 10px;
  margin-top: 127px;
  _margin-top: 122px;
  background-image: url(/static/images/authority/nav-background.png);
  background-repeat: no-repeat;
  background-position: left top;
  _background-position: left 4px;
  display: block;
  padding-top: 5px;
  
  height: 19px;
  _width: 20px;
  
}

div#header ul li a {
  display: block;
  padding-left: 7px;
  padding-right: 7px;
  height: 24px;
}

div#header ul li:hover {
  background-position: left bottom;
}

div#header ul li a {
  color: white;
  text-decoration: none; 
}

div.column {
  float: left;
}

img.download-icon {
  float: left;
  margin-right: 7px;
  margin-left: 7px;
}

div#driver {
  clear: left;
  width: 570px;
  padding-right: 25px;
  border-right: 1px solid #eeeeee;
  margin-bottom: 30px;
}

div#driver h1 {
  clear: both;
}

div#driver h2 {
  clear: both;
  margin-top: 40px;
}

div#driver p {
  text-align: justify;
}

div#related-content {
  width: 305px;
  padding-left: 25px;
  _padding-top: 17px;
}

*:first-child+html div#related-content {
  padding-top: 17px;
}

div#related-content h1, div#related-content h2 {
  border: 0;
}

div#related-content div#awards img {
  margin: 30px auto;
  display: block;
}

div#related-content ul#tags {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}

div#related-content ul#tags li {
  font-weight: bold;
}

div#related-content ul#tags li ul {
  margin-top: 8px;
  margin-bottom: 10px;
}

div#related-content ul#tags li ul li {
  font-weight: normal;
  display: inline;
}

div#download-facts {
  background-color: #F7F9FA;
  border: 1px solid #E9E9E9;
  padding: 18px 10px;
  height: 145px;
}

div#download-facts span {
  vertical-align: top;
  line-height: 160%;
  padding-left: 10px;
  text-transform: uppercase;
  font-size: 8pt;
}

div#download-facts dl {
  padding: 0;
  margin: 0;
}

div#download-facts dl dt, div#download-facts dl dd {
  display: block;
  height: 22px;
  float: left;
  color: #333333;
}

div#download-facts dl dt {
  font-weight: bold;
  width: 170px;
  clear: left;
}

div#download-facts dl dd {
  width: 320px;
  margin-left: 40px;
}

div#product-spotlight {
  width: 292px;
  margin-left: 25px;
  float: right;
}

div.download-cluster {
  clear: both;
  padding: 1px; /* weird hack...*/ 
}

div.download-cluster div {
  border: 3px solid #dddddd;
  margin-left: 140px;
  margin-top: 36px;
  padding: 7px;
}

div#driver div.download-cluster img {
  border: 0;
}

div.download-cluster p {
  margin: 0;
  padding: 0;
}

a.download-button {
  display: block;
  width: 275px;
  height: 60px;
  background-image: url(/static/images/authority/download-button.png);
  background-repeat: no-repeat;
  background-position: center bottom;
  margin: 20px auto;
}

a.download-button:hover {
  background-position: center top;
}

div.editor-comment {
  background-color: #F7F9FA;
  border: 1px solid #E9E9E9;
  clear: both;
  padding: 8px 10px;
  margin: 30px 0;
}

div.editor-comment h4 {
  font-size: 16pt;
  margin: 0;
}



div.editor-comment p.sub {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 137px;
}

div.editor-comment div.testimonial h3 {
  font-size: 10pt;
}

div.editor-comment div.testimonial p {
  margin-left: 15px;
  font-style: italic;
}

div.editor-comment p span {
  text-transform: uppercase;
}

div.editor-comment img {
  float: left;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-right: 30px;
}

ol#three-reasons {
  font-size: 18pt;
  font-family: "Georgia", serif;
  margin-top:0px;
}

ol#three-reasons h2 {
  margin-top: 0;
}

ol#three-reasons p {
  font-size: 10pt;
}

dl#steps {
}

dl#steps dt, dl#steps dd {
  margin-top: 0; 
  padding-top: 0;
  margin-bottom: 30px;
}

dl#steps dt {
  width: 300px;
  float: left;
  
}

dl#steps dd {
  float: left;
  margin-left: 20px;
  width: 250px;
}

dl#steps dd h2 {
  margin-top: 0;
  font-size: 12pt;
  clear: none;
}

*:first-child+html dl#steps dd h2 {
  margin-top: 0;
}

div#footer {
  clear: both;
  width: 900px;
  height: 28px;
  
  padding-top: 12px;
  padding-left: 10px;
  padding-right: 10px;
    
  background-color: #F7F9FA;
  border-top: 1px solid #E9E9E9;
  border-left: 1px solid #E9E9E9;
  border-right: 1px solid #E9E9E9;
}

div#footer ul {
  list-style: none;
  display: block;
  width: 800px;
  margin: 0 auto;
}

div#footer ul li {
  float: left;
  margin-right: 48px;
}
























