@charset "UTF-8";
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
}

/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}

/*
	Dreamweaver Fluid Grid Properties
	----------------------------------
	dw-num-cols-mobile:		4;
	dw-num-cols-tablet:		10;
	dw-num-cols-desktop:	18;
	dw-gutter-percentage:	25;
	
	Inspiration from "Responsive Web Design" by Ethan Marcotte 
	http://www.alistapart.com/articles/responsive-web-design
	
	and Golden Grid System by Joni Korpi
	http://goldengridsystem.com/
*/

.fluid {
	clear: both;
	width: 100%;
	float: left;
	display: block;
}

.fluidList {
    list-style:none;
    list-style-image:none;
    margin:0;
    padding:0;        
}

/* Mobile Layout: 480px and below. */
  
.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	
	clear: none;
	float: none;
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	font-style: normal;
	font-weight: 200;
	color: #3F484C;
}
#div1 {
width: 95%;
margin-left: 0;
text-align: center;
padding-left: 2.5%;
padding-right: 2.5%;
background-image: url(images/wall.jpg), -webkit-linear-gradient(270deg,rgba(255,255,255,0.86) 0%,rgba(255,255,255,0.88) 100%);
background-image: url(images/wall.jpg), -moz-linear-gradient(270deg,rgba(255,255,255,0.86) 0%,rgba(255,255,255,0.88) 100%);
background-image: url(images/wall.jpg), -o-linear-gradient(270deg,rgba(255,255,255,0.86) 0%,rgba(255,255,255,0.88) 100%);
background-image: url(images/wall.jpg), linear-gradient(180deg,rgba(255,255,255,0.86) 0%,rgba(255,255,255,0.88) 100%);
}
#Header {
}
#TopLeft {
	width: 100%;
	margin-left: 0;
	border-color: #6F7BCE;
	border-style: solid;
	display: none;
}
#TopMiddle {
	width: 100%;
	margin-left: 0;
	clear: both;
	border-style: none;
}
#TopRight {
	width: 100%;
	margin-left: 0;
	clear: both;
	border-style: none;
	background-image: -webkit-linear-gradient(270deg,rgba(255,255,255,0.70) 0%,rgba(255,255,255,0.72) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(255,255,255,0.70) 0%,rgba(255,255,255,0.72) 100%);
	background-image: -o-linear-gradient(270deg,rgba(255,255,255,0.70) 0%,rgba(255,255,255,0.72) 100%);
	background-image: linear-gradient(180deg,rgba(255,255,255,0.70) 0%,rgba(255,255,255,0.72) 100%);
	color: #3F484C;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	display: none;
}
#TopMiddleLow {
width: 100%;
margin-left: 0;
clear: both;
}
#TopInnerLeft {
	width: 100%;
	margin-left: 0;
	background-color: #A4B7BE;
	font-family: source-sans-pro;
	font-style: normal;
	font-weight: 200;
}
#TopInnerMid {
width: 100%;
margin-left: 0;
clear: both;
}
#TopInnerRight {
	width: 100%;
	margin-left: 0;
	clear: both;
	background-color: #758389;
	color: #000000;
	font-family: source-sans-pro;
	font-style: normal;
	font-weight: 200;
}
#Logo {
	background-color: #758389;
}
#PPMLogo {
	width: 100%;
	display: block;
	margin-top: 10%;
	height: 100%;
}
#LogoRight {
	margin-left: 6%;
	display: none;
}
#Logo_Wrap {
	background-color: #768389;
}
#MidMiddle {
width: 100%;
margin-left: 0;
clear: both;
}
#MidLeft1 {
	width: 100%;
	margin-left: 0;
	clear: both;
	font-family: source-sans-pro;
	font-style: normal;
	font-weight: 200;
	background-color: #758389;
}
#MidLeft2 {
	width: 100%;
	margin-left: 0;
	clear: both;
	font-family: source-sans-pro;
	font-style: normal;
	font-weight: 200;
	color: #758389;
	background-color: #BCBCBB;
}
#MidLowRight1 {
	width: 100%;
	margin-left: 0;
	clear: both;
	background-color: #647D84;
	display: none;
}
#MidLowRight2 {
	width: 100%;
	margin-left: 0;
	clear: both;
	background-color: #FFFFFF;
	font-family: source-sans-pro;
	font-style: normal;
	font-weight: 200;
	color: #3F484C;
	background-image: url(images/Logs.jpg);
	background-repeat: no-repeat;
	background-size: 100% auto;
}
#TextBoxHeaderWhite {
}
#TextBoxPARWhite {
	color: #FFFFFF;
}
#MidFarLeft {
	background-color: #A1A1A1;
	font-family: source-sans-pro;
	font-style: normal;
	font-weight: 200;
	color: #FFFFFF;
	width: 100%;
}
#LongWhiteText {
	color: #FFFFFF;
	font-size: x-large;
}
#BoxLongWhite {
}
#MidMidLeft {
	width: 100%;
	background-color: #FFFFFF;
	font-family: source-sans-pro;
	font-style: normal;
	font-weight: 200;
	color: #5E696D;
}
#GreyHeader {
	font-size: x-large;
}
#BoxLongGrey {
}
#WhiteText {
}
#TopWhiteHeader {
	color: #EDEDED;
	font-size: x-large;
	letter-spacing: 2px;
}
#TopGreyText {
	color: #758389;
}
#TopGreyHeader {
	color: #3F484C;
	font-size: x-large;
	letter-spacing: 2px;
}
#TopRightHeader {
}
#TopRightPr {
	padding-left: 8%;
}
#Band {
	margin-left: 0;
	width: 40%;
	padding-top: 10%;
}
#TopWrap {
	width: 100%;
	background-color: #617480;
	color: #FFFFFF;
	font-family: source-sans-pro;
	font-style: normal;
	font-weight: 200;
}
#BandRight {
	display: none;
}
#BandWrap {
	width: 100%;
	background-color: #758389;
}
#Right1 {
	margin-top: auto;
	margin-bottom: auto;
	font-size: medium;
	padding-left: 8%;
}
#Right2 {
	margin-top: auto;
	margin-bottom: auto;
	padding-left: 8%;
}
#Right3 {
	margin-top: auto;
	margin-bottom: auto;
	font-size: x-large;
	padding-left: 8%;
}
#BoxAbout {
	font-size: x-large;
}
#BoxAboutPar {
}
#PSMTopInfo {
margin-left: 0;
}
.ImageSize {
}
#BottomLeft1 {
	background-color: #505e66;
	color: #F6F6F6;
	font-family: source-sans-pro;
	font-style: normal;
	font-weight: 200;
	width: 100%;
	padding-bottom: 0px;
}
#BottomLeft2 {
	background-color: #505e66;
	font-family: source-sans-pro;
	font-style: normal;
	font-weight: 200;
	width: 100%;
}
#BottomRight1 {
	display: none;
	font-family: source-sans-pro;
	font-style: normal;
	font-weight: 200;
}
#BottomRight2 {
	background-color: #FFFFFF;
	width: 100%;
}
#BottomLine1 {
}
#BottomLine2 {
}
#BottomLine3 {
	color: #F6F6F6;
	top: auto;
	font-size: x-small;
}
#BottomWhite {
	font-weight: 300;
	padding-left: 10px;
	padding-top: 10px;
	color: #FFFFFF;
}
#BottomWhitePar {
	padding-left: 10px;
	font-size: small;
	color: #C4C4C4;
}
#BottomLinks {
	color: #1B1F21;
	font-family: source-sans-pro;
	font-style: normal;
	font-weight: 200;
	padding-left: 10px;
}
#space {
	height: 0;
}
#MenuContainer {
}
#LogoSpacer {
	margin-left: 4%;
}
#Spacer {
}
#ContactHero {
}
#MainWhiteBlock {
	width: 100%;
	margin-left: 0;
	text-align: center;
	padding-left: 2.5%;
	padding-right: 2.5%;
	background-image: url(images/wall.jpg), -webkit-linear-gradient(270deg,rgba(255,255,255,0.86) 0%,rgba(255,255,255,0.88) 100%);
	background-image: url(images/wall.jpg), -moz-linear-gradient(270deg,rgba(255,255,255,0.86) 0%,rgba(255,255,255,0.88) 100%);
	background-image: url(images/wall.jpg), -o-linear-gradient(270deg,rgba(255,255,255,0.86) 0%,rgba(255,255,255,0.88) 100%);
	background-image: url(images/wall.jpg), linear-gradient(180deg,rgba(255,255,255,0.86) 0%,rgba(255,255,255,0.88) 100%);
	height: 0;
	padding-bottom: 115%;
}
#ONE {
}
#TWO {
}
#THREE {
}
#FOUR {
}
#teamTopMgt {
	width: 100%;
	background-image: -webkit-linear-gradient(270deg,rgba(255,255,255,0.77) 0%,rgba(255,255,255,0.71) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(255,255,255,0.77) 0%,rgba(255,255,255,0.71) 100%);
	background-image: -o-linear-gradient(270deg,rgba(255,255,255,0.77) 0%,rgba(255,255,255,0.71) 100%);
	background-image: linear-gradient(180deg,rgba(255,255,255,0.77) 0%,rgba(255,255,255,0.71) 100%);
	text-align: center;
	color: #758389;
	font-weight: 400;
	font-size: large;
}
#teamTopCorp {
	background-color: #FFFFFF;
	width: 95%;
	padding-left: 2.5%;
	padding-right: 2.5%;
}
#TeamPic {
}
#FooterCopyRight {
}
#TheLineSpace {
}
#teamSubHeader {
	background-image: -webkit-linear-gradient(270deg,rgba(255,255,255,0.77) 0%,rgba(255,255,255,0.73) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(255,255,255,0.77) 0%,rgba(255,255,255,0.73) 100%);
	background-image: -o-linear-gradient(270deg,rgba(255,255,255,0.77) 0%,rgba(255,255,255,0.73) 100%);
	background-image: linear-gradient(180deg,rgba(255,255,255,0.77) 0%,rgba(255,255,255,0.73) 100%);
	text-align: center;
	width: 95%;
	padding-left: 2.5%;
	padding-right: 2.5%;
}
#CompanyHeader {
	font-weight: 300;
	font-size: large;
	letter-spacing: 2px;
}
#ContactTitle {
	width: 30%;
	margin-bottom: 2%;
}
#ContactField {
	width: 60%;
	clear: none;
	margin-bottom: 3%;
	font-family: "Arial Narrow";
}
#ContactRightInfo {
	margin-left: 0;
	display: none;
}
#ContactLeftBlock {
}
#ContactRightBlock {
	color: #FFFFFF;
	font-family: "Arial Narrow";
	font-style: normal;
	font-weight: 400;
}
#ContactTopU {
	background-image: -webkit-linear-gradient(270deg,rgba(255,255,255,0.85) 0%,rgba(255,255,255,0.86) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(255,255,255,0.85) 0%,rgba(255,255,255,0.86) 100%);
	background-image: -o-linear-gradient(270deg,rgba(255,255,255,0.85) 0%,rgba(255,255,255,0.86) 100%);
	background-image: linear-gradient(180deg,rgba(255,255,255,0.85) 0%,rgba(255,255,255,0.86) 100%);
}
#ContactGreeting {
	color: #FFFFFF;
	font-family: satisfy;
	font-style: normal;
	font-weight: 400;
	font-size: x-large;
}
#ContactGreeting2 {
	color: #FFFFFF;
	margin-bottom: 5%;
	margin-top: 0px;
	font-family: "Arial Narrow";
}
#FormContainer {
	margin-top: 10%;
	margin-left: 10%;
	padding-bottom: 20%;
	width: 80%;
	margin-bottom: 17%;
}
.zeroMargin_mobile {
margin-left: 0;
}
.hide_mobile {
display: none;
}

