﻿@charset "utf-8";
/* CSS Document */
img{
    border:0;
}
#mainwrapper{width:990px;}
#content_2column, #content_2column.fullLeftNav{width:990px; background:url(/images/cssImages/bkg_content_2col_b-wide.png)}
#content_2column #column2 { width:814px; float:left; margin:0 0 0 2px; }
#leftnav li.on{
background:none;
}
#pdWrapper{
    background:url(/images/cssImages/consumer_landing_bkgd.jpg) no-repeat #0055a5;
    height:845px;
    width:814px;
}
#pdProWrapper{
    background:url(/images/cssImages/pro_landing_bkgd.jpg) no-repeat #0055a5;
    height:920px;
    width:814px;
}
#topText{
    color:#404040;
    font-family:Arial, Helvetica, sans-serif;
    font-size:13px;
    position:relative;
    top:170px;
    left: 25px;
    width:795px;
}
#topText ul{
    color:#000;
    font-size:14px;
    font-family:Arial, Helvetica, sans-serif;
}
#topText ul li{
    padding-top:5px;
}
#ddPods{
    float: left; 
    display: inline;
    margin-top:300px;
    width:auto;
    
}
#ddPods #pod1, #ddPods #pod2{
    width:350px;
}
#ddPods #pod1{
    float:left;
    margin-left:125px;
    display:inline;
}
#ddPods #pod2{
    float:right;
    width:320px;
    margin-top:50px;
    margin-right:15px;
    font-size:14px;
    color:#000;
    display:inline;
}
#ddPods #pod2Pro{
    float:right;
    width:310px;
    margin-top:12px;
    margin-right:10px;
    font-size:14px;
    color:#000;
    line-height:22px;
    display:inline;
    padding-left:10px;
}
#pod2Pro h4{
    color:#03203c;
    font-weight:bold;
    font-size:21px;
}
#pod2 ul li{
    padding-top:5px;
}
.blueText{
    color:#0055a5;
    font-weight:bold;
}
.ddCopy{
    color:#454545;
    font-family:Arial, Helvetica, sans-serif;
    font-size:12px;
}
.blueUnderline{
    color:#0055a5;
    text-decoration:underline;
}
/* jQuery Tooltip styles */
.toolTip { /* This is the hook that the jQuery script will use */
    color: #3366FF;
    position: relative; /* This contains the .toolTipWrapper div that is absolutely positioned  */
}
.toolTipWrapper { /* The wrapper holds its insides together */
    width: 238px;
    position: absolute; /* Absolute will make the tooltip float above other content in the page */
    display: none; /* It has to be displayed none so that the jQuery fadein and fadeout functions will work */
    color: #000;
    font-weight: bold;
    font-size: 12px; /* A font size is needed to maintain consistancy */
    background:transparent;
    bottom:25px;
    _top:-135px;
}
