@charset "UTF-8";
/* CSS Document */

.full {
    width: 100%;    
}
.gap {
	height: 30px;
	width: 100%;
	clear: both;
	display: block;
}
.footer {
    background: #002147;
    height: auto;
    padding-bottom: 0px;
    position: absolute;
    width: 100%;
    border-bottom: 1px solid #CCCCCC;
    border-top: 1px solid #DDDDDD;
    z-index: 1;
}

footer {
    position: relative;
    text-align: center;
    bottom: 0px;
    width: 100%;
}

.footer p {
	margin: 0;
}
.footer img {
	max-width: 100%;
}
.footer h3 {
	color: white;
	font-size: 18px;
	font-weight: 600;
	line-height: 27px;
	padding: 50px 0 0px;
	text-transform: uppercase;
  	margin-bottom: 1px;
}


.footerlogo {
    width: 150px;
    margin-bottom: -41px;
    z-index: 2;
    visibility: visible;
    margin-top: 22px;
}

.footer li {
	color:whitesmoke;
	font-weight:100;
	font-size: 16px;
	line-height: 22px;
}

.footer h4 {
	color: white;
	font-size: 2em;
	font-weight: 200;
	line-height: 2px;
	padding: 0px 0 0px;
	font-family: cursive;
}

.footer ul {
    font-size: 13px;
    list-style-type: none;
    margin-left: 0;
    padding-left: 0;
    margin-top: 0px;
    color: #7F8C8D;
    text-align: center;
}

.email{
  border-bottom: 2px solid #fff;
}
.footer a {
	padding: 0 0 12px 0;
	display: block;
}
.footer a {
	color: white;
  	font-weight: lighter;
}

.footer p {
	color: white;
  	font-weight: lighter;
}

.footer a:hover {
    text-decoration: none;
    font-weight:400;
    color: #e3c567;	
}
.supportLi h4 {
	font-size: 20px;
	font-weight: lighter;
	line-height: normal;
	margin-bottom: 0 !important;
	padding-bottom: 0;
}

.bg-gray {
	background-image: -moz-linear-gradient(center bottom, #BBBBBB 0%, #F0F0F0 100%);
	box-shadow: 10 1px 10 #B4B3B3;
}


.footer a {
	color: #78828D
}

.footer-bottom {
    margin-top: 1em;
    border-top: 1px solid #DDDDDD;
    padding-top: 10px;
    padding-bottom: 10px;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
.footer-bottom  {
	padding-top: 10px;
  	font-size: 0.75em
}

.copyright {
	font-size: 0.75em
}