/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 481px) {

.gridContainer {
	width: 100%;
	
	clear: none;
	float: none;
	margin-left: auto;
}
#div1 {
width: 75%;
margin-left: 10.204%;
text-align: center;
padding-left: 2.5%;
padding-right: 2.5%;
}
#Header {
}
#TopLeft {
	width: 20%;
	margin-left: 10.204%;
	border-style: none;
	display: block;
}
#TopMiddle {
	width: 40%;
	clear: none;
	margin-left: 0;
	border-style: none;
}
#TopRight {
	width: 20%;
	clear: none;
	margin-left: 0;
	border-style: none;
	background-image: -webkit-linear-gradient(270deg,rgba(255,255,255,0.75) 0%,rgba(255,255,255,0.73) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(255,255,255,0.75) 0%,rgba(255,255,255,0.73) 100%);
	background-image: -o-linear-gradient(270deg,rgba(255,255,255,0.75) 0%,rgba(255,255,255,0.73) 100%);
	background-image: linear-gradient(180deg,rgba(255,255,255,0.75) 0%,rgba(255,255,255,0.73) 100%);
	height: 0;
	padding-bottom: 26.3%;
	display: block;
}

#TopMiddleLow {
	width: 60%;
	clear: none;
}
#TopInnerLeft {
	width: 33.4%;
	margin-left: 0;
	background-color: #A4B7BE;
	height: 0;
	padding-bottom: 33.4%;
	overflow-x: hidden;
	overflow-y: hidden;
}
#TopInnerMid {
	width: 33.3%;
	clear: none;
}
#TopInnerRight {
	width: 33.3%;
	clear: none;
	height: 0;
	padding-bottom: 33.3%;
	background-color: #758389;
	overflow-x: hidden;
	overflow-y: hidden;
}
#Logo {
	background-color: #758389;
}
#PPMLogo {
	width: 18%;
	display: block;
	margin-left: 10%;
	margin-top: 0%;
}
#LogoRight {
	float: right;
	clear: none;
	margin-top: 50px;
	margin-right: 6%;
	display: inline;
}
#Logo_Wrap {
	background-color: #768389;
}
#MidMiddle {
	width: 22%;
	clear: none;
}
#MidLeft1 {
	width: 20%;
	clear: none;
	background-color: #758389;
	padding-bottom: 20%;
	height: 0;
	color: #FFFFFF;
	font-family: source-sans-pro;
	font-style: normal;
	font-weight: 200;
}
#MidLeft2 {
	width: 20%;
	clear: none;
	padding-bottom: 20%;
	height: 0;
	background-color: #BCBCBB;
	color: #FFFFFF;
	overflow-y: hidden;
	overflow-x: hidden;
}
#MidLowRight1 {
	width: 20%;
	clear: none;
	height: 0;
	background-color: #647D84;
	padding-bottom: 20%;
	display: inline;
}
#MidLowRight2 {
	width: 20%;
	clear: none;
	height: 0;
	padding-bottom: 20%;
	color: #3F484C;
	font-family: source-sans-pro;
	font-style: normal;
	font-weight: 200;
	background-color: #FFFFFF;
	overflow-x: hidden;
	overflow-y: hidden;
	background-repeat: no-repeat;
	background-size: 100% auto;
}
#TextBoxHeaderWhite {
	color: #FFFFFF;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
}
#TextBoxPARWhite {
	color: #FFFFFF;
	font-family: source-sans-pro;
	font-size: x-small;
	font-style: normal;
	font-weight: 200;
	padding-left: 8%;
	padding-top: 8%;
	width: 85%;
}
#MidFarLeft {
	width: 20%;
	margin-left: 10.204%;
	padding-bottom: 40%;
	height: 0;
	background-color: #A1A1A1;
	font-family: source-sans-pro;
	font-style: normal;
	font-weight: 200;
	color: #FFFFFF;
	overflow-y: hidden;
	overflow-x: hidden;
}
#LongWhiteText {
	padding-left: 8%;
	padding-top: 40%;
	letter-spacing: 2px;
	font-size: large;
}
#BoxLongWhite {
	padding-left: 8%;
	font-size: x-small;
	width: 85%;
}
#MidMidLeft {
	width: 20%;
	padding-bottom: 40%;
	clear: none;
	font-family: source-sans-pro;
	font-style: normal;
	font-weight: 200;
	color: #5E696D;
	overflow-x: hidden;
	overflow-y: hidden;
	height: 0;
	background-color: #FFFFFF;
}
#GreyHeader {
	color: #5E696D;
	padding-top: 40%;
	letter-spacing: 2px;
	padding-left: 8%;
	font-size: large;
}
#BoxLongGrey {
	padding-left: 8%;
	font-size: x-small;
	width: 86%;
}
#WhiteText {
	color: #758389;
	font-family: source-sans-pro;
	font-style: normal;
	font-weight: 200;
	font-size: x-small;
	padding-left: 8%;
	width: 85%;
}
#TopWhiteHeader {
	color: #FFFFFF;
	font-family: source-sans-pro;
	font-style: normal;
	font-weight: 200;
	font-size: large;
	padding-left: 8%;
	padding-top: 8%;
}
#TopGreyText {
	font-family: source-sans-pro;
	font-style: normal;
	font-weight: 200;
	font-size: x-small;
	overflow-x: hidden;
	overflow-y: hidden;
	padding-left: 8%;
	color: #758389;
	padding-top: 8%;
	width: 85%;
}
#TopGreyHeader {
	color: #3f484c;
	font-family: source-sans-pro;
	font-style: normal;
	font-weight: 200;
	font-size: large;
	padding-left: 8%;
	padding-top: 8%;
}
#TopRightHeader {
	font-family: source-sans-pro;
	font-style: normal;
	font-weight: 200;
	line-height: 20px;
	color: #3F484C;
	overflow-y: hidden;
	overflow-x: hidden;
	padding-top: 10%;
}
#TopRightPr {
	color: #3F484C;
	font-family: source-sans-pro;
	font-style: normal;
	font-weight: 200;
	line-height: 12px;
	font-size: x-small;
	margin-top: 10%;
	padding-left: 8%;
}
#Band {
	float: left;
	width: 20%;
	margin-left: 11.3636%;
	padding-top: 7%;
}
#TopWrap {
	background-color: #617480;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	position: relative;
	color: #FFFFFF;
	font-family: source-sans-pro;
	font-style: normal;
	font-weight: 200;
	font-size: small;
}
#BandRight {
	width: 56%;
	float: right;
	clear: none;
	display: inline-block;
	color: #FFFFFF;
	font-family: source-sans-pro;
	font-style: normal;
	font-weight: 200;
	margin-top: 12%;
	text-align: right;
}
#BandWrap {
}
#Right1 {
	margin-top: auto;
	margin-bottom: auto;
	font-size: small;
}
#Right2 {
	margin-top: auto;
	margin-bottom: auto;
	font-size: medium;
	font-weight: 300;
}
#Right3 {
	margin-top: auto;
	margin-bottom: auto;
	font-size: large;
	font-weight: 900;
}
#BoxAbout {
	padding-left: 8%;
	font-size: large;
}
#BoxAboutPar {
	padding-left: 8%;
	font-size: x-small;
}
#PSMTopInfo {
	font-size: x-small;
	margin-left: 0;
}
.ImageSize {
	width: 3%;
	display: block;
	clear: left;
}
#BottomLeft1 {
	width: 37.5%;
	height: 0;
	padding-bottom: 20%;
	margin-left: 10%;
	background-color: #505e66;
	overflow-x: hidden;
	overflow-y: hidden;
	font-size: x-small;
	padding-left: 2.5%;
}
#BottomLeft2 {
	background-color: #505e66;
	width: 20%;
	height: 0;
	padding-bottom: 20%;
	clear: none;
	font-family: source-sans-pro;
	font-style: normal;
	font-weight: 200;
	overflow-x: hidden;
	overflow-y: hidden;
}
#BottomRight1 {
	width: 20%;
	height: 0;
	padding-bottom: 20%;
	clear: none;
	display: inline;
}
#BottomRight2 {
	clear: none;
	width: 20%;
	height: 0;
	padding-bottom: 20%;
	background-color: #505e66;
}
#BottomLine1 {
	width: 40%;
	height: 0;
	padding-bottom: 2%;
	margin-left: 10%;
	background-color: #3F484C;
}
#BottomLine2 {
	width: 20%;
	height: 0;
	padding-bottom: 2%;
	clear: none;
	background-color: #758389;
}
#BottomLine3 {
	width: 20%;
	height: 0;
	padding-bottom: 2%;
	clear: none;
	background-color: #3F484C;
	font-size: x-small;
	text-align: center;
}
#BottomWhite {
	font-size: small;
	padding-top: 5px;
	color: #FFFFFF;
	padding-left: 8%;
}
#BottomWhitePar {
	font-size: x-small;
	color: #9B9B9B;
	padding-left: 8%;
	width: 85%;
}
#BottomLinks {
	font-size: x-small;
	padding-top: 10%;
	text-align: right;
	width: 88%;
	overflow-x: hidden;
	overflow-y: hidden;
}
#space {
	height: 0;
	min-height: 20px;
}
#MenuContainer {
}
#LogoSpacer {
	float: left;
	margin-left: 6%;
}
#Spacer {
}
#ContactHero {
	width: 80%;
	margin-left: 10%;
}
#MainWhiteBlock {
	text-align: center;
	padding-left: 2.5%;
	padding-right: 2.5%;
	height: 0;
	padding-bottom: 110%;
	background-size: cover;
	background-repeat: no-repeat;
}
#ONE {
}
#TWO {
}
#THREE {
}
#FOUR {
}
#teamTopMgt {
	width: 80%;
	margin-left: 10%;
}
#teamTopCorp {
	width: 55%;
	margin-left: 10%;
	font-size: x-small;
	padding-left: 2.5%;
	padding-right: 2.5%;
	height: 0;
	padding-bottom: 20%;
	overflow-x: hidden;
	overflow-y: hidden;
}
#TeamPic {
	width: 20%;
	clear: none;
}
#FooterCopyRight {
	font-size: x-small;
}
#TheLineSpace {
}
#teamSubHeader {
	width: 74%;
	margin-left: 10%;
	font-size: x-small;
	padding-left: 3%;
	padding-right: 3%;
	padding-bottom: 1.5%;
}
#CompanyHeader {
	font-weight: 300;
	font-size: large;
	letter-spacing: 2px;
	text-align: center;
}
#ContactTitle {
	width: 20%;
	margin-bottom: 2%;
}
#ContactField {
	width: 90%;
	clear: none;
	margin-bottom: 3%;
}
#ContactRightInfo {
	margin-left: 0;
	width: 100%;
	display: inline;
	text-align: right;
	float: right;
}
#ContactLeftBlock {
	width: 55%;
}
#ContactRightBlock {
	clear: none;
	width: 40%;
	margin-top: 25%;
	font-family: "Arial Narrow";
}
#ContactTopU {
	width: 80%;
	margin-left: 10%;
}
#ContactGreeting {
}
#ContactGreeting2 {
}
#FormContainer {
	width: 90%;
	margin-bottom: 31%;
}
.hide_tablet {
display: none;
}
.zeroMargin_tablet {
margin-left: 0;
}
}

