/*The website is built based on a resolution of 1280 x 768*/
/*The main page will be 1000 px wide, 10 navigation buttons 100 px wide */
a img {
border: none;
}


div.ads 
{ 
  position: relative;
  height: 145px;
  width: 1000px; /*the width of the table includes half the table border, The width of an element is the width of the content*/
  
  border-width:4px;
  border-style:solid;
  border-color:#000000;
  border-spacing:0px;
  padding:0px;
   
  background-color:#ffffff;
  background-image: url(images/gradient-ad.gif); 
  background-repeat: repeat-x; /*no-repeat, repeat-x, repeat-y*/

  font-family:"Arial", Verdana;
  font-size:8pt;
  font-style:normal;
  font-variant:normal;
  font-weight:600;
  
  line-height:10pt;
  
  text-align:left;
  text-decoration:none;
  text-indent:0pt;
  text-transform:none;
}

div.ads_cell_01 
{ 
/*this cell holds the image*/
  position: absolute; 
  left: 4px; 
  top: 4px; 
  width: 226px; 
  height: 100px;

  color: #000000;

  font-family:"Arial", Verdana;
  font-size:8pt;
  font-style:normal;
  font-variant:normal;
  font-weight:600;
  
  line-height:10pt;
  
  text-align:left;
  text-decoration:none;
  text-indent:0pt;
  text-transform:none;
}

div.ads_cell_02 
{ 
/*this cell holds the word VIN*/
  position: absolute; 
  left: 230px;
  top: 4px;
  width: 50px;
  height: 16px;

  color: #000000;

  font-family:"Arial", Verdana;
  font-size:8pt;
  font-style:normal;
  font-variant:normal;
  font-weight:600;
  
  line-height:10pt;
  
  text-align:left;
  text-decoration:none;
  text-indent:0pt;
  text-transform:none;
}

div.ads_cell_03 
{ 

/*This cell hold the actual vin pulled frm the db*/
  position: absolute;
  left: 280px; 
  top: 4px;
  width: 150px;
  height: 16px;

  color: #000000;

  font-family:"Arial", Verdana;
  font-size:8pt;
  font-style:normal;
  font-variant:normal;
  font-weight:600;
  
  line-height:10pt;
  
  text-align:left;
  text-decoration:none;
  text-indent:0pt;
  text-transform:none;
}

div.ads_cell_04 
{ 
/*This cell holds the word Stock #*/
  position: absolute;
  left: 445px;
  top: 4px;
  width: 100px;
  height: 16px;

  color: #000000;

  font-family:"Arial", Verdana;
  font-size:8pt;
  font-style:normal;
  font-variant:normal;
  font-weight:600;
  
  line-height:10pt;
  
  text-align:left;
  text-decoration:none;
  text-indent:0pt;
  text-transform:none;
}

div.ads_cell_05 
{ 
/*This cell holds the stock number pulled from the db*/
  position: absolute; 
  left: 545px;
  top: 4px;
  width: 285px;
  height: 16px;

  color: #000000;

  font-family:"Arial", Verdana;
  font-size:8pt;
  font-style:normal;
  font-variant:normal;
  font-weight:600;
  
  line-height:10pt;
  
  text-align:left;
  text-decoration:none;
  text-indent:0pt;
  text-transform:none;
}

div.ads_cell_06 
{ 
/*This cell holds the word Year*/
  position: absolute;
  left: 230px;
  top: 20px;
  width: 50px;
  height: 16px;

  color: #000000;

  font-family:"Arial", Verdana;
  font-size:8pt;
  font-style:normal;
  font-variant:normal;
  font-weight:600;
  
  line-height:10pt;
  
  text-align:left;
  text-decoration:none;
  text-indent:0pt;
  text-transform:none;
}

div.ads_cell_07 
{ 
/*This cell holds the value of the year pulled from the db*/
  position: absolute; 
  left: 280px;
  top: 20px;
  width: 150px;
  height: 16px;

  color: #000000;

  font-family:"Arial", Verdana;
  font-size:8pt;
  font-style:normal;
  font-variant:normal;
  font-weight:600;
  
  line-height:10pt;
  
  text-align:left;
  text-decoration:none;
  text-indent:0pt;
  text-transform:none;
}

div.ads_cell_08 
{ 
  position: absolute;
  left: 445px;
  top: 20px;
  width: 100px;
  height: 16px;

  color: #000000;

  font-family:"Arial", Verdana;
  font-size:8pt;
  font-style:normal;
  font-variant:normal;
  font-weight:600;
  
  line-height:10pt;
  
  text-align:left;
  text-decoration:none;
  text-indent:0pt;
  text-transform:none;
}

div.ads_cell_09 
{ 
  position: absolute;
  left: 545px;
  top: 20px;
  width: 85px;
  height: 16px;
 
  color: #000000;

  font-family:"Arial", Verdana;
  font-size:8pt;
  font-style:normal;
  font-variant:normal;
  font-weight:600;
  
  line-height:10pt;
  
  text-align:left;
  text-decoration:none;
  text-indent:0pt;
  text-transform:none;
}

div.ads_cell_10 
{ 
  position: absolute;
  left: 230px;
  top: 36px;
  width: 50px;
  height: 16px;

  color: #000000;

  font-family:"Arial", Verdana;
  font-size:8pt;
  font-style:normal;
  font-variant:normal;
  font-weight:600;
  
  line-height:10pt;
  
  text-align:left;
  text-decoration:none;
  text-indent:0pt;
  text-transform:none;
}

div.ads_cell_11 
{ 
  position: absolute;
  left: 280px; 
  top: 36px; 
  width: 150px; 
  height: 16px;

  color: #000000;

  font-family:"Arial", Verdana;
  font-size:8pt;
  font-style:normal;
  font-variant:normal;
  font-weight:600;
  
  line-height:10pt;
  
  text-align:left;
  text-decoration:none;
  text-indent:0pt;
  text-transform:none;
}

div.ads_cell_12 
{ 
  position: absolute;
  left: 445px;
  top: 36px;
  width: 100px;
  height: 16px;

  color: #000000;

  font-family:"Arial", Verdana;
  font-size:8pt;
  font-style:normal;
  font-variant:normal;
  font-weight:600;
  
  line-height:10pt;
  
  text-align:left;
  text-decoration:none;
  text-indent:0pt;
  text-transform:none;
}

div.ads_cell_13 
{ 
  position: absolute;
  left: 545px;
  top: 36px;
  width: 85px;
  height: 16px;

  color: #000000;

  font-family:"Arial", Verdana;
  font-size:8pt;
  font-style:normal;
  font-variant:normal;
  font-weight:600;
  
  line-height:10pt;
  
  text-align:left;
  text-decoration:none;
  text-indent:0pt;
  text-transform:none;
}

div.ads_cell_14 
{ 
  position: absolute;
  left: 230px;
  top: 52px;
  width: 50px;
  height: 16px;

  color: #000000;

  font-family:"Arial", Verdana;
  font-size:8pt;
  font-style:normal;
  font-variant:normal;
  font-weight:600;
  
  line-height:10pt;
  
  text-align:left;
  text-decoration:none;
  text-indent:0pt;
  text-transform:none;
}

div.ads_cell_15 
{ 
  position: absolute;
  left: 280px;
  top: 52px;
  width: 150px;
  height: 16px;

  color: #000000;

  font-family:"Arial", Verdana;
  font-size:8pt;
  font-style:normal;
  font-variant:normal;
  font-weight:600;
  
  line-height:10pt;
  
  text-align:left;
  text-decoration:none;
  text-indent:0pt;
  text-transform:none;
}

div.ads_cell_16 
{ 
  position: absolute;
  left: 445px; 
  top: 52px; 
  width: 100px;
  height: 16px;

  color: #000000;

  font-family:"Arial", Verdana;
  font-size:8pt;
  font-style:normal;
  font-variant:normal;
  font-weight:600;
  
  line-height:10pt;
  
  text-align:left;
  text-decoration:none;
  text-indent:0pt;
  text-transform:none;
}

div.ads_cell_17 
{ 
  position: absolute;
  left: 545px; 
  top: 52px; 
  width: 85px;
  height: 16px;

  color: #000000;

  font-family:"Arial", Verdana;
  font-size:8pt;
  font-style:normal;
  font-variant:normal;
  font-weight:600;
  
  line-height:10pt;
  
  text-align:left;
  text-decoration:none;
  text-indent:0pt;
  text-transform:none;
}

div.ads_cell_18 
{ 
  position: absolute;
  left: 230px;
  top: 68px;
  width: 50px;
  height: 16px;

  color: #000000;

  font-family:"Arial", Verdana;
  font-size:8pt;
  font-style:normal;
  font-variant:normal;
  font-weight:600;
  
  line-height:10pt;
  
  text-align:left;
  text-decoration:none;
  text-indent:0pt;
  text-transform:none;
}

div.ads_cell_19 
{ 
  position: absolute; 
  left: 280px; 
  top: 68px; 
  width: 150px;
  height: 16px;

  color: #000000;

  font-family:"Arial", Verdana;
  font-size:8pt;
  font-style:normal;
  font-variant:normal;
  font-weight:600;
  
  line-height:10pt;
  
  text-align:left;
  text-decoration:none;
  text-indent:0pt;
  text-transform:none;
}

div.ads_cell_20 
{ 
  position: absolute; 
  left: 445px; 
  top: 68px; 
  width: 100px;
  height: 16px;

  color: #000000;

  font-family:"Arial", Verdana;
  font-size:8pt;
  font-style:normal;
  font-variant:normal;
  font-weight:600;
  
  line-height:10pt;
  
  text-align:left;
  text-decoration:none;
  text-indent:0pt;
  text-transform:none;
}

div.ads_cell_21 
{ 
  position: absolute;
  left: 545px;
  top: 68px;
  width: 85px;
  height: 16px;

  color: #000000;

  font-family:"Arial", Verdana;
  font-size:8pt;
  font-style:normal;
  font-variant:normal;
  font-weight:600;
  
  line-height:10pt;
  
  text-align:left;
  text-decoration:none;
  text-indent:0pt;
  text-transform:none;
}

div.ads_cell_22 
{ 
  position: absolute;
  left: 230px;
  top: 84px;
  width: 50px;
  height: 16px;

  color: #000000;

  font-family:"Arial", Verdana;
  font-size:8pt;
  font-style:normal;
  font-variant:normal;
  font-weight:600;
  
  line-height:10pt;
  
  text-align:left;
  text-decoration:none;
  text-indent:0pt;
  text-transform:none;
}

div.ads_cell_23 
{ 
  position: absolute;
  left: 280px;
  top: 84px;
  width: 150px;
  height: 16px;

  color: #000000;

  font-family:"Arial", Verdana;
  font-size:8pt;
  font-style:normal;
  font-variant:normal;
  font-weight:600;
  
  line-height:10pt;
  
  text-align:left;
  text-decoration:none;
  text-indent:0pt;
  text-transform:none;
}

div.ads_cell_24 
{ 
  position: absolute;
  left: 445px;
  top: 84px;
  width: 100px;
  height: 16px;

  color: #000000;

  font-family:"Arial", Verdana;
  font-size:8pt;
  font-style:normal;
  font-variant:normal;
  font-weight:600;
  
  line-height:10pt;
  
  text-align:left;
  text-decoration:none;
  text-indent:0pt;
  text-transform:none;
}

div.ads_cell_25 
{ 
  position: absolute;
  left: 545px;
  top: 84px;
  width: 85px;
  height: 16px;

  color: #000000;

  font-family:"Arial", Verdana;
  font-size:8pt;
  font-style:normal;
  font-variant:normal;
  font-weight:600;
  
  line-height:10pt;
  
  text-align:left;
  text-decoration:none;
  text-indent:0pt;
  text-transform:none;
}

div.ads_cell_26 
{
  position: absolute;
  left: 660px;
  top: 108px;
  width: 72px;
  height: 16px;

  color: #000000;

  font-family:"Arial", Verdana;
  font-size:8pt;
  font-style:normal;
  font-variant:normal;
  font-weight:600;
  
  line-height:10pt;
  
  text-align:left;
  text-decoration:none;
  text-indent:0pt;
  text-transform:none;
}

div.ads_cell_27 
{ 
  position: absolute;
  left: 80px;
  top: 107px;
  width: 40px;
  height: 16px;

  color: #000000;

  font-family:"Arial", Verdana;
  font-size:8pt;
  font-style:normal;
  font-variant:normal;
  font-weight:600;
  
  line-height:10pt;
  
  text-align:left;
  text-decoration:none;
  text-indent:0pt;
  text-transform:none;
}

div.ads_cell_28 
{ 
  position: absolute;
  left: 120px;
  top: 107px;
  width: 110px;
  height: 16px;

  color: #ff0000;

  font-family:"Arial", Verdana;
  font-size:8pt;
  font-style:normal;
  font-variant:normal;
  font-weight:600;
  
  line-height:10pt;
  
  text-align:left;
  text-decoration:none;
  text-indent:0pt;
  text-transform:none;
}

