/* CSS Document */

.BgColor1 {
	background-color:#FFFFFF;
}
.BgColor2 {
	background-color:#f1f1f1;
}
.BgColor3 {
	background-color:#243346;
}
.BgColor4 {
	background-color:#f6f6f6;
}
.WelcomeTextBg {
	background:url(../images/welcome-bg.jpg) no-repeat;
	width:558px;
	height:200px;
	float:right;
}
.IndexServicesBg {
	background:url(../images/about-bg.gif) no-repeat;
	width:950px;
	height:148px;
}
.TestimonialBg {
	background:url(../images/testimonial-bg.jpg) no-repeat;
	width:378px;
	height:306px;
	float:left;
	margin-top:20px;
	margin-left:10px;
}
.FooterSpacer  {
	background:#fcfcfc url(../images/footer-spacer.gif) repeat-x ;
	height : 234px;
} 
.FooterBg  {
	background: url(../images/footer-bg.jpg) no-repeat ;
	width : 950px;
	height : 49px;
}
.Border {
	border:1px solid #FFFFFF;
}
.BorderImg {
	border:6px solid #FFFFFF;
}
.BorderImg:hover {
	border:6px solid #2b3a4d;
}
.BorderBottom {
	border-bottom:1px solid #eaeaea;
}
.BorderTop {
	border-top:1px solid #FFFFFF;
}