body {
	background-color: #EDF7FD;
	text-align: center;
}

.mainPageOuter {
	display: block;
	width: 995px;
	min-height: 600px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

.mainContent {
	display: block;
	width: 730px;
	float: left;
	background-color: white;
	clear: right;
	margin-bottom: 5px;
}

.mainPage {
	background-color: white;
	clear: both;
	width: 995px;
	position: relative;
		background-image: url('/UserFiles/site_layout/side-bar-back.png');
		background-repeat: repeat-y;
		background-position: left;
}

.firstBanner {
	display: block;
	height: 60px;
	width: 995px;
	background-image: url('/UserFiles/site_layout/first-banner.gif');
}

.secondBanner {
	display: block;
	width: 995px;
	height: 55px;
	background-image: url('/UserFiles/site_layout/second-banner.png');
}

.sideBar {
	display: block;
	width: 255px;

	position: relative;
	float: left;
	padding-bottom: 140px;
}

.mainBody {
	display: block;
	width: 470px;
	background-color: #F2F2F2;
	font-size: 12px;
	margin-top: 10px;
	float: left;
	padding-left: 10px;
	padding-right: 20px;
	min-height: 420px;
}

.mainBody .pageImage {
	margin-right: 20px;
}

.rightColumn {
	display: block;
	width: 205px;
	min-height: 300px;
	background-color: #C0DAEC;
	margin-left: 10px;
	margin-top: 10px;
	float: left;
	padding-left: 10px;
	padding-right: 5px;
}

.home-nav {
	display: block;
	float: right;
	width: 744px;
}

.home-nav-item {
	display: block;
	width: 245px;
	height: 200px;
	margin-right: 1px;
	float: left;
	background-repeat: no-repeat;
	background-position: 5px 109px;
}

.home-nav-item-1 {
	background-image: url('/UserFiles/site_layout/home-nav-1.jpg');

}

.home-nav-item-2 {
	background-image: url('/UserFiles/site_layout/home-nav-2.jpg');
}

.home-nav-item-3 {
	background-image: url('/UserFiles/site_layout/home-nav-3.jpg');
}

.home-nav-mask {
	display: block;
	width: 245px;
	height: 200px;
	background-image: url('/UserFiles/site_layout/bottom-nav-mask.png');
}

.blue {
	background-color: #A5D6F3;


}

.dark-blue {
	background-color: #046AB3;
}

.mustard {
	background-color: #D6CC68;
}

.sideBar ul {
	padding: 0px;
	font-size: 14px;
	padding-left: 5px;
	padding-top: 5px;
	display: block;
	width: 208px;
}

.sideBar ul ul {
	padding-left: 0px;

}

.sideBar a {

}

.sideBar ul li {
	list-style-type: none;
	padding-left: 20px;
}



.sideBar ul li a {
	color: #046AB3;
	text-decoration: none;
	text-transform: uppercase;
	border-bottom: 1px dashed white;
	display: block;
	width: 208px;
	margin-bottom: 2px;
	padding-bottom: 1px;
}

.sideBar ul li a:hover {
	color: #046AB3;
}

.sideBar ul li a:hover {
	color: #046AB3;
}

.sideBar ul li.active a {
	color: #046AB3;
}

.sideBar ul ul {
	padding-bottom: 20px;
}

.subscriberForm {
	color: white;
	position: absolute;
	bottom: 10px;
	left: 20px;
	width: 200px;
	font-size: 12px;
}

.subscriberForm label {
		margin-left: 4px;
		color: #046AB3;
}

.subscriberForm input[type="text"] {
	width: 198px;
	height: 17px;
	padding: 0px;
	padding-top: 5px;
	font-size: 11px;
	border: 1px solid #CCCCCC;
	margin-top: 5px;
	margin-bottom: 3px;
	margin-left: 4px;
	color: #333;
}

.subscriberForm ul.error_list {
	padding: 3px;
}

.subscriberForm ul.error_list li {
	list-style-type: none;
	color: #9ff;
}

.footer ul {
	padding: 0px;
		margin-left: 10px;
		margin-top: 10px;
}
.footer li {
	color: #666;
	float: left;
	list-style-type: none;
	font-size: 11px;

}

.footer li a {
	color: #666;
	text-decoration: none;
	border-right: 1px solid #666;
	padding-left: 5px;
	padding-right: 5px;
}

.footer li a.last-link {
	border: none;
}

.footer li a:hover {
	color: #333;
	text-decoration: underline;
}

.footer li.active a {
	color: #333;
}

.testimonial {
  display:none;
  width: 150px;
  height: 150px;
  background-color: #fff;
  border: 1px solid red;
}

.testimonials {
  position: relative;
  display: block;
  min-height: 200px;
    color: #046ab3;
    background-color: #c0daec;
}



#slidea, #slideb {
  position: absolute;
  top: 40px;
  left: 0px;
  display: block;
  width: 150px;
  min-height: 200px;
  background-color: #c0daec;
  color: #046ab3;
  font-size: 12px;
  padding-left: 10px;
  padding-right: 10px;
}

#slidea {
back ground-color: red;
z-index: 100;
}

#slideb {
b ackground-color: green;
z-index: 10;
}

.testimonials #slidea p, .testimonials #slideb p {
  color: #046ab3;
}

.rightColumn p {
  position: relative;
  z-index: 10000;
}