div#footerBG { /* wraps entire footer content and provides faded background image */
	background-repeat: repeat-x;
	background-image: url(/admin/hr/imgs/uwgen-template/footer_stripe.gif);
	overflow: hidden;
}
div#footerMargin { /* within footerBG wraps footer and sets margin properties and background image */
	width: 950px;
	margin: 0 auto 10px auto;
	overflow: hidden;
	background-image: url(/admin/hr/imgs/uwgen-template/footer_w.png); /* places and positions white W with notch */
	background-repeat: no-repeat;
	background-position: center top;
}
div#footerSkyline {
	height: 120px;
	background-image: url(/admin/hr/imgs/uwgen-template/footerSkyline.jpg); /*seattle skyline image */
	background-repeat: no-repeat;
	background-position: center bottom;
	margin: 0 0 20px 0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ADADAD;
}
#footerSkyline h2 {
	display: block;
	float:left;
	color: #39275B;
	padding: 55px 0 0 5px;
}


div.footerLink {
}

div#footer li.footerTitle {
	color: #39275B;
	font-size: 11px;
	font-weight: bold;
}

li.footerTitleTwo {
	color: #39275B;
	font-family:"Lucida Grande","Trebuchet MS", Arial, sans-serif;
	font-size:15px; 
	letter-spacing:-0.03em;
	line-height:1.2em;
	margin-bottom: .3em;
}

div.footerLink ul {
	margin: 0px;
}
div.footerLink  li{
	list-style-type: none;
	margin-bottom: .7em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 1.2em;
	text-align: left;
}
div.footerLink a, div.footerLink a:visited {
	font-family: Arial, Helvetica, sans-serif;
	color: #666;
	text-decoration: none;
	font-size: 10px;
	text-align: left;
}
div.footerLink a:hover {
	color: #4D4D4D;
	text-decoration: underline;
}
#footerShare {
	float:right;
	padding: 90px 0 0 20px;
}

/*---------------- "Social" links -------------------------*/

div.footerLinks {
	background-image: url(/admin/hr/imgs/uwgen-template/footer_halo_dark.png);
	background-repeat: no-repeat;
	margin-bottom: 20px;
	padding-top: 8px;
	padding-right: 8px;
	padding-left: 15px;
	
}
div.footerLinks a {
	background-repeat: no-repeat;
	background-position: left 2px;
	overflow: hidden;
	padding-left: 8px;
	white-space: nowrap;
	text-decoration:none;
	color:#333;
}
div.footerLinks a:hover {
	background-position: left -15px;
	color: #666;
}

div.social li {
	margin-top: 3px;
}

div.social a {height: 16px; display: block;}

div.footerLinks a.facebook {background: url(/admin/hr/imgs/uwgen-template/icon_social.gif) no-repeat left top; padding-left: 22px;}
div.footerLinks a.youtube {background: url(/admin/hr/imgs/uwgen-template/icon_social.gif) no-repeat left -32px; padding-left: 22px;}
div.footerLinks a.itunes {	background: url(/admin/hr/imgs/uwgen-template/icon_social.gif) no-repeat left -64px; padding-left: 22px;}
div.footerLinks a.rss {background: url(/admin/hr/imgs/uwgen-template/icon_social.gif) no-repeat left -96px; padding-left: 22px;}
div.footerLinks a.twitter {background: url(/admin/hr/imgs/uwgen-template/icon_social.gif) no-repeat left -128px; padding-left: 22px;}
div.footerLinks a.muw {background: url(/admin/hr/imgs/uwgen-template/icon_social.gif) no-repeat left -160px; padding-left: 22px;}


/*--------------------- Thin Strip Footer -----------------------*/


#footerMain {
	background-image: url(/admin/hr/imgs/uwgen-template/img_footer/bg.gif);
	background-repeat: repeat-x;
	height: 25px;
	overflow: hidden;
}
#footerMain ul {
	margin: 0;
	padding: 0;
	display: block;
}
#footerMain li {
	display: inline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	white-space: nowrap;
}
#footerMain li a {
	text-decoration: none;
	color: #FFF;
	float: left;
	padding: 5px 6px 7px 0;
	text-transform:uppercase;
}
#footerMain li a:hover {
	color: #CCC;
	background-image: url(/admin/hr/imgs/uwgen-template/img_footer/notch.gif);
	background-position: center top;
	background-repeat: no-repeat;
}
#footerMain li a:active {
	color: #FFC;
}
#footerLeft {
	float: left;
	padding-left: 40px;
}
#footerRight {
	float: right;
	padding-right: 40px;	
}
#footerCenter {
	width: 270px;
	margin: 0 auto;
}
.footerLinkBorder {
	float: left;
	padding-left: 10px;
	background-image: url(/admin/hr/imgs/uwgen-template/img_footer/leftbar.png);
	background-repeat: no-repeat;
	background-position: 0 6px;
}
