body {
	background-color: white;
	color: black;
	font: 10px verdana, arial, sans-serif;
	margin: 0px;
	padding: 0px;
}

img.block {
	display: block;
}

form {
	margin: 0px;
	padding: 0px;
}

input {
	font: 10px verdana, arial, sans-serif;
}

input.header {
	vertical-align: bottom;
}

select {
	font: 10px verdana, arial, sans-serif;
}

a {
	color: #255bc7;
}

a:hover {
	color: #183877;
}

a.productsLink {
	font-size: 14px;
	font-weight: bold;
}

ul {
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 2em;
	padding-left: 0em;
	list-style-type: square;
}

ol {
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 2em;
	padding-left: 0em;
	color: #154fc3;
	font-size: 14px;
	font-weight: bold;
}

.olListText {
	font-weight: normal;
	font-size: 11px;
	color: #333333;
}

li.withSpacer {
	margin-bottom: 1em;
}

li.large {
	font-size: 14px;
}

#wrapper {
	width: 795px;
}

#popupWrapper {
	width: 450px;
	margin-left: auto;
	margin-right: auto;
}

.mainContentWrapper {
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 25px;
	margin-right: 15px;
}

.productsContentWrapper {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 7px;
	margin-right: 7px;
}

.sectionTitle {
	padding-bottom: 25px;
	margin-bottom: 10px;
	border-bottom: 1px solid #ababab;
}

.pageTitle {
	padding-bottom: 10px;
}

.productsPageTitle {
	padding-top: 8px;
	padding-bottom: 10px;
}

.headline {
	font-weight: bold;
	font-size: 13px;
}

.headlineBlue {
	font-weight: bold;
	font-size: 14px;
    color: #154fc3;
}

.mainCopy {
	float: left;
	width: 525px;
	margin-left: 20px;
	color: #757575;
	font-size: 11px;
}

.mainCopyFull {
	font-size: 11px;
	color: #333333;
}

.productsCopy {
	float: left;
	width: 590px;
	margin-left: 20px;
	color: #333333;
	font-size: 11px;
}

.agentsCopy {
	float: left;
	width: 520px;
	padding-right: 20px;
	border-right: 1px solid #dcdcdc;
	color: #333333;
	font-size: 11px;
}

.affiliatesCopy {
	float: left;
	width: 510px;
	padding-right: 20px;
	border-right: 1px solid #dcdcdc;
	color: #333333;
	font-size: 11px;
}

.largeColumn {
	width: 98%;
	margin-left: auto;
	margin-right: auto;
}

.productsLogo {
	float: right;
	width: 190px;
	text-align: right;
}

.productsSignUpButton {
	text-align: right;
	padding-right: 60px;
}

.myAccountLoginBox { 
	background: url(../images/myAccountLoginBoxBG.gif) no-repeat;
	width: 226px;
	height: 95px;
	padding-top: 45px;
	padding-left: 20px;
}

.dividerLine {
	padding-top: 15px;
	margin-bottom: 15px;
	border-bottom: 1px solid #e3e3e3;
	margin-left: auto;
	margin-right: auto;
	width: 85%;
}

/* --- HEADER STYLES --- */
#header {
	width: 785px;
}

#headerLeft {
	float: left;
	width: 184px;
}

#headerRight {
	float: right;
	width: 601px;
	background: white url(../images/headerTopBackground.gif) repeat-x;
}

#headerRightTop {
	float: right;
	text-align: right;
}

#headerRightBottom {
	text-align: right;
	padding-right: 30px;
	background: white url(../images/headerRightBottomBG.gif) bottom right no-repeat;
	height: 55px;
}
#headerRightBottomNoImage {
	text-align: right;
	padding-right: 30px;
	background: white bottom right no-repeat;
	height: 55px;
}

.navImageFloat {
	float: left;
}

.headerFormLabel {
	vertical-align: bottom;
}

/* --- SUB NAV STYLES --- */
#subNav {
	background: white url(../images/subNavBackground.gif) repeat-x;
	text-align: left;
	width: 100%;
	clear: both;
}

