@charset "UTF-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: url(images/gradient.jpg) repeat-x;
	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: #000000;
}
.oneColFixCtr #container {
	width: 1020px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: url(images/white_bknd.png) repeat-y;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtr #mainContent {
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.home_text {
	font:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#717171;
	padding-left:80px;
	padding-right:60px;
	padding-top:50px;
	line-height:20px;
}
.home_text a:link {
	color:#717171;
	text-decoration:none;
}
.home_text a:visited {
	color:#717171;
	text-decoration:none;
}
.home_text a:hover {
	color:#358fa8;
	text-decoration: underline;
}
.welcome {
	padding-top:30px;
}
.home_images {
	padding-right:40px;

}
.about_text {
	font:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#717171;
	padding-left:90px;
	padding-right:60px;
	padding-top:20px;
	padding-bottom:50px;
	line-height:18px;
}
.about_text a:link {
	color:#717171;
	text-decoration:underline;
}
.about_text a:visited {
	color:#717171;
	text-decoration:underline;
}
.about_text a:hover {
	color:#358fa8;
	text-decoration: underline;
}
.services_images {
	padding-right:50px;
}
.services_images2 {
	padding-right:50px;
	padding-left:80px;
}
.services_text {
	font:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#717171;
	padding-left:90px;
	padding-right:30px;
	padding-top:20px;
	padding-bottom:30px;
	line-height:18px;
}
.services_text a:link {
	color:#717171;
	text-decoration:underline;
}
.services_text a:visited {
	color:#717171;
	text-decoration:underline;
}
.services_text a:hover {
	color:#358fa8;
	text-decoration: underline;
}
.faq_images {
	padding-right:20px;

}
.faq_images2 {
	padding-right:40px;
	padding-bottom:35px;

}
.faq_text {
	font:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#717171;
	padding-left:90px;
	padding-right:30px;
	padding-bottom:30px;
	line-height:18px;
}
.faq_text a:link {
	color:#358fa8;
	text-decoration:none;
}
.faq_text a:visited {
	color:#358fa8;
	text-decoration:none;
}
.faq_text a:hover {
	color:#358fa8;
	text-decoration: underline;
}
.espanol_text {
	font:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#717171;
	padding-bottom:150px;
	padding-top:100px;
	padding-left:130px;
	padding-right:170px;
	line-height:18px;
}
.contact_image {
	padding-top:30px;
	padding-left:11px;
}
.contact_text {
	font:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#717171;
	padding-left:115px;
	padding-right:20px;
	padding-bottom:30px;
	padding-top:20px;
	line-height:20px;
}
.contact_text a:link {
	color:#717171;
	text-decoration:none;
}
.contact_text a:visited {
	color:#717171;
	text-decoration:none;
}
.contact_text a:hover {
	color:#358fa8;
	text-decoration: underline;
}
.contact_right_images {
	padding-right:40px;
}
#footer {
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	width: 1020px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	text-align: left; /* this overrides the text-align: center on the body element. */

}
.footer {
	padding-left:85px;
	padding-top:5px;
	font:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#a2a3a3;
	line-height:14px;
	padding-bottom:100px;
}
.footer a:link {
	color:#a2a3a3;
	text-decoration:none;
}
.footer a:visited {
	color:#a2a3a3;
	text-decoration:none;
}
.footer a:hover {
	color:#358fa8;
	text-decoration: underline;
}
.divider {
	padding-top:30px;
}