@charset "utf-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	text-align: center;
	background-color: #00768B;
	margin: 0px;
	padding: 0px;
}
#container {
	text-align: left;
	width: 910px;
	background-color: #FFFFFF;
	border-right:solid 10px #7FD7DF;
	border-left:solid 10px #7FD7DF;
	margin: 0 auto 0 auto;
	padding: 10px 10px 0px 10px;
}
h3 {
	font-size: 1em;
	text-transform: uppercase;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
h2 {
	font-size: 1em;
	font-style: italic;
	font-weight: bold;
}
p {
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
a img {
	border: none;
}
a {
	text-decoration: none;
	color: #241114;
}
a:hover {
	text-decoration: underline;
	color: #241114;
}
.imgRight {
	text-align: right;
	float: right;
}
.imgLeft {
	text-align: left;
	float: left;
}
.divider {
	background-color: #241114;
	height: 20px;
	width: 910px;
	clear: both;
}
.dividerSub {
	background-color: #241114;
	height: 5px;
	width: 910px;
	clear: both;
}
.dividerSubLeft {
	background-color: #241114;
	height: 5px;
	clear: left;
	width: 686px;
}
.dividerSubBoth {
	background-color: #241114;
	height: 5px;
	width: 523px;
	margin-top: 5px;
}
.addressHome {
	background-color: #241114;
	height: 20px;
	width: 910px;
	clear: both;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	padding-top: 3px;
}
.addressSub {
	background-color: #241114;
	height: 20px;
	width: 910px;
	clear: both;
	font-weight: bold;
	color: #FFFFFF;
	text-align: left;
	padding-top: 3px;
	padding-left: 5px;
}

#leftColumn {
	float: left;
	width: 400px;
	margin-top: 7px;
	margin-bottom: 10px;
	background-color: #C9C4C5;
	padding: 25px;
	border: 1px solid #241114;
	height: 195px;
}

#rightColumn {
	float: right;
	width: 400px;
	margin-top: 7px;
	margin-bottom: 10px;
	background-color: #D0E6EA;
	padding: 25px;
	border: 1px solid #241114;
	height: 195px;
}
#footer {
	text-align: right;
	padding-right: 15px;
	height: 20px;
	padding-top: 3px;
}
.more {
	text-align: right;
}

.more a {
	font-weight: bold;
	text-decoration: none;
	color: #241114;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#header {
	text-align: right;
	font-size: 1.6em;
	font-weight: bold;
	color: #990000;
	padding-top: 24px;
	height: 96px;
}
#main {
	margin-top: 5px;
	background-color: #DCD8D9;
}
#mainHome {
	margin-top: 5px;
}
#mainPPHC {
	margin-top: 5px;
	background-color: #DCD8D9;
	margin-right: 225px;
}


/*Both Site Menus*/
.mainItem {
	border: 1px solid #241114;
	margin-bottom: 10px;
}
/* PPI Navigation */
#navPPI {
	float: left;
	margin-right: 10px;
	background-color: #DCD8D9;
}
#navPPI ul {
	margin: 0px;
	list-style-type: none;
	width: 165px;
	background-color: #FFFFFF;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
#navPPI ul li {
	color: #241114;
	position: relative;
}

/* Fix IE. Hide from IE Mac \*/
* html #navPPI ul li { float: left; }
* html #navPPI ul li a { height: 1%; }
/* End */

#navPPI ul li a {
	font-size: 1.15em;
	font-weight: bold;
	display: block;
	text-decoration: none;
	color: #241114;
	background: #DCD8D9;
	height: 18px;
	padding-top: 8px;
	padding-bottom: 7px;
	padding-left: 8px;
}
#navPPI ul li a:hover { 
	color: #FFFFFF; 
	background: #5A5858;
	display: block; 
}
#navPPI ul li.selected a { 
	color: #FFFFFF; 
	background: #5A5858;
	display: block;
	border: 1px solid #241114;
	margin-bottom: 10px; 
}

/* PPHC Navigation */
#PPHC {
	float: left;
	background-color: #fff;
	/*margin-right: 5px;*/
}

ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 155px; /* Width of Menu Items */
}