#subNavBar{
	margin-left: 5px;
}

#subNavRight {
	float: right;
	width: 97px;
}

/* --- LEFT NAV STYLES --- */
.leftNav {
	float: left;
	width: 169px;
	border-right: 1px solid #e3e3e3;
}

.leftNavSpacer {
	height: 12px;
}

.productsNav {
	float: left;
	width: 139px;
	margin-bottom: 15px;
}

.productsNavSpacer {
	height: 5px;
	font: 1px sans-serif;
}


/* --- SECONDARY CONTENT BOX STYLES --- */

#secondaryContentBox {
	background: white url(../images/secondaryContentBoxBG.gif) repeat-x;
	padding-top: 23px;
	padding-left: 4px;
	padding-right: 4px;
	padding-bottom: 20px;
}

.whiteBoxSmall {
	background: url(../images/whiteBoxSmallBG.gif); 
	width: 247px; 
	height: 242px;
}

.whiteBoxSmallPadding {
	padding-left: 7px;
	padding-top: 15px;
}

.whiteBoxLarge {
	background: url(../images/whiteBoxLargeBG.gif); 
	width: 501px; 
	height: 242px;
}

.whiteBoxLargePadding {
	padding-left: 7px;
	padding-top: 15px;
}

.whiteBoxTitle {
	margin-bottom: 10px;
}

/* --- FOOTER STYLES --- */
#footer {
	width: 100%;
	clear: both;
	margin-bottom: 10px;
}

#footerBar {
	border-top: 1px solid #004ebb;
	border-bottom: 1px solid #004ebb;
	padding-left: 10px;
	padding-right: 10px;
}

#footerBarLeft {
	float: left;
	width: 48%;
	text-align: left;
}

#footerBarRight {
	float: right;
	width: 48%;
	text-align: right;
}

#footerLinks {
	color: #898989;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
}

#footerLinksLeft {
	float: left;
	width: 48%;
	text-align: left;
}

#footerLinksRight {
	float: right;
	width: 48%;
	text-align: right;
}

#footerLinks a {
	color: #404144;
	text-decoration: none;
}

#footerLinks a:hover {
	color: #898989;
}

#footerCopyright {
	clear: both;
	color: #898989;
	padding-left: 10px;
}

/* --- MY ACCOUNT NAV STYLES --- */

.myAccountNavColumn {
	float: left;
	width: 199px;
	background-color: #efefef;
}

.myAccountNavColumnPadding {
	padding: 7px;
}

.myAccountNavLevelOne {
	font-weight: bold;
	font-size: 11px;
	padding-top: 2px;
	padding-bottom: 2px;
}

.myAccountNavLevelOne a {
	color: #154fc3;
	text-decoration: none;
}

.myAccountNavLevelOne a:hover {
	color: #164093;
	text-decoration: none;
}

.myAccountNavLevelTwo {
	padding-left: 2px;
	font-size: 11px;
	font-weight: bold;
	padding-top: 2px;
	padding-bottom: 2px;
}

.myAccountNavLevelTwo a {
	color: black;
	text-decoration: none;
}

.myAccountNavLevelTwo .bullet, .link {
	vertical-align: middle;
}

.myAccountNavLevelTwo a:hover {
	color: #6e6e6e;
	text-decoration: none;
}

.myAccountNavLink {
	padding-left: 15px;
	font-size: 10px;
	font-weight: bold;
	padding-top: 1px;
	padding-bottom: 1px;
}

.myAccountNavLink a {
	color: #6e6e6e;
	text-decoration: underline;
}

.myAccountNavLink a:hover {
	color: #a6a6a6;
	text-decoration: underline;
}

.myAccountNavSubLink {
	padding-left: 15px;
	font-size: 10px;
	padding-top: 1px;
	padding-bottom: 1px;
}

.myAccountNavSubLink a {
	color: #154fc3;
	text-decoration: underline;
}

.myAccountNavSubLink a:hover {
	color: #164093;
	text-decoration: underline;
}

