* {
  margin: 0px;
  padding: 0px;
}

body {
  margin: 0px auto;
  padding-top: 10px;
  font-family: "Lucida Grande", Arial, Verdana, sans-serif;
  background: #E2F2FF url(../images/toolbar-bg.png) repeat-x scroll 0 0;
  /* Green for Earth Day is below */
  /*background: #e7ffec url(../images/toolbar-bg.png) repeat-x scroll 0 0;*/
  font-size: 12px;
  overflow-x:hidden;
}

a {
  text-decoration: none;
  color: #176fb3;
}

a:hover {
  text-decoration:underline;
}

h2 {
  font-size: 36px;
}

h3 {
  font-size: 24px;
}

h4 {
  font-size: 18px;
}

h5 {
  font-size: 13px;
}

table {
  border-collapse: collapse;
  width: 100%;
}
  table th {
    text-align: left;
    vertical-align: top;
  }

  table td {
    vertical-align: top;
  }

ul {
  list-style: none;
}

p, div.spaced {
  line-height: 18px;
  margin-bottom: 12px;
}

img {
  border: none;
}

input[type=text], textarea, select {
  border: 1px solid #AAA;
}

#footer {
  clear:both;
  margin: 10px 0 0 0;
  font-size: 10px;
  padding:0;
}

#footer .left {
  float:left;
  text-align:left;
  width: 20%;
}

#footer .right {
  float:right;
  text-align:right;
  vertical-align: top;
  width: 20%;
  margin: 0;
}

#footer .center {
  float:left;
  text-align:center;
  width: 56%;
  font-size: 10px;
  font-weight: normal;
}

#footer li {
  display: inline;
  margin-right: 10px;
}

#footer .social-icons {
  text-align:right;
}

#footer .social-icons img {
  margin: 2px 0 0 5px;
}

#footer .content {
  padding: 14px 20px 20px 20px;
}

#wrapper {
  width: 984px;
  margin: 0px auto;
}

  #header {
    height: 57px;
    padding:0 !important;
    padding-left:7px;
  }

  #header img {
    float: left;
  }
  
  .logo {
    margin-left:-8px;
    margin-top: 6px;
    cursor: pointer;
  }

  .ssl {
    margin-left:10px;
    cursor: pointer;
  }

  #header #contact {
    color: #00900B;
    font-weight: bold;
    float: right;
    font-size: 17px;
    width: 300px;
  }
  
  #contact .top-contact {
    float: right;
  }

  #header img {
    float:left;
  }

  #header .normal {
    font-size: 11px;
    font-weight: normal;
    color: #888888;
    padding:6px 3px 0 7px;
    float:left;
  }
  
      #contact div a {
        cursor: pointer;
      }
      
      .chat-button {
      	margin: 1px 2px 0 5px;
      }
      
      #contact div .link-button {
      	margin-left:10px;
      }
    
  .top-links {
  	clear:both;
  	float:right;
  	width:48% !important;
  	width:50%;
  }

  /* Nav */

  #nav {
    margin: 0px 0px 10px 0px;
    width: 984px;
    height: 42px;
  }

  #nav, #nav ul, #nav table tbody td {
    height: 42px;
    padding: 0;
  }

    #nav ul {
      width: 930px;
      list-style: none;
      margin: 0;
    }

      #nav ul li {
        float: left;
        height: 42px;
        display: block;
        border-left: solid 1px #6488C6;
        /* Green for Earth Day is below */
        /*border-left: solid 1px #105212;*/

      }

        #nav ul li.last {
          border-right: solid 1px #6488C6;
          /* Green for Earth Day is below */
          /*border-right: solid 1px #105212;*/
        }

        #nav ul li.selected a {
          background-image: url(../images/nav-selected.png);
          background-repeat: repeat-x;
          border-right: none;
          text-decoration: none;
        }

        #nav a, #nav a:visited, #nav a:hover {
          padding: 13px 14px;
          height: 16px;
          display: block;
          color: #FFF;
          font-size: 14px;
          color: #FFF;
          font-weight: bold;
          text-decoration: none;
        }

        #nav a:hover {
          background-image: url(../images/nav-selected-hover.png);
        }
        
        #nav td.shopping-cart a:link, #nav td.shopping-cart a:visited, #nav td.shopping-cart a:active,#nav td.shopping-cart a:hover {
          background: transparent;
          padding: 0;
        }
        
  /* End Nav */
  