ul li {
	position: relative;
}
	
li ul {
	position: absolute;
	left: 153px; /* Set 1px less than menu width */
	top: -1px;
	display: none;
	background-image:url(../pphc/images/subnav.gif);
	background-repeat:no-repeat;
	padding-left: 9px;
}

/* Styles for Menu Items */
ul li a {
	display: block;
	font-size: 1em;
	font-weight: bold;
	text-decoration: none;
	color: #241114;
	background: #DCD8D9; /* IE6 Bug */
	padding-top: 4px;
	padding-bottom:4px;
	padding-left: 5px;
}

/* Fix IE. Hide from IE Mac \*/
* html ul li { float: left; height: 1%; }
* html ul li a { height: 1%; }
/* End */

ul li a:hover {
	color: #fff;
	background: #DCD8D9;
	text-decoration: none;
} /* Hover Styles */
/* Sub Menu Styles */		
li ul li a {
	font-size: 0.8em;
	width: 201px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 5px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #241114;
}
li ul li.topItem a {
	font-size: 0.8em;
	width: 201px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 5px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #241114;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #241114;
}
li ul li.bottomItem a {
	font-size: 0.8em;
	width: 201px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 5px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #241114;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #241114;
}
		
li:hover ul, li.over ul { display: block; } /* The magic */

#menu2 ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 155px; /* Width of Menu Items */
}
/* Styles for Menu Items */
#menu2 ul li a {
	display: block;
	font-size: 1em;
	font-weight: bold;
	text-decoration: none;
	color: #241114;
	background: #DCD8D9;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 5px;
}

/* Fix IE. Hide from IE Mac \*/
* html ul li { float: left; height: 1%; }
* html ul li a { height: 1%; }
/* End */

#menu2 ul li a:hover { color: #fff; background: #DCD8D9; } /* Hover Styles */
/* End PPHC Navigation*/


#subNav a {
	color: #FFFFFF;
}
#specials {
	float: right;
	width: 213px;
	padding-top: 5px;
	padding-left: 8px;
	text-align: right;
}
#content {
	text-align: right;
	margin-left: 165px;
	background-color: #FFFFFF;
}
#content p {
	text-align: left;
	/*padding-left: 50px;*/
	margin-left: 165px;
}
#pphcHome {
	background-color: #FFFFFF;
	width: 523px;
	float: right;
	padding-left: 7px;
	/*margin-right:4px;
	padding-left: 165px;*/
}
#pphcContent {
	background-color: #FFFFFF;
	width: 723px;
	float: right;
	padding-left: 32px;
	padding-top: 5px;
	height: 450px;
	/*margin-left: 156px;*/
}
#pphcContent p {
	padding-left: 8px;
	padding-right: 8px;
}
#pphcContent p.leftParagraph {
	padding-left: 8px;
	margin-right: 285px;
}

#subNav {
	text-align: right;
	float: right;
	width: 500px;
	padding-right: 10px;
}
#leftContent {
	float: left;
	width: 330px;
	text-align: left;
	padding-left: 20px;
	padding-right: 10px;
}
#rightContent {
	float: right;
	width: 360px;
	text-align: left;
}
.highlight {color: #990000}
.highlightBlue {
	color: #00768B;
	text-decoration: underline;
}
#leftContentPPHC {
	float: left;
	width: 240px;
	text-align: left;
	padding-right: 10px;
}
#rightContentPPHC {
	float: right;
	width: 470px;
	text-align: left;
}
.emergencyHighlight {
	font-size: 1.4em;
	color: #990000;
}
#pphcContentExpand {
	background-color: #FFFFFF;
	width: 723px;
	float: right;
	padding-left: 32px;
	padding-top: 5px;
}
#pphcContentExpand p {
	padding-left: 10px;
}
.disclaimer {
	font-size: 0.8em;
}
#coupon {
	border: 2px none #241114;
	width: 550px;
	margin-left: 75px;
	text-align: center;
}
#slideshow {
	padding-right: 200px;
}
#requestForm {
	padding-left: 10px;
}
#mailingForm {
	padding-left: 10px;
}
