html,body {	
	margin:0;
	padding:0
}
hr {
	border: 1px solid #4978B0;
}
body {
	font: 76% "Trebuchet MS", Trebuchet, "MS Trebuchet", MS Trebuchet, sans-serif;
	background: #FFFFB7;
	text-align:center;
}
p {
	margin:0 10px 10px;
}

div#top-menu a, div#top-menu a:link, div#top-menu a:visited, div#top-menu a:active, div#top-menu a:hover {
	padding: 10px;
}
div#content a { color: #0194E2; padding: 0;}
a, a:link, a:visited, a:active {
	display:block;
	color: #a10006;
	padding: 0;
	text-decoration: none;
}
a, a:hover {
	text-decoration: underline;
}
div#top-menu a:hover {
	color: #111111;
	text-decoration: underline;
}
div#header a {
	padding: 0px;
	border: 0px;
}
div#header h1{
	height:277px;
/*	line-height:80px; */
	margin:0;
  	padding-left:10px;
  	background: #ffffff url("../images/bccb-header.jpg") no-repeat;
}
div#container{
	text-align:left;
	border: 2px solid #0194E2;
}
div#top-menu {
	background: #fff;
}
div#top-menu span.dark {
	color: #A10006;
}
div#top-menu a {
	font-size: 1.1em;
	display: inline;
	color: #111111;
}
div#in-the-news h2 {
	font-size: 1.5em;
	position: absolute;
	top: 310px;
	padding: 4px;
	width: 224px;
	text-align: left;
	display: block;
	height: 25px;
	background:#0194E2;
	color: #fff;	
}
div#in-the-news h3 {
	font-size: 1.2em;
	padding: 10px 5px 0 5px;
}
div#in-the-news{
	background:#fff;
}
div#extra h2 {
	font-size: 1.5em;
	margin-top: 0;
	padding: 4px;
	display: block;
	height: 25px;
	background:#0194E2;
	color: #fff;}
div#extra{
	background:#fff;
}
div#extra a {
	padding: 0px;
}
div#extra img {
	border: 0px;
}
div#footer{
	padding: 12px 0;
	background: #0194E2;
	color: #FFF;
}
div#footer a, div#footer a:link, div#footer a:visited, div#footer a:active {
	padding: 0;
	margin: 0 5px;
	font-size: 11px;
	color: #FFF;
	display: inline;
}

div#footer p {
	margin: 10px 5px;
	padding:5px 10px;
}

div#container{
	background: #ffffff url("../images/bccb-content-bg.jpg") repeat-y;
	width:780px;
	margin:0 auto;
}
div#headline{
	background: url("../images/bccb-content-hdr.jpg") no-repeat;
	float:left;
	width:550px;
	font-size: 1.5em;
	padding: 10px;
}
div#content{
/*	background: url("../images/bccb-content-bg.jpg") repeat-y; */	
	padding: 10px;
	float:left;
	width:530px;
}
div#content p {
	font-size: 13px;
	line-height:1.4;
}
div#in-the-news{
	float:right;
	width:230px;
}
div#extra{
	float:right;
	clear:right;
	width:230px;
}
div#footer{
	clear:both;
	width:100%;
}

/* contact stuff, form/errors/infobox
------------------------------------ */
div#contactInfoBox {
	padding: 15px 15px;
	background: #C2E2F7;
	border: 1px solid #ededed;
	font-size: 13px;
}
div#contactInfoBox span#title {
	color: #111111;
	font-weight: bold;	
	font-size: 1.2em;
}
div#contactInfoBox span#detail {
	font-weight: normal;
	font-size: 1em;
}
div#contactInfoBox span#email {
	font-weight: normal;
	font-size: 11px;
	color: #333333;
	text-decoration: none;
}
p#thanksForVisiting {
	margin: 8px 30px;
	font-style: oblique;
	font-size: 11px;
	color: #333;
	line-height: 1em;
}
td.formLabelBG {
	background-color: #EFF8FF;
}
td.formInputBG {
	background-color: #EFF8FF;
}
div.errors {
	color: #BE5054;
	padding: 8px;
	margin: 2px 24px;
	display: block;
	font-weight: bold;
	font-size: 12px;
	background-color: #EFE0E1;
	background-image:none;
	text-align:center;
	border: 5px solid #990000;
}

.homeRedText {
	color: #A10006;
}

.messageCopyDisplay {
	display: block;
	background: #EFF8FF;
	padding: 8px;
	margin: 4px 24px;
	border: 5px solid #ededed;
	font-size: 1.2em;
}
/* testimonials */
.testimonial-block {
	color: #111111;
	font-family: Georgia, Tahoma, Arial, sans-serif;
	font-size: 15px;
	font-weight: bold;
	padding: 15px;
	background: #EFF6FC;
	border: 1px solid #D2EAF4;
	margin: 12px 25px;
}

.testimonial-sig {
	font-family: Georgia, Tahoma, Arial, sans-serif;
	font-size: 13px;
	font-style: oblique;
	font-weight: normal;
}