/*
'//////////////////////////////////////
'// FILE: /include/css/CORP_wam.css
'// DESC: css for the CORP_wam landing pages
'// $Revision: 11$
'// $Date: 5/1/2006 1:56:01 PM$
'// $Author: Ian Struble$
'//////////////////////////////////////
*/
body {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #000;
  margin: 0; 
  padding: 0;
  background-color: #fff;
}

form, ul, div { 
    margin: 0; 
    padding: 0; 
}

p, b, td, li {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #000;
}

a:link { 
    color: #006; 
}
a:hover {
  color: #c00; 
  text-decoration: underline;
}

.small {
  font-size: 10px;
}

.smallBold {
  font-size: 11px;
  font-weight: bold;
}

.notSoSmall {
  font-size: 11px;
  padding-right: 5px;
}

#topNav {
  float: right;
  text-align: right;
  padding-right: 8px;
}

#bottomNav {
  float: left;
}

#tryItButton {
    position: relative; top: -38px; left: 341px;
    border: 0px solid blue;
}

.navList li {
  padding: 0 5 0 2px;
  display: inline; 
  list-style: none;
}

.navList li a { 
  font-size: 10px; 
  text-decoration: none; 
}

.navList li a:hover { 
  text-decoration: underline; 
}

#bottomNav li {
  padding: 0 0 0 2px;
  font-size: 10px;
  display: inline; 
  list-style: none;
}

.dottedLine {
  height: 10px;
  background: url(/images/wam/WAM_blueDot.gif) scroll center;
}

.dottedLine hr { 
    display: none; 
}

#whiteLine {
  background: url(/images/wam/WAM_whiteDot.gif) scroll center repeat-x;
}

.sellingPointList {
  position: absolute;
  top: 280px;
  width: 230px;
}

.sellingPointList li {
  display: list-item;
  list-style: url(/images/wam/WAM_blueArrow.gif) circle;
  padding-bottom: 5px;
  margin: 0 10px 0 35px;
  font-size: 11px;
  line-height: 13px;
  font-weight: bold;
}

.sellingPointListRedArrows li.noArrow {
  list-style-type: none;
  list-style-image: none;
}

.sellingPointList li.noArrow {
  list-style-type: none;
  list-style-image: none;
}

.sellingPointListRedArrows {
    position: absolute;
    padding: 0;
    margin: 0;
    top: 260px;
    width: 230px;
}

.sellingPointListRedArrows li {
    display: list-item;
    list-style-type: circle;
    list-style-image: url(/images/wam/WAM_redArrows.gif);
    padding: 0 0 5px 3px;
    margin: 0 0 0 18px;
    font-size: 12px;
    line-height: 15px;
}

#pointsLeft {
    float: left;
    width: 240px;
    text-align: left;
    padding: 0 8px 0 5px;
    font-size: 11px;
    border: 0px solid blue;
}

#pointsRight {
    float: right;
    padding: 28px 40px 0 0;
    margin: 0px;
    width: 390px;
}

#pointsLeft p {
    position: relative;
    padding: 200px 0 0 10px;
    margin: 0;
}

div.left {
    float: left;
    width: 160px;
    text-align: left;
    padding: 5px 8px 0 0;
    font-size: 11px;
    font-weight: bold;
    color: #fff;
}

div.middle { 
    padding-bottom: 5px; 
    margin: 0; 
}

/* Added for CORP_Partner.asp */
.blueLine { border-top: 3px solid #86a7ba; }
.whiteLine { border-top: 1px solid #fff; }
.greyLine { border-top: 6px solid #d4d9de; margin: 0; padding: 0; }
#greyBar { 
    background: url(/images/splash/corp_grey_bar.gif) no-repeat; 
    height: 31px; 
    width: 760px;
    font-size: 14px; 
    color: #006; 
    padding-top: 5px; 
}
#greyBar b { color: #006; font-size: inherit; }

div.t_centered div
{
  margin: 0 auto; 
  text-align: left;
  }
div.t_centered {
  padding-bottom: 10px;
  text-align: center;
}

div.width700 {
    width: 700px;
}

.floatRight {
    float: right;
}