
html, body {
  height: 100%;
  margin: 0;
}

body {
  font-family: Arial, Helvetica, Sans-serif; 
  text-align: center;  
  background: #DDD;
  font-size: 75%; 
  color: #000; 
  margin: 0; 
}

p { 
  font-family: Arial, Helvetica, sans-serif;
  margin: 0 0 10px 0; 
  font-size: 12px; 
}

h1 { font-size: 1.6em; } h2 { font-size: 1.4em; } h3 { font-size: 1.3em; }
h4 { font-size: 1.2em; } h5 { font-size: 1.1em; } h6 { font-size: 1.0em; }

img { border: 0; }

form {
  margin: 0;
  padding: 0;
}

select { font-size: 12px; }

/* layout */

#wrap {
  background: url('../../images/bknds/wrapbg.gif') top left repeat-y;
  text-align: left;
  margin: 0 auto;
  width: 984px;
  min-height: 100%;
}

#topnav {
  border-right: solid 1px #999;
  border-left: solid 1px #999;
  background-color: #000;
  padding: 0 0 0 15px;
  line-height: 30px;
  text-align: left;
  font-size: 15px;
  height: 30px;
  margin: auto;
  color: #FFF;
}

#subnav {
  border-right: solid 1px #999;
  border-left: solid 1px #999;
  background-color: #CBCBCB;
  padding: 0 0 0 15px;
  line-height: 30px;
  text-align: left;
  font-size: 15px;
  height: 30px;
  margin: auto;
  color: #FFF;
}


#topnav img, #subnav img {
  padding: 0 10px 0 10px;
}

#topnav a.current, #subnav a.current {
  font-weight: bold;
  color: #F00;
}

#authentication {
  margin: 5px 10px;
  font-size: 11px;
  float: right;
}

#questions {
  font-family: Arial, Helvetica, sans-serif;
  margin: 20px 0 0 0; 
  padding: 0 10px 0 0;
  text-align: right;
  font-size: 11px;
  clear: right;
  float: right;
}

#questions p { 
  font-size: 11px;
  margin: 0; 
}

#header h1 { margin: 0; } #header h1 img { margin: 15px 0 10px 10px; }

#content {
  margin: 0 auto;
}

#content table td {
  vertical-align: top;
}

#content table.vmid td, #content td.vmid { 
  vertical-align: middle; 
}

#footer {
  margin: 20px 0 0 0;
  padding-bottom: 20px;
  text-align: center;
  font-size: 10px;
  color: #999;
}

#footer p {
  background-color: #DADADA;
  font-size: 11px;
  padding: 3px 0;
  margin: 2px 1px 2px 1px;
  color: #666;
}

#footer a { margin: 0 4px 0 4px; }

/* pseudo classes */