div.ads_cell_29 
{ 
  position: absolute;
  left: 230px;
  top: 107px;
  width: 50px;
  height: 16px;

  color: #000000;

  font-family:"Arial", Verdana;
  font-size:8pt;
  font-style:normal;
  font-variant:normal;
  font-weight:600;
  
  line-height:10pt;
  
  text-align:left;
  text-decoration:none;
  text-indent:0pt;
  text-transform:none;
}

div.ads_cell_30 
{ 
  position: absolute;
  left: 284px;
  top: 101px;
  width: 556px;
  height: 16px;

  color: #000000;

  font-family:"Arial", Verdana;
  font-size:8pt;
  font-style:normal;
  font-variant:normal;
  font-weight:600;
  
  line-height:10pt;
  
  text-align:left;
  text-decoration:none;
  text-indent:0pt;
  text-transform:none;
}

textarea.styled_h {
/*706 width works well, but asthetically I want to see what 500 looks like*/
  width: 320px;
  height: 33px;
  border: 1px solid #000000;
  padding: 1px;

  font-family:"Arial", Verdana;
  font-size:8pt;
  font-style:normal;
  font-variant:normal;
  font-weight:600;
  
  line-height:10pt;
  
  text-align:left;
  text-decoration:none;
  text-indent:0pt;
  text-transform:none;

  /*font-family: "Arial", Verdana;
  background-image: url(bg.gif);
  background-position: bottom right;
  background-repeat: no-repeat;*/
}
div.ads_cell_31 
{ 
/*This cell hold the graphic for the Autocheck report*/
  position: absolute;
  left: 740px;
  top: 42px;
  width: 88px;
  height: 30px;

  color: #000000;

  font-family:"Arial", Verdana;
  font-size:8pt;
  font-style:normal;
  font-variant:normal;
  font-weight:600;
  
  line-height:10pt;
  
  text-align:left;
  text-decoration:none;
  text-indent:0pt;
  text-transform:none;
}
div.ads_cell_32 
{ 
/*This cell hold the graphic for the cars2 page*/
  position: absolute;
  left: 830px;
  top: 22px;
  width: 126px;
  height: 75px;

  color: #000000;

  font-family:"Arial", Verdana;
  font-size:8pt;
  font-style:normal;
  font-variant:normal;
  font-weight:600;
  
  line-height:10pt;
  
  text-align:left;
  text-decoration:none;
  text-indent:0pt;
  text-transform:none;
}
div.ads_cell_33 
{ 
/*This cell hold the graphic for the cars2 page in the middle of the car data*/
  position: absolute;
  left: 900px;
  top: 22px;
  width: 85px;
  height: 75px;

  color: #000000;

  font-family:"Arial", Verdana;
  font-size:8pt;
  font-style:normal;
  font-variant:normal;
  font-weight:600;
  
  line-height:10pt;
  
  text-align:left;
  text-decoration:none;
  text-indent:0pt;
  text-transform:none;
}

div.ads_cell_34 
{ 
/*This cell hold the graphic for the Autocheck report*/
  position: absolute;
  left: 640px;
  top: 20px;
  width: 110px;
  height: 77px;

  color: #000000;

  font-family:"Arial", Verdana;
  font-size:8pt;
  font-style:normal;
  font-variant:normal;
  font-weight:600;
  
  line-height:10pt;
  
  text-align:left;
  text-decoration:none;
  text-indent:0pt;
  text-transform:none;
}

div.ads_cell_35 
{
  position: absolute;
  left: 775px;
  top: 108px;
  width: 100px;
  height: 16px;

  color: #000000;

  font-family:"Arial", Verdana;
  font-size:8pt;
  font-style:normal;
  font-variant:normal;
  font-weight:600;
  
  line-height:10pt;
  
  text-align:left;
  text-decoration:none;
  text-indent:0pt;
  text-transform:none;
}

div.ads_cell_36 
{
  position: absolute;
  left: 905px;
  top: 108px;
  width: 90px;
  height: 16px;

  color: #000000;

  font-family:"Arial", Verdana;
  font-size:8pt;
  font-style:normal;
  font-variant:normal;
  font-weight:600;
  
  line-height:10pt;
  
  text-align:left;
  text-decoration:none;
  text-indent:0pt;
  text-transform:none;
}

/*Begin ads vertical for cars2 page*/
div.ads_v 
{ 
  position: absolute;
  left: 685px; 
  top: 5px;
  height: 220px;
  width: 315px; 
  /*div tags are considered layers, z-index 1 sets it to the top layer*/

  border-width:4px;
  border-style:solid;
  border-color:#000000;
  border-spacing:0px;
  padding:0px;
   
  background-color:#ffffff;
  /*background-image: url(images/gradient-ad.gif); 
  background-repeat: repeat-x; /*no-repeat, repeat-x, repeat-y*/
*/
  font-family:"Arial", Verdana;
  font-size:8pt;
  font-style:normal;
  font-variant:normal;
  font-weight:600;
  
  line-height:10pt;
  
  text-align:left;
  text-decoration:none;
  text-indent:0pt;
  text-transform:none;
}

div.ads_v_cell_01 
{ 
  position: absolute;
  left: 4px;
  top: 4px;
  width: 86px;
  height: 16px;

  color: #000000;

  font-family:"Arial", Verdana;
  font-size:8pt;
  font-style:normal;
  font-variant:normal;
  font-weight:600;
  
  line-height:10pt;
  
  text-align:left;
  text-decoration:none;
  text-indent:0pt;
  text-transform:none;
}

div.ads_v_cell_02 
{ 
  position: absolute;
  left: 90px;
  top: 4px;
  width: 200px;
  height: 16px;

  color: #000000;

  font-family:"Arial", Verdana;
  font-size:8pt;
  font-style:normal;
  font-variant:normal;
  font-weight:600;
  
  line-height:10pt;
  
  text-align:left;
  text-decoration:none;
  text-indent:0pt;
  text-transform:none;
}

div.ads_v_cell_03 
{ 
  position: absolute;
  left: 4px;
  top: 20px;
  width: 86px;
  height: 16px;

  color: #000000;

  font-family:"Arial", Verdana;
  font-size:8pt;
  font-style:normal;
  font-variant:normal;
  font-weight:600;
  
  line-height:10pt;
  
  text-align:left;
  text-decoration:none;
  text-indent:0pt;
  text-transform:none;
}

div.ads_v_cell_04 
{ 
  position: absolute;
  left: 90px;
  top: 20px;
  width: 120px;
  height: 16px;

  color: #000000;

  font-family:"Arial", Verdana;
  font-size:8pt;
  font-style:normal;
  font-variant:normal;
  font-weight:600;
  
  line-height:10pt;
  
  text-align:left;
  text-decoration:none;
  text-indent:0pt;
  text-transform:none;
}
/*cell added after initial build for image*/

div.ads_v_cell_27 
{ 
  position: absolute;
  left: 230px;
  top: 20px;
  width: 120px; /*image is actually only 75 wide*/
  height: 75px;

  color: #000000;

  font-family:"Arial", Verdana;
  font-size:8pt;
  font-style:normal;
  font-variant:normal;
  font-weight:600;
  
  line-height:10pt;
  
  text-align:left;
  text-decoration:none;
  text-indent:0pt;
  text-transform:none;
}

div.ads_v_cell_05 
{ 
  position: absolute;
  left: 4px;
  top: 36px;
  width: 86px;
  height: 16px;

  color: #000000;

  font-family:"Arial", Verdana;
  font-size:8pt;
  font-style:normal;
  font-variant:normal;
  font-weight:600;
  
  line-height:10pt;
  
  text-align:left;
  text-decoration:none;
  text-indent:0pt;
  text-transform:none;
}

div.ads_v_cell_06 
{ 
  position: absolute;
  left: 90px;
  top: 36px;
  width: 120px;
  height: 16px;

  color: #000000;

  font-family:"Arial", Verdana;
  font-size:8pt;
  font-style:normal;
  font-variant:normal;
  font-weight:600;
  
  line-height:10pt;
  
  text-align:left;
  text-decoration:none;
  text-indent:0pt;
  text-transform:none;
}

div.ads_v_cell_07 
{ 
  position: absolute;
  left: 4px;
  top: 52px;
  width: 86px;
  height: 16px;

  color: #000000;

  font-family:"Arial", Verdana;
  font-size:8pt;
  font-style:normal;
  font-variant:normal;
  font-weight:600;
  
  line-height:10pt;
  
  text-align:left;
  text-decoration:none;
  text-indent:0pt;
  text-transform:none;
}

div.ads_v_cell_08 
{ 
  position: absolute;
  left: 90px;
  top: 52px;
  width: 220px;
  height: 16px;

  color: #000000;

  font-family:"Arial", Verdana;
  font-size:8pt;
  font-style:normal;
  font-variant:normal;
  font-weight:600;
  
  line-height:10pt;
  
  text-align:left;
  text-decoration:none;
  text-indent:0pt;
  text-transform:none;
}

div.ads_v_cell_09 
{ 
  position: absolute;
  left: 4px;
  top: 68px;
  width: 86px;
  height: 16px;

  color: #000000;

  font-family:"Arial", Verdana;
  font-size:8pt;
  font-style:normal;
  font-variant:normal;
  font-weight:600;
  
  line-height:10pt;
  
  text-align:left;
  text-decoration:none;
  text-indent:0pt;
  text-transform:none;
}

div.ads_v_cell_10 
{ 
  position: absolute;
  left: 90px;
  top: 68px;
  width: 120px;
  height: 16px;

  color: #000000;

  font-family:"Arial", Verdana;
  font-size:8pt;
  font-style:normal;
  font-variant:normal;
  font-weight:600;
  
  line-height:10pt;
  
  text-align:left;
  text-decoration:none;
  text-indent:0pt;
  text-transform:none;
}

div.ads_v_cell_11 
{ 
  position: absolute;
  left: 4px;
  top: 84px;
  width: 86px;
  height: 16px;

  color: #000000;

  font-family:"Arial", Verdana;
  font-size:8pt;
  font-style:normal;
  font-variant:normal;
  font-weight:600;
  
  line-height:10pt;
  
  text-align:left;
  text-decoration:none;
  text-indent:0pt;
  text-transform:none;
}

div.ads_v_cell_12 
{ 
  position: absolute;
  left: 90px;
  top: 84px;
  width: 120px;
  height: 16px;

  color: #000000;

  font-family:"Arial", Verdana;
  font-size:8pt;
  font-style:normal;
  font-variant:normal;
  font-weight:600;
  
  line-height:10pt;
  
  text-align:left;
  text-decoration:none;
  text-indent:0pt;
  text-transform:none;
}

div.ads_v_cell_13 
{ 
  position: absolute;
  left: 4px;
  top: 100px;
  width: 86px;
  height: 16px;

  color: #000000;

  font-family:"Arial", Verdana;
  font-size:8pt;
  font-style:normal;
  font-variant:normal;
  font-weight:600;
  
  line-height:10pt;
  
  text-align:left;
  text-decoration:none;
  text-indent:0pt;
  text-transform:none;
}

div.ads_v_cell_14 
{ 
  position: absolute;
  left: 90px;
  top: 100px;
  width: 50px;
  height: 16px;

  color: #000000;

  font-family:"Arial", Verdana;
  font-size:8pt;
  font-style:normal;
  font-variant:normal;
  font-weight:600;
  
  line-height:10pt;
  
  text-align:left;
  text-decoration:none;
  text-indent:0pt;
  text-transform:none;
}

/*Added after initial build to add text area for Features*/
div.ads_v_cell_28 
{ 
  position: absolute;
  left: 160px;
  top: 100px;
  width: 50px;
  height: 16px;

  color: #000000;

  font-family:"Arial", Verdana;
  font-size:8pt;
  font-style:normal;
  font-variant:normal;
  font-weight:600;
  
  line-height:10pt;
  
  text-align:left;
  text-decoration:none;
  text-indent:0pt;
  text-transform:none;
}

div.ads_v_cell_15 
{ 
  position: absolute;
  left: 4px;
  top: 116px;
  width: 86px;
  height: 16px;

  color: #000000;

  font-family:"Arial", Verdana;
  font-size:8pt;
  font-style:normal;
  font-variant:normal;
  font-weight:600;
  
  line-height:10pt;
  
  text-align:left;
  text-decoration:none;
  text-indent:0pt;
  text-transform:none;
}

div.ads_v_cell_16 
{ 
  position: absolute;
  left: 90px;
  top: 116px;
  width: 50px;
  height: 16px;

  color: #000000;

  font-family:"Arial", Verdana;
  font-size:8pt;
  font-style:normal;
  font-variant:normal;
  font-weight:600;
  
  line-height:10pt;
  
  text-align:left;
  text-decoration:none;
  text-indent:0pt;
  text-transform:none;
}
/*Added after initial build to hold the features in the database, scrolling*/
div.ads_v_cell_29 
{ 
  position: absolute;
  left: 160px;
  top: 116px;
  width: 110px;
  height: 105px;

  color: #000000;

  font-family:"Arial", Verdana;
  font-size:8pt;
  font-style:normal;
  font-variant:normal;
  font-weight:600;
  
  line-height:10pt;
  
  text-align:left;
  text-decoration:none;
  text-indent:0pt;
  text-transform:none;
}

