/* Base Styles for All Pages */
body {
	margin: 0;
	padding: 0;
	background: #FFFFFF;
	text-align: center;
	font-size: 13px;
}
body, table, tr, th, td, ul, li, h1, h2, h3, h4, h5, h6, p, dt, dd {
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
a {
	color: #0066CC;
	text-decoration: underline;
}
a:visited {
	color: #0099FF;
	text-decoration: underline; 
}
a:hover { 
	color: #94BA49;
	text-decoration: none;
}
a:active { 
	color: #94BA49;
	text-decoration: none;
}
#bodyWrapper {
	width: 770px;
	margin: auto;
	padding: auto;
	text-align: left;
	background: #FFFFFF;
	position: relative;
}
/* Header
----------------------------------------------- */
#header {
	background: #FFFFFF url(/newImages/headerBackground.gif) repeat-x left top;
	border: 1px solid #A3E6FF;
	margin: 0 0 3px 0;
	padding: 12px 0 0 15px;
	text-align: right;
}
#header #logo {
	float: left;
	text-align: left;
}
#header #headerLinks ul#otherLinks {
	margin: 0 105px 0 0;
	padding: 0;
	position:relative;
}
#header #headerLinks ul#otherLinks li {
	font-size: 80%;
	background-image: url(/newImages/greenBullet.gif);
	background-repeat: no-repeat;
	background-position: .2em .5em;
	padding: 0 0 0 1em;
	display: inline;
}
#header #headerLinks ul#otherLinks li#first {
	background-image: none;
}
#header #headerLinks ul#socialBadgesTop {
	margin: -20px 0 0 0;
	padding: 3px 0;
	width: 95px;
	float: right;
	text-align: center;
}
#header #headerLinks ul#socialBadgesTop li {
	background-image: none;
	margin: 0;
	padding: 0;
	display: inline;
}
#header #headerLinks ul#socialBadgesTop img{
	margin-left: 0;
	padding: 1px;
}
#header form {
	clear: right;
	margin: 0;
	padding: 5px 0 10px 0;
}
#header form input {
	font-size: 100%;
	margin: 0;
	padding: 0 8px 2px 9px;
}
#header form input.search {
	vertical-align: middle;
	padding-bottom: 2px;
}
#skipNav {
	position: absolute;
	left: -9000px; 
	top: 0;
	z-index: 20;
}
#skipNav a:focus, #skipNav a:active {
	color: #FFFFFF;
	text-decoration: underline;
	background: #0066CC;
	font-size: 110%;
	font-weight: bold;
	display: block;
	padding: 5px;
	width: 13em;
	text-align: center;
	position: absolute;
	left: 9260px;
}
#contentAnchor {
	position: absolute;
}
#contentAnchor a {
	text-decoration: none;
	height: 0;
}
/* Primary Navigation 
----------------------------------------------- */
#primaryNav {
	clear: both;
	background: #0073D0 url(/newImages/primaryNavBackground.gif) repeat-x bottom left;
	width: 100%;
	float: left;
}
#primaryNav ul {
	padding: 0 0 0 12px;
	margin: 0;
}
#primaryNav ul li {
	display: inline;
}
#primaryNav a {
	display: block;
	border-right: 1px solid #4C9CDE;	
	float: left;	
	margin: 0;	
	padding: 5px 15px;	
	font-size: 100%;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
#primaryNav a.first {
	margin-left: 13px;
	border-left: 1px solid #4C9CDE;
}
#primaryNav a:hover {
	background-color: #DAF89F;
	color: #0066CC;
}
#primaryNav a.onPage {
	background-color: #DAF89F;
	color: #0066CC;
}
#crumbs {
	font-size: 85%;
	color: #666666;
	margin: 0;
	padding: 10px 0;
	float: left;
}
#signedIn {
	font-size: 85%;
	color: #666666;
	margin: 0;
	padding: 10px 0 8px 0;
	float: right;
}
#signedIn #customerName {
	font-weight: bold;
}
#signedIn img {
	vertical-align: middle;
}
/* Main Content 
----------------------------------------------- */
#contentWrapper {
	clear: both;
	width: 100%;	
	margin: 0;
	padding: 0;
}
#contentWrapper #content {
	line-height: 1.2em;
}
#contentWrapper #content h1 {
	color: #94BA49;
	font-size: 150%;
	line-height: 1.2em;
	margin-top: 0;
}
#contentWrapper #content h2 {
	color: #0066CC;
	font-size: 120%;
	line-height: 1.2em;	
}
#contentWrapper #content h3 {
	color: #0066CC;
	font-size: 110%;
	line-height: 1.2em;	
}
#contentWrapper #content ul {
	list-style-type: none;
	margin-left: 0;
	padding-left: 20px;
}
#contentWrapper #content ul li {
	background-image: url(/newImages/greenBullet.gif);
	background-repeat: no-repeat;
	background-position: .2em .5em;
	padding: 0 0 0 1em;
}
#contentWrapper #content ol li {
	background-image: none;
	padding: 0;
}
#contentWrapper #content ol ul li {
	background-image: url(/newImages/greenBullet.gif);
	background-repeat: no-repeat;
	background-position: .2em .5em;
	padding: 0 0 0 1em;
}
#contentWrapper #content .calloutBox {
	border: 1px solid #0073D0;
	padding: 0 7px;
}
#contentWrapper #content .calloutBox h2 {
	font-size: 100%;
	text-transform: uppercase;
	margin: .5em 0;
}
#contentWrapper #content .calloutBox h3 {
	font-size: 100%;
	text-transform: uppercase;
	margin: .5em 0;
}
/* Footer
----------------------------------------------- */
#footer {
	clear: both;
	background: #FFFFFF url(/newImages/footerBackground.gif) repeat-x top left;
	margin: 3px 0 0 0;
	padding: 1.5em 0 0 0;
	font-size: 80%;
}
#footer ul {
	margin: 0;
	padding: 0;
	text-align: center;
}
#footer ul li {
	background-image: url(/newImages/greenBullet.gif);
	background-repeat: no-repeat;
	background-position: .2em .5em;
	padding: 0 0 0 1em;
	display: inline;
}
#footer ul li#first {
	background-image: none;
	padding: 0;
}
#footer #copy {
	clear: both;
	text-align: center;
	margin: 1em 0;
	font-size: 90%;
}

