﻿.left{
  float: left;
  width: 220px;
  padding: 10px 5px 10px 10px;
}

.right{
  float: right;
  width: 528px;
  padding: 10px 10px 10px 5px;
}

.clear{
  clear: both;
  width: 778px;
}

/*/ tabs /*/

.tab1-2
{
    
    font-family: Arial, Helvetica;
    font-size: 9px;
    text-align: center;
}

.smlTabLeft, .smlTabRight
{
    margin-top:3px;
    padding-top: 4px;
    width: 108px;
    height: 16px;
    border-top: 1px solid #e4e4e4;
    border-bottom: 1px solid #e4e4e4;
    background: url(images/tabsmlbg.gif);
}

.smlTabLeft
{
    float: left;
    border-left: 1px solid #e4e4e4;
}

.smlTabRight
{
    float: right;
    border-right: 1px solid #e4e4e4;
}

.lrgTab
{
    padding-top: 7px;
    float:right;
    width: 109px;
    height: 17px;
    border-left: 1px solid #e4e4e4;
    border-right: 1px solid #e4e4e4;
    border-top: 1px solid #e4e4e4;
    background: #ffffff;
}

.quoteLeft
{
    margin-left: 10px;
    width: 238px;
    
}

.quoteRight
{
    margin-left: 10px;
    width: 238px;
}

.quoteText
{
    font-size: 12px !important;
}

.contentLeft
{
    float: left;
    width: 238px;
    margin-right: 10px;
}

.contentRight
{
    float: right;
    width: 238px;
    margin-left: 10px;
}

.content
{
    width: 496px;
}

.contentClear
{
    clear: both;
    width:100%;
    height: 1px;
}

.centerPosition /*incomplete*/
{
    margin-left: auto;
    margin-right: auto;
    width:238px;
}

.dealBox
{
    border: 1px solid #e4e4e4;
    padding: 9px;
    background: url(images/dealbg.gif) top repeat-x;
}

#contactBox
{
    width: 200px;
    padding: 10px;   
}

.contentLeftSmall
{
    float: left;
    width: 130px;
    margin-right: 10px;
    padding-left: auto;
    padding-right: auto;
}

.contentRightSmall
{
    float: right;
    width: 348px;
}

.imgList
{
    padding-bottom: 15px;
    border: 0;
}

.cleanBullets
{
    list-style:none;
    line-height: 18px;
}
.cleanBullets li
{
    list-style:none;
}

.cleanPara
{
    margin-bottom:0px !important;
}

.blueText
{
    color: #0092c8;
}

.redText
{
    color: #d0282a;
}

.standardText
{
    color: #5b5b5b;
}

.termsMoreTitle
{
    font-weight: bold;
    font-style: italic;
    cursor: pointer;
    color: #ff0000;
}

.termsMoreContent
{
    height: 0px;
    overflow: hidden;
}

.watermark
{
    color: #8b8b8b;
    font-family: Arial, Helvetica, sans-serif;
}