textarea.styled_v {
  width: 144px;
  height: 92px;
  border: 1px solid #000000;
  padding: 3px;

  font-family:"Arial", Verdana;
  font-size:8pt;
  font-style:normal;
  font-variant:normal;
  font-weight:600;
  
  line-height:10pt;
  
  text-align:left;
  text-decoration:none;
  text-indent:0pt;
  text-transform:none;

  /*font-family: "Arial", Verdana;
  background-image: url(bg.gif);
  background-position: bottom right;
  background-repeat: no-repeat;*/
}

div.ads_v_cell_17 
{ 
  position: absolute;
  left: 4px;
  top: 132px;
  width: 86px;
  height: 16px;

  color: #000000;

  font-family:"Arial", Verdana;
  font-size:8pt;
  font-style:normal;
  font-variant:normal;
  font-weight:600;
  
  line-height:10pt;
  
  text-align:left;
  text-decoration:none;
  text-indent:0pt;
  text-transform:none;
}

div.ads_v_cell_18 
{ 
  position: absolute;
  left: 90px;
  top: 132px;
  width: 50px;
  height: 16px;

  color: #000000;

  font-family:"Arial", Verdana;
  font-size:8pt;
  font-style:normal;
  font-variant:normal;
  font-weight:600;
  
  line-height:10pt;
  
  text-align:left;
  text-decoration:none;
  text-indent:0pt;
  text-transform:none;
}
div.ads_v_cell_19 
{ 
  position: absolute;
  left: 4px;
  top: 148px;
  width: 86px;
  height: 16px;

  color: #000000;

  font-family:"Arial", Verdana;
  font-size:8pt;
  font-style:normal;
  font-variant:normal;
  font-weight:600;
  
  line-height:10pt;
  
  text-align:left;
  text-decoration:none;
  text-indent:0pt;
  text-transform:none;
}

div.ads_v_cell_20 
{ 
  position: absolute;
  left: 90px;
  top: 148px;
  width: 50px;
  height: 16px;

  color: #000000;

  font-family:"Arial", Verdana;
  font-size:8pt;
  font-style:normal;
  font-variant:normal;
  font-weight:600;
  
  line-height:10pt;
  
  text-align:left;
  text-decoration:none;
  text-indent:0pt;
  text-transform:none;
}

div.ads_v_cell_21 
{ 
  position: absolute;
  left: 4px;
  top: 164px;
  width: 86px;
  height: 16px;

  color: #000000;

  font-family:"Arial", Verdana;
  font-size:8pt;
  font-style:normal;
  font-variant:normal;
  font-weight:600;
  
  line-height:10pt;
  
  text-align:left;
  text-decoration:none;
  text-indent:0pt;
  text-transform:none;
}

div.ads_v_cell_22 
{ 
  position: absolute;
  left: 90px;
  top: 164px;
  width: 50px;
  height: 16px;

  color: #000000;

  font-family:"Arial", Verdana;
  font-size:8pt;
  font-style:normal;
  font-variant:normal;
  font-weight:600;
  
  line-height:10pt;
  
  text-align:left;
  text-decoration:none;
  text-indent:0pt;
  text-transform:none;
}

div.ads_v_cell_23 
{ 
  position: absolute;
  left: 4px;
  top: 180px;
  width: 86px;
  height: 16px;

  color: #000000;

  font-family:"Arial", Verdana;
  font-size:8pt;
  font-style:normal;
  font-variant:normal;
  font-weight:600;
  
  line-height:10pt;
  
  text-align:left;
  text-decoration:none;
  text-indent:0pt;
  text-transform:none;
}

div.ads_v_cell_24 
{ 
  position: absolute;
  left: 90px;
  top: 180px;
  width: 50px;
  height: 16px;

  color: #000000;

  font-family:"Arial", Verdana;
  font-size:8pt;
  font-style:normal;
  font-variant:normal;
  font-weight:600;
  
  line-height:10pt;
  
  text-align:left;
  text-decoration:none;
  text-indent:0pt;
  text-transform:none;
}
div.ads_v_cell_25 
{ 
  position: absolute;
  left: 4px;
  top: 196px;
  width: 86px;
  height: 16px;

  color: #000000;

  font-family:"Arial", Verdana;
  font-size:8pt;
  font-style:normal;
  font-variant:normal;
  font-weight:600;
  
  line-height:10pt;
  
  text-align:left;
  text-decoration:none;
  text-indent:0pt;
  text-transform:none;
}

div.ads_v_cell_26 
{ 
  position: absolute;
  left: 90px;
  top: 196px;
  width: 60px;
  height: 16px;

  color: #ff0000;

  font-family:"Arial", Verdana;
  font-size:8pt;
  font-style:normal;
  font-variant:normal;
  font-weight:600;
  
  line-height:10pt;
  
  text-align:left;
  text-decoration:none;
  text-indent:0pt;
  text-transform:none;
}








/*Begin  Vertical Calculator Divisions*/

div.calc_v 
{ 
  position: absolute;
  left: 685px; 
  top: 230px;
  height: 365px; /*image at top 139px, 14 rows, plus 16(footer) tall */
  width: 315px; 
  /*div tags are considered layers, z-index 1 sets it to the top layer*/

  border-width:4px;
  border-style:solid;
  border-color:#000000;
  border-spacing:0px;
  padding:0px;
   
  background-color:#ffffff;
  /*background-image: url(images/gradient-ad.gif); 
  background-repeat: repeat-x; /*no-repeat, repeat-x, repeat-y*/
*/
  font-family:"Arial", Verdana;
  font-size:8pt;
  font-style:normal;
  font-variant:normal;
  font-weight:600;
  
  line-height:10pt;
  
  text-align:left;
  text-decoration:none;
  text-indent:0pt;
  text-transform:none;
}

div.calc_v_cell_01 
{ 
  position: absolute;
  left: 0px;
  top: 0px;
  width: 315px;
  height: 139px;

  color: #000000;

  font-family:"Arial", Verdana;
  font-size:8pt;
  font-style:normal;
  font-variant:normal;
  font-weight:600;
  
  line-height:10pt;
  
  text-align:left;
  text-decoration:none;
  text-indent:0pt;
  text-transform:none;
}

div.calc_v_cell_02 
{ 
  position: absolute;
  left: 4px;
  top: 105px;
  width: 153px;
  height: 16px;

  color: #0033ff;

  font-family:"Arial", Verdana;
  font-size:8pt;
  font-style:normal;
  font-variant:normal;
  font-weight:600;
  
  line-height:10pt;
  
  text-align:left;
  text-decoration:none;
  text-indent:0pt;
  text-transform:none;
}

div.calc_v_cell_03 
{ 
  position: absolute;
  left: 157px;
  top: 105px;
  width: 157px;
  height: 16px;

  color: #0033ff;

  font-family:"Arial", Verdana;
  font-size:8pt;
  font-style:normal;
  font-variant:normal;
  font-weight:600;
  
  line-height:10pt;
  
  text-align:left;
  text-decoration:none;
  text-indent:0pt;
  text-transform:none;
}

div.calc_v_cell_04
{ 
  position: absolute;
  left: 4px;
  top: 127px; /*adding 139 for image in cell 1*/
  width: 153px;
  height: 16px;

  color: #000000;

  font-family:"Arial", Verdana;
  font-size:8pt;
  font-style:normal;
  font-variant:normal;
  font-weight:600;
  
  line-height:10pt;
  
  text-align:left;
  text-decoration:none;
  text-indent:0pt;
  text-transform:none;
}

div.calc_v_cell_05 
{ 
  position: absolute;
  left: 157px;
  top: 121px;
  width: 157px;
  height: 16px;

  color: #000000;

  font-family:"Arial", Verdana;
  font-size:8pt;
  font-style:normal;
  font-variant:normal;
  font-weight:600;
  
  line-height:10pt;
  
  text-align:left;
  text-decoration:none;
  text-indent:0pt;
  text-transform:none;
}

div.calc_v_cell_06
{ 
  position: absolute;
  left: 4px;
  top: 143px;
  width: 153px;
  height: 16px;

  color: #000000;

  font-family:"Arial", Verdana;
  font-size:8pt;
  font-style:normal;
  font-variant:normal;
  font-weight:600;
  
  line-height:10pt;
  
  text-align:left;
  text-decoration:none;
  text-indent:0pt;
  text-transform:none;
}

div.calc_v_cell_07 
{ 
  position: absolute;
  left: 157px;
  top: 137px;
  width: 157px;
  height: 16px;

  color: #000000;

  font-family:"Arial", Verdana;
  font-size:8pt;
  font-style:normal;
  font-variant:normal;
  font-weight:600;
  
  line-height:10pt;
  
  text-align:left;
  text-decoration:none;
  text-indent:0pt;
  text-transform:none;
}

div.calc_v_cell_08
{ 
  position: absolute;
  left: 4px;
  top: 159px;
  width: 153px;
  height: 16px;

  color: #000000;

  font-family:"Arial", Verdana;
  font-size:8pt;
  font-style:normal;
  font-variant:normal;
  font-weight:600;
  
  line-height:10pt;
  
  text-align:left;
  text-decoration:none;
  text-indent:0pt;
  text-transform:none;
}

div.calc_v_cell_09 
{ 
  position: absolute;
  left: 157px;
  top: 153px;
  width: 157px;
  height: 16px;

  color: #000000;

  font-family:"Arial", Verdana;
  font-size:8pt;
  font-style:normal;
  font-variant:normal;
  font-weight:600;
  
  line-height:10pt;
  
  text-align:left;
  text-decoration:none;
  text-indent:0pt;
  text-transform:none;
}

div.calc_v_cell_10
{ 
  position: absolute;
  left: 4px;
  top: 175px;
  width: 153px;
  height: 16px;

  color: #000000;

  font-family:"Arial", Verdana;
  font-size:8pt;
  font-style:normal;
  font-variant:normal;
  font-weight:600;
  
  line-height:10pt;
  
  text-align:left;
  text-decoration:none;
  text-indent:0pt;
  text-transform:none;
}

div.calc_v_cell_11 
{ 
  position: absolute;
  left: 157px;
  top: 169px;
  width: 157px;
  height: 16px;

  color: #000000;

  font-family:"Arial", Verdana;
  font-size:8pt;
  font-style:normal;
  font-variant:normal;
  font-weight:600;
  
  line-height:10pt;
  
  text-align:left;
  text-decoration:none;
  text-indent:0pt;
  text-transform:none;
}

div.calc_v_cell_12
{ 
  position: absolute;
  left: 4px;
  top: 191px;
  width: 153px;
  height: 16px;

  color: #000000;

  font-family:"Arial", Verdana;
  font-size:8pt;
  font-style:normal;
  font-variant:normal;
  font-weight:600;
  
  line-height:10pt;
  
  text-align:left;
  text-decoration:none;
  text-indent:0pt;
  text-transform:none;
}

div.calc_v_cell_13 
{ 
  position: absolute;
  left: 157px;
  top: 185px;
  width: 157px;
  height: 16px;

  color: #000000;

  font-family:"Arial", Verdana;
  font-size:8pt;
  font-style:normal;
  font-variant:normal;
  font-weight:600;
  
  line-height:10pt;
  
  text-align:left;
  text-decoration:none;
  text-indent:0pt;
  text-transform:none;
}


div.calc_v_cell_14
{ 
  position: absolute;
  left: 4px;
  top: 209px;
  width: 153px;
  height: 16px;

  color: #000000;

  font-family:"Arial", Verdana;
  font-size:8pt;
  font-style:normal;
  font-variant:normal;
  font-weight:600;
  
  line-height:10pt;
  
  text-align:left;
  text-decoration:none;
  text-indent:0pt;
  text-transform:none;
}

div.calc_v_cell_15 
{ 
  position: absolute;
  left: 157px;
  top: 201px;
  width: 157px;
  height: 16px;

  color: #000000;

  font-family:"Arial", Verdana;
  font-size:8pt;
  font-style:normal;
  font-variant:normal;
  font-weight:600;
  
  line-height:10pt;
  
  text-align:left;
  text-decoration:none;
  text-indent:0pt;
  text-transform:none;
}

div.calc_v_cell_16
{ 
  position: absolute;
  left: 4px;
  top: 231px;
  width: 153px;
  height: 16px;

  color: #0033ff;

  font-family:"Arial", Verdana;
  font-size:8pt;
  font-style:normal;
  font-variant:normal;
  font-weight:600;
  
  line-height:10pt;
  
  text-align:left;
  text-decoration:none;
  text-indent:0pt;
  text-transform:none;
}

div.calc_v_cell_17 
{ 
  position: absolute;
  left: 157px;
  top: 231px;
  width: 157px;
  height: 16px;

  color: #0033ff;

  font-family:"Arial", Verdana;
  font-size:8pt;
  font-style:normal;
  font-variant:normal;
  font-weight:600;
  
  line-height:10pt;
  
  text-align:left;
  text-decoration:none;
  text-indent:0pt;
  text-transform:none;
}

div.calc_v_cell_18
{ 
  position: absolute;
  left: 4px;
  top: 253px;
  width: 153px;
  height: 16px;

  color: #000000;

  font-family:"Arial", Verdana;
  font-size:8pt;
  font-style:normal;
  font-variant:normal;
  font-weight:600;
  
  line-height:10pt;
  
  text-align:left;
  text-decoration:none;
  text-indent:0pt;
  text-transform:none;
}

