html, body {
	margin: 0;
	padding: 0;
	
}



p-old {
font-size: 100%;
padding-top: 0pt;
padding-right: 0pt;
padding-bottom: 0pt;
padding-left: 0pt;
margin-top: 0pt;
margin-right: 0pt;
margin-bottom: 0pt;
margin-left: 0pt;
}



table {
	margin:0 auto;
}


.hidden {
	display: none;
}


body {
	font-family: arial, helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	background: #000000;
}

h1, h2, h3, h4, h5, h6 {
	font-family: arial, helvetica, sans-serif;
	color: #FFFFFF;
        

}


.caption {
	font-size: 12px;
	margin-bottom: .8em;
	}



#page-container {

	width: 813px; 
	margin-left: auto;
	margin-right: auto;

	}

#content-container {

	background: #FFFFFF;
	
	}



#textcontainer {
	padding: 5px 100px 20px 100px;
	margin: auto;
	background: #777777;
}

#navcontainer ul {
	padding: .2em 0;
	list-style-type: none;
	color: #FFF;
	width: 100%;
	font-family: arial, helvetica, sans-serif;
	text-align: center;
	vertical-align: middle;
	word-spacing: 2px;
	height: 25px;
	margin: 10px 0 20px 0;
	border-bottom: 1px solid #555555;
}

li.nav { 
	display: inline;
}

li.nav a {
	text-decoration: none;
	background-color: #000000;
	color: #FFF;
	padding: .2em 1em;
}

li.nav a:hover {
	background-color: #777777;
	color: #fff;
}


#header {
	height: 83px;
	background: #000000 url(../images/bplogo.gif);
	background-repeat: no-repeat;	
	background-position: center bottom;
	border-bottom: 1px solid #555555;
	margin: 0 0 0px 0;
	
	

}


#picture-text-box {
	margin-top: 20px;
	border: 1px solid #000000;
	padding: 10px;
}

.gray-rule {
	border-bottom: 1px solid #555555;
	margin: 0 0 20px 0;
	}


.testimonial-box {
	margin: 0px 100px 0px 100px;
	background: #555555;
	border-bottom: 1px dotted #777777;
        padding:1em 0px 1em 1em;
	}


.testimonial-box p {
       width: 220px;
       float: left; 
       margin: 0px 0px 0px 0px;
       }

.testimonial-box img {
	padding:2px;
	border: none;
	background:white;
	float:right;
	margin-right: 1em;
	margin-left:.8em;
        }
	
.clearer {
	clear: both;
	}


#left-cell {
	width: 340px;
	float: left;
	}

#picture-left {
	border: 2px solid white;
	float: left;
	margin-right: 5px;
	margin-bottom: 15px;
}



#center-container {
	
	float: left;
	margin: 0 5px 0 5px;

}


#picture-center {
	
	border: 2px solid white;
}

#picture-right {
	border: 2px solid white;
	float: right;
	margin-left: 5px; 
	margin-bottom: 15px;
}



#text-center {
	font-size: 18px;
	
	text-align: center;
	padding: 20px 0 20px 0;
	
}

#text-center-small {
	background: black;
	font-size: 14px;
	text-align: center;
	padding: 25px 80px 30px 80px;
}

#text-right {
	font-size: 19px;
	text-align: left;
	padding: 25px 30px 30px 30px;
	
}


#text-left {
	font-size: 19px;
	text-align: left;
	padding: 150px 0px 0px 30px;
	margin: auto;
	
}











#footer {
	clear: both;
	background: black;
	height: 66px;
	margin-top: 10px;
	border-top: 1px solid #555555;
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
	color: #777777;
	text-align: center;
	padding: 5px 5px 5px 5px;

}


#footer a:link {color: #999999}     /* unvisited link */
#footer a:visited {color: #999999}  /* visited link */
#footer a:hover {color: #555555}   /* mouse over link */
#footer a:active {color: #555555}   /* selected link */




img.threepxborder {
	
	border: none; 
	padding: 3px; 
	background:white;
	display: block;
	margin-left: auto;
        margin-right: auto;
	
}


img.threepxborder-black {
	
	border: 3px solid black;

	
}


.image
{
margin-bottom: 1px;
border: 1px solid black;

}


#image-white-border {
	border-style:outset;
	border-color: white;
	border-width:1px;
      }





p.image-caption
{
font-size: 11px;
margin-top: -2px;
margin-right: 0pt;
margin-bottom: 5px;
margin-left: 0pt;
}

.postBody p
{
margin-bottom: 15px;
}


.image-div .caption
{
}



.image-div
{
font-family: verdana;
font-style: normal;
font-variant: normal;
font-weight: normal;
font-size: 80%;
line-height: normal;
font-size-adjust: none;
font-stretch: normal;
color: #000000;
margin-top: 10px;
margin-right: 0pt;
margin-bottom: 20px;
margin-left: 0pt;
}

.image-div.float-right
{
float: right;
margin-top: 0pt;
margin-right: 0pt;
margin-bottom: 5px;
margin-left: 5px;
}

.image-div.float-left
{
float: left;
margin-top: 0pt;
margin-right: 5px;
margin-bottom: 5px;
margin-left: 0pt;
}




img.right {
	padding:2px;
	background:white;
	float:left;
	margin-right: 15px;
	margin-bottom:15px;
}


.table-center {
	text-align:center;
}


.noborder {
border: none;
}


.table-center a:link {color: #FFFFFF}     /* unvisited link */
.table-center a:visited {color: #FFFFFF}  /* visited link */
.table-center a:hover {color: #555555}   /* mouse over link */
.table-center a:active {color: #555555}   /* selected link */


.mylink a:link {color: #FFFFFF}     /* unvisited link */
.mylink a:visited {color: #FFFFFF}  /* visited link */
.mylink a:hover {color: #555555}   /* mouse over link */
.mylink a:active {color: #555555}   /* selected link */

.mylink-black a:link {color: #000000}     /* unvisited link */
.mylink-black a:visited {color: #555555}  /* visited link */
.mylink-black a:hover {color: #000000}   /* mouse over link */
.mylink-black a:active {color: #000000}   /* selected link */
