@charset "utf-8";
/* CSS Document */

.BgColor1 {
	background-color:#FFFFFF;
}
.BgColor2 {
	background-color:#236f93;
}
/*-------------------------------------------------*/

.AboutHeader {
	background:url(../images/about-us-header.png) no-repeat;
	width:1028px;
	height:232px;
}
.HeaderText {
	margin:0px 50px 50px 650px;
}
.HeaderText h3 {
	font-size:30px;
}
.NewsHeader {
	background:url(../images/news-header.png) no-repeat;
	width:1028px;
	height:232px;
}
.OurWorkHeader {
	background:url(../images/our-work-header.png) no-repeat;
	width:1028px;
	height:232px;
}
.SupportHeader {
	background:url(../images/support-header.png) no-repeat;
	width:1028px;
	height:232px;
}
.ContactHeader {
	background:url(../images/contact-header.png) no-repeat;
	width:1028px;
	height:232px;
}
.ThumbBg {
	background:url(../images/thumb-shadow.png) no-repeat;
	width:331px;
	height:191px;
}

/*-------------------------------------------------*/
.FooterSpacer {
	background: url(../images/footer-spacer.gif) repeat-x;
	height:237px;
}
.HorLine {
	background:url(../images/line.gif) repeat-x center;
}
.VerLine {
	background:url(../images/line.gif) repeat-y center;
}
.DottedLine {
	background:url(../images/dotted.gif) repeat-x center;
}
.Border {
	border:1px solid #e3e3e3;
}

