﻿/*
Masthead Header
------------------------------------ */

#header {
	padding: 10px;
}

	#header .local-logo {
		display: inline;
		float: left;
		width: 650px;
	}
	
		#header .local-logo .banner-png {
			display: block;
		}
	
		#header .local-logo .banner-jpg {
			display: none;
		}
	
		#header .local-logo small {
			display: block;
		}
	
	#header .seiu-logo {
		display: inline;
		float: right;
		text-align: right;
		width: 77px;
	}
	
	
	
	
/*
Footer
------------------------------------ */

#footer {
	background: #562079;
	color: #c99cce;
	font: 11px/14px arial, "trebuchet ms", verdana, sans-serif;
	margin: 0 auto;
	padding-bottom: 30px;
	text-align: center;
	width: 770px;
}

	#footer a {
		color: #c99cce;
		text-decoration: none;
	}

	#footer p {
		clear: both;
		line-height: 1em;
		margin: 0 0 1em;
		padding: 0;
		margin-top: 10px;
	}
	
	#footer ul {
		clear: both;
		margin: 0 0 2px 0;
		padding: 0;
		
	}
	
		#footer li {
			/*border-left: 1px solid #c99cce;*/
			background: url("../images/bg/footer-li-bg.jpg") no-repeat center left;
			display: inline;
			line-height: 12px;
			padding-left:4px;
		}
		
			#footer li:first-child, #footer li.first-child {
				border-left: none !important;
				background: none !important;
			}
			
			#footer li a {
				line-height: 12px;
				height: 12px;
				font-size: 11px;
				padding: 0px 5px;
			}
	
	#footer .footer-primary {
		display: block;
		background: url("../images/bg/footer-bg.gif") no-repeat bottom left;
		color: #fff;
		font-size: 12px;
		padding: 10px 0 10px 0;
		margin-bottom: 10px;
	}
	
		#footer .footer-primary a {
			color: #fff;
			font-size: 12px;
		}
		
		#footer .footer-primary li {
			background: url("../images/bg/footer-li-bg.jpg") no-repeat center left;
		}	