div.calc_v_cell_19 
{ 
  position: absolute;
  left: 157px;
  top: 247px;
  width: 157px;
  height: 16px;

  color: #000000;

  font-family:"Arial", Verdana;
  font-size:8pt;
  font-style:normal;
  font-variant:normal;
  font-weight:600;
  
  line-height:10pt;
  
  text-align:left;
  text-decoration:none;
  text-indent:0pt;
  text-transform:none;
}


div.calc_v_cell_20
{ 
  position: absolute;
  left: 4px;
  top: 269px;
  width: 153px;
  height: 16px;

  color: #000000;

  font-family:"Arial", Verdana;
  font-size:8pt;
  font-style:normal;
  font-variant:normal;
  font-weight:600;
  
  line-height:10pt;
  
  text-align:left;
  text-decoration:none;
  text-indent:0pt;
  text-transform:none;
}

div.calc_v_cell_21 
{ 
  position: absolute;
  left: 157px;
  top: 263px;
  width: 157px;
  height: 16px;

  color: #000000;

  font-family:"Arial", Verdana;
  font-size:8pt;
  font-style:normal;
  font-variant:normal;
  font-weight:600;
  
  line-height:10pt;
  
  text-align:left;
  text-decoration:none;
  text-indent:0pt;
  text-transform:none;
}

div.calc_v_cell_22
{ 
  position: absolute;
  left: 4px;
  top: 283px;
  width: 153px;
  height: 16px;

  color: #000000;

  font-family:"Arial", Verdana;
  font-size:8pt;
  font-style:normal;
  font-variant:normal;
  font-weight:600;
  
  line-height:10pt;
  
  text-align:left;
  text-decoration:none;
  text-indent:0pt;
  text-transform:none;
}

div.calc_v_cell_23 
{ 
  position: absolute;
  left: 157px;
  top: 277px;
  width: 157px;
  height: 16px;

  color: #000000;

  font-family:"Arial", Verdana;
  font-size:8pt;
  font-style:normal;
  font-variant:normal;
  font-weight:600;
  
  line-height:10pt;
  
  text-align:left;
  text-decoration:none;
  text-indent:0pt;
  text-transform:none;
}

div.calc_v_cell_24
{ 
  position: absolute;
  left: 4px;
  top: 299px;
  width: 153px;
  height: 16px;

  color: #000000;

  font-family:"Arial", Verdana;
  font-size:8pt;
  font-style:normal;
  font-variant:normal;
  font-weight:600;
  
  line-height:10pt;
  
  text-align:left;
  text-decoration:none;
  text-indent:0pt;
  text-transform:none;
}

div.calc_v_cell_25 
{ 
  position: absolute;
  left: 157px;
  top: 293px;
  width: 157px;
  height: 16px;

  color: #000000;

  font-family:"Arial", Verdana;
  font-size:8pt;
  font-style:normal;
  font-variant:normal;
  font-weight:600;
  
  line-height:10pt;
  
  text-align:left;
  text-decoration:none;
  text-indent:0pt;
  text-transform:none;
}

div.calc_v_cell_26
{ 
  position: absolute;
  left: 4px;
  top: 315px;
  width: 153px;
  height: 16px;

  color: #000000;

  font-family:"Arial", Verdana;
  font-size:8pt;
  font-style:normal;
  font-variant:normal;
  font-weight:600;
  
  line-height:10pt;
  
  text-align:left;
  text-decoration:none;
  text-indent:0pt;
  text-transform:none;
}

div.calc_v_cell_27 
{ 
  position: absolute;
  left: 157px;
  top: 309px;
  width: 157px;
  height: 16px;

  color: #ff0000;

  font-family:"Arial", Verdana;
  font-size:8pt;
  font-style:normal;
  font-variant:normal;
  font-weight:600;
  
  line-height:10pt;
  
  text-align:left;
  text-decoration:none;
  text-indent:0pt;
  text-transform:none;
}

div.calc_v_cell_28
{ 
  position: absolute;
  left: 4px;
  top: 333px;
  width: 153px;
  height: 56px;

  color: #000000;

  font-family:"Arial", Verdana;
  font-size:8pt;
  font-style:normal;
  font-variant:normal;
  font-weight:600;
  
  line-height:10pt;
  
  text-align:left;
  text-decoration:none;
  text-indent:0pt;
  text-transform:none;
}

div.calc_v_cell_29 
{ 
  position: absolute;
  left: 157px;
  top: 333px;
  width: 157px;
  height: 56px;

  color: #000000;

  font-family:"Arial", Verdana;
  font-size:8pt;
  font-style:normal;
  font-variant:normal;
  font-weight:600;
  
  line-height:10pt;
  
  text-align:left;
  text-decoration:none;
  text-indent:0pt;
  text-transform:none;
}

div.calc_v_cell_30
{ 
  position: absolute;
  left: 0px;
  top: 389px;
  width: 315px;
  height: 16px;

  color: #000000;

  font-family:"Arial", Verdana;
  font-size:8pt;
  font-style:normal;
  font-variant:normal;
  font-weight:600;
  
  line-height:10pt;
  
  text-align:left;
  text-decoration:none;
  text-indent:0pt;
  text-transform:none;
}

input.text
{ 
  font-family:"Arial", Verdana; 
  font-size:8pt; 
  font-weight:600;  
  color: #000000; 
}

input.redtext
{ 
  font-family:"Arial", Verdana; 
  font-size:8pt; 
  font-weight:600;  
  color: #ff0000; 
}

/*End Vertical Calculator Divisions*/
/*Begin Stand Alone Calculator Divisions*/
/*Begin  Stand Alone Calculator Divisions*/

div.calc_s 
{ 
  position: relative;
  left: 0px; 
  top: 0px;
  height: 365px; /*image at top 139px, 14 rows, plus 16(footer) tall */
  width: 315px; 
  /*div tags are considered layers, z-index 1 sets it to the top layer*/

  border-width:4px;
  border-style:solid;
  border-color:#000000;
  border-spacing:0px;
  padding:0px;
   
  background-color:#ffffff;
  /*background-image: url(images/gradient-ad.gif); 
  background-repeat: repeat-x; /*no-repeat, repeat-x, repeat-y*/
*/
  font-family:"Arial", Verdana;
  font-size:8pt;
  font-style:normal;
  font-variant:normal;
  font-weight:600;
  
  line-height:10pt;
  
  text-align:left;
  text-decoration:none;
  text-indent:0pt;
  text-transform:none;
}

div.calc_s_cell_01 
{ 
  position: absolute;
  left: 0px;
  top: 0px;
  width: 315px;
  height: 139px;

  color: #000000;

  font-family:"Arial", Verdana;
  font-size:8pt;
  font-style:normal;
  font-variant:normal;
  font-weight:600;
  
  line-height:10pt;
  
  text-align:left;
  text-decoration:none;
  text-indent:0pt;
  text-transform:none;
}

div.calc_s_cell_02 
{ 
  position: absolute;
  left: 4px;
  top: 105px;
  width: 153px;
  height: 16px;

  color: #0033ff;

  font-family:"Arial", Verdana;
  font-size:8pt;
  font-style:normal;
  font-variant:normal;
  font-weight:600;
  
  line-height:10pt;
  
  text-align:left;
  text-decoration:none;
  text-indent:0pt;
  text-transform:none;
}

div.calc_s_cell_03 
{ 
  position: absolute;
  left: 157px;
  top: 105px;
  width: 157px;
  height: 16px;

  color: #0033ff;

  font-family:"Arial", Verdana;
  font-size:8pt;
  font-style:normal;
  font-variant:normal;
  font-weight:600;
  
  line-height:10pt;
  
  text-align:left;
  text-decoration:none;
  text-indent:0pt;
  text-transform:none;
}

div.calc_s_cell_04
{ 
  position: absolute;
  left: 4px;
  top: 127px; /*adding 139 for image in cell 1*/
  width: 153px;
  height: 16px;

  color: #000000;

  font-family:"Arial", Verdana;
  font-size:8pt;
  font-style:normal;
  font-variant:normal;
  font-weight:600;
  
  line-height:10pt;
  
  text-align:left;
  text-decoration:none;
  text-indent:0pt;
  text-transform:none;
}

div.calc_s_cell_05 
{ 
  position: absolute;
  left: 157px;
  top: 121px;
  width: 157px;
  height: 16px;

  color: #000000;

  font-family:"Arial", Verdana;
  font-size:8pt;
  font-style:normal;
  font-variant:normal;
  font-weight:600;
  
  line-height:10pt;
  
  text-align:left;
  text-decoration:none;
  text-indent:0pt;
  text-transform:none;
}

div.calc_s_cell_06
{ 
  position: absolute;
  left: 4px;
  top: 143px;
  width: 153px;
  height: 16px;

  color: #000000;

  font-family:"Arial", Verdana;
  font-size:8pt;
  font-style:normal;
  font-variant:normal;
  font-weight:600;
  
  line-height:10pt;
  
  text-align:left;
  text-decoration:none;
  text-indent:0pt;
  text-transform:none;
}

div.calc_s_cell_07 
{ 
  position: absolute;
  left: 157px;
  top: 137px;
  width: 157px;
  height: 16px;

  color: #000000;

  font-family:"Arial", Verdana;
  font-size:8pt;
  font-style:normal;
  font-variant:normal;
  font-weight:600;
  
  line-height:10pt;
  
  text-align:left;
  text-decoration:none;
  text-indent:0pt;
  text-transform:none;
}

div.calc_s_cell_08
{ 
  position: absolute;
  left: 4px;
  top: 159px;
  width: 153px;
  height: 16px;

  color: #000000;

  font-family:"Arial", Verdana;
  font-size:8pt;
  font-style:normal;
  font-variant:normal;
  font-weight:600;
  
  line-height:10pt;
  
  text-align:left;
  text-decoration:none;
  text-indent:0pt;
  text-transform:none;
}

div.calc_s_cell_09 
{ 
  position: absolute;
  left: 157px;
  top: 153px;
  width: 157px;
  height: 16px;

  color: #000000;

  font-family:"Arial", Verdana;
  font-size:8pt;
  font-style:normal;
  font-variant:normal;
  font-weight:600;
  
  line-height:10pt;
  
  text-align:left;
  text-decoration:none;
  text-indent:0pt;
  text-transform:none;
}

div.calc_s_cell_10
{ 
  position: absolute;
  left: 4px;
  top: 175px;
  width: 153px;
  height: 16px;

  color: #000000;

  font-family:"Arial", Verdana;
  font-size:8pt;
  font-style:normal;
  font-variant:normal;
  font-weight:600;
  
  line-height:10pt;
  
  text-align:left;
  text-decoration:none;
  text-indent:0pt;
  text-transform:none;
}

div.calc_s_cell_11 
{ 
  position: absolute;
  left: 157px;
  top: 169px;
  width: 157px;
  height: 16px;

  color: #000000;

  font-family:"Arial", Verdana;
  font-size:8pt;
  font-style:normal;
  font-variant:normal;
  font-weight:600;
  
  line-height:10pt;
  
  text-align:left;
  text-decoration:none;
  text-indent:0pt;
  text-transform:none;
}

div.calc_s_cell_12
{ 
  position: absolute;
  left: 4px;
  top: 191px;
  width: 153px;
  height: 16px;

  color: #000000;

  font-family:"Arial", Verdana;
  font-size:8pt;
  font-style:normal;
  font-variant:normal;
  font-weight:600;
  
  line-height:10pt;
  
  text-align:left;
  text-decoration:none;
  text-indent:0pt;
  text-transform:none;
}

div.calc_s_cell_13 
{ 
  position: absolute;
  left: 157px;
  top: 185px;
  width: 157px;
  height: 16px;

  color: #000000;

  font-family:"Arial", Verdana;
  font-size:8pt;
  font-style:normal;
  font-variant:normal;
  font-weight:600;
  
  line-height:10pt;
  
  text-align:left;
  text-decoration:none;
  text-indent:0pt;
  text-transform:none;
}


div.calc_s_cell_14
{ 
  position: absolute;
  left: 4px;
  top: 209px;
  width: 153px;
  height: 16px;

  color: #000000;

  font-family:"Arial", Verdana;
  font-size:8pt;
  font-style:normal;
  font-variant:normal;
  font-weight:600;
  
  line-height:10pt;
  
  text-align:left;
  text-decoration:none;
  text-indent:0pt;
  text-transform:none;
}

div.calc_s_cell_15 
{ 
  position: absolute;
  left: 157px;
  top: 201px;
  width: 157px;
  height: 16px;

  color: #000000;

  font-family:"Arial", Verdana;
  font-size:8pt;
  font-style:normal;
  font-variant:normal;
  font-weight:600;
  
  line-height:10pt;
  
  text-align:left;
  text-decoration:none;
  text-indent:0pt;
  text-transform:none;
}

div.calc_s_cell_16
{ 
  position: absolute;
  left: 4px;
  top: 231px;
  width: 153px;
  height: 16px;

  color: #0033ff;

  font-family:"Arial", Verdana;
  font-size:8pt;
  font-style:normal;
  font-variant:normal;
  font-weight:600;
  
  line-height:10pt;
  
  text-align:left;
  text-decoration:none;
  text-indent:0pt;
  text-transform:none;
}

