.clearFix:after,
#footer:after,
.genHeaderDarkBg:after,
.genContentBox:after,
.genheaderBrightBg:after,
.genheaderLightBg:after,
.contactInfo:after,
.genSubBox:after
 { 
	display: block;
	clear: both;
	content: " ";
}

.clear{
	clear: both;
}

.left{
	float: left;
}
.right{
	float: right;
}
body {
	padding: 0px;
	margin: 0px;
	font-size: 9pt;
	font-family: arial, sans-serif;
	color: #000000;
	background: #FFFFFF url(../Images/Home/page-background-rep.jpg) repeat-x;
	width: 100%;
}

input {
	font-size: 9pt;
	font-family: arial, sans-serif;
}

select  {
	font-size: 9pt;
	font-family: arial, sans-serif;
}

textarea {
	font-size: 9pt;
	font-family: arial, sans-serif;
}

a:link {color: #0000cc;}
a:visited {color: #0000cc;}
a:hover {text-decoration: none; color: #0000cc;}
a:active {text-decoration: none; color: #0000cc;}

a img{
	border: 0px solid red;
}

p.right {
	padding: 0px 8px 0px 0px;
	margin: 0px;
	text-align: right;
}

#base {
	width: 950px;
	display: block;
	position: relative;
	margin: 0px auto;
}
 
#header {
	background-image: url(../Images/Home/dotted-header-bg.jpg);
	background-position: top center;
	background-repeat: no-repeat;
}

#mainNavStrip{
	float: right;
	font-family: "Helvetica-Bold", Helvetica, Arial;
	font-weight: bold;
	color: #fff;
	display: block;
	text-align: right;
	padding: 7px 10px 0px 0px;
}
#mainNavStrip a:link,
#mainNavStrip a:active,
#mainNavStrip a:visited{
	color: #fff;
	font-family: "Helvetica-Bold", Helvetica, Arial;
	font-weight: bold;
	text-decoration: none;
	font-size: 10pt;
	padding: 0px 5px;
	margin: 0px;
}
#mainNavStrip a:hover{
	color: #ffcb00;
	text-decoration: none;
	font-size: 10pt;
}

#mainNavStrip .selected
{
	color: #ffcb00;
	font-family: "Helvetica-Bold", Helvetica, Arial;
	font-weight: bold;
	font-size: 10pt;
	padding: 0px 5px;
	margin: 0px;
}

.subHead{
	color: #fff;
	padding: 15px 0px 5px 15px;
	font-weight: bold;
	width: 950px;
}

.subHead h1{
	color: #ffcb00;
	margin: 0px 0px 10px 0px;
	padding: 0px;
	font-size:16pt;
}
.subHead a:link,
.subHead a:active,
.subHead a:visited
{
	color: #fff;
	padding: 0px 0px 0px 4px;
	text-decoration: none;
}
.subHead a:hover{
	text-decoration: underline;
}

.breadCrumb
{
	color: #FFCB00;
	font-weight: bold;
	padding: 6px 7px 6px 15px;
}

ul.breadCrumb 
{
	margin: 0;
	list-style: none;
}

.breadCrumb li {
	display: inline;
	padding-left: 2px;
}

.seperator
{
	color:#c2c2c2;
	font-size:15px;
}

.breadCrumb a:link,
.breadCrumb a:active,
.breadCrumb a:visited{
	color: #fff;
	text-decoration: none;
}

.breadCrumb a:hover{
	text-decoration: underline;
}

.breadCrumb a.selected{
	color: #FFCB00;
	text-decoration: none;
}

#contentLeft2ColHome{
	width: 695px;
	float: left;
	background-color: #ffffff;
}
#contentLeft2Col{
	width: 675px;
	float: left;
}
.sideBanner{
	margin-bottom: 10px;
}
.sideBannerTop{
	margin-bottom: 5px;
}
#contentRight2Col{
	width: 265px;
	float: right;
}
.genHeaderDarkBg,
.genheaderBrightBg,
.genheaderLightBg{
	font-family: Helvetica, Arial;
	font-weight: bold;
	text-align: left;
	color: #FFFFFF;
	background-repeat: repeat-x;
	border-bottom: 1px solid #fff;
	
}
div.genHeaderDarkBg,
div.genheaderBrightBg,
div.genheaderLightBg{
	display: block;
	clear: both;
	position: relative;
	margin: 0px;
	padding: 6px 10px;
}

