@charset "utf-8";
/* CSS Document */

.bodyBlack {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #CCC;
	background-color: #000;
	font-family: Arial, Helvetica, sans-serif;
}

.bodyBlack2 {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #fff;
	background-color: #000;
	font-family: Arial, Helvetica, sans-serif;
}



/*Header*/

#BlackHomeContainer {
	width: 1005px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #000;
	text-align: left;
	margin-top: 15px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#BlackHomeMainContentBA {
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #000;
	text-align: left;
	margin-top: 15px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	height: 450px;
}

#BlackHomeMainContent {
	height: 685px;
	padding-top: 0;
	padding-right: 15px;
	padding-bottom: 0;
	padding-left: 15px;
	background-color: #000;
	
}


#pp-header {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:#08080A url(cssimg/bg-sprite.png) repeat-x scroll 0 0;
height:103px;
min-width:700px;
position:relative;
}


#pp-logo {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	display:block;
	height:178px;
	left:201px;
	position:absolute;
	top:4px;
	width:263px;
	z-index: 15;	
}

#nav-ribbon {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
-moz-border-radius-bottomleft:3px;
background:#303031 url(cssimg/bg-sprite.png) repeat-x scroll 0 -195px;
height:30px;
padding:0 9px;
position:absolute;
right:0;
top:1px;
}

#nav-ribbon li {
font-size:10px;
line-height:30px;
padding:0 9px;
}

.nav-hor li {
display:inline;
}


.nav-hor, .nav-vert {
list-style-image:none;
list-style-position:outside;
list-style-type:none;
margin:0;
padding:0;
}

#nav-ribbon li.hello {
color:#AAAAAA;
font-style:oblique;
}
#nav-ribbon li {
font-size:10px;
line-height:30px;
padding:0 9px;
}
.nav-hor li {
display:inline;
}

.nav-hor, .nav-vert {
list-style-image:none;
list-style-position:outside;
list-style-type:none;
}
ul {
list-style-type:disc;
}

#nav-ribbon a:link, #nav-ribbon a:visited {
color:#BCBCBC;
font-size:11px;
font-weight:bold;
margin:0 0 0 3px;
text-decoration:none;
}


/*Footer*/
#pp-footer {
	border-top:2px solid #000000;
	margin-right: 186px;
	margin-left: 186px;
	padding-top: 24px;
	padding-right: 36px;
	padding-bottom: 39px;
	padding-left: 36px;
}

#app-map {
margin:0;
min-width:888px;
overflow:hidden;
padding:0;
}
ul {
list-style-type:disc;
}

#app-map h6 {
color:#EEEEEE;
font-weight:bold;
}
h6 {
font-size:11px;
margin-bottom:0;
}

#app-map li {
float:left;
list-style-image:none;
list-style-position:outside;
list-style-type:none;
}

.vert {
	border-top:1px solid #444444;
	margin:0 18px 0 0;
	padding:0;
	width:108px;
	text-align: left;
}

#app-map .vert li {
border-bottom:1px solid #444444;
float:none;
font-size:10px;
padding:3px 0;
}
#app-map li {
float:left;
list-style-image:none;
list-style-position:outside;
list-style-type:none;
}

#app-map .vert a {
display:block;
}

#pp-footer a:link, #pp-footer a:visited {
color:#999999;
text-decoration:none;
}