div.calc_s_cell_17 
{ 
  position: absolute;
  left: 157px;
  top: 231px;
  width: 157px;
  height: 16px;

  color: #0033ff;

  font-family:"Arial", Verdana;
  font-size:8pt;
  font-style:normal;
  font-variant:normal;
  font-weight:600;
  
  line-height:10pt;
  
  text-align:left;
  text-decoration:none;
  text-indent:0pt;
  text-transform:none;
}

div.calc_s_cell_18
{ 
  position: absolute;
  left: 4px;
  top: 253px;
  width: 153px;
  height: 16px;

  color: #000000;

  font-family:"Arial", Verdana;
  font-size:8pt;
  font-style:normal;
  font-variant:normal;
  font-weight:600;
  
  line-height:10pt;
  
  text-align:left;
  text-decoration:none;
  text-indent:0pt;
  text-transform:none;
}

div.calc_s_cell_19 
{ 
  position: absolute;
  left: 157px;
  top: 247px;
  width: 157px;
  height: 16px;

  color: #000000;

  font-family:"Arial", Verdana;
  font-size:8pt;
  font-style:normal;
  font-variant:normal;
  font-weight:600;
  
  line-height:10pt;
  
  text-align:left;
  text-decoration:none;
  text-indent:0pt;
  text-transform:none;
}


div.calc_s_cell_20
{ 
  position: absolute;
  left: 4px;
  top: 269px;
  width: 153px;
  height: 16px;

  color: #000000;

  font-family:"Arial", Verdana;
  font-size:8pt;
  font-style:normal;
  font-variant:normal;
  font-weight:600;
  
  line-height:10pt;
  
  text-align:left;
  text-decoration:none;
  text-indent:0pt;
  text-transform:none;
}

div.calc_s_cell_21 
{ 
  position: absolute;
  left: 157px;
  top: 263px;
  width: 157px;
  height: 16px;

  color: #000000;

  font-family:"Arial", Verdana;
  font-size:8pt;
  font-style:normal;
  font-variant:normal;
  font-weight:600;
  
  line-height:10pt;
  
  text-align:left;
  text-decoration:none;
  text-indent:0pt;
  text-transform:none;
}

div.calc_s_cell_22
{ 
  position: absolute;
  left: 4px;
  top: 283px;
  width: 153px;
  height: 16px;

  color: #000000;

  font-family:"Arial", Verdana;
  font-size:8pt;
  font-style:normal;
  font-variant:normal;
  font-weight:600;
  
  line-height:10pt;
  
  text-align:left;
  text-decoration:none;
  text-indent:0pt;
  text-transform:none;
}

div.calc_s_cell_23 
{ 
  position: absolute;
  left: 157px;
  top: 277px;
  width: 157px;
  height: 16px;

  color: #000000;

  font-family:"Arial", Verdana;
  font-size:8pt;
  font-style:normal;
  font-variant:normal;
  font-weight:600;
  
  line-height:10pt;
  
  text-align:left;
  text-decoration:none;
  text-indent:0pt;
  text-transform:none;
}

div.calc_s_cell_24
{ 
  position: absolute;
  left: 4px;
  top: 299px;
  width: 153px;
  height: 16px;

  color: #000000;

  font-family:"Arial", Verdana;
  font-size:8pt;
  font-style:normal;
  font-variant:normal;
  font-weight:600;
  
  line-height:10pt;
  
  text-align:left;
  text-decoration:none;
  text-indent:0pt;
  text-transform:none;
}

div.calc_s_cell_25 
{ 
  position: absolute;
  left: 157px;
  top: 293px;
  width: 157px;
  height: 16px;

  color: #000000;

  font-family:"Arial", Verdana;
  font-size:8pt;
  font-style:normal;
  font-variant:normal;
  font-weight:600;
  
  line-height:10pt;
  
  text-align:left;
  text-decoration:none;
  text-indent:0pt;
  text-transform:none;
}

div.calc_s_cell_26
{ 
  position: absolute;
  left: 4px;
  top: 315px;
  width: 153px;
  height: 16px;

  color: #000000;

  font-family:"Arial", Verdana;
  font-size:8pt;
  font-style:normal;
  font-variant:normal;
  font-weight:600;
  
  line-height:10pt;
  
  text-align:left;
  text-decoration:none;
  text-indent:0pt;
  text-transform:none;
}

div.calc_s_cell_27 
{ 
  position: absolute;
  left: 157px;
  top: 309px;
  width: 157px;
  height: 16px;

  color: #ff0000;

  font-family:"Arial", Verdana;
  font-size:8pt;
  font-style:normal;
  font-variant:normal;
  font-weight:600;
  
  line-height:10pt;
  
  text-align:left;
  text-decoration:none;
  text-indent:0pt;
  text-transform:none;
}

div.calc_s_cell_28
{ 
  position: absolute;
  left: 4px;
  top: 333px;
  width: 153px;
  height: 56px;

  color: #000000;

  font-family:"Arial", Verdana;
  font-size:8pt;
  font-style:normal;
  font-variant:normal;
  font-weight:600;
  
  line-height:10pt;
  
  text-align:left;
  text-decoration:none;
  text-indent:0pt;
  text-transform:none;
}

div.calc_s_cell_29 
{ 
  position: absolute;
  left: 157px;
  top: 333px;
  width: 157px;
  height: 56px;

  color: #000000;

  font-family:"Arial", Verdana;
  font-size:8pt;
  font-style:normal;
  font-variant:normal;
  font-weight:600;
  
  line-height:10pt;
  
  text-align:left;
  text-decoration:none;
  text-indent:0pt;
  text-transform:none;
}

div.calc_s_cell_30
{ 
  position: absolute;
  left: 0px;
  top: 389px;
  width: 315px;
  height: 16px;

  color: #000000;

  font-family:"Arial", Verdana;
  font-size:8pt;
  font-style:normal;
  font-variant:normal;
  font-weight:600;
  
  line-height:10pt;
  
  text-align:left;
  text-decoration:none;
  text-indent:0pt;
  text-transform:none;
}

/*End Stand Alone Calculator Divisions*/
div.acilogo 
{ 
  position:absolute;
  left:0px;
  top:0px;
  bottom:100px;
  width:290px;
  line-height:16pt;
  text-align:center;
  font-size:16pt;
  font-weight:normal;
  border:0px none #ffffff;
  padding-top:0px;
  padding-bottom:0px;
  padding-left:0px;
  padding-right:0px;
  background-color:#ffffff;
  color:#000000
   
}
div.acilot 
{ 
  position:absolute;
  left:290px;
  top:0px;
  bottom:100px;
  width:710px;
  border:0px none #ffffff;
  padding-top:0px;
  padding-bottom:0px;
  padding-left:0px;
  padding-right:60px;
  background-color:#ffffff;
  color:#000000
   
}


div.navbar
{ /*moving nav bar out to 280 from 210*/
  position:absolute;
  left:280px;
  top:105px;
  bottom:145px;
  width:1000px;  
  padding-top:2px;
  padding-bottom:2px;
  padding-left:2px;
  padding-right:2px;
  
  
 }
 
div.menu
{
  position:absolute;
  left:250px;
  top:105px;
  bottom:130px;
  width:800px;
}
 
div.menu2
{
  position:absolute;
  left:250px;
  top:245px;
  bottom:270px;
  width:1000px;
}
div.menu3
{
  position:absolute;
  left:250px;
  top:145px;
  bottom:165px;
  width:1000px;
}

div.cssnav
{
  position:relative;
  font-family: arial, helvetica, sans-serif;
  background-image:  url(images/downbtn25.png);
  background-repeat: no-repeat;
  white-space: nowrap;
  display: inline;
  width: 100px;
  height: 25px;
  margin: 0; 
  padding: 0;
  float: left; 
}

div.cssnav a
{
  display: block;
  color: #000000;
  font-size: 11px;
  width: 100px;
  height: 25px;
  display: block;
  float: left;
  text-decoration: none;
}

div.cssnav a:hover 
{
  color: #ffffff;
}
div.cssnav img 
{
width: 100px;
height: 25px;
border: 0;
}
* html a:hover {visibility:visible}
 			
div.cssnav a:hover img{visibility:hidden}
 
div.cssnav span {
  position: relative;
  float: left; 
  left: 0px;
  top: -19px;
  margin: 0px;
  padding: 0px;
  cursor: pointer;
  width: 100px;
  height: 14px;
  text-align: center;
 }

 
div.cssnav span {
  position: relative;
  float: left; 
  left: 0px;
  top: -19px;
  margin: 0px;
  padding: 0px;
  cursor: pointer;
  width: 100px;
  height: 14px;
  text-align: center;
 }

div.tools 
{
  position:absolute;
  left:0px;
  top:100px;
  bottom:505px;
  width:240px;
  padding-top:5px;
  padding-bottom:5px;
  padding-left:5px;
  padding-right:5px;
  font-size:8pt;
  line-height:10pt
}

div.tools2 
{
  position:absolute;
  left:0px;
  top:0px;
  bottom:505px;
  width:240px;
  padding-top:5px;
  padding-bottom:5px;
  padding-left:5px;
  padding-right:0px;
  font-size:10pt;
  line-height:12pt
}


div.col5{
position:absolute;
left:0px;
top:0px;
padding:0px;
background-color:#ffffff;
font-family:"Arial", "Verdana";
font-size:10pt;
font-variant:normal;
font-weight:600;
line-height:10pt;
text-align:left;
text-decoration:none;
text-indent:0pt;
text-transform:none;
	
}

div.col4 
{ 
  position:absolute;
  left:250px;
  top:130px;
  bottom:505px;
  width:1000px;
  padding-top:5px;
  padding-bottom:5px;
  padding-left:0px;
  padding-right:0px;
  font-size:12pt
}

div.bod 
{ 
  position:absolute;
  left:250px;
  top:270px;
  bottom:1500px;
  width:1000px;
  padding-top:5px;
  padding-bottom:5px;
  padding-left:0px;
  padding-right:0px;
  font-size:12pt
}
div.bod2 
{ 
  position:absolute;
  left:250px;
  top:170px;
  bottom:1500px;
  width:1000px;
  padding-top:5px;
  padding-bottom:5px;
  padding-left:0px;
  padding-right:0px;
  font-size:12pt
}

div.bod3 
{ 
  position:absolute;
  left:5px;
  top:180px;
  bottom:1500px;
  width:1100px;
  padding-top:5px;
  padding-bottom:5px;
  padding-left:0px;
  padding-right:0px;
  font-size:12pt
}

div.col7 
{ 
  position:absolute;
  left:250px;
  top:0px;
  bottom:505px;
  width:1000px;
  padding-top:5px;
  padding-bottom:5px;
  padding-left:0px;
  padding-right:0px;
  font-size:12pt
}


div.col8 
{ 
  position:absolute;
  left:250px;
  top:0px;
  bottom:137px;
  width:1000px;
  padding-top:5px;
  padding-bottom:5px;
  padding-left:0px;
  padding-right:0px;
  font-size:12pt
}

div.col9
{ 
  position:absolute;
  left:0px;
  top:0px;
  bottom:175px;
  width:1024px;
  padding-top:5px;
  padding-bottom:5px;
  padding-left:0px;
  padding-right:0px;
  font-size:12pt
}

div.contact 
{ 
  position:absolute;
  left:0px;
  top:520px;
  bottom:575px;
  width:955px;
  padding-top:0px;
  padding-bottom:0px;
  padding-left:5px;
  padding-right:5px;
}


div.box 
{ 
  border-style:solid; /*none, hidden, dotted, dashed, solid, double, groove, ridge, inset, outset, inherit*/
  border-width:3px; 
  border-color:#000000; /*#990033 burgandy, #000000 black, #0033ff blue, #ffff33 yellow,*/
  color:#000000;
  width:100%;
  padding-top:5px;
  padding-bottom:5px;
  padding-left:0px;
  padding-right:5px;
  background:#ffff33;
  vertical-align:middle
}
div.dsbox 
{ 
  border-style:solid; /*none, hidden, dotted, dashed, solid, double, groove, ridge, inset, outset, inherit*/
  border-width:3px; 
  border-color:#000000; /*#990033 burgandy, #000000 black, #0033ff blue, #ffff33 yellow,*/
  color:#000000;
  width:100%;
  padding-top:5px;
  padding-bottom:5px;
  padding-left:0px;
  padding-right:5px;
  background:#008800;
  vertical-align:middle
}

div.roundedcornr_box_644433 {
   background: #ffffff;
}
div.roundedcornr_top_644433 div {
   background: url(images/roundedcornr_644433_tl.png) no-repeat top left;
}
div.roundedcornr_top_644433 {
   background: url(images/roundedcornr_644433_tr.png) no-repeat top right;
}
div.roundedcornr_bottom_644433 div {
   background: url(images/roundedcornr_644433_bl.png) no-repeat bottom left;
}
div.roundedcornr_bottom_644433 {
   background: url(images/roundedcornr_644433_br.png) no-repeat bottom right;
}

