@charset "UTF-8";
/* CSS Document */

/*  ******************** text CSS ********************  */
/*h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000000;
	text-align: left;
	vertical-align: top;
	font-style: normal;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}*/
h1 {
	color: #c6db00;
	text-align: left;
	vertical-align: top;
	margin: 0px;
	padding: 0px;
	font: normal 31px "Gill Sans", Arial, Helvetica, sans-serif;
}

.h1orange {
	color: #c99027;
	text-align: left;
	vertical-align: top;
	margin: 0px;
	padding: 0px;
	font: normal 31px "Gill Sans", Arial, Helvetica, sans-serif;
}

.h2orange {
	color: #c99027;
	text-align: left;
	vertical-align: top;
	margin: 0px;
	padding: 0px;
	font: normal 31px "Gill Sans", Arial, Helvetica, sans-serif;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #979797;
	text-align: left;
	vertical-align: top;
	font-style: normal;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}
h3.block-click a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #979797;
	text-align: left;
	vertical-align: top;
	font-style: normal;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	display:block;
	text-decoration:none;
}

h3.block-click a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #c6db00;
	text-align: left;
	vertical-align: top;
	font-style: normal;
	font-weight:normal;
	margin: 0px;
	padding: 0px;
	text-decoration:none;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
	text-align: left;
	vertical-align: top;
	font-style: normal;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	line-height: 16px;
}
/* h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	text-align: left;
	vertical-align: top;
	font-style: normal;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	line-height: 12px;
}
h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-align: left;
	vertical-align: top;
	font-style: normal;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
} */
a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #c6db00;
	text-decoration: none;
	line-height: 16px;
}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #c6db00;
	text-decoration: none;
	line-height: 16px;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #ffffff;
	text-decoration: none;
	line-height: 16px;
}
a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #c6db00;
	text-decoration: none;
	line-height: 16px;
}
.mainNav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #ffffff;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 4px;
	padding-right: 4px;
	background-color: #c4272f;
	/* background-color: #55738d; */
	text-decoration: none;
	line-height: 16px;
}
a.mainNav:link, a.mainNav:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #ffffff;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 4px;
	padding-right: 4px;
	background-color: #c4272f;
	text-decoration: none;
	line-height: 16px;
}
a.mainNav:hover, a.mainNav:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #c4272f;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 4px;
	padding-right: 4px;
	background-color: #ffffff;
	text-decoration: none;
	line-height: 16px;
}

/*  ******************** secondary navigation CSS ********************  */
.levelTwoNav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-align: left;
	vertical-align: top;
	font-style: normal;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	line-height: 20px;
}
a.levelTwoNav:link, a.levelTwoNav:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-align: left;
	vertical-align: top;
	font-style: normal;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	line-height: 20px;
}
a.levelTwoNav:hover, a.levelTwoNav:active {
	color: #c5bd3b;
}
.sectionTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #1e1f26;
	text-align: left;
	vertical-align: top;
	font-style: normal;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	line-height: 22px;
}

/*  ******************** footer CSS ********************  */
.footerInfo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #c6db00;
	text-align: left;
	vertical-align: top;
	font-style: normal;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}
a.footerInfo:link, a.footerInfo:visited, a.footerInfo:hover, a.footerInfo:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #c6db00;
	text-align: left;
	vertical-align: top;
	font-style: normal;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}
.footerNav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #777777;
	text-decoration: none;
}
a.footerNav:link, a.footerNav:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #777777;
	text-decoration: none;
}
a.footerNav:hover, a.footerNav:active {
	color: #ffffff;
}
.footerAddress {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #1e1f26;
	text-align: left;
	vertical-align: top;
	font-style: normal;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}

/*  ******************** other CSS ********************  */
a.newsLink:link, a.newsLink:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #1e1f26;
	text-decoration: none;
	line-height: 16px;
}
a.newsLink:hover, a.newsLink:active {
	color: #0bbdc1;
}
.testimonial {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #172f39;
	text-decoration: none;
	line-height: 16px;
}
.testimonialStrong {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #172f39;
	text-decoration: none;
	line-height: 16px;
}
a.testimonialLink:link, a.testimonialLink:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #172f39;
	text-decoration: none;
	line-height: 16px;
}
a.testimonialLink:hover, a.testimonialLink:active {
	color: #0bbdc1;
}


/*  ******************** other TD CSS ********************  */

