/* Global Page
________________________________*/

body { 
	background-image: url('/graphics-slices/PPAChicago-header-background.jpg');
	background-repeat: repeat-x;
	text-align: center;
	padding: 0; margin: 0;
	width: 100%;
	height: 100%;
}

#wrapper { 
	position: relative;
	text-align: left;
	top: 0;
	width: 960px; height: auto;
	margin: 0 auto;
	z-index: 1;
}

.main {
	padding: 40px 0 0;
	width: 960px; height: auto;
	overflow: auto;
}

/* Stuff Above Header
________________________________*/

#login-wrapper {
	position: absolute;
	top: 0;
	right: 0;
	height: 36px;
	width: auto;
}

#loginlinks {	
	float: right;
	margin: 8px 0 0;
	height: 22px;
	width: auto;
	padding: 0 .5em;
	border: solid 1px #B7C8D8;
	border-radius: 6px;
	background-color: #fff;
}

#loginlinks ul {
	margin: 0;
	padding: 0;
	text-align: center;
	list-style-type: none;
	list-style-position: inside;
}

#loginlinks ul li { 
	margin: 0;
	padding: 0 .5em;
	display: inline;
	font-size: 12px;
	line-height: 22px;
	color: #00539B;
}

#loginlinks ul li a {
	color: #00539B;
	text-decoration: none;
	padding: 0;
}

#loginlinks ul li a:hover {
	color: #5A2149;
}

#socialnetworks {
	float: right;
	margin: 4px 230px 0 0;	
	height: 32px;
	width: auto;
	background-color: transparent;
}

#socialnetworks a {
	display: block;
	float: left;
	margin: 0 8px;
  	text-indent: -9000px;
  	outline: none;
  	width: 32px;
  	height: 32px;
  	background-position: 0 0;
}

#socialnetworks a:hover {
	background-position: 0 -32px;
}

#facebook {
	background-image: url('/graphics/social-icons/facebook.png');
}

#twitter {
	background-image: url('/graphics/social-icons/twitter.png');
}

#linkedin {
	background-image: url('/graphics/social-icons/linkedin.png');
}


/* Header Slices & Menu Bar
________________________________*/
#header a,
#header div {
	position: absolute;
	background-repeat: no-repeat;
}

#header {
	background-image: none;
	background-color: transparent;
	left: 0; top: 0;
	width: 960px; height: 192px;
}

#header a {
	display: block;
  	text-indent: -9000px;
  	outline: none;
}

#PPAChicago-menu-spacer-01,
#PPAChicago-menu-spacer-02,
#PPAChicago-menu-spacer-03,
#PPAChicago-menu-spacer-04 {
	background-image: url('/graphics-slices/PPAChicago-menu-spacer.jpg');
	top: 154px;
	width: 98px;
	height: 38px;
}

#PPAChicago-menu-00,
#PPAChicago-menu-01,
#PPAChicago-menu-02,
#PPAChicago-menu-03,
#PPAChicago-menu-04 {
	background-image: url('/graphics-slices/PPAChicago-menu-sprite.jpg');
	top: 154px;
	height: 38px;
}

#PPAChicago-header {
	background-image: url('/graphics-slices/PPAChicago-header.jpg');
	left: 0; top: 0;
	width: 960px; height: 154px;
}

#PPAChicago-menu-spacer-left {
	background-image: url('/graphics-slices/PPAChicago-menu-spacer-left.jpg');
	left: 0; top: 154px;
	width: 133px; height: 38px;
}

#PPAChicago-menu-00 {
	left: 133px;
	width: 75px;
	background-position: 0 0;
}

#PPAChicago-menu-00:hover,
#PPAChicago-menu-00.sticky {
	background-position: 0 -38px;
}

#PPAChicago-menu-spacer-01 {
	left: 208px;
}

#PPAChicago-menu-01 {
	left: 306px;
	width: 128px;
	background-position: -75px 0;
}

#PPAChicago-menu-01:hover,
#PPAChicago-menu-01.sticky {
	background-position: -75px -38px;
}

#PPAChicago-menu-spacer-02 {
	left: 434px;
}

#PPAChicago-menu-02 {
	left: 532px;
	width: 87px;
	background-position: -203px 0;
}

#PPAChicago-menu-02:hover,
#PPAChicago-menu-02.sticky {
	background-position: -203px -38px;
}

#PPAChicago-menu-spacer-03 {
	left: 619px;
}

#PPAChicago-menu-03 {
	left: 717px;
	width: 70px;
	background-position: -290px 0;
}

#PPAChicago-menu-03:hover,
#PPAChicago-menu-03.sticky {
	background-position: -290px -38px;
}

#PPAChicago-menu-spacer-04 {
	left: 787px;
}

#PPAChicago-menu-04 {
	left: 885px;
	width: 75px;
	background-position: -360px 0;
}

#PPAChicago-menu-04:hover,
#PPAChicago-menu-04.sticky {
	background-position: -360px -38px;
}

/* Footer Stuff
________________________________*/

#footer {
	clear: both;
	position: relative;
	top: 65px;
	width: 100%; height: auto;
	min-width: 960px;
	margin: 0;
	z-index: 2;
}

#footer #top {
	background-color: #B7C8D8;
	height: 38px;
	line-height: 38px;
	padding: 0;
	text-align: center;
}

#footer .bottom {
	width: 45%;
	padding: 20px 15px;
    z-index: 3;
}

#footer .bottom p {
	font-size: 12px;
	color: #aaa;
	margin: 4px 0;
}

#footer .bottom a {
	font-size: 12px;
	color: #aaa;
	text-decoration: none;
}

#footer .bottom a:hover {
	color: #5A2149;
}

#footer .left {
	float: left;
}

#footer .left p {
	text-align: left;
}

#footer .right {
	float: right;
}

#footer .right p {
	text-align: right;
}

#nav ul {
	margin: 0;
	padding: 0;
	text-align: center;
	list-style-type: none;
	list-style-position: inside;
}

#nav ul li { 
	margin: 0;
	padding: 0 2em;
	display: inline;
	font-size: 16px;
	color: #fff;
}

#nav ul li a {
	color: #fff;
	text-decoration: none;
	padding: 0;
}

#nav ul li a:hover {
	color: #5A2149;
}