/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 769px) {

.gridContainer {
	width: 100%;
	
	margin: auto;
	clear: none;
	float: none;
	margin-left: auto;
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	font-style: normal;
	font-weight: 200;
	color: #343434;
}
#div1 {
margin-left: 6%;
width: 83%;
text-align: center;
padding-left: 2.5%;
padding-right: 2.5%;
background-repeat: no-repeat;
}
#Header {
	width: 100%;
}
#TopLeft {
	width: 22%;
	margin-left: 5.6179%;
	border-style: none;
	display: block;
}
#TopMiddle {
	width: 43.77%;
	clear: none;
	border-style: none;
	background-image: url(images/photo1.jpg);
}
#TopRight {
	width: 22.1%;
	clear: none;
	border-style: none;
	height: 0;
	padding-bottom: 29%;
	background-image: -webkit-linear-gradient(270deg,rgba(255,255,255,0.75) 0%,rgba(255,255,255,0.72) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(255,255,255,0.75) 0%,rgba(255,255,255,0.72) 100%);
	background-image: -o-linear-gradient(270deg,rgba(255,255,255,0.75) 0%,rgba(255,255,255,0.72) 100%);
	background-image: linear-gradient(180deg,rgba(255,255,255,0.75) 0%,rgba(255,255,255,0.72) 100%);
	overflow-x: hidden;
	overflow-y: hidden;
	display: block;
}
#TopMiddleLow {
	width: 66.3%;
	clear: none;
	margin-left: 0;
}
#TopInnerLeft {
	width: 33.1%;
	margin-left: 0;
	border-style: none;
	background-color: #A4B7BE;
	height: 0;
	padding-bottom: 33.1%;
	overflow-x: hidden;
	overflow-y: hidden;
}
#TopInnerMid {
	width: 33.1%;
	clear: none;
	margin-left: 0;
}
#TopInnerRight {
	border-style: none;
	width: 33.1%;
	clear: none;
	margin-left: 0;
	background-color: #617480;
	height: 0;
	padding-bottom: 33.1%;
	overflow-x: hidden;
	overflow-y: hidden;
}
#Logo {
	background-color: #758389;
}
#PPMLogo {
	display: block;
	width: 20%;
	margin-left: 6%;
	margin-top: 0%;
}
#LogoRight {
	float: right;
	clear: none;
	margin-right: 6%;
	margin-top: 50px;
	display: inline;
}
#Logo_Wrap {
}
#MidMiddle {
	width: 22%;
	clear: none;
	margin-left: 0;
}
#MidLeft1 {
	width: 22%;
	clear: none;
	margin-left: 0;
	height: 0;
	padding-bottom: 22%;
	background-color: #617480;
}
#MidLeft2 {
	width: 22%;
	clear: none;
	margin-left: 0;
	height: 0;
	padding-bottom: 22%;
	background-color: #BCBCBB;
}
#MidLowRight1 {
	width: 22%;
	clear: none;
	background-color: #687A85;
	height: 0;
	margin-left: 0;
	overflow-y: hidden;
	overflow-x: hidden;
	padding-bottom: 22%;
	display: inline;
}
#MidLowRight2 {
	width: 22%;
	clear: none;
	height: 0;
	margin-left: 0;
	padding-bottom: 22%;
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-image: url(images/Logs.jpg);
}
#TextBoxHeaderWhite {
	color: #FFFFFF;
	font-family: source-sans-pro;
	font-size: 25px;
	padding-left: 10px;
	padding-right: 10px;
	font-style: normal;
	letter-spacing: 2px;
	font-weight: 200;
	line-height: 95%;
	text-align: left;
	width: 90%;
}
#TextBoxPARWhite {
	color: #FFFFFF;
	font-family: source-sans-pro;
	text-align: left;
	padding-left: 10%;
	width: 80%;
	font-style: normal;
	font-weight: 200;
	font-size: medium;
	overflow-x: hidden;
	overflow-y: hidden;
}
#MidFarLeft {
	width: 22%;
	height: 0;
	padding-bottom: 44%;
	margin-left: 5.6179%
