@charset "utf-8";
/* CSS Document */

/*********************************************************/
/*    AFTER FOOTER:                       */
/*********************************************************/

#postFooter {
	width: 100%;
	/*min-width: 320px;  300px */
	/*max-width: 1280px; 750px; 1170px;*/
	height: 30px; /*20px;*/
	clear: both;

	-webkit-border-bottom-left-radius: 15px;
	-webkit-border-bottom-right-radius: 15px; 

	-moz-border-radius-bottomleft: 15px; 
	-moz-border-radius-bottomright: 15px;
	
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;

	background: #000033; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSI2NSUiIHN0b3AtY29sb3I9IiMwMDAwMzMiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSI2NSUiIHN0b3AtY29sb3I9IiMwMDAwMzMiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSI4MCUiIHN0b3AtY29sb3I9IiMwMTJmNzUiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSI5MCUiIHN0b3AtY29sb3I9IiMwMDRmYzYiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjMDA4MmM4IiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
	background: -moz-linear-gradient(top,  #000033 65%, #000033 65%, #012f75 80%, #004fc6 90%, #0082c8 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(65%,#000033), color-stop(65%,#000033), color-stop(80%,#012f75), color-stop(90%,#004fc6), color-stop(100%,#0082c8)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #000033 65%,#000033 65%,#012f75 80%,#004fc6 90%,#0082c8 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #000033 65%,#000033 65%,#012f75 80%,#004fc6 90%,#0082c8 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #000033 65%,#000033 65%,#012f75 80%,#004fc6 90%,#0082c8 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #000033 65%,#000033 65%,#012f75 80%,#004fc6 90%,#0082c8 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000033', endColorstr='#0082c8',GradientType=0 ); /* IE6-8 */
}
/*@media (max-width: 480px) {
	#postFooter {
		width: 330px;
	}
}*/
/*	background: url(/images/postFooter.png) top center no-repeat;
	background-repeat: no-repeat;
*/
	/*width: 750px;*/
	/*margin-bottom: 20px;*/
	/*height: 20px;  image is ~20 px high; add 5px of transparent area below 
	background: url("/images/footer/post_footer_bkgd.png") top no-repeat;*/

/*div.postFooterRoundedCorners {
	-webkit-border-bottom-left-radius: 15px;
	-webkit-border-bottom-right-radius: 15px 15px; 

	-moz-border-radius-bottomleft: 15px; 
	-moz-border-radius-bottomright: 15px 15px;
	
	border-radius: 0px 0px 15px 15px / 0px 0px 15px 15px;
	
	behavior: url('/styles/PIE.htc');
	float: left;
	display: inline; 
	position: relative; 
}
div.postFooterRoundedCorners {
	background:#000033;

	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#000033), to(#9CF));
	background: -webkit-linear-gradient(#000033, #9CF);
	background: -moz-linear-gradient(#000033, #9CF);
	background: -ms-linear-gradient(#000033, #9CF);
	background: -o-linear-gradient(#000033, #9CF);
	background: linear-gradient(#000033, #9CF);
	-pie-background: linear-gradient(#000033, #9CF);
}*/


/****************************************/
/*           FOOTER Styles              */
/****************************************/
/****************************************/
/*   footer nav and main content gap    */
/****************************************/
#Footer {
	/*width: 750px;*/
	width: 100%;
	position: relative;
	clear: both;  
	/*display: block; */ 
	visibility: visible;
	border-top: 1px solid #000066; /*#666666;*/
	/*border-bottom: 1px solid #cccccc;*/
	text-align: center;
	vertical-align: top; 
	font-weight:normal;
	color: #CCCCCC;
	background-color: #000033;
	/*padding-top: 5px;
	padding: 5px 0px 10px 0px;
	padding-bottom: 10px;
	background-color: #000066;
	background-color: #CCCCCC;*/
}

/* FOOTER HR: ALL THE FOLLOWING SETTINGS ARE REQUIRED FOR MAC */
#Footer hr { 
	min-width: 240px;
	max-width:1200px;
	margin-left: 40px;
	margin-right: 40px;
	border-bottom: #cccccc 2px solid;
	/*border-bottom-width: 2px;
	border-bottom-color:#CCCCCC;
	border-bottom-style:solid;*/
	/*text-align:center;*/ /* this setting is not recognized in Safari/MAC */
}

#Footer_links { 
	/*font-size: 8pt;
	color: #E4481F;  */
	color: #635347; /* brown */
	/*color: #493E34;  dk brown */
	background-color:#F4EFC6; /*  cream */
	/*background-color:#8fa8d9; light blue */
	padding: 15px 0;
	padding-top: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid  #ffffff; /*#cccccc;*/
}
#FooterText {
	font-family: Arial, Helvetica, sans-serif;
	/*Gov name*/
	font-size: 14px;
	visibility: visible;
	vertical-align: top;
