.phonenumbertop {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 36px;
	color: #FFF;
	text-decoration: none;
}
.gradient-background-top {
	/* IE10 Consumer Preview */ 
background-image: -ms-linear-gradient(top, #ADBDD1 0%, #587CA2 100%);

/* Mozilla Firefox */ 
background-image: -moz-linear-gradient(top, #ADBDD1 0%, #587CA2 100%);

/* Opera */ 
background-image: -o-linear-gradient(top, #ADBDD1 0%, #587CA2 100%);

/* Webkit (Safari/Chrome 10) */ 
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ADBDD1), color-stop(1, #587CA2));

/* Webkit (Chrome 11+) */ 
background-image: -webkit-linear-gradient(top, #ADBDD1 0%, #587CA2 100%);

/* W3C Markup, IE10 Release Preview */ 
background-image: linear-gradient(to bottom, #ADBDD1 0%, #587CA2 100%);
}
.standard-site-text-wht {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFF;
}
#main-rotator {
	height: 350px;
	width: 1000px;
}
.Large-hdr {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	color: #FFF;
}
.Large-Hdr-Red {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	color: #FF0000;
}
.gradient-background-bottom {
/* IE10 Consumer Preview */ 
background-image: -ms-linear-gradient(top, #577BA1 0%, #19497B 100%);

/* Mozilla Firefox */ 
background-image: -moz-linear-gradient(top, #577BA1 0%, #19497B 100%);

/* Opera */ 
background-image: -o-linear-gradient(top, #577BA1 0%, #19497B 100%);

/* Webkit (Safari/Chrome 10) */ 
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #577BA1), color-stop(1, #19497B));

/* Webkit (Chrome 11+) */ 
background-image: -webkit-linear-gradient(top, #577BA1 0%, #19497B 100%);

/* W3C Markup, IE10 Release Preview */ 
background-image: linear-gradient(to bottom, #577BA1 0%, #19497B 100%);
}.site-text-reg-grey {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333;
}
.reg-text-wht {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFF;
}
.image-outline-wht {
	border: 1px solid #FFF;
}
.main-menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFF;
	text-decoration: none;
}

.main-menu a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFF;
	text-decoration: none;
}
.main-menu a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFF;
	text-decoration: none;
}
.main-menu a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #f7e394;
	text-decoration: none;
}
.main-menu a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFF;
	text-decoration: none;
}
.main-menu a:focus {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFF;
	text-decoration: none;
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFF;
}
#maincontent-window {
	padding: 20px;
	width: 900px;
	background-color: #FFF;
	margin-left: 40px;
	border-radius: 0px 0px 8px 8px;
}
.page-hdrs {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #19497B;
	text-decoration: none;
}
.image-padding-left {
	padding-left: 15px;
}


/* updates 2019-04 */

.contact-footer-hd {
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;	
	font-size: 21px;
	line-height: 26px;
	color: #000;
	font-weight:600;
}
.contact-footer-txt {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	text-transform: uppercase;	
	color: #fff;
	font-weight:300;
}
.contact-footer-txt-phone {
	font-size: 22px;
	line-height: 28px;
}
.contact-footer-txt-email {
	font-size: 19px;
	line-height: 26px;
	text-decoration: none;
}

.contact-footer-txt-email a:hover {
	color: #000;	
	text-decoration: none;
}
.contact-footer-txt-address {
	font-size: 17px;
	line-height: 25px;
}
.contact-footer-txt-map {
	font-size: 17px;
	line-height: 37px;
	color: #000;	
	text-decoration: none;
}
.contact-footer-txt-map a:hover {
	color: #fff;	
	text-decoration: none;
}

.contact-page-hd {
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;	
	font-size: 18px;
	line-height: 25px;
	color: #000;
	font-weight:600;
}
.contact-page-txt {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	text-transform: uppercase;	
	color: #000;
	font-weight:300;
}
.contact-page-txt-phone {
	font-size: 17px;
	line-height: 25px;
}
.contact-page-txt-email {
	font-size: 14px;
	line-height: 23px;
	text-decoration: none;
}
.contact-page-txt-email a:hover {
	color: #19497B;	
	text-decoration: none;
}
.contact-page-txt-address {
	font-size: 14px;
	line-height: 19px;
}