div.roundedcornr_top_644433 div, div.roundedcornr_top_644433, 
div.roundedcornr_bottom_644433 div, div.roundedcornr_bottom_644433 {
   width: 100%;
   height: 30px;
   font-size: 1px;
}
div.roundedcornr_content_644433 { margin: 0 30px; }

div.roundedcornr_box_141430 {
	background: url(images/roundedcornr_141430_tl.png) no-repeat top left;
}
div.roundedcornr_top_141430 {
	background: url(images/roundedcornr_141430_tr.png) no-repeat top right;
}
div.roundedcornr_bottom_141430 {
	background: url(images/roundedcornr_141430_bl.png) no-repeat bottom left;
}
div.roundedcornr_bottom_141430 div {
	background: url(images/roundedcornr_141430_br.png) no-repeat bottom right;
}
div.roundedcornr_content_141430 {
	background: url(images/roundedcornr_141430_r.png) top right repeat-y;
}

div.roundedcornr_top_141430 div, div.roundedcornr_top_141430,
div.roundedcornr_bottom_141430 div, div.roundedcornr_bottom_141430 {
	width: 100%;
	height: 20px;
	font-size: 1px;
}
div.roundedcornr_content_141430, div.roundedcornr_bottom_141430 {
	margin-top: -19px;
}
div.roundedcornr_content_141430 { padding: 0 20px; }

div.roundedcornr_box_417268 {
	background: url(images/roundedcornr_417268_tl.png) no-repeat top left;
}
div.roundedcornr_top_417268 {
	background: url(images/roundedcornr_417268_tr.png) no-repeat top right;
}
div.roundedcornr_bottom_417268 {
	background: url(images/roundedcornr_417268_bl.png) no-repeat bottom left;
}
div.roundedcornr_bottom_417268 div {
	background: url(images/roundedcornr_417268_br.png) no-repeat bottom right;
}
div.roundedcornr_content_417268 {
	background: url(images/roundedcornr_417268_r.png) top right repeat-y;
}

div.roundedcornr_top_417268 div, div.roundedcornr_top_417268,
div.roundedcornr_bottom_417268 div, div.roundedcornr_bottom_417268 {
	width: 100%;
	height: 20px;
	font-size: 1px;
}
div.roundedcornr_content_417268, div.roundedcornr_bottom_417268 {
	margin-top: -19px;
}
div.roundedcornr_content_417268 { padding: 0 20px; }

span.brand 
{
  font-size:14pt;
  font-weight:bold
}
span.select
{
  font-size:12pt;
  font-weight:bold;
  color:#000000
}


span.contact 
{
  font-size:8pt;
  font-weight:bold
}


hr.long 
{ 
  width:100%;
  height:4px;
  background:#990033
}


hr.thin
{ 
  width:95%;
  height:3px;
  background:#990033
}


a.plain /* hyperlink not underlined */
{ 
  text-decoration: none
}


a:link /* for unvisited links */
{
color:#0033ff;
}


a:visited /* for visited links */
{
color:#000000;
}


a:active /* when link is clicked */
{
color:#990033;
}


a:hover /* when mouse is over link */
{
color: rgb(0, 96, 255)
} 
dt.tests{
  font-weight:600;
}

table.tools 
{ 
/*The horizontal position and size of a non-floating, block-level element is determined by 
seven properties: 'margin-left', 'border-left', 'padding-left', 'width', 'padding-right'
, 'border-right' and 'margin-right'. The sum of these seven is always equal to the 'width' 
of the parent element. */


  width:240px; /*the width of the table includes half the table border, The width of an element is the width of the content*/
  
  border-width:8px;
  border-style:ridge; /*none, hidden, dotted, dashed, solid, double, groove, ridge, inset, outset, inherit*/
  border-color:#000000;
  
  padding-top:5px;
  padding-bottom:5px;
  padding-left:5px;
  padding-right:5px;
  
  border-spacing:0px;
  float:left;
  
  background-color:#ffffff;
  background-image: url(images/gradient.gif); 
  background-repeat: repeat-x; /*no-repeat, repeat-x, repeat-y*/

  vertical-align:middle;
  font-family:"Arial", Verdana;
  font-size:10pt;
  font-style:normal;
  font-variant:normal;
  font-weight:normal;
  line-height:12pt;
  text-align:left;
  text-decoration:none;
  text-transform:none;
}

table.dstools 
{ 
/*The horizontal position and size of a non-floating, block-level element is determined by 
seven properties: 'margin-left', 'border-left', 'padding-left', 'width', 'padding-right'
, 'border-right' and 'margin-right'. The sum of these seven is always equal to the 'width' 
of the parent element. */


  width:240px; /*the width of the table includes half the table border, The width of an element is the width of the content*/
  
  border-width:8px;
  border-style:ridge; /*none, hidden, dotted, dashed, solid, double, groove, ridge, inset, outset, inherit*/
  border-color:#000000;
  
  padding-top:5px;
  padding-bottom:5px;
  padding-left:5px;
  padding-right:5px;
  
  border-spacing:0px;
  float:left;
  
  background-color:#ffffff;
  background-image: url(images/dsgradient.gif); 
  background-repeat: repeat-x; /*no-repeat, repeat-x, repeat-y*/

  vertical-align:middle;
  font-family:"Arial", Verdana;
  font-size:10pt;
  font-style:normal;
  font-variant:normal;
  font-weight:normal;
  line-height:12pt;
  text-align:left;
  text-decoration:none;
  text-transform:none;
}


table.contact 
{ 
/*The horizontal position and size of a non-floating, block-level element is determined by 
seven properties: 'margin-left', 'border-left', 'padding-left', 'width', 'padding-right'
, 'border-right' and 'margin-right'. The sum of these seven is always equal to the 'width' 
of the parent element. */


  width:955px; /*the width of the table includes half the table border, The width of an element is the width of the content*/
  
  border-width:3px;
  border-style:double;
  border-color:#990033;
  border-spacing:0px;
   
  background-color:#ffffff;


  font-family:"Arial", Verdana;
  font-size:6pt;
  font-style:normal;
  font-variant:normal;
  font-weight:normal;
  
  line-height:100%;
  
  text-align:left;
  text-decoration:none;
  text-indent:0pt;
  text-transform:none;
}


table.imgpview 
{ 
  width:642px; /*the width of the table includes half the table border, The width of an element is the width of the content*/
  
  border-width:2px;
  border-style:solid;
  border-color:#000000;
  border-spacing:0px;
  padding:0px;
   
  background-color:#ffffff;


  font-family:"Arial", Verdana;
  font-size:8pt;
  font-style:normal;
  font-variant:normal;
  font-weight:normal;
  
  line-height:100%;
  
  text-align:center;
  text-decoration:none;
  text-indent:0pt;
  text-transform:none;
}


table.ads 
{ 
  width:998px; /*the width of the table includes half the table border, The width of an element is the width of the content*/
  
  border-width:4px;
  border-style:solid;
  border-color:#000000;
  border-spacing:0px;
  padding:0px;
   
  background-color:#ffffff;
  background-image: url(images/gradient-ad.gif); 
  background-repeat: repeat-x; /*no-repeat, repeat-x, repeat-y*/

  font-family:"Arial", Verdana;
  font-size:8pt;
  font-style:normal;
  font-variant:normal;
  font-weight:600;
  
  line-height:10pt;
  
  text-align:left;
  text-decoration:none;
  text-indent:0pt;
  text-transform:none;
}


table.ads2 
{ 
  width:784px; /*the width of the table includes half the table border, The width of an element is the width of the content*/
  
  border-width:4px;
  border-style:solid;
  border-color:#000000;
  border-spacing:0px;
  padding:2px;
   
  background-color:#ffffff;


  font-family:"Arial", Verdana;
  font-size:8pt;
  font-style:normal;
  font-variant:normal;
  font-weight:600;
  
  line-height:10pt;
  
  text-align:left;
  text-decoration:none;
  text-indent:0pt;
  text-transform:none;
}

table.ads3 
{ 
  width:682px; /*the width of the table includes half the table border, The width of an element is the width of the content*/
  
  border-width:4px;
  border-style:solid;
  border-color:#000000;
  border-spacing:0px;
  padding:0px;
   
  background-color:#ffffff;


  font-family:"Arial", Verdana;
  font-size:8pt;
  font-style:normal;
  font-variant:normal;
  font-weight:600;
  
  line-height:8pt;
  
  text-align:left;
  text-decoration:none;
  text-indent:0pt;
  text-transform:none;
}

table.web 
{ 
  width:998px; /*the width of the table includes half the table border, The width of an element is the width of the content*/
  
  border-width:0px;
  border-style:none;
  border-color:#000000;
  border-spacing:0px;
  padding:0px;
   
  background-color:#ffffff;


  font-family:"Arial", Verdana;
  font-size:8pt;
  font-style:normal;
  font-variant:normal;
  font-weight:600;
  
  line-height:8pt;
  
  text-align:left;
  text-decoration:none;
  text-indent:0pt;
  text-transform:none;
}


table.nav 
{ 
  width:784px; /*the width of the table includes half the table border, The width of an element is the width of the content*/
  
  border-color:#990033;
  border-spacing:0px;
  padding:0px;
   
  background-color:#ffffff;
}


table.feedback
{
border-top-color:#000000;
border-top-width:4px;
border-top-style:solid;
border-left-color:#000000;
border-left-width:4px;
border-left-style:solid;
border-right-color:#000000;
border-right-width:4px;
border-right-style:solid;
border-bottom-color:#000000;
border-bottom-width:4px;
border-bottom-style:solid;
font-family:"Arial", Verdana;
font-size:8pt;
font-style:normal;
font-variant:normal;


}


img.left
{
  float:left; 
  margin:1em;
  border-width:4px;
  border-style:solid;
  border-color:#000000;
}


img.right
{
  float:right; 
  margin:1em;
  border-width:4px;
  border-style:solid;
  border-color:#000000;
}


img.ads
{
border:4px outset #000000;
padding:0px;
}  
img.blue
{
border:4px outset #0033ff;
padding:0px;
}
img.slideshow
{
border:12px solid #000000;
padding:0px;

}

body
{
  margin:1em;
}


p
{
  margin:1em;
  color:#000000;
}


p.make
{
  font-weight:700;
  text-align:left
}
p.model
{
  font-weight:700;
  text-align:center
}


ol.tools
{
list-style:none;
text-indent:-25pt;
}


ol.ads
{
list-style:none;
text-indent:-25pt;
}
hr.short
{ 
  width:20%;
  height:4px;
  background:#990033;
  text-align:left
}
/* for msg-pause-scroll.js*/
/*Example CSS for the two demo scrollers*/

#pscroller1{
width: 200px;
height: 100px;
border: 1px solid black;
padding: 5px;
background-color: #ffffcc;
}

#pscroller2{
width: 350px;
height: 20px;
border: 1px solid black;
padding: 3px;
}

#pscroller2 a{
text-decoration: none;
}



/*-draggable-div.js---*/
div.drag{
position:relative;
cursor:auto;
z-index: 100;
}

/*PopBox Script --http://www.c6software.com/Products/PopBox/--*/
/* Sample PopBox CSS Classes */
/* PopBox.js, Copyright (c) 2007, C6 Software, Inc. (http://www.c6software.com/)*/

.PopBoxImageSmall
{
	border: none 0px #000000;
	cursor: url("images/magplus.cur"), pointer;
}
.PopBoxImageLarge
{
	border: solid 1px #000000;
	cursor: url("images/magminus.cur"), pointer;
}
.PopBoxImageShrink
{
	cursor: url("images/magminus.cur"), pointer;
}
.PopBoxImageLink
{
	cursor: pointer;
}
.PopBoxImageMove
{
	border: none 0px #000000;
	cursor: pointer;
}
/*==========================================
	VDP List page type (std equip, specs, etc)
==========================================*/ 
div.spec_stdeqp{ 
  position: relative;
  width: 1000px; /*the width of the table includes half the table border, The width of an element is the width of the content*/
  
  border-width:4px;
  border-style:solid;
  border-color:#000000;
  border-spacing:0px;
  padding:0px;
}

div.specs 
{ 
/*this cell holds the spec details*/
  position: absolute; 
  left: 0px; 
  top: 4px; 
  width: 500px; 

}

div.stdeqp{ 
/*this cell holds the stdeqp details*/
  position: absolute; 
  left: 500px;
  top: 4px;
  width: 500px;

}


div.vdplist-wrap
{
	padding-bottom:15px;
}
div.vdplist-header
{

  color:#000000;
  padding-left:10px;
  padding-top:10px;	
  background-color: #990033;

  font-family:"Arial", Verdana;
  font-size:8pt;
  font-style:normal;
  font-variant:normal;
  font-weight:600;
  
  line-height:8pt;
  
  text-align:left;
  text-decoration:none;
  text-indent:0pt;
  text-transform:none;
}
div.vdplist-secthead
{
  background-color:#ffff33;
  padding:5px 5px 5px 10px;
  /*margin-top:15px;*/
  font-family:"Arial", Verdana;
  font-size:8pt;
  font-style:normal;
  font-variant:normal;
  font-weight:600;
  
  line-height:8pt;
  
  text-align:left;
  text-decoration:none;
  text-indent:0pt;
  text-transform:none;
}
div.vdplist-datarow
{
  padding:3px 10px 3px 10px;
  font-family:"Arial", Verdana;
  font-size:8pt;
  font-style:normal;
  font-variant:normal;
  font-weight:600;
  
  line-height:8pt;
  
  text-align:left;
  text-decoration:none;
  text-indent:0pt;
  text-transform:none;
}

