h3 {font-size:large;}

/*--------- 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; }

.ContentPane p {text-align:justify;}

#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;
}

/*-------------- Profile Link menu --------------*/
#profilemenu
{
	margin:51px 0 0 20px; padding:0;
}
a.linksprofile, a.linksprofile:link, a.linksprofile:visited
{
	background: url("images/btnylwl.png") left top no-repeat;
	height: 30px;
	width: 246px;
	padding: 8px 20px 0px 20px;
	text-align:center;
	font-size:small;
	font-weight:normal;
	color:white;
	display:block;
	outline:none;
}
a.linksprofile:hover
{
	background: url("images/btnblul.png") left top no-repeat;
	text-decoration:none;
}
a.linksprofile:active
{
	background: url("images/btnblul.png") left top no-repeat;
	text-decoration:none;
}

/*--------- 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;
}