.image-title-text img, .image-title-text object {
  float: left;
  margin-right: 24px;
}

.image-title-text .text {
  margin-top: 10px;
  font-size: 12px;
}

.image-title-text li img {
  float: none;
  margin-right: 0;
}

.column-thin {
  width: 214px;
}

.gray-box {
  -moz-border-radius-bottomleft:6px;
  -moz-border-radius-bottomright:6px;
  -moz-border-radius-topleft:6px;
  -moz-border-radius-topright:6px;
  background:#F6F6F7 none repeat scroll 0 0;
  padding:10px 20px 1px;
}

table.compare {
  width: 100%;
}

  table.compare tr {
    border-bottom: 1px solid #999;
  }

  table.compare th {
    text-align: center;
    padding-left: 0px;
    font-size: 18px;
  }

  table.compare th.gold {
    color: #FF9933;
  }
  
  table.compare td, table.compare th {
    padding: 10px 0px 10px 10px;
    vertical-align: middle;
  }

  table.compare td.price {
    color: green;
    font-weight: bold;
  }

  table.compare td.value {
    background-color: #E5F3FF;
    text-align: center;
    padding-left: 0px;
  }

  table.compare tr.bottom {
    border: none;
  }

.hero {
  padding-left: 10px;
}

  .hero div.title {
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 28px;
  }

  .hero div.subtitle, .hero div.description {
    width: 90%;
  }

  .hero div.subtitle {
    margin-bottom: 28px;
    font-size: 18px;
    font-weight: bold;
  }


  .hero div.description {
    line-height: 18px;
  }

    .hero td.left {
      width: 60%;
    }

    .hero td.right {
      text-align: center;
    }

.subsection-header {
  border-bottom: 1px solid #000;
  font-weight: bold;
  margin-bottom: 8px;
}

table.video-grid td.text {
  padding-left: 10px;
}
  table.video-grid td.text span {
    font-weight: bold;
  }

  table.video-grid td.text.left {
    padding-right: 30px;
  }

.subtitle {
  margin-bottom: 6px;
}

span.bold {
  font-weight: bold;
}

table.contact th {
  padding-bottom: 6px;
}

table.contact td {
  padding-bottom: 10px;
}

table.contact td td {
  padding: 0;
}

table.contact td#demo_time {
  width: 274px;
}

table.two-column td.right {
  padding-left: 36px;
}

table.two-column p, table.two-column img {
  margin-bottom: 18px;
}

.green {
  color: green;
}

.form_error {
  font-weight: bold;
  color: red;
}

.login.button {
	background:url(../images/login-bg.png) no-repeat;
	border:none;
	width:160px;
	height:22px;
	font-family:Arial,Tahoma,sans-serif;
	color:#fff;
	font-weight:bold;
}

table.subsections {
  border-top: 1px solid #EFEFEF;
  font-weight: bold;
}

  table.subsections td {
    padding: 12px 6px 12px 0px;
  }

ul.styled {
  list-style-type: disc;
  margin: 0px 0px 0px 35px;
}

.container {
  /* background: #FFF; */
  width: 100%;
  margin-bottom: 8px;
}

  .container div.top {
    background:transparent url(../images/container-top.png) no-repeat scroll 0 0;
    font-size:1px;
    height:7px;
  }
  
   .container .content {
    background: transparent url(../images/container-sides.png) repeat-y scroll 0 0;
    padding: 14px 20px 5px 20px;
    margin:0;
  }
  
    .container .content div.right {
      margin-left: 36px;
      /* Make IE happy */
      width:690px;
      voice-family: "\"}\""; 
  	  voice-family:inherit;
  	  width:auto;

    }
	/* End of IE hack */

  .container div.bottom {
    background: transparent url(../images/container-bottom.png) no-repeat scroll 0 0;
    font-size:1px;
    height:7px;
  }
  
  .container .container-small div.top {
    background: transparent url(../images/container-small-top.gif) no-repeat scroll 0 0;
    height: 3px;
  }
  
    .container .container-small div.bottom {
    background: transparent url(../images/container-small-bottom.gif) no-repeat scroll 0 0;
    height: 3px;
  }
  
  .container .container-small.gray div.top {
  	height:2px;
  }

