﻿body
{
    margin: 0;
    padding: 0;
    font-family: Verdana, Arial, Sans-serif, Helvetica;
    font-size: 12px;
    color: #000000;
}

h1
{
    color: #024369;
    font-size: 12pt;
    font-weight: bold;
    line-height: 25px;
}

img
{
    border: 0;
    padding: 0;
    margin: 0;
}

form
{
    margin: 0;
    padding: 0;
}

table
{
    /*margin: 0;     padding: 0;*/
    border: none;
}

ul
{
    padding: 0px;
    margin: 0px;
    list-style: none;
}

/*==============Links=================================================================*/

a:focus
{
    outline: none;
}

a
{
    color: #000;
    text-decoration: none;
}

a:hover
{
    color: #000;
    text-decoration: underline;
}


/* === Base classes =============================================================================== */

.clear
{
    clear: both;
}
.left
{
    float: left;
}

.right
{
    float: right;
}

.advert
{
    display: block;
}

.relative
{
    position: relative;
}

/* === Id's ======================================================================================= */

#wrap
{
    height: 100%;
    min-height: 100%;
}

.container
{
    width: 995px;
    padding: 0;
    margin: 0 auto;
    padding-top: 0px;
    padding-bottom: 0px;
}

/* === Header =================================================================================*/
.leftHeader
{
    width: 315px;
    height: 72px;
    float: left;
    padding-left: 5px;
}

.rightHeader
{
    float: right;
}

.linkBlock
{
    padding-top: 14px;
    padding-right: 13px;
    text-align: right;
}

.linkBlock li, .linkBlock li a
{
    display: inline;
    font-weight: bold;
    font-size: 11px;
    color: #666666;
    text-decoration: none;
}

.linkBlock li a:hover
{
    text-decoration: underline;
}

.tabBlock
{
    padding-top: 10px;
    height: 24px;
    float: right;
}

.tabEveryone
{
    float: left;
    background: url(images/tab1.gif) no-repeat;
    width: 114px;
    height: 20px;
    text-align: center;
    padding-top: 4px;
}

.tabStudents
{
    float: left;
    background: url(images/tab2.gif) no-repeat;
    background-position: right;
    width: 116px;
    padding-left: 1px;
    height: 20px;
    text-align: center;
    padding-top: 4px;
}

.tabBusiness
{
    float: left;
    background: url(images/tab3.gif) no-repeat;
    background-position: right;
    width: 115px;
    padding-left: 1px;
    height: 20px;
    text-align: center;
    padding-top: 4px;
}

.tabBlock a
{
    font-size: 11px;
    color: #fff;
    text-decoration: none;
    font-weight: bold;
}

.menu
{
    background: url(images/topMenuBg.gif) repeat-x;
    height: 28px;
    width: 992px;
    margin-left: 3px;
    padding-left: 0px;
}

.menu li, .menu li a
{
    float: left;
    color: #fff;
    font-weight: bold;
    font-size: 14px;
}

.menu li a:hover
{
    text-decoration: none;
}

.menu li
{
    padding-top: 5px;
    height: 23px;
    background: url(images/menuSeparator.gif) no-repeat;
    background-position: right;
    padding-right: 29px;
    padding-left: 30px;
}

.menu li:hover
{
    background: url(images/topMenuBgHover.gif) repeat-x;
}

li.first
{
    padding-left: 10px;
}

/* === Content =========================================================*/
.leftBlockContent
{
    width: 729px;
    float: left;
}

.rightBlockCintent
{
    float: right;
    width: 256px;
    text-align: right;
}

.leftBlockContent1
{
    width: 259px;
    float: left;
    padding-left: 3px;
}


.icon
{
    float: left;
    padding-top: 15px;
    padding-left: 10px;
}

.iconTitle
{
    float: left;
    font-size: 36px;
    font-weight: bold;
    font-family: Verdana, Arial, Sans-serif, Helvetica;
    padding-left: 11px;
    width: 240px;
    padding-top: 25px;
    margin: 0px;
}

.iconText, .iconText a
{
    color: #666666;
    text-decoration: none;
    font-weight: bold;
    width: 390px;
    float: right;
    padding-top: 32px;
}

.iconText a
{
    padding-top: 0px;
}
.green, .green:hover
{
    color: #145209;
    text-decoration: none;
}
.blue, .blue:hover
{
    color: #044972;
    text-decoration: none;
}
.red, .red:hover
{
    color: #9c0202;
    text-decoration: none;
}


.greenBlock, .blueBlock, .redBlock
{
    height: 72px;
    width: 255px;
    text-align: left;
    background: url(images/smallBlockBg.gif) repeat-x;
    background-position: bottom;
    border-right: solid 2px #dfdfdf;
}

.greenBlock:hover, .blueBlock:hover, .redBlock:hover
{
    cursor: pointer;
}

div.buttonHeader
{
    font-family: Verdana, Arial, Sans-serif, Helvetica;
    font-weight: bold;
    padding-left: 11px;
    padding: 25px 0px 0px 10px;
    margin: 0px;
    color: #666666;
    float: left;
    font-size: 18px;
    text-decoration: none;
}
div.buttonHeader a
{
    color: #666666;
    text-decoration: none;
}

div.buttonHeader2
{
    font-family: Verdana, Arial, Sans-serif, Helvetica;
    font-weight: bold;
    padding-left: 11px;
    padding: 16px 0px 0px 10px;
    margin: 0px;
    color: #666666;
    float: left;
    font-size: 18px;
    text-decoration: none;
}
div.buttonHeader2 a
{
    color: #666666;
    text-decoration: none;
}

.blueBlock, .redBlock
{
    height: 75px;
}

.separator
{
    border-bottom: solid 2px #e0e0e1;
    padding-top: 15px;
    clear: both;
}

