@charset "utf-8";
/* CSS Document */
body {
	margin:0;
	background-image:url(../images/pageBG.jpg);
	background-repeat:repeat-x;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:20px;
}
a:link { 
	color: #088a51;
	}
a:visited {
	color: #0db269;
	}
a:hover {
	color: #06683d;
	text-decoration: none;
	}
a:active {
	color: #333333;
	}
h1 {
	margin:0 0 0 0;
	font-size:26px;
	font-family:Arial, Helvetica, sans-serif;
	color:#616765;
	font-weight:normal;
}
h1 strong {
	color:#005897;
	font-weight:bold;
}
h2 {
	margin:0;
	font-size:22px;
	font-family:Arial, Helvetica, sans-serif;
	color:#616765;
	font-weight:normal;
}
h2 strong {
	color:#005897;
	font-weight:bold;
}
h3 {
	margin:0;
	font-size:16px;
	font-family:Arial, Helvetica, sans-serif;
	color:#616765;
	font-weight:normal;
}
h3 strong {
	color:#005897;
	font-weight:bold;
}
h4 {
	margin:0;
	font-size:16px;
	font-family:Arial, Helvetica, sans-serif;
	color:#616765;
	font-weight:normal;
	height: 25px;
	width:400px;
}
h4 strong {
	color:#005897;
	font-weight:bold;
}

#container {
	width:986px;
	margin:0 auto;
}
#logo {
	width:283px;
	height:125px;
	float:left;
}
#headerRightT {
	width:703px;
	height:125px;
	float:left;
}
#headerCopy {
	width:639px;
	height:121px;
	float:left;
}
#headerRightB {
	background-image:url(../images/headerRightB.jpg);
	width:347px;
	height:121px;
	float:left;
}
#contentContainerTop {
	background-image:url(../images/contentContainerTop.jpg);
	background-repeat:no-repeat;
}
#contentContainerTopL2 {
	background-image:url(../images/contentContainerTopL2.jpg);
	background-repeat:no-repeat;
}
#contentContainerRP {
	background-image:url(../images/contentContainerRP.gif);
	background-repeat:repeat-y;
}
#navContainer {
	width:238px;
	float:left;
}
.nav {
	padding:21px 0 0 21px;
}
#contentHomeContainer {
	width:748px;
	float:right;
}
.homeContent {
	padding:36px 60px 0 32px;
}
.homeContent p {
	margin:0 0 16px 0;
}
.testimonials {
	padding:21px 0 0 21px;
}
.testimonialTitle {
	background-image:url(../images/testimonialBar.jpg);
	background-repeat:no-repeat;
	height:54px;
}
.testimonialContent {
	padding:8px 18px 18px 14px;
}
#footer {
	background-image:url(../images/footerBG.jpg);
	background-repeat:repeat-x;
	height:165px;
}
#footerContainer {
	width:942px;
	margin:0 auto;
}
.footerLogo {
	width:217px;
	float:left;
}
.footerContent {
	color:#005897;
	padding:20px;
	float:right;
	width:676px;
}
.footerContent a {
	padding:0 2px 0 2px;
	font-size:11px;
	color:#3b3b3b;
}
ul { 
	padding: 0px 16px 0px 0px;
	margin: 0px 0px 12px 8px;
	line-height: 14px;
	list-style-type: none;
	font-size:11px;
}
li { 
	background-image: url(../images/bullet-trans.png);
	background-repeat: no-repeat;
	background-position: 0px 2px;
	margin: 0px;
	padding: 1px 0px 8px 16px;
	list-style-type:none;
}
.clear {
	clear:both;
}
.bodyText {
   padding-left:20px;
}