.genHeaderDarkBg div, 
.genheaderBrightBg div,
.genheaderLightBg div{
	float: left;
}
.genHeaderDarkBg,
tr.genHeaderDarkBg td 
{
	background-image: url(../Images/bgImages/bg_black_gradient.gif);
	background-color: #000;
}
.genheaderBrightBg,
tr.genHeaderBrightBg td{ 
	background-color: #d91800;
	background-image: url(../Images/bgImages/bg_red_gradient.gif);
}
.genheaderLightBg,
tr.genHeadeLightBg td{  
	background-image: url(../Images/bgImages/bg_gray_gradient.gif);
	background-color: #535353;
}
.genHeaderDarkBg span, 
.genheaderBrightBg span,
.genheaderLightBg span{
	background-color: #aeaeae;
	border: 1px solid #434343;
	padding: 0px 4px;
	margin-right: 5px;
}
.genContentBox{
	background-image: url(../Images/bgImages/genContentBox.gif);
	background-position: top center;
	background-repeat: repeat-x;
	background-color: #fff;
	border: 1px solid #C2C2C2;
}
.genContentSection{
	background-image: url(../Images/bgImages/genContentBox.gif);
	background-position: top center;
	background-repeat: repeat-x;
	background-color: #fff;
}
.genInnerSpace{
	padding: 10px;
}
.genSpaceB{
	margin-bottom: 10px;
}

.genSubBox{
	border-top-width: 1px;
	margin: 15px 0px;
}
.genSubBox h3{
	color: #000;
	font-size: 10pt;
	border-top-width: 4px;
	margin: 0px;
	padding: 10px 0px;
	float: left;
	clear: both;
}
.genSubBox table{
	width: 100%;
}

.pageContent
{
	padding: 20px 30px;
}


#footer {
	margin: 20px 0px 4px 0px;
	padding: 2px 4px 2px 4px;
	border: #999999 1px solid;
	color: #999999;
	font-size: 8pt;
	overflow: auto;
	clear: both;
}

#footerSpacer {
	margin: 0px;
	padding: 0px;
	height: 6px;
	clear: both;
}

#footerLeft {
	float: left;
	text-align: left;
}

#footerRight {
	float: right;
	text-align: right;
}

#footer a:link, #footer a:visited {text-decoration: none; color: #999999;}
#footer a:hover, #footer a:active {text-decoration: none; color: #900E16;}

a.arrowLink,
a.arrowLink:link,
a.arrowLink:active,
a.arrowLink:visited,
a.arrowLink:hover{
	background-image: url(../Images/Icons/smallGrayArrow.gif);
	background-position: left top;
	background-repeat: no-repeat;
	padding-left: 12px;
	color: #3066af;
}

.redListArrow li {
	padding-bottom: 8px;
	margin: 0px;
}
.closed {
	padding-bottom: 6px;
}

.closed a {
	background-repeat: no-repeat;
	background-image: url(../Images/Buttons/plus_button.gif);
	background-position: 0px 2px;
	display: block;
	padding-left: 16px;
	color: #000000;
}

