/*--------- pane style ----------*/
.ContentPane { padding:0 34px 0 0; width:635px; margin:0; }
.LeftPane { padding:0 20px 0 0; width:297px; margin:0; }
.RightPane { padding:0; width:20%; margin:0; }
.TopPane, .BottomPane { padding:0; margin:0; }


#infobnr 
{
	height:156px;
	background:white;
	padding-left:1px;
	border-bottom: solid 4px #fc9835;
}

#infobnr img
{
	float:left;
	width:180px;
	margin:5px;
}

#infobnr div
{
	float:left;
}

/*--------- testimonials page quote styles ----------*/
.txtquote, .txtquote p
{
	font-size:large;
	padding:10px 0 0 0;
	margin:0;
	color:#103c8c;
}
div.txtquote
{
	padding: 0 20px 0 28px;
	background:url(images/qtee.gif) bottom right no-repeat;
}
.txtquotecust
{
	font-size:small;
	text-align:right;
	margin:0px 0 30px 0;
	clear:both;
}
.txtquotes
{
	background:url(images/qtes.gif) top left no-repeat;
	width:20px;
	float:left;
	padding:0;
	margin:0;
}

/*--------- business card styles ----------*/

.bc
{
	position:relative;
	width:297px;
	margin:0;
	padding:0;
}
.bc p {padding-top:0px;}
.bctop
{
	background: url("images/bctop.png") left top no-repeat;
	width:271px;
	height:25px;
	margin:0;
	padding:14px 0 0 26px;
	font-weight:bold;
	color:#103c8c;
}
.bcbot
{
	background: url("images/bcbot.png") left top no-repeat;
	width:297px;
	height:19px;
}
.bcl
{
	background: url("images/bcl.png") left top repeat-y;
	padding: 0;
	color:Black;
	height:118px;
}
.bcr
{
	background: url("images/bcr.png") right top repeat-y;
	padding: 2px 0 0 26px;
	height:116px;
}
.bchead { text-align: center;}
.bclab { float:left; width: 58px;}
#contactdesc { position:relative; left:170px; width:400px; top: -32px; }