.leftBenefit
{
    float: left;
    width: 175px;
    padding-top: 15px;
    height: 59px;
}

.textBenefit, .textBenefit a
{
    color: #97999c;
    font-family: Verdana, Arial, Sans-serif, Helvetica;
    font-weight: bold;
    font-size: 12px;
    float: left;
}

.compareTop
{
    background: url(images/compareTopBg.gif) no-repeat;
    background-position: bottom;
    width: 257px;
    height: 20px;
}

.compareBottom
{
    background: url(images/compareBottomBg.gif) no-repeat;
    width: 257px;
    height: 9px;
}

.compareContent
{
    background: url(images/compareBg.gif) repeat-y;
    text-align: center;
    width: 257px;
}

.compareTitle, .compareTitle a
{
    font-family: Verdana, Arial, Sans-serif, Helvetica;
    font-size: 18px;
    color: #054c76;
    font-weight: normal;
    padding: 0px;
    margin: 0px;
}
/* === Footer ==========================================================================*/
.footer
{
    float: left;
    padding-top: 25px;
    font-family: Verdana, Arial, Sans-serif, Helvetica;
    font-weight: bold;
    font-size: 12px;
    color: #97999c;
    width: 100%;
    padding-left: 10px;
}

.leftFooter
{
    float: left;
    width: 728px;
}

.rightFooter
{
    float: left;
    width: 267px;
}

.footer li, .footer li a, .footer a
{
    display: inline;
    font-family: Verdana, Arial, Sans-serif, Helvetica;
    font-weight: bold;
    font-size: 12px;
    color: #97999c;
    text-align: right;
}

.phone
{
    font-size: 14px;
    font-weight: bold;
    color: #97999c;
    text-align: right;
    padding: 10px 0;
}

.footerShare
{
    float: right;
}
a.share
{
    background: url(images/share.gif) no-repeat;
    padding-left: 16px;
    font-weight: normal;
    text-decoration: underline;
}

a.arrow
{
    background: url(images/arrow.gif) no-repeat;
    padding-left: 27px;
    font-weight: normal;
    padding-top: 4px;
    padding-bottom: 4px;
    color: #054c76;
    font-size: 12px;
    font-weight: bold;
}

/* === Other ==========================================================================*/
.padd16
{
    height: 16px;
    float: left;
    width: 700px;
    margin: 0px;
}

.paddR15
{
    padding: 0px 15px 0px 0px;
    margin: 0;
}

.paddTop10
{
    padding-top: 7px;
}

.paddTop15
{
    padding-top: 15px;
}

.important
{
    color: #4c4c4e;
}

/******** Imported from old style ************/

.faqtext
{
    color: #454444;
    font-size: 12px;
    line-height: 20px;
}
.faqtext a
{
    color: #024369;
    font-size: 12px;
    line-height: 20px;
    text-decoration: underline;
}
.faqtext a:hover
{
    color: #454444;
    font-size: 12px;
    line-height: 20px;
    text-decoration: underline;
}
.colorhead
{
    color: #024369;
    font-weight: bold;
}
.faqhead
{
    color: #024369;
    font-size: 12px;
    line-height: 25px;
    font-weight: bold;
}
.greytxt
{
    color: #454444;
    font-family: Century Gothic, Arial, Helvetica, sans-serif;
}
.colortxt
{
    color: #024369;
    font-family: Century Gothic, Arial, Helvetica, sans-serif;
}
.colortxt a
{
    color: #024369;
    text-decoration: none;
    font-family: Century Gothic, Arial, Helvetica, sans-serif;
}
.colortxt a:hover
{
    color: #024369;
    text-decoration: underline;
    font-family: Century Gothic, Arial, Helvetica, sans-serif;
}
.whitetxt
{
    color: #ffffff;
}

.redtxt
{
    font-size: 10pt;
    color: #CC0000;
}
a.my_account_menu:link, a.my_account_menu:visited
{
    font-size: 10.5pt;
    color: #014872;
    font-family: Tahoma;
    text-decoration: none;
    padding-left: 4px;
    line-height: 20pt;
    font-weight: normal;
}

a.my_account_menu:hover
{
    font-size: 10.5pt;
    color: #75532e;
    font-family: Tahoma;
    text-decoration: none;
    padding-left: 4px;
    line-height: 20pt;
    font-weight: normal;
}

.my-atccoun-billing
{
    color: #615c5c;
    font-size: 11pt;
    line-height: 20px;
    line-height: 14px;
    font-family: Tahoma;
}
.my-atccoun
{
    color: #555555;
    font-size: 8.5pt;
    line-height: 20px;
    line-height: 14px;
    font-family: Tahoma;
}
a.left_menu:link, a.left_menu:visited
{
    font-size: 14pt;
    color: #014872;
    font-family: Tahoma;
    text-decoration: none;
    padding-left: 9px;
    line-height: 25pt;
    font-weight: normal;
}

a.left_menu:hover
{
    font-size: 14pt;
    color: #75532e;
    font-family: Tahoma;
    text-decoration: none;
    padding-left: 9px;
    line-height: 25pt;
    font-weight: normal;
}

.img
{
    border: 1px solid #a9abae;
}
.whitetxt2
{
    font-size: 13pt;
    color: #ffffff;
}

.bluetxt2
{
    font-size: 13pt;
    color: #025A8E;
}

.bluetxt-header2
{
    font-size: 15pt;
    color: #025A8E;
}
.facebook
{
    /*background: url(  "images/facebook.gif" ) no-repeat scroll 0 0 transparent;
    padding-left: 22px;*/
    margin-right: 18px;
}

.twitter
{
    /*background: url(  "images/twitter.gif" ) no-repeat scroll 0 0 transparent;
    padding-left: 22px;*/
}

