body {
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#header {
	width: 750px;
	height: 135px;
	background-color: #ffffff;
	color: #FFFFFF;
	margin-left: auto;
	margin-right: auto;
	padding-top: 8px;
	}
	
.logo {
	float: left;
	}		

#body {
	width: 750px;
	color: #000000;
	margin-left: auto;
	margin-right: auto;
	margin-top: 1px;
	background-image: url(../images/leftNav.gif);
	background-repeat: repeat-y;
	position: relative;
	}

.bbbLogo {
	z-index: 10;
	position: absolute;
	width: 140px;
	height: 184px;
	background-image: url(../images/bbb/BBB_logo.png);
	background-repeat: no-repeat;
	left: 0px;
	top: 240px;
	}

.recycle {
	z-index: 10;
	position: absolute;
	width: 140px;
	height: 183px;
	background-image: url(../images/weRecycle.jpg);
	background-repeat: no-repeat;
	left: 0px;
	top: -189px;
	}

#pageBody {
	padding: 0px 0px 0px 14px;
	margin-bottom: 1px;
	overflow: auto;
	width: 594px;
	font-size: 10pt;
	position: relative;
	}
	
a {
	color: #062B69;
	font-weight: bold;
	}

.staffMember {
	margin: 0 0 30px 0;
	}
	
.staffMember p {
	margin: 0 0 10px 0;
	}
	
.staffMember img {
	float: left;
	padding-right: 8px;
	}
	
a img {
	border: none;
	}

a:hover img {
	border: none;
	}

a:hover {
	color: #E97B00;
	font-weight: bold;
	}

/* begin headings styles */
h1 {
	font-size: 18px;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	color: #062B69;
	}

h2 {
	font-size: 16px;
	margin: 0px;
	padding: 0px;
	color: #062B69;
	}

.staffMember h2 {
	clear: left;
	border-bottom: 4px solid #062B69;
	margin-bottom: 6px;
	}
	
h3 {
	font-size: 15px;
	margin: 0px;
	padding: 0px;
	color: #062B69;
}

h4 {
	font-size: 14px;
	margin: 0px;
	padding: 0px;
	color: #062B69;
}
/* end headings styles */

/* begin misc styles */
.left {
	float: left;
	margin: 0px;
	padding: 0px;
	}
.right {
	float: right;
	margin: 0px;
	padding: 0px;
	}
	
.leftList {
	float: left;
	margin: 18px 0px 0px 13px;
	padding: 0px;
	color: #062B69;
	}
	
.rightList {
	float: right;
	margin: 18px 0px 150px 0px;
	padding: 0px;
	color: #062B69;
	}

.banner {
	margin-bottom: 8px;
	}

.reqBanner {
	margin-left: 30px;
	padding-bottom: 10px;
	}

#form {
	color: #062B69;
	font-weight: bold;
	font-size: 9pt;
	}

#form td, #form td {
	color: #062B69;
	}	

#form input, #form textarea, #form select {
	color: #062B69;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border: 1px solid #F37800;
	font-weight: normal;
	font-size: 14px;
	}

ul {
	list-style-image: url(../images/sqaureBullet.gif);
	}

#testimony {	
	margin: 4px 0;
	padding: 0px;
	}
	
#testimony p {
	margin: 0;
	}

#testimony strong{	
	color: #062B69;
	}

#testimony .person {
	width: 140px;
	float: left;
	margin: 4px 16px 12px 0px;
	padding: 3px 0px 0px 7px;;
	border-left: #E97B00 3px solid;
	border-top: #E97B00 2px solid;
	}
	

#lightingBullet {
	list-style-image: url(../images/bullet.gif);
	margin-left: -13px;
	}
	
ul li strong {
	color: #062B69;
	}
	
.error {
	color:#FF0000;
	}
	
.bolder {
	font-weight: bolder;
	color: #FF0000;
	}

.quote {
	font-style: italic;
	color: #062B69;
	}
	
.blue {
	color: #062B69;
	}

.clear {
	clear: both;
	}

.clearRight {
	clear: right;
	float: right;
	}

.maint {
	width: 334px;
	line-height: 18px;
	color: #062B69;
	}

#hide {
	display: none;
	}

/* end misc styles */

/* begin nav styles */
#navcontainer {
	width: 140px;
	float: left;
	font: 90% Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	}

#navcontainer ul {
	width: 141px;
	margin-left: 0px;
	padding-left: 0px;
	list-style-type: none;
	list-style-image: none;
}

#navcontainer li {
	border-bottom: solid 1px #FFFFFF;
	}

#navcontainer a  {
	display: block;
	padding: 3px;
	width: 134px;
	color: #ffffff;
	background-color: #F37800;
	text-decoration: none;
	
}

#navcontainer a:hover, a:active {
	background-color: #062B69;
	width: 134px;
}

#navlist {	
	margin: 0px;
	padding: 0px;
	}
/* end nav styles */
	
/* begin rightBox styles */
.rightBox {
	margin: 6px 0px 4px 6px;
	padding: 5px 5px 8px 5px;
	float: right;
	clear: right;
	width: 170px;
	border: solid 1px #F37800;
	}

.rightBox h4 {
	font-size: 10pt;
	text-align: center;
	margin-bottom: 8px;
	font-weight: 900;
	color: #062B69;
	}
	
.rightBox p{
	font-size: 9pt;
	margin: 5px 0px 0px 14px;
	font-weight: 500;
	padding: 0px;
	letter-spacing: .2ex;
	}

.rightBox p .number{
	font-weight: bold;
	font-weight: 900;
	margin-left: 16px;
	line-height: 18px
	}	

/* end rightBox styles */


/* begin rightBox2 styles */
.rightBox2 {
	float: right;
	margin: 8px 0px 4px 6px;
	}

/* end rightBox2 styles */

#leftBox {
	float: left;
	}

/* begin footer styles */
#footer {
	position: relative;
	width: 750px; 
	background-color: #062B69;
	font-size: 8pt;
	padding-top: 0px;
	padding-bottom: 7px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	margin-left: auto;
	margin-right: auto;
	color: #FFFFFf;
	}

.rightFoot {
	padding: 7px 4px;
	list-style: none;
	margin: 0;
	text-align: center;
	}
	
.footerItem {
	font-weight: bold;
	padding: 0px 15px;
	letter-spacing: 1px;
	display: inline;
	}
	
.fax {
	font-weight: bold;
	letter-spacing: 1px;
	text-align: center;
	margin: 0;
	}

.leftFoot {
	float: left;
	padding: 7px 4px;
	font-weight: bold;
	}

.pp {
	padding: 0 7px 0 7px
	}

.pp a {
	color: #fff;
	}
/* end footer styles */