/*start bhph ads*/
div.ads_n
{ 
  position: relative;
  height: 161px;
  width: 1000px; /*the width of the table includes half the table border, The width of an element is the width of the content*/
  
  border-width:4px;
  border-style:solid;
  border-color:#000000;
  border-spacing:0px;
  padding:0px;
   
  background-color:#ffffff;
  background-image: url(images/gradient-ad.gif); 
  background-repeat: repeat-x; /*no-repeat, repeat-x, repeat-y*/

  font-family:"Arial", Verdana;
  font-size:8pt;
  font-style:normal;
  font-variant:normal;
  font-weight:600;
  
  line-height:10pt;
  
  text-align:left;
  text-decoration:none;
  text-indent:0pt;
  text-transform:none;
}

div.ads_n_cell_01 
{ 
/*this cell holds the image*/
  position: absolute; 
  left: 4px; 
  top: 4px; 
  width: 226px; 
  height: 100px;

  color: #000000;

  font-family:"Arial", Verdana;
  font-size:8pt;
  font-style:normal;
  font-variant:normal;
  font-weight:600;
  
  line-height:10pt;
  
  text-align:left;
  text-decoration:none;
  text-indent:0pt;
  text-transform:none;
}

div.ads_n_cell_02 
{ 
/*this cell holds the word VIN*/
  position: absolute; 
  left: 230px;
  top: 4px;
  width: 90px;
  height: 16px;

  color: #000000;

  font-family:"Arial", Verdana;
  font-size:8pt;
  font-style:normal;
  font-variant:normal;
  font-weight:600;
  
  line-height:10pt;
  
  text-align:left;
  text-decoration:none;
  text-indent:0pt;
  text-transform:none;
}

div.ads_n_cell_03 
{ 

/*This cell hold the actual vin pulled frm the db*/
  position: absolute;
  left: 320px; 
  top: 4px;
  width: 150px;
  height: 16px;

  color: #000000;

  font-family:"Arial", Verdana;
  font-size:8pt;
  font-style:normal;
  font-variant:normal;
  font-weight:600;
  
  line-height:10pt;
  
  text-align:left;
  text-decoration:none;
  text-indent:0pt;
  text-transform:none;
}

div.ads_n_cell_04 
{ 
/*This cell holds the word Stock #*/
  position: absolute;
  left: 470px;
  top: 4px;
  width: 100px;
  height: 16px;

  color: #000000;

  font-family:"Arial", Verdana;
  font-size:8pt;
  font-style:normal;
  font-variant:normal;
  font-weight:600;
  
  line-height:10pt;
  
  text-align:left;
  text-decoration:none;
  text-indent:0pt;
  text-transform:none;
}

div.ads_n_cell_05 
{ 
/*This cell holds the stock number pulled from the db*/
  position: absolute; 
  left: 570px;
  top: 4px;
  width: 115px;
  height: 16px;

  color: #000000;

  font-family:"Arial", Verdana;
  font-size:8pt;
  font-style:normal;
  font-variant:normal;
  font-weight:600;
  
  line-height:10pt;
  
  text-align:left;
  text-decoration:none;
  text-indent:0pt;
  text-transform:none;
}

div.ads_n_cell_06 
{ 
/*This cell holds the word Year*/
  position: absolute;
  left: 230px;
  top: 20px;
  width: 90px;
  height: 16px;

  color: #000000;

  font-family:"Arial", Verdana;
  font-size:8pt;
  font-style:normal;
  font-variant:normal;
  font-weight:600;
  
  line-height:10pt;
  
  text-align:left;
  text-decoration:none;
  text-indent:0pt;
  text-transform:none;
}

div.ads_n_cell_07 
{ 
/*This cell holds the value of the year pulled from the db*/
  position: absolute; 
  left: 320px;
  top: 20px;
  width: 150px;
  height: 16px;

  color: #000000;

  font-family:"Arial", Verdana;
  font-size:8pt;
  font-style:normal;
  font-variant:normal;
  font-weight:600;
  
  line-height:10pt;
  
  text-align:left;
  text-decoration:none;
  text-indent:0pt;
  text-transform:none;
}

div.ads_n_cell_08 
{ 
/*body type*/
  position: absolute;
  left: 470px;
  top: 20px;
  width: 100px;
  height: 16px;

  color: #000000;

  font-family:"Arial", Verdana;
  font-size:8pt;
  font-style:normal;
  font-variant:normal;
  font-weight:600;
  
  line-height:10pt;
  
  text-align:left;
  text-decoration:none;
  text-indent:0pt;
  text-transform:none;
}

div.ads_n_cell_09 
{ 

/*body type db pull*/
  position: absolute;
  left: 570px;
  top: 20px;
  width: 115px;
  height: 16px;
 
  color: #000000;

  font-family:"Arial", Verdana;
  font-size:8pt;
  font-style:normal;
  font-variant:normal;
  font-weight:600;
  
  line-height:10pt;
  
  text-align:left;
  text-decoration:none;
  text-indent:0pt;
  text-transform:none;
}

div.ads_n_cell_10 
{ 
/*make*/
  position: absolute;
  left: 230px;
  top: 36px;
  width: 90px;
  height: 16px;

  color: #000000;

  font-family:"Arial", Verdana;
  font-size:8pt;
  font-style:normal;
  font-variant:normal;
  font-weight:600;
  
  line-height:10pt;
  
  text-align:left;
  text-decoration:none;
  text-indent:0pt;
  text-transform:none;
}

div.ads_n_cell_11 
{ 
/*make db pull*/
  position: absolute;
  left: 320px; 
  top: 36px; 
  width: 150px; 
  height: 16px;

  color: #000000;

  font-family:"Arial", Verdana;
  font-size:8pt;
  font-style:normal;
  font-variant:normal;
  font-weight:600;
  
  line-height:10pt;
  
  text-align:left;
  text-decoration:none;
  text-indent:0pt;
  text-transform:none;
}

div.ads_n_cell_12 
{
/*engine*/ 
  position: absolute;
  left: 470px;
  top: 36px;
  width: 100px;
  height: 16px;

  color: #000000;

  font-family:"Arial", Verdana;
  font-size:8pt;
  font-style:normal;
  font-variant:normal;
  font-weight:600;
  
  line-height:10pt;
  
  text-align:left;
  text-decoration:none;
  text-indent:0pt;
  text-transform:none;
}

div.ads_n_cell_13 
{
/*engine db pull*/ 
  position: absolute;
  left: 570px;
  top: 36px;
  width: 115px;
  height: 16px;

  color: #000000;

  font-family:"Arial", Verdana;
  font-size:8pt;
  font-style:normal;
  font-variant:normal;
  font-weight:600;
  
  line-height:10pt;
  
  text-align:left;
  text-decoration:none;
  text-indent:0pt;
  text-transform:none;
}

div.ads_n_cell_14 
{ 
/*model*/
  position: absolute;
  left: 230px;
  top: 52px;
  width: 90px;
  height: 16px;

  color: #000000;

  font-family:"Arial", Verdana;
  font-size:8pt;
  font-style:normal;
  font-variant:normal;
  font-weight:600;
  
  line-height:10pt;
  
  text-align:left;
  text-decoration:none;
  text-indent:0pt;
  text-transform:none;
}

div.ads_n_cell_15 
{ 
/*model db pull*/
  position: absolute;
  left: 320px;
  top: 52px;
  width: 150px;
  height: 16px;

  color: #000000;

  font-family:"Arial", Verdana;
  font-size:8pt;
  font-style:normal;
  font-variant:normal;
  font-weight:600;
  
  line-height:10pt;
  
  text-align:left;
  text-decoration:none;
  text-indent:0pt;
  text-transform:none;
}

div.ads_n_cell_16 
{ 
/*transmission*/
  position: absolute;
  left: 470px; 
  top: 52px; 
  width: 100px;
  height: 16px;

  color: #000000;

  font-family:"Arial", Verdana;
  font-size:8pt;
  font-style:normal;
  font-variant:normal;
  font-weight:600;
  
  line-height:10pt;
  
  text-align:left;
  text-decoration:none;
  text-indent:0pt;
  text-transform:none;
}

div.ads_n_cell_17 
{ 
/*transmission db pull*/
  position: absolute;
  left: 570px; 
  top: 52px; 
  width: 115px;
  height: 16px;

  color: #000000;

  font-family:"Arial", Verdana;
  font-size:8pt;
  font-style:normal;
  font-variant:normal;
  font-weight:600;
  
  line-height:10pt;
  
  text-align:left;
  text-decoration:none;
  text-indent:0pt;
  text-transform:none;
}

div.ads_n_cell_18 
{ 
/*color*/
  position: absolute;
  left: 230px;
  top: 68px;
  width: 90px;
  height: 16px;

  color: #000000;

  font-family:"Arial", Verdana;
  font-size:8pt;
  font-style:normal;
  font-variant:normal;
  font-weight:600;
  
  line-height:10pt;
  
  text-align:left;
  text-decoration:none;
  text-indent:0pt;
  text-transform:none;
}

div.ads_n_cell_19 
{ 
/*color db pull*/
  position: absolute; 
  left: 320px; 
  top: 68px; 
  width: 150px;
  height: 16px;

  color: #000000;

  font-family:"Arial", Verdana;
  font-size:8pt;
  font-style:normal;
  font-variant:normal;
  font-weight:600;
  
  line-height:10pt;
  
  text-align:left;
  text-decoration:none;
  text-indent:0pt;
  text-transform:none;
}

div.ads_n_cell_20 
{ 
/*mileage*/
  position: absolute; 
  left: 470px; 
  top: 68px; 
  width: 100px;
  height: 16px;

  color: #000000;

  font-family:"Arial", Verdana;
  font-size:8pt;
  font-style:normal;
  font-variant:normal;
  font-weight:600;
  
  line-height:10pt;
  
  text-align:left;
  text-decoration:none;
  text-indent:0pt;
  text-transform:none;
}

div.ads_n_cell_21 
{ 
/*mileage db pull*/
  position: absolute;
  left: 570px;
  top: 68px;
  width: 115px;
  height: 16px;

  color: #000000;

  font-family:"Arial", Verdana;
  font-size:8pt;
  font-style:normal;
  font-variant:normal;
  font-weight:600;
  
  line-height:10pt;
  
  text-align:left;
  text-decoration:none;
  text-indent:0pt;
  text-transform:none;
}

div.ads_n_cell_22 
{ 
/*mpg*/
  position: absolute;
  left: 230px;
  top: 84px;
  width: 90px;
  height: 16px;

  color: #000000;

  font-family:"Arial", Verdana;
  font-size:8pt;
  font-style:normal;
  font-variant:normal;
  font-weight:600;
  
  line-height:10pt;
  
  text-align:left;
  text-decoration:none;
  text-indent:0pt;
  text-transform:none;
}

div.ads_n_cell_23 
{ 
/*mpg db pull*/
  position: absolute;
  left: 320px;
  top: 84px;
  width: 150px;
  height: 16px;

  color: #000000;

  font-family:"Arial", Verdana;
  font-size:8pt;
  font-style:normal;
  font-variant:normal;
  font-weight:600;
  
  line-height:10pt;
  
  text-align:left;
  text-decoration:none;
  text-indent:0pt;
  text-transform:none;
}

div.ads_n_cell_24 
{ 
/*warranty*/
  position: absolute;
  left: 470px;
  top: 84px;
  width: 100px;
  height: 16px;

  color: #000000;

  font-family:"Arial", Verdana;
  font-size:8pt;
  font-style:normal;
  font-variant:normal;
  font-weight:600;
  
  line-height:10pt;
  
  text-align:left;
  text-decoration:none;
  text-indent:0pt;
  text-transform:none;
}

div.ads_n_cell_25 
{ 
/*warranty db pull*/
  position: absolute;
  left: 570px;
  top: 84px;
  width: 115px;
  height: 16px;

  color: #000000;

  font-family:"Arial", Verdana;
  font-size:8pt;
  font-style:normal;
  font-variant:normal;
  font-weight:600;
  
  line-height:10pt;
  
  text-align:left;
  text-decoration:none;
  text-indent:0pt;
  text-transform:none;
}

div.ads_n_cell_26 
{ 
/*facebook like button*/
  position: absolute;
  left: 4px;
  top: 96px;
  width: 72px;
  height: 16px;

  color: #000000;

  font-family:"Arial", Verdana;
  font-size:8pt;
  font-style:normal;
  font-variant:normal;
  font-weight:600;
  
  line-height:10pt;
  
  text-align:left;
  text-decoration:none;
  text-indent:0pt;
  text-transform:none;
}

div.ads_n_cell_27 
{ 
/*price*/
  position: absolute;
  left: 80px;
  top: 100px;
  width: 40px;
  height: 16px;

  color: #000000;

  font-family:"Arial", Verdana;
  font-size:8pt;
  font-style:normal;
  font-variant:normal;
  font-weight:600;
  
  line-height:10pt;
  
  text-align:left;
  text-decoration:none;
  text-indent:0pt;
  text-transform:none;
}