/* Generic Classes
----------------------------------------------- */
.bigText {
	font-size: 120%;
}
.smallText {
	font-size: 90%;
}
.spacer {
	clear: both;
}
.note {
	font-size: 85%;
	line-height: 1.2em;
}
.disclaimer {
	font-size: 80%;
	line-height: 1.2em;
}
.upper {
	text-transform: uppercase;
}
table th {
	background: #009BDA;
	color: #FFFFFF;
	vertical-align: bottom;
	text-align: left;
}
table th.side {
	background: #DAF89F;
	color: #000000;
	vertical-align: top;
	text-align: left;
}
table th.side_Even {
	background: #9bcb3f;
	color: #000000;
	vertical-align: top;
	text-align: left;
}	
table td {
	vertical-align: top;
	text-align: left;
}
.evenRow {
	background-color: #DEF3FB;
}
.oddRow {
	background-color: #DEF3FB;
}
.exitLink {
	padding-left: 15px;
	background: transparent url("/newImages/exitIcon.gif") no-repeat center left;
}
.pdfLink {
	padding-left: 15px;
	background: transparent url("/newImages/pdfIcon.gif") no-repeat center left;
}
.highlightImg {
	text-align: center;
}
.highlightImg img {
	padding: 5px 0;
}
.center {
	text-align: center;
}
.formbutton {
	background: #009BDA;
	color:#FFFFFF;
}
.faq li {
	margin-bottom: .5em;
}
dl dt {
	font-weight: bold;
}
dl dd {
	line-height: 1.2em;
}
.rightAlignBox {
	width: 210px;
	float: right;
	font-size: 85%;
	background-color: #def3fb;
	/*border: solid 2px #0066CC;*/
	margin-left: 10px;
	margin-bottom: 10px;
}

.rightAlignBox h2 {
	font-size: 120%;
	text-transform: uppercase;
	color: #0066CC;
	margin: 0;
	padding: .5em 5px .1em 5px;
}
.rightAlignBox p { 
	margin: .5em 0;
	line-height: 1.3em;
	padding: 0 5px;
}
.rightAlignBox ul {
	padding: 0 5px;
	margin: .5em 0;
	list-style-type: none;
}
.rightAlignBox ul li {
	background-image: url(/newImages/greenBullet.gif);
	background-repeat: no-repeat;
	background-position: .2em .5em;
	padding: 0 0 .2em 1em;
}
.blueText {color: #0093d0}
.standardButton {
	font-weight: normal; 
	background: #009BDA;
	color:#FFFFFF;
}

/* Preferred Blue Accounts Styles
----------------------------------------------- */
/* Tax Styles */
.p_example {
	background: #DEF3FB;
	padding: 3px;
}
.p_tax {
	width: 99%;
}
.p_tax th {
	background: #009BDA;
	color: #FFFFFF;
	vertical-align: bottom;
}
.p_tax td {
	vertical-align: bottom;
}
.p_tax .p_heading {
	text-align: left;
}
.p_tax .p_money {
	text-align: right;
}
.p_tax .p_total {
	text-align: right;
	border-top: 1px solid #000000;
	background: #DEF3FB;
}
.p_tax .p_totalheading {
	text-align: left;
	background: #DEF3FB;
}
.p_asterisk {
	font-size: 85%;
}
/* Tax Calculator Styles */
.p_savingsCalc {
	border-top: 1px solid #ACACAC;
	border-left: 1px solid #ACACAC;
}
.p_savingsCalc td {
	border-bottom: 1px solid #ACACAC;
	border-right: 1px solid #ACACAC;
	white-space: nowrap;
}
.p_error {
	color: #FF6600;
	font-weight: bold;
}

/* Popup pages linked from other sites Styles
----------------------------------------------- */
#popupheader {
	background: #fff;
	margin: 0 0 10px 0;
	padding: 10px;
	text-align: left;
	border-bottom: 9px solid #0073D0;
}

