/*This is the style for the footer; defines the background that runs the bottom of the page*/
#footer_soa{display: block; width: 100%; height: 200px;/*min-height: 200px;*/ text-align: center; margin: auto; /*margin-top: -15px;*/ background: url('/static/_global/css/css_images/footer/footerbg-2.jpg') repeat-x #030c1b; /*background-color: #0a306a; */ padding-top: 3px;}

/*Footer Links and content*/
#footer_soacontent{display: block; width: 960px; min-height: 80px; padding-top: 8px; background: url('/static/_global/css/css_images/footer/footer_contentbg.gif') repeat-x top; text-align: left; margin: auto; color: #CED4DF; font-family: Arial, Helvetica, sans-serif;}

/*Styles the right and left box of the statewide footer */
#footer_soacontent .footersoaright, #footer_soacontent .footersoaleft{padding: 10px 0;	}
#footer_soacontent .footersoaright{text-align: right; float: none; font-size: .75em;}
#footer_soacontent .footersoaleft{text-align: left;}

/* Style the list of links in the footer */
#footer_soacontent ul{list-style: none; display: inline; padding: 0; font-size: .7em;}
#footer_soacontent ul li{float: left; padding: 0 10px 3px 0;}
#footer_soacontent ul li a, #footer_soacontent a{color: #CED4DF; text-decoration: underline; font-weight: normal; font-size: .9em;}
#footer_soacontent ul li a:hover, #footer_soacontent ul li a:focus, #footer_soacontent a:hover, #footer_soacontent a:focus{text-decoration: none;}
#footer_soacontent .footersoaright .footersoacenter_item{border-left: #526d96 solid 1px; border-right: #526d96 solid 1px; padding: 0 4px; color: #CED4DF;}
#footer_soacontent .footersoaright .footersoaright_item{border-left: #526d96 solid 1px; padding: 0 0 0 4px;}
#footer_soacontent .footersoaright .footersoaleft_item{border-right: #526d96 solid 1px; padding: 0 4px 0 0; color: #CED4DF;}
.footersoaleft{float: left;}
.footersoaright{float: right;}