@charset "UTF-8";
body {
	background: #333333;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #939598;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}  
img {
	border: 0;
}
.oneColFixCtrHdr #container {
	width: 898px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
* html .oneColFixCtrHdr #container {
	width: 900px;
}

.oneColFixCtrHdr #header {
	background: #DDDDDD; 
	padding: 0px 0px 0px 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
	display: inline;
}
.oneColFixCtrHdr #footer {
	color: #FFFFFF;
	background-color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	height: 15px;
	padding: 10px 0px 10px 13px;
	width: 777px;
	float: left;
}
* html .oneColFixCtrHdr #footer {
	padding:  10px 0px 13px 13px;
	width: 779px;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	
}

.nav_1 {
	width: 900px;
	height: 23px;
	padding: 0;
	margin: 0;
}
.nav_1 ul {
	display: inline;
	list-style-type: none;
	height: 23px;
	width: 900px;
	padding: 0;
	margin: 0;
}
.nav_1 li {
	display: inline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFFFFF;
	text-transform: uppercase;
	height: 23px;
	width: 148px;
	float: left;
	border-right-color: #FFFFFF;
	border-right-width: 2px;
	border-right-style: solid;
	text-align: center;
	text-decoration: none;
	margin: 0;
}
.nav_1 li a {
	display: inline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFFFFF;
	text-transform: uppercase;
	height: 23px;
	width: 148px;
	float: left;
	border-right-color: #FFFFFF;
	border-right-width: 2px;
	border-right-style: solid;
	text-align: center;
	text-decoration: none;
	background-color: #00A55D;
	margin: 0;
	padding-top: 5px;
}

* html .nav_1 li {
	width: 148px;
	border-right-width: 1px;
}

* html .nav_1 li a {
	width: 148px;
	border-right-width: 1px;
	padding-top: 3px;
}

.nav_1 li a:hover {
	background-color: #004089;
}

.nav_1 li.lastItem {
	border-right-width: 0px;
}

.nav_1 li.lastItem a {
	border-right-width: 0px;
}

.nav_1 li.lastItemSelected {
	border-right-width: 0px;
	background-color: #004089;
}

.nav_1 li.lastItemSelected a {
	border-right-width: 0px;
	background-color: #004089;
}

.nav_1 li.selected a {
	background-color: #004089;
}

.col1 {
	width: 430px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #006666;
	height: 80%;
	padding-right: 60px;
}
.col2 {
	width: 230px;
	display: block;
	padding-top: 0px;
	padding-bottom: 57px;
	padding-left: 60px;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #034594;
	text-transform: uppercase;
}
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.clearBoth {
	clear: both;
}
.link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	height: 15px;
	padding: 10px 0 10px 0;
	margin: 0 0 0 0;
	display: block;
	width: 108px;
	float: right;
	text-align: center;
	/* 
	background-color: #626262;
	color: #FFFFFF;
	*/
	background-color: #000000;
	color: #000000;
	
}
* html .link {
	height: 18px;
}
img {
	border: none;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	}
.oneColFixCtrHdr #navImages {
	border: none;
	height: 93px;
	width: 900px;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}
.oneColFixCtrHdr #headerImage {
	border: none;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	height: 140px;
}
.ruleDivide {
	background-color: #FF0099;
}
.ruleTable {
	background-color: #006633;
}
.mainRowWrapper {
	padding-top: 28px;
	padding-right: 50px;
	padding-bottom: 86px;
	padding-left: 72px;	
}
.testimonialTop {
	background-image: url(images/Testimonial_Top.gif);
	height: 78px;
	width: 228px;
}
.testimonialMiddle{
	background-image: url(images/Testimonial_Middle.gif);
	width: 186px;
	padding-left: 18px;
	padding-right: 24px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}
.testimonialBottom {
	background-image: url(images/Testimonial_Bottom.gif);
	height: 30px;
	width: 228px;
}
.testimonialTop2 {
	background-image: url(images/Testimonial_Top2.gif);
	height: 43px;
	width: 237px;
}
.testimonialMiddle2 {
	background-image: url(images/Testimonial_Middle2.gif);
	width: 195px;
	padding-left: 18px;
	padding-right: 24px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}
.testimonialBottom2 {
	background-image: url(images/Testimonial_Bottom2.gif);
	height: 92px;
	width: 238px;
}

.testimonialLogo {
	background-image: url(images/Testimonial_Logo.gif);
	width:238;
	height: 76px;
	margin-top: 21px;
}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #034594;
	margin: 0px;
	padding: 0px;
	text-transform: uppercase;
}
#footer a {
	text-decoration: none;
	color: #FFFFFF;
}