.myAccountNavSubLink .bullet, .link {
	vertical-align: middle;
}

.myAccountNavSpacer {
	height: 10px;
}

/* --- */

.faqIcon {
	width: 7%;
	float: left;
}

.faqText {
	width: 93%;
	float: left;
	padding-top: 8px;
}

.faqText strong {
	color: black;
}

/* --- */

.myAccountContentColumn {
	float: right;
	width: 560px;
	color: #6e6e6e;
}

#myAccountInfoBoxWrapper {
	float: right;
	width: 200px;
}

#myAccountInfoBox {
	width: 171px;
	float: right;
	background: transparent url(../images/myAccountInfoBoxBG.gif) repeat-y;
	font-size: 11px;
	color: black;
}

#myAccountInfoBoxInner {
	background: transparent url(../images/myAccountInfoBoxTop.gif) no-repeat;
}

#myAccountInfoBoxPadding {
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 8px;
	padding-bottom: 4px;
}

#myAccountInfoBox strong {
	color: #154fc3;
	font-weight: bold;
	font-size: 11px;
}

.myAccountSortForm {
	float: left;
	width: 400px;
}

.myAccountHelpButton {
	padding-top: 10px;
	text-align: right;
	clear: both;
}

#myAccountTableTopButtons {
	text-align: right;
}

.myAccountDashboardLeft {
	float: left; 
	width: 48%;
}

.myAccountDashboardRight {
	float: right; 
	width: 48%;
}

.myAccountDashboardCopy {
	margin-left: 25px;
}

.myAccountDashboardTitle{
	font: bold 14px verdana, arial, sans-serif;
	color: #154fc3;
	letter-spacing: -1px;
}

.myAccountPageTitle {
	font: 20px verdana, arial, sans-serif;
	color: #154fc3;
	letter-spacing: -1px;
	margin-bottom: 5px;
}

table.myAccountTable {
	width: 100%;
}

table.myAccountTable tr.header th, tr.footer th {
	background-color: #154fc3;
	color: white;
	font-weight: bold;
	font-size: 10px;
	padding: 2px 4px 2px 4px;
	text-align: left;
	border-bottom: 1px solid white;
}

table.myAccountTable th.cornerTL {
	background: #154fc3 url(../images/myAccountTableCornerTL.gif) no-repeat top left;
}

table.myAccountTable th.cornerTR {
	background: #154fc3 url(../images/myAccountTableCornerTR.gif) no-repeat top right;
}

table.myAccountTable th.cornerBL {
	background: #154fc3 url(../images/myAccountTableCornerBL.gif) no-repeat bottom left;
	font: 1px sans-serif;
}

table.myAccountTable th.cornerBR {
	background: #154fc3 url(../images/myAccountTableCornerBR.gif) no-repeat bottom right;
	font: 1px sans-serif;
}

table.myAccountTable tr.odd td {
	color: black;
	background-color: white;
	padding: 2px 4px 2px 4px;
	border-right: 1px solid #efefef;
}

table.myAccountTable tr.even td {
	color: black;
	background-color: #f5f5f5;
	padding: 2px 4px 2px 4px;
	border-right: 1px solid #efefef;
}

table.myAccountTable tr.totals td {
	color: black;
	font-weight: bold;
	background-color: #d7d7d7;
	padding: 2px 4px 2px 4px;
	border-top: 1px solid white;
}

table.myAccountTable tr.footer th {
	border-top: 1px solid white;
}

.grayDivider {
	border-bottom: 1px solid #dddddd;
	clear: both;
	margin-bottom: 10px;
	padding-bottom: 10px;
	font: 1px sans-serif;
}

.breadcrumbs {
	font-size: 11px;
}

.breadcrumbs .active {
	font-weight: bold;
}

.formBlock {
	border-top: 1px solid #9b9b9b;
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
}

.formBlockLabel {
	float: left;
	width: 160px;
	font: bold 10px verdana, arial, sans-serif;
}