/*	background-color: #282850;*/
	background-color: #000033;
	padding-top: 5px;
	padding-bottom: 5px;
	min-height: 30px;
}
#Footer_links, #Footer_links a {
	font-size: 14px;
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: bold;
	line-height: 1.8em;
}
/* #Footer_links a:link,  */
#Footer_links a, #Footer_links a:active, #Footer_links a:hover, #Footer_links a:focus {
	background: none; 
	text-decoration: none;
}
#Footer_links a, #Footer_links a:active, #Footer_links a:visited, #Footer_links a:hover, #Footer_links a:focus {
	background-color: transparent;
}
#Footer_links a/*, #Footer_links a:visited*/ {
	border-bottom: dotted 1px;
}
#Footer_links a, #Footer_links a:visited {
	color: #2E2721; /* dkr brown */
}
#Footer_links a:hover, #Footer_links a:focus {
	color: navy;
	border-bottom: 1px solid;
}
#Footer_links a:active  {
	color: #E4471F; /* orange */
	border-bottom: 1px solid;
}
#Footer_links i.fa {
	font-size: 9px;
	color: #00579E;	
	text-align: center;
	padding-left: 5px;
	padding-right: 5px;
}
/* 
#FooterText a, #FooterText a:link, #FooterText a:visited, #FooterText a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	color: #FFFFFF;
	text-decoration: none;
}
#FooterText a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	color: #AFCBF8;
	text-decoration: underline;
}
*/	/*color: #F4EFC6;  cream */
	/*color: #F24F00;
	color: #2E2721;*/ /* dkr brown */
	/*color: #E4471F;  orange 
	color: #69F;*/


a.nolinkstyle, a:link.nolinkstyle, a:hover.nolinkstyle, a:focus.nolinkstyle, a:active.nolinkstyle {
	border-bottom: none; 
	text-decoration:none; 
	border: none;
	background: none; 
	margin: 0; 
	padding: 0;
}/* turns off onfocus (keyboard) background highlight color; used for images */
a.nolinkstyle, a:link.nolinkstyle, a:hover.nolinkstyle, a:focus.nolinkstyle, a:active.nolinkstyle, a:visited.nolinkstyle {
	background-color: transparent; 
}
.agencynamefooter { /* PHFA */
	font-family:Tahoma, Geneva, sans-serif;
/*	font-family: Verdana, Geneva, sans-serif;*/
	font-weight: bold;
	color: #E4481F;
}

/*********************************************************/
/*    USED IN prefooter.inc: in Nav Bar nested inside    */
/*  Middle Section of subpages in toolbar for adobe link */
/*********************************************************/
#FooterNav {
	/*z-index:-1;*/
	/*width: 750px;*/
	width: 100%;
	position: relative;
	clear: both;  
	visibility: visible;
	vertical-align:bottom;
	text-align: left;
	vertical-align: top;
	float: left;
	display: inline;
	/*clear: left;*/
	padding: 0px;
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-right: 0px;
	padding-left: 0px;
	margin-left: 0px;
	margin-right: 0px;
	/*background-color: #FFF;*/
}

/* FooterTopContent used in Nav Bar nested inside of Middle Section of subpages of toolbar for adobe link; NOT used on homepage */
#FooterTopContent {
	width: 150px;
	visibility: visible;
	position: relative;
	text-align: center;
	vertical-align:bottom;
	float: left;
	display: block;	
	clear: none;	
	margin-right: 0px;
	margin-left: 0px;
	padding-right: 1px;
	padding-left: 0px;
	padding-top: 2px;
	padding-bottom: 2px;
	/*background:url("/images/middle_bg.gif") left repeat;	*/
	/*background-image:url("../images/toolbox_bkgd.gif");*/
	/*background-color:#d4ddff;*/
}

#socialMediaLinks {
	margin-top: 10px; 
	margin-bottom: 5px;	
}


/*********************************************************/
/*    NO LONGER USED STYLES      (?)                     */
/*********************************************************/
/*
#FooterContent {
	width: 100%;
	position: relative;
	clear: both;  
	visibility: visible;
	vertical-align:bottom;
	background-color: white;
	text-align: left;
	vertical-align: top;
	float: left;
	display: inline;
	padding: 0px;
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-right: 0px;
	padding-left: 0px;
	margin-left: 0px;
	margin-right: 0px;
}
div.FooterContent {
	text-align: center;
	vertical-align: top; 
	font-weight:normal;
	visibility: visible;
	padding-top: 5px;
	padding-bottom: 10px;
	background-color: #000066;
}
*/

