/* CSS Document */
ul {
margin-left: 20px;
}
.ulZero {
margin-left: 0px;
}
/*LEFT CALCULATOR NAVIGATION*/
#calcNavLeft {
list-style-type: none;
width: 104px;
}

#calcNavLeft li {
list-style: none;
font-size: 12px;
font-weight: bold;
color: #FFFFFF;
line-height: 16px;
text-align: left;
width: 100%; /* IE whitespace bug */
}
#calcNavLeft a {
display: block; /* to increase clickable area as a’s
default to inline */
color: #FFFFFF;
padding: 0 8px;
text-decoration: none;

}
#calcNavLeft a {
border: none;
}
#calcNavLeft a:hover {
color: #ffffff;
background-image: url(images/calcsLeftOverBg.png);
}

/*RIGHT CALCULATOR NAVIGATION*/
#calcNavRight {
list-style-type: none;
width: 90px;
}

#calcNavRight li {
list-style: none;
font-size: 12px;
font-weight: bold;
color: #FFFFFF;
line-height: 16px;
text-align: left;
width: 100%; /* IE whitespace bug */
}
#calcNavRight a {
display: block; /* to increase clickable area as a’s
default to inline */
color: #FFFFFF;
text-decoration: none;
padding: 0 8px;
}
#calcNavRight a {
border: none;
}
#calcNavRight a:hover {
color: #ffffff;
background-image: url(images/calcsRightOverBg.gif);
}


a:link { color: #305a95; }
a:visited { color: #305a95; }
a:hover { color: #0b3b8c; }
a:active { color: #305a95; }

.bsbnav { display: inline-block; font-size: 10px; text-decoration: none;}
a.bsbnav:link { color: #305a95; font-size: 10px; display: inline-block; }
a.bsbnav:visited { color: #305a95; font-size: 10px; display: inline-block; }
a.bsbnav:hover { color: #0b3b8c; font-size: 10px; display: inline-block; }
a.bsbnav:active { color: #305a95; font-size: 10px; display: inline-block; }

.calcHeadline {
 font-size: .9em;
 font-weight: bold;
}
.calcMaincopy {
 font-size: .75em;
}
.calcMaincopy2 {
 font-size: .65em;
 line-height: .85em;
}
.calcDisclaimer {
 font-size: .6em;
 font-style: italic;
}
.calcBoxes {
 font-size: .75em;
}
.contentMargin {
 margin-left: 10px;
 margin-right: 10px;
 margin-bottom: 10px;
}