div.ads_n_cell_28 
{ 
/*price db pull*/
  position: absolute;
  left: 120px;
  top: 100px;
  width: 110px;
  height: 16px;

  color: #ff0000;

  font-family:"Arial", Verdana;
  font-size:8pt;
  font-style:normal;
  font-variant:normal;
  font-weight:600;
  
  line-height:10pt;
  
  text-align:left;
  text-decoration:none;
  text-indent:0pt;
  text-transform:none;
}

div.ads_n_cell_29 
{ 
/*this cell holds the word down payment*/
  position: absolute; 
  left: 230px;
  top: 100px;
  width: 90px;
  height: 16px;

  color: #000000;

  font-family:"Arial", Verdana;
  font-size:8pt;
  font-style:normal;
  font-variant:normal;
  font-weight:600;
  
  line-height:10pt;
  
  text-align:left;
  text-decoration:none;
  text-indent:0pt;
  text-transform:none;
}

div.ads_n_cell_30 
{ 

/*This cell hold the actual down payment pulled frm the db*/
  position: absolute;
  left: 320px; 
  top: 100px;
  width: 150px;
  height: 16px;

  color: #000000;

  font-family:"Arial", Verdana;
  font-size:8pt;
  font-style:normal;
  font-variant:normal;
  font-weight:600;
  
  line-height:10pt;
  
  text-align:left;
  text-decoration:none;
  text-indent:0pt;
  text-transform:none;
}

div.ads_n_cell_31 
{ 
/*monthly payment*/
  position: absolute;
  left: 470px;
  top: 100px;
  width: 100px;
  height: 16px;

  color: #000000;

  font-family:"Arial", Verdana;
  font-size:8pt;
  font-style:normal;
  font-variant:normal;
  font-weight:600;
  
  line-height:10pt;
  
  text-align:left;
  text-decoration:none;
  text-indent:0pt;
  text-transform:none;
}

div.ads_n_cell_32 
{ 
/*monthly payment db pull*/
  position: absolute;
  left: 570px;
  top: 100px;
  width: 115px;
  height: 16px;

  color: #000000;

  font-family:"Arial", Verdana;
  font-size:8pt;
  font-style:normal;
  font-variant:normal;
  font-weight:600;
  
  line-height:10pt;
  
  text-align:left;
  text-decoration:none;
  text-indent:0pt;
  text-transform:none;
}

div.ads_n_cell_33 
{ 
/*features*/
  position: absolute;
  left: 230px;
  top: 123px;
  width: 60px;
  height: 16px;

  color: #000000;

  font-family:"Arial", Verdana;
  font-size:8pt;
  font-style:normal;
  font-variant:normal;
  font-weight:600;
  
  line-height:10pt;
  
  text-align:left;
  text-decoration:none;
  text-indent:0pt;
  text-transform:none;
}

div.ads_n_cell_34 
{ 
/*features db pull*/
  position: absolute;
  left: 285px;
  top: 117px;
  width: 350px;
  height: 16px;

  color: #000000;

  font-family:"Arial", Verdana;
  font-size:8pt;
  font-style:normal;
  font-variant:normal;
  font-weight:600;
  
  line-height:10pt;
  
  text-align:left;
  text-decoration:none;
  text-indent:0pt;
  text-transform:none;
}

textarea.styled_hn {
/*706 width works well, but asthetically I want to see what 500 looks like*/
  width: 350px;
  height: 33px;
  border: 1px solid #000000;
  padding: 1px;

  font-family:"Arial", Verdana;
  font-size:8pt;
  font-style:normal;
  font-variant:normal;
  font-weight:600;
  
  line-height:10pt;
  
  text-align:left;
  text-decoration:none;
  text-indent:0pt;
  text-transform:none;

  /*font-family: "Arial", Verdana;
  background-image: url(bg.gif);
  background-position: bottom right;
  background-repeat: no-repeat;*/
}
div.ads_n_cell_35 
{ 
/*This cell hold the graphic for the cars2 page in the middle of the car data*/
  position: absolute;
  left: 900px;
  top: 22px;
  width: 85px;
  height: 75px;

  color: #000000;

  font-family:"Arial", Verdana;
  font-size:8pt;
  font-style:normal;
  font-variant:normal;
  font-weight:600;
  
  line-height:10pt;
  
  text-align:left;
  text-decoration:none;
  text-indent:0pt;
  text-transform:none;
}

div.ads_n_cell_36 
{ 
/*This cell hold the graphic for the Autocheck report*/
  position: absolute;
  left: 755px;
  top: 22px;
  width: 75px;
  height: 75px;

  color: #000000;

  font-family:"Arial", Verdana;
  font-size:8pt;
  font-style:normal;
  font-variant:normal;
  font-weight:600;
  
  line-height:10pt;
  
  text-align:left;
  text-decoration:none;
  text-indent:0pt;
  text-transform:none;
}
div.ads_n_cell_37 
{ 
/*This cell hold the graphic for the cars2 page*/
  position: absolute;
  left: 830px;
  top: 22px;
  width: 126px;
  height: 75px;

  color: #000000;

  font-family:"Arial", Verdana;
  font-size:8pt;
  font-style:normal;
  font-variant:normal;
  font-weight:600;
  
  line-height:10pt;
  
  text-align:left;
  text-decoration:none;
  text-indent:0pt;
  text-transform:none;
}

div.ads_n_cell_38 
{ 
/*This cell hold the graphic for the Autocheck report*/
  position: absolute;
  left: 640px;
  top: 20px;
  width: 110px;
  height: 77px;

  color: #000000;

  font-family:"Arial", Verdana;
  font-size:8pt;
  font-style:normal;
  font-variant:normal;
  font-weight:600;
  
  line-height:10pt;
  
  text-align:left;
  text-decoration:none;
  text-indent:0pt;
  text-transform:none;
}


/*Begin testimonial divs*/
div.tests
{ 
  position: relative;
  height: 122px;
  width: 1000px; /*the width of the table includes half the table border, The width of an element is the width of the content*/
  
  border-width:4px;
  border-style:solid;
  border-color:#000000;
  border-spacing:0px;
  padding:0px;
   
  background-color:#ffffff;
  background-image: url(images/gradient-ad.gif); 
  background-repeat: repeat-x; /*no-repeat, repeat-x, repeat-y*/

  font-family:"Arial", Verdana;
  font-size:8pt;
  font-style:normal;
  font-variant:normal;
  font-weight:600;
  
  line-height:10pt;
  
  text-align:left;
  text-decoration:none;
  text-indent:0pt;
  text-transform:none;
}

div.tests_cell_01 
{ 
/*this cell holds the image*/
  position: absolute; 
  left: 2px; 
  top: 4px; 
  width: 130px; 
  height: 98px;

  color: #000000;

  font-family:"Arial", Verdana;
  font-size:8pt;
  font-style:normal;
  font-variant:normal;
  font-weight:600;
  
  line-height:10pt;
  
  text-align:left;
  text-decoration:none;
  text-indent:0pt;
  text-transform:none;
}


div.tests_cell_02 
{ 
/*this cell holds the clients name*/
  position: absolute; 
  left: 148px; 
  top: 4px; 
  width: 420px; 
  height: 16px;

  color: #000000;

  font-family:"Arial", Verdana;
  font-size:8pt;
  font-style:normal;
  font-variant:normal;
  font-weight:600;
  
  line-height:10pt;
  
  text-align:left;
  text-decoration:none;
  text-indent:0pt;
  text-transform:none;
}
div.tests_cell_03 
{ 
/* Year */
  position: absolute; 
  left: 568px; 
  top: 4px; 
  width: 40px; 
  height: 16px;

  color: #000000;

  font-family:"Arial", Verdana;
  font-size:8pt;
  font-style:normal;
  font-variant:normal;
  font-weight:600;
  
  line-height:10pt;
  
  text-align:left;
  text-decoration:none;
  text-indent:0pt;
  text-transform:none;
}

div.tests_cell_04 
{ 
/* Year Data*/
  position: absolute; 
  left: 608px; 
  top: 4px; 
  width: 40px; 
  height: 16px;

  color: #000000;

  font-family:"Arial", Verdana;
  font-size:8pt;
  font-style:normal;
  font-variant:normal;
  font-weight:600;
  
  line-height:10pt;
  
  text-align:left;
  text-decoration:none;
  text-indent:0pt;
  text-transform:none;
}
div.tests_cell_05 
{ 
/* Make */
  position: absolute; 
  left: 648px; 
  top: 4px; 
  width: 40px; 
  height: 16px;

  color: #000000;

  font-family:"Arial", Verdana;
  font-size:8pt;
  font-style:normal;
  font-variant:normal;
  font-weight:600;
  
  line-height:10pt;
  
  text-align:left;
  text-decoration:none;
  text-indent:0pt;
  text-transform:none;
}
div.tests_cell_06 
{ 
/* Make Data */
  position: absolute; 
  left: 688px; 
  top: 4px; 
  width: 120px; 
  height: 16px;

  color: #000000;

  font-family:"Arial", Verdana;
  font-size:8pt;
  font-style:normal;
  font-variant:normal;
  font-weight:600;
  
  line-height:10pt;
  
  text-align:left;
  text-decoration:none;
  text-indent:0pt;
  text-transform:none;
}
div.tests_cell_07 
{ 
/* Model */
  position: absolute; 
  left: 808px; 
  top: 4px; 
  width: 40px; 
  height: 16px;

  color: #000000;

  font-family:"Arial", Verdana;
  font-size:8pt;
  font-style:normal;
  font-variant:normal;
  font-weight:600;
  
  line-height:10pt;
  
  text-align:left;
  text-decoration:none;
  text-indent:0pt;
  text-transform:none;
}
div.tests_cell_08 
{ 
/* Model Data */
  position: absolute; 
  left: 848px; 
  top: 4px; 
  width: 120px; 
  height: 16px;

  color: #000000;

  font-family:"Arial", Verdana;
  font-size:8pt;
  font-style:normal;
  font-variant:normal;
  font-weight:600;
  
  line-height:10pt;
  
  text-align:left;
  text-decoration:none;
  text-indent:0pt;
  text-transform:none;
}
div.tests_cell_09 
{ 
/* Testimony */
  position: absolute; 
  left: 148px; 
  top: 40px; 
  width: 55px; 
  height: 16px;

  color: #000000;

  font-family:"Arial", Verdana;
  font-size:8pt;
  font-style:normal;
  font-variant:normal;
  font-weight:600;
  
  line-height:10pt;
  
  text-align:left;
  text-decoration:none;
  text-indent:0pt;
  text-transform:none;
}


div.tests_cell_10 
{ 
/*Testimony Data*/
  position: absolute;
  left: 214px;
  top: 40px;
  width: 773px;
  height: 68px;

  color: #000000;

  font-family:"Arial", Verdana;
  font-size:8pt;
  font-style:normal;
  font-variant:normal;
  font-weight:600;
  
  line-height:10pt;
  
  text-align:left;
  text-decoration:none;
  text-indent:0pt;
  text-transform:none;
}

textarea.styled_tests {
/*706 width works well, but asthetically I want to see what 500 looks like*/
  width: 773px;
  height: 68px;
  border: 1px solid #000000;
  padding: 1px;

  font-family:"Arial", Verdana;
  font-size:8pt;
  font-style:normal;
  font-variant:normal;
  font-weight:600;
  
  line-height:10pt;
  
  text-align:left;
  text-decoration:none;
  text-indent:0pt;
  text-transform:none;

  /*font-family: "Arial", Verdana;
  background-image: url(bg.gif);
  background-position: bottom right;
  background-repeat: no-repeat;*/
}
/* tables */
table.tablesorter {
	font-family:arial;
	background-color: #CDCDCD;
	margin:10px 0pt 15px;
	font-size: 8pt;
	width: 150%;
	text-align: left;
}
table.tablesorter thead tr th, table.tablesorter tfoot tr th {
	background-color: #e6EEEE;
	border: 1px solid #FFF;
	font-size: 8pt;
	padding: 4px;
}
table.tablesorter thead tr .header {
	background-image: url(images/icons/bg.gif);
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
}
table.tablesorter tbody td {
	color: #3D3D3D;
	padding: 4px;
	background-color: #FFF;
	vertical-align: top;
}
table.tablesorter tbody tr.odd td {
	background-color:#F0F0F6;
}
table.tablesorter thead tr .headerSortUp {
	background-image: url(images/icons/asc.gif);
}
table.tablesorter thead tr .headerSortDown {
	background-image: url(images/icons/desc.gif);
}
table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp {
background-color: #8dbdd8;
}

textarea.class_ad {
  width: 120px;
  height: 25px;
  border: 1px solid #000000;
  padding: 1px;

  font-family:"Arial", Verdana;
  font-size:6pt;
  font-style:normal;
  font-variant:normal;
  
  line-height:8pt;
  
  text-align:left;
  text-decoration:none;
  text-indent:0pt;
  text-transform:none;

  background-image: url(bg.gif);
  background-position: bottom right;
  background-repeat: no-repeat;
}

