/* CSS stylesheets for BPI website*/


body {font-family: Georgia, "Times New Roman", Times, serif; font-size:0.9em;}
h1 {
	font-size:1.7em;
	color:#0066CC;
	text-align: left;
}
h2 {
	font-size:1.3em;
	color:#06C;
}
h3 {
	font-size: 1.1em;
	color:#CC0000;
	clear: none;
}
h4 {font-size: 1em; color:#000099;}
#navigation {
	padding: 0.65em;
	margin: 0 0.65em 0 0.65em;
	text-align:left;
}
#rightbox {padding: 0.65em; margin: 0 0.65em 0 0;}
.img-right {
	float:right;
	border: thin solid #000000;
	width: 105px;
	margin-top: 0;
	margin-bottom: 10px;
	margin-left: 10px;
}

.homenav {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 0.9em;}
.lessLead {font-family: Verdana, Arial, Helvetica, sans-serif; margin-top: -0.5em; font-size: 0.9em;}
/*less lead locations is for the two office locations to be slightly indented more than the remaining menu list*/
.lessLead_locations {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-top: -0.5em;
	font-size: 0.9em;
	margin-left: .3em;
}
.xlarge {font-size: 2.0em;}
.rustred {
	color:#660000;
	text-align: left;
}
.darkblue {color:#0000CC;}
.brightred {color: #CC0000;}
.big_blue_font {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: bold;
	color: #000066;
}
#rightbox .img-right img {
	width: 100%;
}
.sub_title {
	font-size: 1em;
	color: #003366;
	margin-top: 0px;
	clip: rect(auto,auto,auto,auto);
	position: relative;
	bottom: 2px;
	font-weight: bold;
	margin-bottom: 0px;
}
.center {
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}

