.bg {
	background-color: #9ab8e1;
}

.background {
	background-image: url(/images/pagebg.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	width: 100%;
	padding-top: 50px;
}

.pageContainer {
	width: 1056px;
	background-image: url(/images/contentBg.png);
	background-repeat: no-repeat;
	/*background-color: #4c77b0;*/
	height: 742px;
	margin: 0 auto;
}

.mainContainer {
	width: 1000px;
	margin: 0 auto 0 auto;
	padding: 340px 0 0 0;
}

.contentDetails {
	padding: 12px;
	margin: 0 auto;
	font-size: 11px;
	color: #2259a2;
}

.details {
	min-height: 235px;
	height:auto !important;
   height: 235px;

}

.pvt {
	height: 69px;
	text-align: center;
	/*padding-top: 15px;*/
}

.pvt img {
	margin-top: 18px;
}

.pvl {
	height: 69px;
	text-align: center;
}

.cfcl {
	height: 69px;
	text-align: center;
}

.enterBtn {
	float: right;
	font-size: 12px;
	font-weight: bold;
	color: #052e6c;
	margin-right: 5px;
}

.enterBtn a {
	color: #052e6c;
	text-decoration: none;
}

.enterBtn a:hover {
	color: #052e6c;
	text-decoration: none;
}

.pvTransport {
	float: left;
	width: 319px;
	height: 277px;
	margin: 0 0 0 10px;
	background-image: url(/images/detailBox.jpg);
	background-repeat: no-repeat;
}

.pleasantValley {
	width: 319px;
	height: 277px;
	margin: 0 0 0 340px;
	background-image: url(/images/detailBox.jpg);
	background-repeat: no-repeat;
}

.cfc {
	float: right;
	width: 319px;
	height: 277px;
	margin: 0 10px 0 0;
	background-image: url(/images/detailBox.jpg);
	background-repeat: no-repeat;
}

.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	width: 1000px;
	margin: -10px 0 0 0;
	padding: 0 0 0 0;
}

.footer p {
	padding: 2px 0 0 46px;
	*padding: 15px 0 0 46px;

}

.services {
	margin: 0 0 0 28px;
}

.footerDetails {
	color: #FFFFFF;
	font-weight: normal;
	font-size: 12px;
	float: left;
	/*width: 250px;*/
	margin: -12px 0 0 0;
	padding: 0 0 0 6px;
}

.clear
{
    clear: both;
    padding: 0;
    margin: 0;
    height: 0;
    line-height: 1;
}