@charset "utf-8";
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/

img, object, embed, video {
	max-width: 100%;
}
/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width: 100%;
}
  html{box-sizing:border-box}*,*:before,*:after{box-sizing:inherit}
/* Extract from normalize.css by Nicolas Gallagher and Jonathan Neal git.io/normalize */
html{-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}
/* Larger than mobile */
 @media screen and (min-width: 320px) and (max-width:769px) {
.gridContainer {
	width: 100%;
	clear: none;
	float: none;
	text-align: center;
 
}
 
#header {
	width: 80%;
	margin-right: 10%;
	margin-left: 10%;
	text-align: center;
	margin-top: 2%;
}
.infobar {
	width: 98%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	padding-top: 15px;
}
h1 {
font-family: Georgia, "Times New Roman", Times, serif;
	font-size: .8em;
	font-weight: bold;
	color: #000;
}
.nav {
	width: 100%;
	border-bottom-width: medium;
	border-bottom-style: solid;
	border-bottom-color: #000;
	height: 75px;
	padding-top: 10px;
	text-align: left;
	clear: both;
	margin-top: 15px;
	padding-left: 25px;
}
.contactInfo {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 1em;
	text-align: center;
	width: 95%;
	margin-right: 2.5%;
	margin-left: 2.5%;
	line-height: 18px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #06C;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
.pageTitle {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 1em;
	font-style: italic;
	color: #000000;
}
.pageSubtitle {
	font-family: Calibri;
	font-size: 1.5em;
	font-weight: bold;
	color: #00C;
	text-shadow: 3px 3px 2px #666;
	margin-top: -5px;
	margin-bottom: -15px;
}
.text {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 0.9em;
	text-align: left;
	padding-right: 15px;
	padding-left: 15px;
	color: #000;
	font-weight: bold;
}
.textCentered {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 100%;
	font-weight: bold;
	letter-spacing: 0.1em;
	text-align: centered;
	padding-right: 15px;
	padding-left: 15px;
	color: #FFF;
}
a.textlink, a.textlink:visited {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 125%;
	font-weight: bold;
	letter-spacing: 0.1em;
	padding-right: 5px;
	padding-left: 5px;
	color: #FC0;
	text-decoration: none;
}
a.textlink:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 125%;
	font-weight: bold;
	letter-spacing: 0.1em;
	padding-right: 5px;
	padding-left: 5px;
	color: #F00;
}
a.emaillink, a.emaillink:visited {
	font-size: 1em;
	color: #F00;
	margin: 0px;
	font-family: Tahoma, Geneva, sans-serif;
	text-decoration: none;
}
a.emaillink:hover {
	font-size: 1em;
	color: #F00;
	margin: 0px;
	font-family: Tahoma, Geneva, sans-serif;
	text-decoration: none;
}
a.phonelink, a.phonelink:visited {
	font-size: 1em;
	color: #00C;
	margin: 0px;
	font-family: Tahoma, Geneva, sans-serif;
	text-decoration: none;
}
a.phonelink:hover {
	font-size: 1em;
	color: #F00;
	margin: 0px;
	font-family: Tahoma, Geneva, sans-serif;
	text-decoration: none;
}
.info {
	COLOR: #FFF;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 100%;
	display: block;
	font-weight: bold;
	text-align: justify;
	padding-right: 2%;
	padding-left: 2%;
}
.lowerNav {
	width: 99%;
	clear: none;
	margin-top: 1%;
	background-color: #999;
	-webkit-border-bottom-left-radius: 25px;
	-webkit-border-bottom-right-radius: 25px;
	-moz-border-radius-bottomleft: 25px;
	-moz-border-radius-bottomright: 25px;
	border-bottom-left-radius: 25px;
	border-bottom-right-radius: 25px;
	margin-right: .5%;
	margin-bottom: .5%;
	margin-left: .5%;
	display: none;
}
.lowernavTitle {
	font-family: "Times New Roman";
	font-size: 1.2em;
	font-style: italic;
	color: #009;
	text-align: center;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}
