/********** Secondary page styles ****/

/********* left nav ***********/
#leftNav {
	float: left;
	display: inline; /*ie 6 double margin bug*/
	width: 187px;
	margin: 0 13px 0 3px;
	font-family: Arial, Helvetica, san-serif;
}
#leftNav h3 {
	margin:0;
	padding: 0;
	display: inline;
	font-size: 1em;
}
#leftNav ul {
	margin: 0 0 10px 0;
	padding: 0;
}
#leftNav li {
	margin: 0;
	padding: 0 0 0 10px;
	list-style: none;
	background: url(../img/left-nav-bullet.gif) no-repeat left top;
}
#leftNav li.leftNavOn  {
	background: url(../img/left-nav-bullet-on.gif) no-repeat left top;
}
.leftNavOn a{
	color: #932f2f;
	text-decoration: none;
}
#leftNav iframe {
	margin-top: 10px;
}

/********* content ***********/
.callout {
	background: url(../img/callout-lightbulb.gif) no-repeat center left;
	min-height: 16px;
	height: auto!important;
	padding: 1px 0 1px 0;
	height: 16px;
	color: #395c4c;
	font-style: italic;
	
}
.callout p {
	padding-top: 1px;
	padding-left: 30px;
}
.hightlightText1 {
	color: #932f2f;
}
#pageContentBox {
	float: left;
	width: 561px;
	padding: 9px;
	margin-right: 13px;
	background: #f9fbfa;
	border: 1px solid #d2d4bf;
}
#pageContentBox ul {
	margin-bottom:0;
}
#pageContentBox li {
	margin-bottom: 10px;
}
#pageContentBox h2 {
	border: 0;
}
#pageContentBox h3 {
	font-size: 1.2em;
	color: #2d5443;
	margin-bottom: 0;
	font-family: Georgia, serif;
}
.nextLink {
	float: right;
	margin: 0;
	padding: 20px 0 5px 0;
	font-weight: bold;
	line-height: 20px;
}
.bottomRad {
	text-align: center;
	border: 3px double #d2d4bf;
	background: #fff;
}
.bottomRad h3 {
	margin-top: .8em;
	margin-bottom: .8em;
}
.bottomRad p {
	margin-top: .8em;
	margin-bottom: 1em;
}

/*** cross over from original site... calulator inactive buttons ***/

/* Active Button without Width */
.buttonsAnoW {
	font-family: verdana,arial;
	font-size: 13px;
	color: #000099}

/* Active Button 75px */
.buttonsA {
	font-family: verdana,arial;
	font-size: 13px;
	color: #000099;
	width: 75px}

/* Inactive Button 75px */
.buttonsI {
	font-family: verdana,arial;
	font-size: 13px;
	color: #9999cc;
	width: 75px}

/* Active Button 110px */
.buttonsAview {
	font-family: verdana,arial;
	font-size: 13px;
	color: #000099;
	width: 110px}

/* Inactive Button 110px */
.buttonsIview {
	font-family: verdana,arial;
	font-size: 13px;
	color: #9999cc;
	width: 110px}

	
label {
	display: block;
	width: 350px;
	float: left;
	margin-bottom: 20px;
}

label {
	text-align: right;
	width: 75px;
	padding-right: 10px;
	font: bold 11px helvetica;
}
br {
	clear: left;
}