%
%;
	margin-left: 5.6179%;
}
#LongWhiteText {
	padding-top: 40%;
	color: #FFFFFF;
	font-family: source-sans-pro;
	font-weight: 300;
	font-size: x-large;
	letter-spacing: 2px;
	padding-left: 10%;
}
#BoxLongWhite {
	color: #FFFFFF;
	font-family: source-sans-pro;
	font-style: normal;
	font-weight: 200;
	font-size: medium;
	width: 80%;
	padding-top: 20px;
	padding-left: 10%;
}
#MidMidLeft {
	clear: none;
	margin-left: 0px;
	width: 22%;
	height: 0;
	padding-bottom: 44%;
	overflow-x: hidden;
	overflow-y: hidden;
	display: block;
	background-color: #FFFFFF;
}
#GreyHeader {
	padding-top: 40%;
	color: #5E696D;
	font-family: source-sans-pro;
	font-style: normal;
	font-weight: 300;
	font-size: x-large;
	letter-spacing: 2px;
	padding-left: 10%;
}
#BoxLongGrey {
	color: #5E696D;
	font-family: source-sans-pro;
	font-style: normal;
	font-weight: 200;
	font-size: medium;
	width: 80%;
	padding-top: 20px;
	padding-left: 10%;
}
#WhiteText {
	color: #758389;
	font-family: source-sans-pro;
	font-style: normal;
	font-weight: 200;
	font-size: medium;
	width: 80%;
	padding-left: 10%;
}
#TopWhiteHeader {
	color: #FFFFFF;
	font-family: source-sans-pro;
	font-style: normal;
	font-weight: 300;
	font-size: x-large;
	letter-spacing: 2px;
	padding-top: 8%;
	padding-left: 10%;
}
#TopGreyText {
	color: #455456;
	font-family: source-sans-pro;
	font-style: normal;
	font-weight: 200;
	font-size: medium;
	padding-left: 10%;
	width: 80%;
	padding-top: 8%;
}
#TopGreyHeader {
	color: #3F484C;
	font-family: source-sans-pro;
	font-style: normal;
	font-weight: 300;
	font-size: x-large;
	letter-spacing: 2px;
	padding-top: 8%;
	padding-left: 10%;
}
#TopRightHeader {
	color: #3F484C;
	font-family: source-sans-pro;
	font-style: normal;
	font-weight: 200;
	padding-top: 25%;
	line-height: 25px;
	letter-spacing: 2px;
}
#TopRightPr {
	font-size: small;
	padding-left: 10%;
	font-family: source-sans-pro;
	font-style: normal;
	font-weight: 200;
	color: #3F484C;
	margin-top: 20%;
	line-height: 18px;
}
#Band {
	float: left;
	margin-left: 5.6179%;
	padding-top: 0%;
	min-height: 100px;
	max-height: 100px;
	width: 50%;
}
#TopWrap {
	margin-left: auto;
	margin-right: auto;
	background-color: #617480;
	position: fixed;
	max-height: 100px;
	min-height: 100px;
	width: 100%;
	color: #FFFFFF;
	font-family: source-sans-pro;
	font-style: normal;
	font-weight: 200;
	font-size: small;
}
#BandRight {
	float: right;
	display: inline-block;
	width: 42%;
	clear: none;
	margin-top: 5%;
	text-align: left;
	min-height: 25px;
	max-height: 25px;
}
#BandWrap {
	display: block;
}
#Right1 {
	margin-top: auto;
	margin-bottom: auto;
	font-size: x-large;
	font-weight: 300;
}
#Right2 {
	margin-top: auto;
	margin-bottom: auto;
	font-size: x-large;
	font-weight: 400;
}
#Right3 {
	margin-top: auto;
	font-weight: bold;
	font-size: xx-large;
}
#BoxAbout {
	font-size: x-large;
	font-weight: 300;
}
#BoxAboutPar {
	font-size: medium;
	width: 80%;
}
#PSMTopInfo {
	font-size: small;
	margin-left: 12.8205%;
	float: right;
	clear: none;
	width: auto;
}
.ImageSize {
}
#BottomLeft1 {
	width: 41.5%;
	height: 0;
	padding-bottom: 20%;
	margin-left: 6%;
	background-color: #505e66;
	overflow-x: hidden;
	overflow-y: hidden;
	padding-top: 2%;
	padding-left: 2.5%;
	font-size: small;
}
#BottomLeft2 {
	width: 22%;
	height: 0;
	padding-bottom: 22%;
	clear: none;
	background-color: #505e66;
}
#BottomRight1 {
	width: 22%;
	clear: none;
	display: inline;
}
#BottomRight2 {
	width: 22%;
	height: 0;
	padding-bottom: 22%;
	clear: none;
	background-color: #505e66;
}
#BottomLine1 {
	margin-left: 6%;
	width: 44%;
	height: 0;
	padding-bottom: 2.5%;
	background-color: #363E47;
}
#BottomLine2 {
	width: 22%;
	height: 0;
	padding-bottom: 2.5%;
	clear: none;
	background-color: #758389;
}
#BottomLine3 {
	width: 22%;
	height: 0;
	padding-bottom: 2.5%;
	clear: none;
	background-color: #363E47;
	font-size: x-small;
	text-align: center;
}
#BottomWhite {
	color: #FFFFFF;
	font-family: source-sans-pro;
	font-style: normal;
	font-weight: 300;
	padding-left: 10%;
	padding-top: 20px;
	font-size: medium;
}
#BottomWhitePar {
	color: #9B9B9B;
	font-family: source-sans-pro;
	font-style: normal;
	font-weight: 200;
	font-size: small;
	padding-left: 10%;
	width: 80%;
}
#BottomLinks {
	text-align: right;
	font-family: source-sans-pro;
	font-style: normal;
	font-weight: 200;
	color: #232B2C;
	font-size: small;
	padding-top: 10%;
	width: 85%;
	overflow-x: hidden;
	overflow-y: hidden;
}
#space {
	min-height: 160px;
}
#MenuContainer {
	z-index: 1;
	width: 100%;
	position: fixed;
}
#LogoSpacer {
	float: left;
	margin-left: 6%;
}
#Spacer {
}
#ContactHero {
	margin-left: 6%;
	width: 88%;
}
#MainWhiteBlock {
	text-align: center;
	background-repeat: no-repeat;
	height: 0;
	padding-bottom: 50%;
	background-attachment: fixed;
	margin-top: 0px;
}
#ONE {
	width: 20%;
	margin-left: 2.5%;
	margin-right: 2.5%;
}
#TWO {
	width: 20%;
	float: left;
	clear: none;
	margin-left: 2.5%;
	margin-right: 2.5%;
}
#THREE {
	width: 20%;
	clear: none;
	margin-left: 2.5%;
	margin-right: 2.5%;
}
#FOUR {
	width: 20%;
	clear: none;
	margin-left: 2.5%;
	margin-right: 2.5%;
}
#teamTopMgt {
	width: 88%;
	margin-left: 6%;
	background-image: -webkit-linear-gradient(270deg,rgba(255,255,255,0.72) 0%,rgba(255,255,255,0.70) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(255,255,255,0.72) 0%,rgba(255,255,255,0.70) 100%);
	background-image: -o-linear-gradient(270deg,rgba(255,255,255,0.72) 0%,rgba(255,255,255,0.70) 100%);
	background-image: linear-gradient(180deg,rgba(255,255,255,0.72) 0%,rgba(255,255,255,0.70) 100%);
	padding-top: 2%;
	padding-bottom: 4%;
	height: 0;
	font-weight: 300;
	font-size: x-large;
	letter-spacing: 2px;
}
#teamTopCorp {
	margin-left: 6%;
	width: 61%;
	padding-left: 2.5%;
	padding-right: 2.5%;
	height: 0;
	padding-bottom: 22%;
	font-size: medium;
	overflow-x: hidden;
	overflow-y: hidden;
}
#TeamPic {
	width: 22%;
	clear: none;
}
#FooterCopyRight {
	padding-top: 5%;
}
#TheLineSpace {
}
#teamSubHeader {
	width: 72%;
	margin-left: 6%;
	padding-left: 8%;
	padding-right: 8%;
	padding-bottom: 2.5%;
	font-size: medium;
}
#CompanyHeader {
	font-weight: 300;
	font-size: x-large;
	letter-spacing: 2px;
	text-align: center;
}
#ContactTitle {
	width: 20%;
	margin-bottom: 2%;
	text-align: right;
}
#ContactField {
	width: 80%;
	clear: none;
	margin-bottom: 3%;
	padding-top: 0px;
}
#ContactRightInfo {
	width: 100%;
	margin-left: 1.3513%;
	float: right;
	font-size: large;
}
#ContactLeftBlock {
	width: 65%;
}
#ContactRightBlock {
	width: 35%;
	clear: none;
	font-family: "Arial Narrow";
}
#ContactTopU {
	margin-left: 6%;
	width: 88%;
	display: none;
	background-repeat: no-repeat;
	background-position: center 0%;
	background-size: cover;
	background-attachment: fixed;
}
#ContactGreeting {
	color: #FFFFFF;
	font-family: satisfy;
	font-style: normal;
	font-weight: 400;
	font-size: 50px;
	width: 80%;
}
#ContactGreeting2 {
	width: 80%;
	margin-bottom: 5%;
}
#FormContainer {
	width: 80%;
	margin-top: 15%;
	padding-bottom: 0%;
	margin-bottom: 2%;
}
.zeroMargin_desktop {
margin-left: 0;
}
.hide_desktop {
display: none;
}
}


