.mainMenu
{
	width: 100%;
	height: 68px;
	border-bottom-width:8px;
	background-color:#0082C3;
	border-bottom-style:solid;
	border-bottom-color:LightGray;
}
table.menuBar tr td ul.navlist
{
	text-align:right;
	padding:3px;
	padding-right:72px;
}

div.mainMenu div.cobrand
{
	width:154px;
	height:38px;
	background-image: url(../images/bg_cobrand.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	position:absolute;
	top:14px;
	left:815px;
	text-align: center;
	overflow: hidden;
	padding-top: 12px;
}

div.mainMenu div.cobrandhome
{
	width:154px;
	height:38px;
	background-image: url(../images/bg_cobrand.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	position:absolute;
	top:14px;
	left:605px;
	text-align: center;
	overflow: hidden;
	padding-top: 12px;
}

.menuBar
{
	margin:0px;
	padding:0px;
	color: white;
}

td.menuBar2
{
	height: 10px;
    background-color:#0082C3;
}



.navlist
{
	vertical-align: top;
	text-align: left;
	margin: 0px;
	padding: 0px;
	padding-left: 8px;
}
.navlist li
{
	color: #cbe3f8;
	display: inline;
	padding-right: 2px;
	padding-left: 2px;
	font-size: 12px;
}
.navlist a
{
	padding: 0px;
	margin: 0px;
	text-decoration: none;
}
.navlist a:link, .navlist a:visited
{
	text-decoration: none;
}
.navlist a:hover
{
	text-decoration: underline;
}

ul.navlist li#signed-in
{
	padding-right: 10px;
	border-right: 1px solid #8ec6ec;
	line-height: 18px;
}

ul.navlist li#personalInfo
{
	line-height: 18px;
    padding-left: 10px;
	padding-right: 10px;
	border-right: 1px solid #8ec6ec;
}

ul.navlist li#accountSettings
{
    line-height: 18px;
	padding-left: 10px;
    padding-right: 10px;
	border-right: 1px solid #8ec6ec;
}

ul.navlist li#help
{
    margin-left: 6px;
    padding-left: 14px;
    background-image: url(../images/navlist-help.gif);
    background-repeat: no-repeat;
    background-position: 0 1px;
}


#navbar
{
	list-style: none;
	padding: 0;
	margin: 0;
}
#navbar li
{
	float: left;
	margin: 0;
	padding: 0;
	background: url("../images/navtab_right.png") right top no-repeat;
	width: 123px;
	text-align: center;
}
#navbar a
{
	display: block;
	color: #e5e5e5;
	background: url("../images/navtab_left.png") left top no-repeat;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
	padding: 16px 10px 7px 10px;
}
#navbar #current
{
	background: url("../images/navtab_right_on.png") right top no-repeat;
}
#navbar #current a
{
	background: url("../images/navtab_left_on.png") left top no-repeat;
	color: #000000;
	padding: 14px 10px 9px 10px;
}
#navbar a:hover
{
	text-decoration: underline;
}


.subnav
{
	margin: 0;
	margin-bottom: 24px;
	padding: 0;
	padding-left: 190px;
	height: 27px;
	background: #0082C3;
	font-family: arial;
	font-weight: bold;
	font-size: 12px;
}

#estimatedSavings
{
    position: relative;
    top: 24px;
}

.estimatedSavings
{
	position:absolute;
	left:0px;
	top: 0px;
}

.estimatedSavingsHeader
{		
	position:absolute;
	top: 4px;
	left: 20px;
	font-weight: bold;
	font-family: arial;
	font-size: 10px;
	color:#737373;
}
.estimatedSavingsAmount
{
	position:absolute;
	top: 23px;
	left:7px;
	font-weight: bold;
	font-family: arial;
	font-size: 16px;
	color:#33cc33;
	padding-bottom:0px;
	width:120px;
	text-align: center;
}

.subnavbar
{
	list-style: none;
	margin: 0;
	padding: 0;
}
.subnavbar li
{
	float: left;
	padding: 0;
	margin: 0;
}

.subnavbar a
{
	display: block;
	text-decoration: none;
	color: #fff;
	padding: 11px 10px 2px 10px;
	margin: 0;
}
.subnavbar a:visited
{
	color: #fff;
}
.subnavbar a:hover
{
	text-decoration: underline;
	color: #fff;
}

.subnavbar #currentsub
{
	background: url("../images/subnavtab_right.jpg") right top no-repeat;
}
.subnavbar #currentsub a
{
	background: url("../images/subnavtab_left.jpg") left top no-repeat;
	color: #111;
	border: none;
}




.t3
{
	list-style: none;
	margin: 0;
	padding: 0;
	height: 21px;
}
.t3 li
{
	float: left;
	padding: 0;
	margin: 0;
	background: url("../images/t3_right.jpg") right top no-repeat;
}

.t3 a
{
	display: block;
	text-decoration: none;
	color: #333;
	padding: 4px 10px 2px 10px;
	margin: 0;
	background: url("../images/t3_left.jpg") left top no-repeat;
}
.t3 a:visited
{
	color: #333;
}
.t3 a:hover
{
	text-decoration: underline;
	color: #333;
}

.t3 #currentt3
{
	background: url("../images/t3_right_on.jpg") right top no-repeat;
}
.t3 #currentt3 a
{
	background: url("../images/t3_left_on.jpg") left top no-repeat;
	color: #000;
	font-weight: bold;
}


a.inline-help
{
	background: url("../images/whynot.gif") left top no-repeat;
	font-weight: bold;
	padding: 0px 0px 3px 18px;
}

#tryBetaIDO {
    padding: 1em 2em;
    background-color: aliceblue;
    border: solid 1px cornflowerblue;
    margin: 1em 1em 0.5em 1em;
    border-radius: 0.5em;
    width: 975px;
    box-sizing: border-box;
    position: relative;
}

#tryBetaIDO .dismiss {
    position: absolute;
    right: 10px;
    top: 6px;
    font-size: 16px;
    text-decoration: none;
}