a:link, a:visited { color: #39C; text-decoration: underline; }
a:hover, a:active { color: #369; text-decoration: none; }

#topnav a:link, #topnav a:visited { color: #FFF; text-decoration: none; }
#topnav a:hover, #topnav a:active { color: #F00; text-decoration: none; }

#topnav a.current:link, #topnav a.current:visited { color: #F00; text-decoration: none; }
#topnav a.current:hover, #topnav a.current:active { color: #F00; text-decoration: none; }

#subnav a:link, #subnav a:visited { color: #000; text-decoration: none; }
#subnav a:hover, #subnav a:active { color: #F00; text-decoration: none; }

#subnav a.current:link, #subnav a.current:visited { color: #F00; text-decoration: none; }
#subnav a.current:hover, #subnav a.current:active { color: #F00; text-decoration: none; }

#footer a:link, #footer a:visited { color: #999; text-decoration: none; }
#footer a:hover, #footer a:active { color: #999; text-decoration: underline; }

#footer p a:link, #footer p a:visited { color: #666; text-decoration: none; }
#footer p a:hover, #footer p a:active { color: #666; text-decoration: underline; }

ul.diamond a:link, ul.diamond a:visited { color: #069; text-decoration: none; background: url('../../images/icons/diamond.gif') 5px 5px no-repeat; }
ul.diamond a:hover, ul.diamond a:active { color: #C00; text-decoration: none; background: url('../../images/icons/diamondred.gif') 5px 5px no-repeat; }

ul.diamond a.current { background: url('../../images/icons/diamondred.gif') 5px 5px no-repeat; }

/* classes */

.offerbox {
  background: url('../../images/boxes/offerboxbg.gif') top left no-repeat;
  padding: 10px 15px 0 15px;
  vertical-align: top;
  width: 602px;
}

.offerboxfoot {
  background: url('../../images/boxes/offerboxfoot.gif') top left no-repeat;
}

.textbox {
  background: url('../../images/boxes/textboxbg.gif') top right no-repeat;
  padding: 10px 15px 0 15px;
  vertical-align: top;
  width: 270px;
}

.textboxfoot {
  background: url('../../images/boxes/textboxfoot.gif') top right no-repeat;
}


.subbox {
  background: url('../../images/boxes/subboxbg.gif') top left no-repeat;
  padding: 5px 15px 0 15px;
  vertical-align: top;
  /*width: 202px;*/
}

.subboxfoot {
  background: url('../../images/boxes/subboxfoot.gif') top left no-repeat;
}


.textbox p, .subbox p {
  margin: 8px 0 0 0;
  line-height: 17px;
}

.textbox ul, .subbox ul {
  margin: 0 0 10px 15px;
  padding: 5px 0 0 10px;
}

.textbox li, .subbox li { 
  line-height: 20px;
}

.subbox h4 {
  margin: 0 0 10px 0;
}

.contentbox {
  background: url('../../images/boxes/contentboxbg.gif') top left no-repeat;
  padding: 10px 15px 0 15px;
  vertical-align: top;
  width: 660px;
}

.contentboxfoot {
  background: url('../../images/boxes/contentboxfoot.gif') top left no-repeat;
}

.contentbox h2, .reportbox h2 { margin-top: 0; } .reportbox h3 { margin-bottom: 3px; }

.contentbox p {
  line-height: 18px;
}

.reportbox {
  background: url('../../images/boxes/reportboxbg.gif') top left no-repeat;
  padding: 10px 15px 0 15px;
  vertical-align: top;
  width: 630px;
}

.reportboxfoot {
  background: url('../../images/boxes/reportboxfoot.gif') top left no-repeat;
}

#content ul.diamond {
  margin: 0 10px 0 5px;
  width: 230px;
  padding: 0;
}

ul.diamond li { 
  list-style-type: none;
  margin: 3px 0 3px 0;
}

ul.diamond li a {
  border-top: solid 1px #CCC;
  padding: 3px 0 3px 20px;
  font-size: 15px;
  display: block;
}

p.redlist {
  margin: 5px 0 0 20px;
  line-height: 24px;
  font-size: 14px;
  float: left;
}

.storiesbox {
  border-right: solid 1px #AFAFAF;
  border-left: solid 1px #AFAFAF;
  padding: 8px 9px 0 9px;
  width: 222px;
}

.storiesbox p {
  line-height: 19px;
  margin: 0;
}

.smbox, .details {
  border-right: solid 1px #AFAFAF;
  border-left: solid 1px #AFAFAF;
  padding: 8px 15px 0 15px;
  width: 202px;
}

.details { width: 233px; }

.smbox p {
  line-height: 13px;
  margin: 0;
}

.floatl { float: left; }
.floatr { float: right; }
.clear  { clear: both; }

.enrollboxr {
  width: 235px;
  float: right;
}


.plansbox {
  background: url('../../images/boxes/plansboxbg.gif') top left no-repeat;
}

.plansbox th { text-align: center; } .plansbox td { line-height: 14px; padding: 5px 10px 15px 10px;}

.smtxt {
  font-size: 11px;
}

.red {
  color: #C00;
}

.label {
  text-align: right;
  font-size: 11px;
}

.price {
  line-height: normal;
  margin: 3px 0 0 0;
  font-weight: bold;
  font-size: 21px;
  padding-left: 23px;
}

.selectplan {
  background: url('../../images/boxes/selectplanboxbg.gif') top left no-repeat;
  width: 648px;
  height: 64px;
  font-size: 14px;
}

.top {
  background: url('../../images/boxes/top.gif') top left no-repeat;
  height: 10px;
  width: 932px;
  margin: 10px auto 0 auto;
}

.middle {
  border-right: solid 1px #AFAFAF;
  border-left: solid 1px #AFAFAF;
  width: 890px;
  margin: 0 auto;
  padding: 0 20px;
}

.bottom {
  background: url('../../images/boxes/bottom.gif') top left no-repeat;
  height: 10px;
  width: 932px;
  margin: 0 auto;
}

#content ul {
  margin: 0 0 10px 12px;
  padding: 0 0 0 5px;
}

#content li {
  margin-bottom: 3px;
}

#content ul.redlist {
  list-style-image: url('../../images/icons/redbull.gif');
}

#content ul.redlist li { 
  line-height: normal; 
  margin-bottom: 5px;
}

.printme {
  background: url('../../images/icons/printer.gif') center left no-repeat;
  font-weight: normal;
  position: relative;
  padding: 5px 0;
  width: 100px;
  left: 530px;
  z-index: 10;
  top: 5px;

}

.printme a {
 padding: 3px 0 3px 25px;
}

/* for POPUP */
#titlebar {
  background-color: #000;
  padding: 3px 5px;
  vertical-align: top;
  color:#FFF;
}

#ccpopup {
  border: solid 1px #999;
  background-color: #FFF;
  text-align: center;
  height: 280px;
  width: 410px;
  margin: auto;
}

#ccpopup table { 
  text-align: center; 
  margin: auto; 
}

#ccpopup td { 
  font-family: Verdana, Arial, Helvetica, sans-serif;
  line-height: 16px; 
  text-align: left;
  font-size: 11px;
}

#ccpopup td#titlebar { font-size: 14px; }

#ccpopup td input { 
  float: right;
}


.errbox {
  padding: 13px 20px 10px 20px;
  background-color: #f1f1f1;
  border: solid 1px #CCC; 
  margin: 0 0 10px 0;
  width: 90%;
}


.errbox ul {
  list-style-type: none;
  color: #F00;
  margin: 0;
}