a.class1:link {
	text-decoration: none;
	color: #292F32;
}
a.class1:visited {
	text-decoration: none;
	color: #292F32;
}
a.class1:hover {
	text-decoration: none;
	color: #FFFFFF;
}
a.class1:active {
	text-decoration: none;
}



a.class2:link {
	text-decoration: none;
	color: #FFFFFF;
}
a.class2:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a.class2:hover {
	text-decoration: none;
	color: #292F32;
}
a.class2:active {
	text-decoration: none;
}

@media screen and (min-width: 1366px) {
    #ContactGreeting2 {font-size:18px;}
	#ContactGreeting {font-size:60px;}
	#ContactRightBlock{font-size:22px;}
	h4{font-size:26px;}
	
}
@media screen and (min-width: 1440px) {
    #ContactGreeting2{font-size:20px;}
	#ContactGreeting {font-size:66px;}
	#ContactRightBlock{font-size:24px;}
	h4{font-size:28px;}
}
@media screen and (min-width: 1600px) {
    #ContactGreeting2 {font-size:22px;}
	#ContactGreeting {font-size:70px;}
	#ContactRightBlock{font-size:26px;}
	h4{font-size:30px;}
}
@media screen and (min-width: 1920px) {
    #ContactGreeting2 {font-size:24px;}
	#ContactGreeting {font-size:75px;}
	#ContactRightBlock{font-size:28px;}
	h4{font-size:32px;}

}
