/* CSS Document */
/* HomeBanc N.A. - cu1052 */

* { margin: 0; padding: 0; }

img { border: none; }
p { margin-top: 0.6em; margin-bottom: 1.4em; } 
:focus { -moz-outline-style:none; }
.clearall { clear: both; }
a { color: #000000; font-family: Arial, Helvetica, sans-serif; font-size: 1.0em; text-decoration: none; outline: none; }
a:link	  { color: #000000; font-size: 1.0em; text-decoration: none; outline: none; }
a:visited { color: #005085; font-size: 1.0em; text-decoration: none; outline: none; }
a:hover	  { color: #34b5f2; font-size: 1.0em; text-decoration: underline; outline: none; }
a:active  { color: #0069a1; font-size: 1.0em; text-decoration: none; outline: none; } /* get rid of those system borders being generated for A tags */
		
body {
	margin: 3px 0px 0px 0px;
	_margin: 0px 0px 0px 0px;
	font-family: verdana,Arial,Helvetica,sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #000000;			/* gray */
	line-height: 16px;
	text-align: center; 	/* this centers the container in IE 5+ browsers. The text is then set to the left aligned default in the #container selector */
	background: #9c9c9c url(images/mainBkgd.png) repeat-x bottom center; 	
}
#containBox #wrapper {
	margin: 0px auto; 		/* the auto margins (in conjunction with a width) center the page */
	padding: 0px 0px 0px 0px;
	width: 1026px;  			/* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	height: auto;
	text-align: left; 		/* this overrides the text-align: center on the body element. */
}
#innerWrapper { 
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 1026px;
}
#header {
	float: left;
	position: relative;
	top: 0px;
	left: 0px;
	width: 1024px;
	height: 149px;
}

.headerLogo {
	float: left;
	position: relative;
	top: 0px;
	left: 0px;
}
.fltLeft {
	float: left;
	position: relative;
	top: 0px;
	left: 0px;
}
.dateAbs {
	float: left;
	position: absolute;
	top: 6px;
	left: 14px;
}
.date {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
}
#searchBox {
	float: left;
	position: relative;
	top: 0px;
	left: 0px;
	width: 553px;
	height: 36px;
	background: url(images/homeBancHeader_03.png) no-repeat;
}
.searchText {
	float: left;
	position: relative;
	top: 2px;
	left: 316px;
	width: 138px;
	height: 22px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #000000;
	border: none;
	background-color: transparent;
}

.bodycontent {
	margin: 0px;
	padding: 5px 5px 5px 5px;
	background-color: #ffffff;
	width: 769px;
	height: auto;

}
.boxes {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-top: 2px;
	color: #000000;
}
.pagename {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	font-style: italic;
	color: #C4112F;
	padding-left: 5px;
}
.leftcolumn {
	background-image: url(images/gradient.gif);
  	background-repeat: no-repeat;
	background-position: bottom;
}
.hpContent {
	float: left;
	position: relative;
	top: 0px;
	left: 0px;
	background-color: #ffffff;
	width: 789px;
}
.stretch {
	background: #eeeeee url(images/navigationstretch.gif);
  	background-repeat: repeat-y;
	background-position: center;
}
a:link { color: #C4112F; }
a:visited { color: #BDBDBE; }
a:hover { color: #C7C7C9; }
a:active { color: #C7C7C9; }
 
.footerBSB{
	float: left;
	position: relative;
	top: 0px;
	left: 0px;
	width: 1024px;
	text-align: center;
	background-color: #ffffff;
}

.footer{
	float: left;
	position: relative;
	top: 0px;
	left: 0px;
	padding: 5px;
	width: 1024px;
	background-color: #ffffff;
}

.bsbnav, .bsbnav a { color: #000000; display: inline-block; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 0.8em; text-decoration: none;}
.bsbnav a:link, a.bsbnav:link { color: #C4112F; font-size: 0.8em; display: inline-block; }
.bsbnav a:visited, a.bsbnav:visited { color: #BDBDBE; font-size: 0.8em; display: inline-block; }
.bsbnav a:hover, a.bsbnav:hover { color: #C7C7C9; font-size: 0.8em; display: inline-block; }
.bsbnav a:active, a.bsbnav:active { color: #C7C7C9; font-size: 0.8em; display: inline-block; }

ul {padding-bottom: 1.6em;}
ul li {
	margin: 0px 0px 0px 30px;
	list-style-type: disc;
	list-style-position: outside;
	line-height: 1.3em;
	color: #000000;
}
ol {padding-bottom: 1.6em;}
ol li {
	margin: 0px 0px 0px 30px;
	list-style-type: decimal;
	list-style-position: outside;
	line-height: 1.3em;
	color: #000000;
}
.calcHeadline {
	font-size: 1em;
	font-weight: bold;
}
.calcMaincopy {
	font-size: .9em;
}
.calcDisclaimer {
	font-size: .6em;
	font-style: italic;
}
.calcBoxes {
	font-size: .9em;
}