.course-nav {
  width: 214px;
  margin-bottom: 8px;
}

  .course-nav div.container-small {
    width: 214px;
  }

    .course-nav div.container-small div.content {
      padding: 0;
    }

    .course-nav li {
      height: 37px;
      line-height: 37px;
      display: block;
      width: 214px;
    }

    .course-nav li.selected {
      background: transparent url(../images/container-small-nav-selected.gif) no-repeat scroll 0 0;
      font-weight: bold;
      color: #FFF;
      padding-left: 18px;
      width: 196px;
    }

    .course-nav li a {
      display: block;
      height: 100%;
      padding-left: 18px;
      width: 196px;
    }

    .course-nav li a:hover {
      background: transparent url(../images/nav-link-hover.png) no-repeat scroll 0 0;
    }

    .course-nav li.top a:hover {
      background: transparent url(../images/nav-link-hover-top.png) no-repeat scroll 0 0;
    }

    .course-nav li.bottom a:hover {
      background: transparent url(../images/nav-link-hover-bottom.png) no-repeat scroll 0 0;
    }
    
  .container-small {
    width: 200px;
  }

  .container-small div.top {
    background: transparent url(../images/container-small-top.gif) no-repeat scroll 0 0;
    font-size: 1px;
    height: 3px;
  }

  .container-small.gray div.top {
    background: transparent url(../images/container-small-top-gray.gif) no-repeat scroll 0 0;
  }

  .container-small div.content {
    background: transparent url(../images/container-small-sides.gif) repeat-y scroll 0 0;
    padding: 12px 18px;
  }
    .container-small.gray div.content {
      background: transparent url(../images/container-small-sides-gray.gif) repeat-y scroll 0 0;
    }

  .container-small div.bottom {
    background: transparent url(../images/container-small-bottom.gif) no-repeat scroll 0 0;
    font-size: 1px;
    height: 3px;
  }

    .container-small.gray div.bottom {
      background: transparent url(../images/container-small-bottom-gray.gif) no-repeat scroll 0 0;
    }

  .container-200 {
      width: 200px;
      margin-bottom: 8px;
    }

  .container-200 div.top {
    background: transparent url(../images/container-200-top.gif) no-repeat scroll 0 0;
    font-size: 1px;
    height: 3px;
  }

  .container-200 div.content {
    background: transparent url(../images/container-200-sides.gif) repeat-y scroll 0 0;
    padding: 12px 18px;
  }

  .container-200 div.bottom {
    background: transparent url(../images/container-200-bottom.gif) no-repeat scroll 0 0;
    font-size: 1px;
    height: 3px;
  }

/* Alert Messages */

.rcLightGrayHeader {
	padding: 20px 20px 20px 20px;
	margin: 0 auto;
	width: 891px;
	background-image: url('../images/rcLightGrayHeaderBg.png');
	font-size: 12px;
}

.rcLightGrayHeader a { font-size: 14px; }

.rcLightGrayHeaderT {
	position: relative;
	top: -20px;
	margin-left: -20px;
	width: 931px;
	height: 6px;
	background-image: url('../images/rcLightGrayHeaderT.png');
}

.rcLightGrayHeaderB {
	position: relative;
	bottom: -20px;
	margin-left: -20px;
	width: 931px;
	height: 6px;
	background-image: url('../images/rcLightGrayHeaderB.png');
}

.alertMsgTitleBlue, .alertMsgTitleGreen {
	padding: 7px 20px;
	height: 16px;
	margin: 0 -18px 20px -18px;
	color: white;
}

.alertMsgTitleBlue { background-color: rgb(62,136,186); }

/* .alertMsgTitleGreen { background-color: rgb(13,133,13); } */
/* .alertMsgTitleGreen { background-color: rgb(230,252,216); } */
.alertMsgTitleGreen { background-color: rgb(82,137,25); }

.alertMsgInfo {
	padding: 7px 18px;
	min-height: 18px;
	margin: 10px 2px 5px 2px;
	font-size: 1.2em;
	color: rgb(61,83,88);
	background-color: rgb(235,235,235);
}

/* End Alert Messages */

