/* CSS Document */
body {
	margin: 0;
	padding: 0;
	background: #fff url(../images/headerA.gif) repeat-x top left;
	font-size: 80%;
	font-family: Arial, Helvetica, sans-serif;
}

p, ul, dl, th, tbody {
	color: #072A5E;
	font-size: 1.1em;
}

tbody {
	font-size: 14px;
	vertical-align: top;
}

a {
	color: #4A6BA9;
}

a:hover {
	text-decoration: none;
}

.hide {
	display: none;
}

/* HEADER */
#header {
	background: url(../images/headerB.jpg) no-repeat top right;
	height: 125px;
}

.butteCounty {
	position: absolute;
	top: 1px;
	left: 20px;	
	background: url(../images/ButteCounty.gif) no-repeat top left;
	width: 144px;
	height: 20px;
}
.bipLogo {
	position: absolute;
	top: 25px;
	left: 15px;
	background: url(../images/BIPlogo.jpg) no-repeat top left;
	width: 176px;
	height: 100px;
}
.bipTitle {
	position: absolute;
	top: 40px;
	left: 200px;
	background: url(../images/bipTitle.gif) no-repeat top left;
	width: 387px;
	height: 60px;
}


/* NAVI */
#navi {
	padding: 2px 0 0 25px;
	height: 27px;
	background: #121260;
}

#navi a {
	float: left;
	padding: 2px 10px;
	margin-right: 8px;
	border: 1px solid #fff;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}

#navi a:hover {
	background: #FFF;
	color: #F50003;
}

#navi a.current {
	padding: 2px 8px 13px 8px;
	background: #fff;
	color: #F50003;
}

/* FOOTER */
#footerHome {
	position: absolute;
	top: 650px;
	width: 94%;
	height: 30px;
	border-top: 1px solid #072A5E;
	margin: 0 2%;
	padding: 5px 0 10px 10px;
	font-size: 0.9em;
	line-height: 1.2em;
}

#footer {
	width: 94%;
	height: 30px;
	border-top: 1px solid #072A5E;
	margin: 15px 2%;
	padding: 5px 0 10px 10px;
	font-size: 0.9em;
	line-height: 1.2em;
}

#footerHome a, #footer a {
	color: #072A5E;
	text-decoration: none;
}

#footerHome a:hover, #footer a:hover {
	text-decoration: underline;
}


/* HOME */
.collateral {
	position: absolute;
	top: 175px;
	left: 240px;
	z-index: 1;
	background: url(../images/collateral.jpg) no-repeat top left;
	width: 554px;
	height: 375px;
}
.blueprintSuccess {
	position: absolute;
	top: 170px;
	left: 25px;
	z-index: 2;
	background: url(../images/blueprintSuccess.gif) no-repeat top left;
	width: 260px;
	height: 118px;
}

#contentHome {
	position: absolute;
	top: 270px;
	left: 35px;
	z-index: 3;
	width: 230px;
}

#contentHome p {
	font-size: 18px;
	line-height: 22px;
}



/* CONTENT  */

#content {
	margin: 0 0 40px 30px;
	width: 650px;
}

#content h2 {
	background: url(../images/h2Arrow.gif) no-repeat bottom left;
	width: 650px;
	height: 30px;
	margin-left: -2px;
	text-indent: 2px;
	color: #F50003;
}

#content h3 {
	font-size: 16px;
	color: #F50003;
}

li {
	margin-top: 3px;
}

dl, dt {
	margin: 0;
}

dt {
	font-weight: bold;
	margin-top: 10px;
}

dd {
	margin: 5px 0 5px 15px;
}

.red {
	color: #F50003;
}

.bold {
	font-weight: bold;
}

.smaller {
	font-size: 0.9em;
}

.deco1 {
	font-size: 0.9em;
	color: #666;
}

table.form, table.formLast {
	margin-bottom: 10px;
	padding-bottom: 10px;
	width: 550px;
	border: none;
	border-bottom: 1px solid #072A5E;
}

table.formLast {
	border: none;
}

p.indent {
	margin-left: 35px;
	text-indent: -10px;
	font-size: 14px;
}


