/* FOOTER */

.homelinks {
	text-color: #00659E /* added by Ed */
}

/* ========================================================================== */

.footer-splits 	{
	color: #FFFFFF;
	height: 3px;
	line-height: normal;
	background-color: #FFFFFF;
	margin: 0px auto 0px auto;
	padding: 0px;
	border: solid #BDBDBD;
	border-width: 0px 0px 4px 0px;
}

/* ========================================================================== */

.footer-background {
	background-color: #85929E;
	/* background-image: url("/picts/background-footer.jpg"); */
	background-repeat: no-repeat;
	background-position: left top;
	min-height: 1%;  /* FIX FOR IE BUG DO NOT EDIT */
}

/* ========================================================================== */

.footerbox	{
	padding: 0px 0px 0px 0px;
	margin: 0px;
	border: solid #000000;
	border-width: 0px 0px 0px 0px;
	/* NOTE: BORDERs ABOVE ARE | top | right | bottom | left */
}

/* ========================================================================== */

.footer-pad	{
	padding: 35px 10px 35px 10px;
}

/* ========================================================================== */

.footerbox, .footerbox div, .footerbox table {
	color: #FFFFFF;
}

/* ========================================================================== */

div.footer-title {
	color: #FFFFFF;
	font: 16px "Droid Sans", arial, sans-serif;
	font-weight: 700;
	padding-bottom: 5px;
	margin-bottom: 3px;
	border-bottom: #85929E 2px solid;
}

/* ========================================================================== */

table.footer-links td 	{
	text-align: left;
	padding: 5px 50px 5px 40px;
}

/* ========================================================================== */

.footer-links	{
	width: 86%;
	max-width: 900px;
	font-size: 14px;
	line-height: 35px;
}

/* ========================================================================== */

.footerlinks-1 {
	width: 33%; border-left: #A4A4A4 1px solid; border-right: #A4A4A4 1px solid;
}

/* ========================================================================== */

.footerlinks-2 {
	width: 33%; border-right: #A4A4A4 1px solid;
}

/* ========================================================================== */

.footerlinks-3 {
	width: 33%; border-right: #A4A4A4 1px solid;
}

/* ========================================================================== */

.footer-copyright  {
	padding: 14px 10px 14px 10px;
	margin: 0px 0px 0px 0px;
	background: rgba(0,0,0,0.10);  /* SEMI-TRANSPARENT BACKGROUND */
	border: solid #A4A4A4;
	border-width: 1px 0px 0px 0px;
	/* NOTE: BORDERs ABOVE ARE | top | right | bottom | left */
}

/* ========================================================================== */

.copyright-text	   {
	color: #FFFFFF;
	font: 11px "Droid Sans", arial, sans-serif;
	font-weight: normal;
	line-height: normal;
}

/* ========================================================================== */

.footer-disclaimer {
	font-size: 10px;
	padding: 6px 0px 6px 0px;
	margin: 16px auto 0 auto;
	max-width: 1000px;
	border: solid #A4A4A4;
	border-width: 1px 0px 1px 0px;
	/* NOTE: BORDERs ABOVE ARE | top | right | bottom | left */
}

/* ========================================================================== */

/* FOOTER LINK COLORS */

.footerbox a:link,
.footerbox a:visited,
.footerbox a:active {
	color: #FFFFFF; text-decoration: none; white-space: nowrap;
}

/* ========================================================================== */

.footerbox a:hover {
	color: #83DCFC; text-decoration: underline; white-space: nowrap;
}

/* ========================================================================== */

/* COPYRIGHT LINK COLORS */

div.footer-copyright a:link,
div.footer-copyright a:visited,
div.footer-copyright a:active {
	color: #83DCFC; text-decoration: none;
}

/* ========================================================================== */

div.footer-copyright a:hover {
	color: #FFFFFF; text-decoration: underline;
}

/* ========================================================================== */

/* SOCIAL ICONS */

.socialbox	{
	list-style: none;
	padding: 0px;
	margin: 0px;
}

/* ========================================================================== */

.socialbox li	{
	display: inline-block;
	*display:inline;  /* For Older IE */
	*zoom:1;
}

/* ========================================================================== */

.socialicon	{
	display: block;
	padding: 3px;
	margin: 6px 1px 15px 1px;
	/* CMS Color Change */
	background-color: #08298A;
	/* CMS Color Change */
	border: #08298A 1px solid;
	/* CORNER ROUNDING */
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	border-radius: 4px;
}

/* ========================================================================== */

/* CMS Color Change */

.socialicon:hover {
	background-color: #2E5175; border: #08298A 1px solid;
}

/* ========================================================================== */
