@charset "utf-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	background-color: #3e68a2;
	background-image: url(../img/bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 25px;
	margin-left: 0px;
	height: 100%;
}
.centerbody {
	background-color: #FFFFFF;
	padding: 23px;
}
.credits {
	font-size: 10px;
	color: #B6D7F6;
	text-align: right;
	vertical-align: bottom;
	position: absolute;
	bottom: 0px;
	padding: 10px;
	float: right;
	right: 0px;
}
.container {
	height: 100%;
	width: 100%;
	position: absolute;
}
.credits a {
	color: #B6D7F6;
	text-decoration: none;
}

.readmore {
	font-size: 11px;
	color: #325281;
	text-decoration: none;
}

.headlogo {
	background-image: url(../img/head_logo.jpg);
	background-repeat: no-repeat;
	height: 157px;
	width: 822px;
}
.midtop {
	background-image: url(../img/top_mid.jpg);
	background-repeat: no-repeat;
	height: 141px;
	width: 547px;
	padding-top: 0px;
	padding-right: 25px;
	padding-left: 250px;
}
.leftside {
	background-image: url(../img/left_side_bg.jpg);
	background-repeat: repeat-y;
	width: 10px;
}
.rightside {
	background-image: url(../img/right_side_bg.jpg);
	background-repeat: repeat-y;
	width: 10px;
}
h1 {
	font-size: 20px;
	font-style: italic;
	font-weight: bold;
	color: #263E62;
	margin: 0px;
	padding: 0px;
}
.gallery {
	padding: 2px;
}
.gallery img {
	padding-bottom: 4px;
}
.testimonial {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #999999;
	background-color: #eaeaea;
	border: 1px dashed #f4f4f4;
	padding: 10px;
}
.testimonial em {
	color: #666666;
}
