@charset "UTF-8";

/* Generic CSS Document for PostPoint.ie */
/* These styles are common across the entire PostPoint website */


html {
	height: 100%;
}

body {
	margin: 0px;
	padding: 0px;
	height: 100%;
	background-repeat: repeat-x;
	background-position: center top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url(../images/pp_pageBackground.png);
	background-color: #DEF6FB;
	background-attachment: scroll;
}

.pp_genContentContainer {
	height: auto;
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}

.ppHeader_container {
	width: 930px;
	height: 100px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 10px;
}

.ppHomeFlash_container {
	width: 930px;
	height: 280px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}

.ppHSpacer_container {
	height: 10px;
	width: 10px;
	position: relative;
}

.ppCunsumerSubNav_container {
	background-color: #DF141E;
	width: 930px;
	height: 36px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}

.pp_genPageContainer {
	height: auto;
	width: 930px;
	padding: 10px;
}
.pp_footerContainer {
	background-image: url(../images/pp_footerBackground.gif);
	background-repeat: repeat-x;
	background-position: center top;
	height: 132px;
	width: 100%;
	position: absolute;
	font-size: 10px;
	color: #FFF;
	text-align: center;
	padding-top: 50px;
}

.ppNav_container {
	height: 75px;
	width: 930px;
	position: relative;
	padding-right: 10px;
	padding-left: 10px;
}

.ppLogo_container {
	background-image: url(../images/pp_logoPlusTagline.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 85px;
	width: 386px;
	position: absolute;
}

.ppBanner_container {
	height: 60px;
	width: 468px;
	position: absolute;
	left: 472px;
	top: 20px;
}

.ppSkyscraper_container {
	height: 600px;
	width: 120px;
	position: relative;
	float: left;
}

.ppNav_topContainer_unselected {
	height: 38px;
	width: 180px;
	position: relative;
	margin-right: 1px;
	float: left;
	margin-bottom: 1px;
}

.ppColumn_container {
	display: table;
	height: auto;
	width: 930px;
	position: relative;
}

.ppLeftColumn_container {
	display: table;
	height: auto;
	width: 810px;
	position: relative;
	float: left;
}

.ppRightColumn_container {
	display: table;
	height: auto;
	width: 120px;
	position: relative;
	float: left;
}

.ppPage_contentLeft {
	position: relative;
	float: left;
	width: 270px;
	height: auto;
}

.ppPage_contentCenter {
	position: relative;
	float: left;
	width: 510px;
	height: auto;
	background-color: #FFF;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
}

.ppGen_header {
	font-size: 22px;
	font-style: italic;
	font-weight: bold;
	letter-spacing: -1px;
	padding-top: 10px;
	color: #666666;
	margin-bottom: 6px;
}

.ppGen_subHeader {
	padding-top: 15px;
	font-size: 18px;
	padding-bottom: 0px;
}

.ppLeftCol_10px_horz_spacer {
	height: 10px;
	width: 810px;
	position: relative;
	float: left;
}
.ppLeftCol_10px_horz_spacerSubNav {
	height: 10px;
	width: 260px;
	position: relative;
	float: left;
}

ul, ul.ppGenBox {
	list-style-position: outside;
	list-style-type: disc;
	padding-left: 28px;
	padding-right: 20px;
	margin-left: 200px;
}

li {
	padding-bottom: 2px;
	padding-left: 200px;
}

li.longListStyles {
	width: 50%;
	float: left;
}

select.ppGenSelectBox, input.ppGenInputBox {
	width: 230px;
	margin-left:10px;
	margin-right: 10px;
	margin-bottom: 10px;
	font-size: 14px;
}

.pp_genBoxText {
	position: relative;
	width: 240px;
	margin-left: 10px;
	margin-right: 10px;
}

.ppGenTextAreaBox {
	position: relative;
	width: 235px;
	margin-left: 10px;
	margin-right: 10px;
	height: 80px;
	border: 0px;
}

fieldset {
	border: none;
	padding: 0px;
	left: 0px;
}

.ppGenSubmitButton {
	padding-left: 10px;
	padding-top: 10px;
}

.ppHeader_consumer {
	color: #D4070D;
}

.ppLatestNews_date {
	color: #999999;
	font-size: 10px;
}

/* 
Justified
1.25em basic leading (line height), one lead boundary (vertical margins)
*/

p {
font-size: 1em;
line-height: 1.25em;
margin: 1.25em 0;
text-align: justify;
}

#ppCloud_container {
	/*
	background-attachment: scroll;
	background-image: url(../images/pp_clouds_background.gif);
	background-repeat: no-repeat;
	background-position: center top;
	*/
	height: auto;
	width: 100%;
	position: relative;
}

.pp_footerServices {
	float: left;
	height: 90px;
	width: 90px;
	padding-left: 40px;
	position: relative;
}
.ppContentPage_navigation {
	background-color: #FFF;
	position: relative;
	width: 250px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	display: inline-block;
}