.closed a:visited {color: #000000;}
.closed a:hover {text-decoration: none; }
.closed a:active {color: #000000;}

.faqAnswer {
	margin: 0px;
	padding: 4px 0px 16px 16px;
}

.faqAnswer a {
	background-repeat: no-repeat;
	background-image: url(../Images/Icons/pixel.gif);
	background-position: 0px 0px;
	display: inline;
	padding: 0px;
}

.faqAnswer a:hover {text-decoration: none;}
.faqAnswer a:active  {text-decoration: none;}

.faqAnswer p {
	margin: 0px;
	padding: 10px 0px 0px 0px;
}

#forgotPassword
{
	margin:5px 20px 200px 40px;
}

#forgotPassword h2
{
	color:#0000cc;
	font-weight:bold;
	font-family:Arial;
	font-size:20px;
}

.errorMsg {	font-family: Verdana;	font-size: 8pt;	color:Red;}
.errorMsg ul {margin:5px 0px 10px 25px;}

.box1BgSub {
	background-color: #e3e3e3;
	background-image: url("../Images/Profile/box1-bg.jpg");
	background-position: top center;
	background-repeat: repeat-x;
	padding: 20px;
	margin-bottom: 13px;
}

.box1BgSub h3 {
	margin: 0px;
	padding: 0px 0px 5px 0px;
}

.box1BgSub p {
	margin: 0px;
	padding: 0px;
}

.box1SubContentLeft {
	float: left;
	width: 302px;
}

.box1SubContentRight {
	float: right;
	width: 135px;
}

a.store:link,
a.store:active,
a.store:visited {
	color: #0148a8;
	font-size: 1em;
	font-weight: bold;
	text-decoration: none;
	display: block;
	padding: 10px 0px;
}

a.store:hover {
	text-decoration: underline;
}

.box2Sub thead {
	background-color: #ebebeb;
	background-image: url("../Images/Profile/box2Bg.gif");
	background-position: top center;
	background-repeat: repeat-x;
	margin: 0px;
}

.box2Sub tbody a:link,
.box2Sub tbody a:active,
.box2Sub tbody a:visited {
	color: #da1800;
	text-decoration: none;
	font-weight: bold;
}

.box2Sub tbody a:hover {
	text-decoration: underline;
}

.box2Sub tr td {
	border-bottom: 1px solid #dfdfdf;
}

.box2Sub tbody p {
	margin: 0px;
	padding: 0px;
}

a.watchBttn p {
	color: #fff;
}

a.watchBttn:link,
a.watchBttn:active,
a.watchBttn:visited {
	color: #fff;
	background-image: url("../Images/Profile/watchListBg.jpg");
	background-color: #464646;
	background-position: center top;
	background-repeat: repeat-x;
	padding: 3px 6px;
	display: block;
	text-align: center;
	text-decoration: none;
}

a.watchBttn:hover {
	text-decoration: underline;
}

.contactInfo{
	border-bottom: 1px solid #e3e3e3;
	padding: 10px 0px;
	margin-bottom: 10px;
}
.contactInfo img{
	float: left;
	border: 1px solid #e3e3e3;
}
.contactInfo .details{
	float: right;
	width: 135px;
}
.contactInfo .phone
{
	font-size:11px;
}

a.email:link,
a.email:active,
a.email:visited
{
	background-image: url(../Images/Icons/Email.gif);
	padding: 2px 0px 2px 25px;
	background-repeat: no-repeat;
	color: #0347a4;
	text-decoration: none;
	display: block;
}

a.viewContacts:link,
a.viewContacts:active,
a.viewContacts:visited
{
	background-image: url(../Images/Icons/ViewContacts.gif);
	padding: 2px 0px 2px 25px;
	background-repeat: no-repeat;
	color: #0347a4;
	text-decoration: none;
	display: block;
}

a.hideContacts:link,
a.hideContacts:active,
a.hideContacts:visited
{
	background-image: url(../Images/Icons/HideContacts.gif);
	padding: 2px 0px 2px 25px;
	background-repeat: no-repeat;
	color: #0347a4;
	text-decoration: none;
	display: block;
}


a.email:hover,
a.viewContacts:hover,
a.hideContacts:hover
{
	text-decoration: underline;
}

.legal div.liner
{
	border-top: solid 1px #bcbcbc;
	background-color: #bcbcbc;
	margin: 0px 0px 10px 0px;
	line-height: 0.1em;
}
.legal h4
{
	color:#2b2b2b;
	margin-bottom:2px;
}

#radDropDownItem
{
	font-size:12px;
	font-family:'Trebuchet MS';
	padding-left:1px;
	line-height:22px;
}

#popupToolTip
{
	margin: 15px;
}

#popupToolTip h1
{
	font-weight: bold; 
	font-size: larger;	
	padding: 0px;
	margin: 0px;
}

#popupToolTip img
{
	padding-bottom: 8px;
}

#planPreview
{
	background: #ffffff;
}
#landingContainer 
{
	min-height:200px;
	height:auto !important;
	height:200px;
}

.internalBoxContainer 
{
	border: solid 1px #C7C7C7;
}
.internalBoxContainerMinHeight
{
	min-height:225px;
	height:auto !important;
	height:225px;
}
.internalBoxHeader
{
	border-bottom:solid 1px #B2B2B2; 
	height: 32px;
	background-image: url(../Images/MyAccount/LightGreyBoxBg.gif);
	background-repeat: repeat-x;
}
.internalBoxHeaderText
{
	font-weight: bold;
	font-size: 15px;
	padding-top: 8px;
	text-indent:15px;
}
.blueTitle
{ 
	font-size: 11pt; 
	font-weight: bold; 
	color: #124B90;
}

#Preview
{
	width:850px;
	margin:25px 25px 25px 25px;
}

#Preview .header
{
	background-image: url(../../../Images/Preview/nav-bar-bkgrd.gif);
	background-repeat:repeat-x;
	height: 31px;
	font-size:22px;
	color:#3496be;
	font-weight:bold;
}

#Preview .bottomNav
{
	padding:5px 60px 5px 0px;
	background-color:#5b5b5b;
	color:#c4c4c4;
	font-weight:bold;
	font-size:12px;
	text-align:right;
	text-decoration:none;
}

#Preview .bottomNav .active
{
	color:#ffcb00;
}

#Preview .bottomNav a
{
	padding-left:15px;
	color:#c4c4c4;
	text-decoration:none;
}

#Preview .bottomNav a span
{
	font-style: italic;
}

#Preview .bottomNav a:hover
{
	color:#ffcb00;
}

#Preview .content
{
	padding: 18px 12px 10px 12px;
	border: solid 1px #d2d2d2;
	border-top: none;
	background-image: url(../Images/Preview/bkgrd-yellow-blend.gif);
	background-repeat:repeat-x;
}