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

#footer h4 						{
								border-bottom: 1px solid #ccc;
								border-top: 1px solid #ccc;
								color: #000000;
								font-weight: 700;
								margin-bottom: 8px;
								margin-top: 0;
								padding: 5px 0;
								text-transform: uppercase;
								font-size: 16px;
								}
	
#customFooter					{margin: 0 auto;
  								float: none;
  								width: 1000px;
								font-weight: normal;
								}
									
#footer 						{background: none;
								padding-top: 3px;
								font-size: 13px;
								color: #000;
								line-height: 15px;
								/*border-top: 8px solid #000;*/
								margin-top: 0px;
								margin-bottom:-10px;
								}

#footer .footerLinksContainer 	{ margin: 0 auto 15px;
								list-style: none;
								padding-left: 0;
								float: left;
								width: 100%;
							}							
									
#footerLinks 				{list-style: none;
							padding-left: 0;
							/*margin-left:-40px;*/
							}		
#footerLinks li 			{margin-left: 0;
							font-size: 13px;
							margin-bottom: 8px;
							}
									
#footerLinks li.last 		{border-right: none;
							margin-right: 0;
							margin-left: 0;
							}
							
#footer a, .calloutBox a 	{font-weight: normal;
							/*text-decoration: underline;*/
							color: #1b74de;
  							/*padding:6px 26px 10px 0;*/
							}
							
#footer .footerLinksContainer li {
							/*border-right: 1px solid #dcc7b4;*/
							padding-left: 20px;
							padding-right: 10px;
							padding-top: 10px;
							width: 22%;
							float: left;
							}
#footer .footerLinksContainer li li { 
							padding: 0;
							margin: 0;
							width: 100%;
							margin-bottom: 6px;
							clear: left;
					}
#footer .footerLinksContainer li.image {
	width: 12%;
} 	
							
#footer li.last 			{
							border: none;
							}

/*formats the band of disclaimers at the very bottom of each page*/

#disclaimers				{
							background-color: #006411;
							padding: 6px 0;
							}
							
#disclaimers ul {
	padding-left: 0;
}														
							
#disclaimers li 			{
    						display: inline;
							/*padding-left: 45px;*/
							line-height:25px;
							text-transform: uppercase;
							font-weight: bold;
							margin-right: 17px;
							border-right: 1px solid #ccc;
							}
#disclaimers li.last {
	border-right: none;
}

#disclaimers li a {
	padding-right: 14px;
	color: #fff;
	font-size: 13px;
	font-weight: bold;
}

@media only screen and (max-width: 980px) {
    #footer .footerLinksContainer li {
        width:100%;
    }
	#footer .footerLinksContainer li.image {
	 display: none;
	}
	#disclaimers li {
		display: block;
		padding-left: 20px;
		border-right: none;
	}
}