.formBlockContents {
	float: left;
	width: 560px;
}

.formBlockLeft {
	float: left;
}

.formBlockRight {
	float: right;
}

.formFieldLabel {
	float: left;
	text-align: right;
	padding-right: 5px;
	padding-top: 2px;
}

.formField {
	float: left;
}

.formField strong {
	color: black;
}

.formContainerSpacer {
	clear: both;
	font: 1px sans-serif;
	height: 3px;
}

.orderProcessSubmit {
	width: 134px; 
	margin-left: auto; 
	margin-right: auto;
	padding-top: 10px;
}

.clear {
	clear: both;
	font: 1px sans-serif;
}

/* --- TEXT SPAN STYLES --- */

.grayText {
	color: #666666;
}

.requiredField {
	color: red;
}

.errorText {
	font-weight: bold;
	color: red;
}

/* --- */

.phoneNumberText {
	padding: 3px;
	margin-left: 15px;
	font-weight: bold;
}

.phoneLinks {
	font-weight: normal;
	color: #999999;
}

.radioAlign {
	vertical-align: middle;
	margin: 0px;
	
}

.phoneNumberFields {
	margin-bottom: 5px;
}

.phoneTypeOptions {
	margin-left:10px;
}

.orderConfirm_leftCol {
	float: left;
	width: 55%;
	margin-left: 15px;
	margin-top: 10px;
	font-size: 11px;
	margin-right: 10px;
}

.orderConfirm_rightCol {
	float: left;
	margin-top: 10px;
	padding-left: 15px;
	border-left: solid 1px #CCCCCC;
	width: 35%;
}
.loginForm {
	margin-right: auto;
	margin-left: auto;
	width: 323px;
	margin-top: 10px;
	margin-bottom: 10px;
	background-image: url(../images/loginBox_bg.gif);
	background-repeat: repeat-x;
	padding: 0px;
}

.loginContent {
	border-right: solid 2px #748CD2;
	border-left: solid 2px #748CD2;
	padding-left: 10px;
	padding-right: 10px;
	margin: 0px;
}

.loginLabel {
	float: left;
	width: 100px;
	text-align: right;
	margin-right: 5px;
	font-weight: bold;
	padding-top: 2px;
}

.loginFields {
	padding-top: 15px;
	padding-bottom: 5px;
}

.loginBox_forgotPasswordLink{
	float:left;
	width:170px;
	font-size:10px;
	text-align:right;
	margin-top: 10px;
	margin-right: 15px;
}

.smallLink{
	font-size:10px;
}

.orderConfirm_header {
	color: #154FC3;
	font-size: 12px;
	font-weight: bold;
}

.orderConfirm_summary {
	font-size: 11px;
	color: #666666;
}

.orderConfirm_summary .header {
	font-weight: bold;
	color: #154FC3;
	margin-top: 8px;
	/*
	border-bottom: solid 1px #cccccc;
	margin-bottom: 2px;
	*/
	padding-bottom: 2px;	
}
.subHeading {
    color: #154fc3;
    font-weight: bold;
	font-size: 12px;
	margin-bottom:5px;
}

/* PRESS RELEASES */

.pressRelease {
	clear:both;
	margin-bottom:3px;
	padding-bottom:3px;
	border-bottom: solid 1px #eeeeee;
	margin-left:10px;
}

.pressRelease .date {
	float: left;
	width: 80px;
}

.pressRelease .articleTitle {
	float: left;
	width: 250px;
}

.pressRelease .publicationTitle {
	float:left;
	width: 175px;
	font-style:italic;
}

/* PRIVACY POLICY */
.privacyList {
	font-size: 11px;
	font-weight: bold;
	list-style-type: upper-roman;
	margin-left: 20px;
	padding-left: 20px;
}
				
.privacyList li{
	padding-top:0px;
	margin-top:0px;
	padding-bottom:0px;
	margin-bottom:3px;
}

/* ----- */
.faqSubNav {
	margin-left: 16px;
}

.faqLogo {
	text-align: right;
}