a.lowernavLink:visited, a.lowernavLink {
	font-family: "Times New Roman";
	font-size: 1em;
	font-weight: bold;
	letter-spacing: 0.1em;
	text-align: left;
	color: #FFFFFF;
	line-height: 1.5em;
	text-decoration: none;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 15px;
	padding-left: 5px;
}
a.lowernavLink:hover {
	font-family: "Times New Roman";
	font-size: 1em;
	font-weight: bold;
	letter-spacing: .1em;
	text-align: left;
	padding-right: 5px;
	padding-left: 5px;
	color: #F00;
}
.copyright {
	COLOR: #FFF;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 70%;
	vertical-align: bottom;
	display: block;
	font-weight: bold;
}
a.copyrightlink, a.copyrightlink:visited {
	font-size: 100%;
	color: #FFF;
	margin: 0px;
	padding: 5px;
	font-family: Tahoma, Geneva, sans-serif;
	text-decoration: none;
	font-style: normal;
}
a.copyrightlink:hover {
	font-size: 100%;
	color: #FF0;
	margin: 0px;
	padding: 5px;
	font-family: Tahoma, Geneva, sans-serif;
	text-decoration: none;
	font-style: normal;
}
#leftCopyright {
	height: 25px;
	width: 40%;
	text-align: left;
}
#rightCopyright {
	height: 25px;
	width: 40%;
	float: right;
	padding-right: 5px;
	text-align: left;
}
.alignCenter {
	text-align: center;
	vertical-align: top;
}
.alignRight {
	text-align: right;
	float: right;
	margin: 1%;
}
.alignLeft {
	text-align: left;
	float: left;
	margin: 1%;
}
.divListContainer {
	width: 98%;
	margin-right: 1%;
	margin-left: 1%;
}
.divListContainer ul li {
	font-family: "Times New Roman", Times, serif;
	font-size: 1.2em;
	color: #000;
	text-align: left;
	width: 98%;
	list-style-image: url(../images/list-image.gif);
	line-height: 40px;
	padding-left: 5px;
	margin-right: 1%;
	margin-left: 1%;
}
.divListContainer_bankruptcy {
	width: 80%;
	margin-right: 10%;
	margin-left: 0%;
	text-align: left;
}
.divListContainer_bankruptcy ul li {
	font-family: "Times New Roman", Times, serif;
	font-size: 1.2em;
	color: #000;
	text-align: left;
	width: 100%;
	list-style-image: url(../images/list-image.gif);
	line-height: 40px;
	padding-left: 25px;
}
.ContactFormContainer {
	clear: both;
	float: left;
	width: 20%;
}
.btn {
	-moz-box-shadow: 0px 0px 0px 2px #9fb4f2;
	-webkit-box-shadow: 0px 0px 0px 2px #9fb4f2;
	box-shadow: 0px 0px 0px 2px #9fb4f2;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #7892c2), color-stop(1, #476e9e));
	background: -moz-linear-gradient(top, #7892c2 5%, #476e9e 100%);
	background: -webkit-linear-gradient(top, #7892c2 5%, #476e9e 100%);
	background: -o-linear-gradient(top, #7892c2 5%, #476e9e 100%);
	background: -ms-linear-gradient(top, #7892c2 5%, #476e9e 100%);
	background: linear-gradient(to bottom, #7892c2 5%, #476e9e 100%);
 filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#7892c2', endColorstr='#476e9e', GradientType=0);
	background-color: #7892c2;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	border: 2px solid #4e6096;
	display: inline-block;
	color: #FFFFFF;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: .9em;
	text-decoration: none;
	text-shadow: 0px 1px 0px #283966;
	padding-top: 4px;
	padding-bottom: 4px;
	margin-top: 15px;
	margin-bottom: 15px;
	height: auto;
	width: 90%;
	text-align: center;
	vertical-align: middle;
}
.btn:hover {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #476e9e), color-stop(1, #7892c2));
	background: -moz-linear-gradient(top, #476e9e 5%, #7892c2 100%);
	background: -webkit-linear-gradient(top, #476e9e 5%, #7892c2 100%);
	background: -o-linear-gradient(top, #476e9e 5%, #7892c2 100%);
	background: -ms-linear-gradient(top, #476e9e 5%, #7892c2 100%);
	background: linear-gradient(to bottom, #476e9e 5%, #7892c2 100%);
 filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#476e9e', endColorstr='#7892c2', GradientType=0);
	background-color: #476e9e;
}
.btn:active {
	position: relative;
	top: 1px;
}
.left {
	float: left;
	width: 98%;
	margin-right: 1%;
	margin-left: 1%;
}
.right {
	float: right;
	width: 98%;
	height: auto;
	text-align: center;
	padding-top: 15px;
	border: thin solid #09C;
	margin-right: 1%;
	margin-left: 1%;
}
.group:after {
	content: "";
	display: table;
	clear: both;
}
 
 
.hr {
	text-align: center;
	height: 5px;
	width: 80%;
	margin-right: 10%;
	margin-left: 10%;
}
 
.w3-animate-fading{
	-webkit-animation: fading 10s infinite;
	animation: fading 10s infinite;
	font-family: "Times New Roman";
	font-size: 1.2em;
	color: #000;
}
@-webkit-keyframes fading{0%{opacity:0}50%{opacity:1}100%{opacity:0}}
@keyframes fading{0%{opacity:0}50%{opacity:1}100%{opacity:0}}

 
 
}
 
 @media only screen and (min-width:770px) and (max-width: 1240px) {

.gridContainer {
	width: 100%;
	clear: none;
	float: none;
	text-align: center;
 
}
 
#header {
	width: 80%;
	margin-right: 10%;
	margin-left: 10%;
	text-align: center;
	margin-top: 2%;
}
.infobar {
	width: 98%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	padding-top: 15px;
}
h1 {
font-family: Georgia, "Times New Roman", Times, serif;
	font-size: .8em;
	font-weight: bold;
	color: #000;
}
.nav {
	width: 98%;
	height: 90px;
	padding-top: 10px;
	text-align: center;
	clear: both;
	margin-top: 15px;
	margin-right: auto;
	margin-left: auto;
}
.contactInfo {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 1em;
	text-align: center;
	width: 95%;
	margin-right: 2.5%;
	margin-left: 2.5%;
	line-height: 18px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #06C;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
.pageTitle {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 1.8em;
	font-style: italic;
	color: #000000;
}
.pageSubtitle {
	-moz-box-shadow: 0px 0px 0px 2px #9fb4f2;
	-webkit-box-shadow: 0px 0px 0px 2px #9fb4f2;
	box-shadow: 0px 0px 0px 2px #9fb4f2;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #7892c2), color-stop(1, #476e9e));
	background: -moz-linear-gradient(top, #7892c2 5%, #476e9e 100%);
	background: -webkit-linear-gradient(top, #7892c2 5%, #476e9e 100%);
	background: -o-linear-gradient(top, #7892c2 5%, #476e9e 100%);
	background: -ms-linear-gradient(top, #7892c2 5%, #476e9e 100%);
	background: linear-gradient(to bottom, #7892c2 5%, #476e9e 100%);
 filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#7892c2', endColorstr='#476e9e', GradientType=0);
	background-color: #7892c2;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	border: 2px solid #4e6096;
	display: inline-block;
	color: #ffffff;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 1.2em;
	text-decoration: none;
	text-shadow: 0px 1px 0px #283966;
	padding-top: 4px;
	padding-bottom: 4px;
	width: auto;
	padding-right: 15px;
	padding-left: 15px;
}
.text {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 1em;
	letter-spacing: 0.1em;
	text-align: justify;
	padding-right: 15px;
	padding-left: 15px;
	color: #000;
	font-weight: bold;
}
.textCentered {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 100%;
	font-weight: bold;
	letter-spacing: 0.1em;
	text-align: centered;
	padding-right: 15px;
	padding-left: 15px;
	color: #FFF;
}
a.textlink, a.textlink:visited {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 125%;
	font-weight: bold;
	letter-spacing: 0.1em;
	padding-right: 5px;
	padding-left: 5px;
	color: #FC0;
	text-decoration: none;
}
a.textlink:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 125%;
	font-weight: bold;
	letter-spacing: 0.1em;
	padding-right: 5px;
	padding-left: 5px;
	color: #F00;
}
a.emaillink, a.emaillink:visited {
	font-size: 1em;
	color: #F00;
	margin: 0px;
	font-family: Tahoma, Geneva, sans-serif;
	text-decoration: none;
}
a.emaillink:hover {
	font-size: 1em;
	color: #F00;
	margin: 0px;
	font-family: Tahoma, Geneva, sans-serif;
	text-decoration: none;
}
a.phonelink, a.phonelink:visited {
	font-size: 1em;
	color: #00C;
	margin: 0px;
	font-family: Tahoma, Geneva, sans-serif;
	text-decoration: none;
}
a.phonelink:hover {
	font-size: 1em;
	color: #F00;
	margin: 0px;
	font-family: Tahoma, Geneva, sans-serif;
	text-decoration: none;
}
.info {
	COLOR: #FFF;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 100%;
	display: block;
	font-weight: bold;
	text-align: justify;
	padding-right: 2%;
	padding-left: 2%;
}
.lowerNav {
	width: 99%;
	clear: none;
	margin-top: 1%;
	background-color: #999;
	-webkit-border-bottom-left-radius: 25px;
	-webkit-border-bottom-right-radius: 25px;
	-moz-border-radius-bottomleft: 25px;
	-moz-border-radius-bottomright: 25px;
	border-bottom-left-radius: 25px;
	border-bottom-right-radius: 25px;
	margin-right: .5%;
	margin-bottom: .5%;
	margin-left: .5%;
}
.lowernavTitle {
	font-family: "Times New Roman";
	font-size: 1.2em;
	font-style: italic;
	color: #009;
	text-align: center;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}
a.lowernavLink:visited, a.lowernavLink {
	font-family: "Times New Roman";
	font-size: 1em;
	font-weight: bold;
	letter-spacing: 0.1em;
	text-align: left;
	color: #FFFFFF;
	line-height: 1.5em;
	text-decoration: none;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 15px;
	padding-left: 5px;
}
a.lowernavLink:hover {
	font-family: "Times New Roman";
	font-size: 1em;
	font-weight: bold;
	letter-spacing: .1em;
	text-align: left;
	padding-right: 5px;
	padding-left: 5px;
	color: #F00;
}
.copyright {
	COLOR: #FFF;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 70%;
	vertical-align: bottom;
	display: block;
	font-weight: bold;
}
a.copyrightlink, a.copyrightlink:visited {
	font-size: 100%;
	color: #FFF;
	margin: 0px;
	padding: 5px;
	font-family: Tahoma, Geneva, sans-serif;
	text-decoration: none;
	font-style: normal;
}
a.copyrightlink:hover {
	font-size: 100%;
	color: #FF0;
	margin: 0px;
	padding: 5px;
	font-family: Tahoma, Geneva, sans-serif;
	text-decoration: none;
	font-style: normal;
}
#leftCopyright {
	height: 25px;
	width: 40%;
	text-align: left;
}
#rightCopyright {
	height: 25px;
	width: 40%;
	float: right;
	padding-right: 5px;
	text-align: left;
}
.alignCenter {
	text-align: center;
	vertical-align: top;
}
.alignRight {
	text-align: right;
	float: right;
	margin: 1%;
}
.alignLeft {
	text-align: left;
	float: left;
	margin: 1%;
}
.divListContainer {
	width: 60%;
	margin-right: 20%;
	margin-left: 20%;
}
.divListContainer ul li {
	font-family: "Times New Roman", Times, serif;
	font-size: 1.2em;
	color: #000;
	text-align: left;
	width: 60%;
	list-style-image: url(../images/list-image.gif);
	line-height: 40px;
	padding-left: 25px;
	margin-right: 20%;
	margin-left: 20%;
}
.divListContainer_bankruptcy {
	width: 80%;
	margin-right: 10%;
	margin-left: 0%;
	text-align: left;
}
.divListContainer_bankruptcy ul li {
	font-family: "Times New Roman", Times, serif;
	font-size: 1.2em;
	color: #000;
	text-align: left;
	width: 100%;
	list-style-image: url(../images/list-image.gif);
	line-height: 40px;
	padding-left: 25px;
}
.ContactFormContainer {
	clear: both;
	float: left;
	width: 20%;
}
.btn {
	-moz-box-shadow: 0px 0px 0px 2px #9fb4f2;
	-webkit-box-shadow: 0px 0px 0px 2px #9fb4f2;
	box-shadow: 0px 0px 0px 2px #9fb4f2;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #7892c2), color-stop(1, #476e9e));
	background: -moz-linear-gradient(top, #7892c2 5%, #476e9e 100%);
	background: -webkit-linear-gradient(top, #7892c2 5%, #476e9e 100%);
	background: -o-linear-gradient(top, #7892c2 5%, #476e9e 100%);
	background: -ms-linear-gradient(top, #7892c2 5%, #476e9e 100%);
	background: linear-gradient(to bottom, #7892c2 5%, #476e9e 100%);
 filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#7892c2', endColorstr='#476e9e', GradientType=0);
	background-color: #7892c2;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	border: 2px solid #4e6096;
	display: inline-block;
	color: #FFFFFF;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: .9em;
	text-decoration: none;
	text-shadow: 0px 1px 0px #283966;
	padding-top: 4px;
	padding-bottom: 4px;
	margin-top: 15px;
	margin-bottom: 15px;
	height: auto;
	width: 90%;
	text-align: center;
	vertical-align: middle;
}
.btn:hover {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #476e9e), color-stop(1, #7892c2));
	background: -moz-linear-gradient(top, #476e9e 5%, #7892c2 100%);
	background: -webkit-linear-gradient(top, #476e9e 5%, #7892c2 100%);
	background: -o-linear-gradient(top, #476e9e 5%, #7892c2 100%);
	background: -ms-linear-gradient(top, #476e9e 5%, #7892c2 100%);
	background: linear-gradient(to bottom, #476e9e 5%, #7892c2 100%);
 filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#476e9e', endColorstr='#7892c2', GradientType=0);
	background-color: #476e9e;
}
.btn:active {
	position: relative;
	top: 1px;
}
.left {
	float: left;
	width: 70%;
	margin-right: 5px;
}
.right {
	float: right;
	width: 28%;
	height: auto;
	text-align: center;
	padding-top: 5px;
	border: thin solid #09C;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 1px;
}
 
.group:after {
	content: "";
	display: table;
	clear: both;
}
 
.hr {
	text-align: center;
	height: 5px;
	width: 80%;
	margin-right: 10%;
	margin-left: 10%;
}

.w3-animate-fading{-webkit-animation:fading 10s infinite;animation:fading 10s infinite}
@-webkit-keyframes fading{0%{opacity:0}50%{opacity:1}100%{opacity:0}}
@keyframes fading{0%{opacity:0}50%{opacity:1}100%{opacity:0}}

 


}
 
/* For devices larger than 1240px */
@media only screen and (min-width: 1240px) {
.gridContainer {
	width: 100%;
	clear: none;
	float: none;
	text-align: center;
}
 
#header {
	width: 98%;
	margin-right: 1%;
	margin-left: 1%;
	text-align: center;
	margin-top: 2%;
	z-index: 1000;
	background-position: 0px;
}

.left_header_column {
	float: left;
	width: 25%;
	 
}
.right_header_colunm {
	float: left;
	width: 65%;
}

.infobar {
	width: 98%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	padding-top: 15px;
}
h1 {
font-family: Georgia, "Times New Roman", Times, serif;
	font-size: .8em;
	font-weight: bold;
	color: #000;
}
.nav {
	width: 100%;
	text-align: left;
	margin-top: 15px;
	padding-left: 100px;
	border-bottom-width: medium;
	border-bottom-style: solid;
	border-bottom-color: #000;
	padding-top: 15px;
	margin-bottom: 15px;
	padding-bottom: 30px;
}
.content {
	text-align: center;
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	clear: both;
}
.contactInfo {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 1em;
	text-align: center;
	width: 95%;
	margin-right: 2.5%;
	margin-left: 2.5%;
	 
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #06C;
	 
}
.pageTitle {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 1.8em;
	font-style: italic;
	color: #000000;
	text-shadow: 0 1px 0 #ccc, 
               0 2px 0 #c9c9c9,
               0 3px 0 #bbb,
               0 4px 0 #b9b9b9,
               0 5px 0 #aaa,
               0 6px 1px rgba(0,0,0,.1),
               0 0 5px rgba(0,0,0,.1),
               0 1px 3px rgba(0,0,0,.3),
               0 3px 5px rgba(0,0,0,.2),
               0 5px 10px rgba(0,0,0,.25),
               0 10px 10px rgba(0,0,0,.2),
               0 20px 20px rgba(0,0,0,.15);
}
.pageSubtitle {
	-moz-box-shadow: 0px 0px 0px 2px #9fb4f2;
	-webkit-box-shadow: 0px 0px 0px 2px #9fb4f2;
	box-shadow: 0px 0px 0px 2px #9fb4f2;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #7892c2), color-stop(1, #476e9e));
	background: -moz-linear-gradient(top, #7892c2 5%, #476e9e 100%);
	background: -webkit-linear-gradient(top, #7892c2 5%, #476e9e 100%);
	background: -o-linear-gradient(top, #7892c2 5%, #476e9e 100%);
	background: -ms-linear-gradient(top, #7892c2 5%, #476e9e 100%);
	background: linear-gradient(to bottom, #7892c2 5%, #476e9e 100%);
 filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#7892c2', endColorstr='#476e9e', GradientType=0);
	background-color: #7892c2;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	border: 2px solid #4e6096;
	display: inline-block;
	color: #ffffff;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 1.5em;
	text-decoration: none;
	text-shadow: 0px 1px 0px #283966;
	padding-top: 4px;
	padding-bottom: 4px;
	width: auto;
	padding-right: 15px;
	padding-left: 15px;
}
.text {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 1em;
	font-weight: bold;
	letter-spacing: 0.1em;
	text-align: left;
	padding-right: 15px;
	padding-left: 15px;
	color: #000;
	line-height: 1.4em;
}
.textCentered {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 1em;
	font-weight: bold;
	letter-spacing: 0.1em;
	text-align: center;
	padding-right: 15px;
	padding-left: 15px;
	color: #000;
}
a.textlink, a.textlink:visited {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 125%;
	font-weight: bold;
	letter-spacing: 0.1em;
	padding-right: 5px;
	padding-left: 5px;
	color: #FC0;
	text-decoration: none;
}
a.textlink:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 125%;
	font-weight: bold;
	letter-spacing: 0.1em;
	padding-right: 5px;
	padding-left: 5px;
	color: #F00;
}
a.emaillink, a.emaillink:visited {
	font-size: 1em;
	color: #F00;
	margin: 0px;
	font-family: Tahoma, Geneva, sans-serif;
	text-decoration: none;
}
a.emaillink:hover {
	font-size: 1em;
	color: #F00;
	margin: 0px;
	font-family: Tahoma, Geneva, sans-serif;
	text-decoration: none;
}
a.phonelink, a.phonelink:visited {
	font-size: 1em;
	color: #00C;
	margin: 0px;
	font-family: Tahoma, Geneva, sans-serif;
	text-decoration: none;
}
a.phonelink:hover {
	font-size: 1em;
	color: #F00;
	margin: 0px;
	font-family: Tahoma, Geneva, sans-serif;
	text-decoration: none;
}
.info {
	COLOR: #FFF;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 100%;
	display: block;
	font-weight: bold;
	text-align: justify;
	padding-right: 2%;
	padding-left: 2%;
}
.lowerNav {
	border: medium solid #6295b2;
	-webkit-border-top-left-radius: 25px;
	-webkit-border-top-right-radius: 25px;
	-moz-border-radius-topleft: 25px;
	-moz-border-radius-topright: 25px;
	border-top-left-radius: 25px;
	border-top-right-radius: 25px;
	width: 80%;
	background-color: #CCCCCC;
	margin-right: auto;
	margin-left: auto;
	height: 200px;
	margin-bottom: 75px;
	margin-top: 25px;
}
.lowernavTitle {
	font-family: "Times New Roman";
	font-size: 1.2em;
	font-style: italic;
	color: #009;
	text-align: center;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}
a.lowernavLink:visited, a.lowernavLink {
	font-family: "Times New Roman";
	font-size: 1em;
	font-weight: bold;
	letter-spacing: 0.1em;
	text-align: left;
	color: #000000;
	line-height: 1.5em;
	text-decoration: none;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 15px;
	padding-left: 5px;
}
a.lowernavLink:hover {
	font-family: "Times New Roman";
	font-size: 1em;
	font-weight: bold;
	letter-spacing: .1em;
	text-align: left;
	padding-right: 5px;
	padding-left: 5px;
	color: #F00;
}
.copyright {
	COLOR: #000;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 70%;
	vertical-align: bottom;
	display: block;
	font-weight: bold;
}
a.copyrightlink, a.copyrightlink:visited {
	font-size: 100%;
	color: #009;
	margin: 0px;
	padding: 5px;
	font-family: Tahoma, Geneva, sans-serif;
	text-decoration: none;
	font-style: normal;
}
a.copyrightlink:hover {
	font-size: 100%;
	color: #FF0;
	margin: 0px;
	padding: 5px;
	font-family: Tahoma, Geneva, sans-serif;
	text-decoration: none;
	font-style: normal;
}
#leftCopyright {
	height: 25px;
	width: 40%;
	text-align: left;
}
#rightCopyright {
	height: 25px;
	width: 40%;
	float: right;
	padding-right: 5px;
	text-align: left;
}
.clear {
	clear: both;
}
.alignCenter {
	text-align: center;
	vertical-align: top;
}
.alignRight {
	text-align: right;
	float: right;
	margin: 1%;
}
.alignLeft {
	text-align: left;
	float: left;
	margin: 1%;
}
.divListContainer {
	width: 60%;
	margin-right: 20%;
	margin-left: 20%;
}
.divListContainer ul li {
	font-family: "Times New Roman", Times, serif;
	font-size: 1.2em;
	color: #000;
	text-align: left;
	width: 60%;
	list-style-image: url(../images/list-image.gif);
	line-height: 40px;
	padding-left: 25px;
	margin-right: 20%;
	margin-left: 20%;
}
.divListContainer_bankruptcy {
	width: 60%;
	margin-right: auto;
	margin-left: 5%;
	text-align: center;
}
.divListContainer_bankruptcy ul li {
	font-family: "Times New Roman", Times, serif;
	font-size: 1.2em;
	color: #000;
	text-align: left;
	width: 100%;
	list-style-image: url(../images/list-image.gif);
	line-height: 40px;
	padding-left: 25px;
}

.btn {
	-moz-box-shadow: 0px 0px 0px 2px #9fb4f2;
	-webkit-box-shadow: 0px 0px 0px 2px #9fb4f2;
	box-shadow: 0px 0px 0px 2px #9fb4f2;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #7892c2), color-stop(1, #476e9e));
	background: -moz-linear-gradient(top, #7892c2 5%, #476e9e 100%);
	background: -webkit-linear-gradient(top, #7892c2 5%, #476e9e 100%);
	background: -o-linear-gradient(top, #7892c2 5%, #476e9e 100%);
	background: -ms-linear-gradient(top, #7892c2 5%, #476e9e 100%);
	background: linear-gradient(to bottom, #7892c2 5%, #476e9e 100%);
 filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#7892c2', endColorstr='#476e9e', GradientType=0);
	background-color: #7892c2;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	border: 2px solid #4e6096;
	display: inline-block;
	color: #FFFFFF;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: .9em;
	text-decoration: none;
	text-shadow: 0px 1px 0px #283966;
	padding-top: 4px;
	padding-bottom: 4px;
	margin-top: 15px;
	margin-bottom: 15px;
	height: auto;
	width: 90%;
	text-align: center;
	vertical-align: middle;
}
.btn:hover {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #476e9e), color-stop(1, #7892c2));
	background: -moz-linear-gradient(top, #476e9e 5%, #7892c2 100%);
	background: -webkit-linear-gradient(top, #476e9e 5%, #7892c2 100%);
	background: -o-linear-gradient(top, #476e9e 5%, #7892c2 100%);
	background: -ms-linear-gradient(top, #476e9e 5%, #7892c2 100%);
	background: linear-gradient(to bottom, #476e9e 5%, #7892c2 100%);
 filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#476e9e', endColorstr='#7892c2', GradientType=0);
	background-color: #476e9e;
}
.btn:active {
	position: relative;
	top: 1px;
}
 .column {
  float: left;
}
.left {
	float: left;
	width: 72%;
	margin-right: 2%;
}
.right {
	float: right;
	width: 23%;
	height: auto;
	margin: 15px;
	text-align: center;
	padding-top: 15px;
	border: thin solid #09C;
}
 
.group:after {
	content: "";
	display: table;
	clear: both;
}


.hr {
	text-align: center;
	height: 5px;
	width: 80%;
	margin-right: 10%;
	margin-left: 10%;
}


.w3-animate-fading{-webkit-animation:fading 10s infinite;animation:fading 10s infinite}
@-webkit-keyframes fading{0%{opacity:0}50%{opacity:1}100%{opacity:0}}
@keyframes fading{0%{opacity:0}50%{opacity:1}100%{opacity:0}}


 

.lower_nav_group {
	clear: both;
	width: 98%;
	margin-right: auto;
	margin-left: auto;
}
.left_lower_nav {
	float: left;
	width: 30%;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}



.center_lower_nav {
	float: left;
	width: 30%;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}
.right_lower_nav {
	float: left;
	width: 30%;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}
.column {
	 float: left;
  width: 25%;
}
 
/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}
 /* Responsive layout - when the screen is less than 600px wide, make the three columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .column {
    width: 100%;
  }
} 



