﻿/* from global.css */
.body {
    background-color: #FFFFFF;
}
.contentWrapper {
	width: 778px;
	margin: 0 auto;
	margin-top: 30px; /*hack for IE7*/
	clear: both;
	border: solid 0px green;
}
.sectionHdr {
    float: left;
    padding-top: 15px;
    width: auto;
    white-space: nowrap;
    height: 62px;
    font-weight: normal;
    font-size: 24px;
    font-family: helvetica,arial,sans-serif;
    color: #333333;
}
.pageHdr {
    text-align: left;
    font: 24px helvetica,arial,san-serif;
    color: #333333;
    line-height: 22px;
    padding-bottom: 15px;
}

.pageSubHdr
{
    text-align: left;
    font: 18px helvetica,arial,san-serif;
    color: #333333;
    line-height: 18px;
    padding-bottom: 10px;
    margin-left: 5px;
}
.pageWrapper {
    width: 100%;
    height: auto;
    margin: 0 auto;
    text-align: center;
}

.paraHdrBlue
{
	font: 16px helvetica,arial,san-serif;
    text-align: left;
	padding-bottom: 4px;
    color: #0099CC;
    line-height: 15px;
}
.paraHdrGreen
{
	font: 16px helvetica,arial,san-serif;
    text-align: left;
	padding-bottom: 0px;
    color: #33CC00;
    line-height: 15px;
}

#logo {
    width: 289px;
    height: 86px;
    margin: 0 auto;
}
.navWrapper {
    width: 800px;
    height: 34px;
    margin: 0 auto;
}
.gNavBar {
    clear: both;
    width: auto;
    margin: 0 auto;
}
.navButton {
    float: left;
    margin-right: 26px;
    text-align: center;
    margin-bottom: 10px;
}
.navButton a {
    font: bold 14px helvetica,arial,sans-serif;
    color:#777777;
    line-height: 29px;
}
.footerWrapper {
    margin-top: 20px;
    font: bold 14px helvetica,arial,sans-serif;
    color: #000000;
    overflow: hidden;
    width: 778px;
    margin: 0 auto;
    clear: both;
}
.ftrNavWrapper {
    width: 760px;
    margin: 0 auto;
    text-align: center;
}

.ftrNavWrapper a {
    font: bold 14px helvetica, arial, sans-serif;
    color: #666666;
    text-decoration: none;
}

.ftrNavWrapper a:link {
    text-decoration: none;
}

.ftrNavWrapper a:hover {
    color: #666666;
    text-decoration: none;
}

.ftrNavWrapper a:visited {
    font: bold 14px helvetica, arial, sans-serif;
    color: #666666;
    text-decoration: none;
}

.ftrNavSeparator {
    color: #666666;
    padding-left: 5px;
    padding-right: 5px;
}
.legalWrapper {
    width: 700px;
    margin: 0 auto;
    margin-top: 10px;
    text-align: center;
}
.legalTxt {
    font: 11px helvetica, arial, sans-serif;
    color: #666666;
    text-align: center;
}        
.hrule {
	margin: 0 auto;
	clear: both;
	width: 778px;
	border-top: solid 1px #B2B2B2;
	padding-bottom: 10px;
}
.vrule {
	float: left;
	margin-top: 0px;
	margin-right: 25px;
	margin-left: 15px;
	margin-bottom: 0px;
	width: 1px;
	background-color: #B2B2B2;
}

.subNavBgWrapper {
	clear: both;
	width: 100%;
	height: 48px;
	text-align: center;
	margin-bottom: 0px;
	border: solid 0px red;
}
.subNavWrapper {
	clear: both;
	width: 778px;
	height: 48px;
	margin: 0 auto;
	border: solid 0px blue;
}
.subNavButton {
	float: left;
	height: 48px;
	padding-top: 25px;
	margin-left: 30px;
	font: bold 14px helvetica,arial,sans-serif;
	color: #000000;
	border: solid 0px green;
}

.errMsgText {
    font: 12px arial,helvetica,sans-serif;
    color: #D30E35;
}
.successMsgText {
	font: 12px arial,helvetica,sans-serif;
	color: green;
}

/* Do these overrides last */
#gNavAccount {
    margin-right: 5px;
    padding-left: 15px;
}
#gNavStore {
     margin-right: 0px;
    padding-left: 2px;
}
