@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%;
	margin-left: 0px;
}

/* 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;
	clear: none;
	float: none;
	font-family: "Arial Narrow";
	font-style: normal;
	font-weight: 200;
	color: #3F484C;
}
#div1 {
width: 100%;
background-color: #617480;
color: #FFFFFF;
font-family: source-sans-pro;
font-style: normal;
font-weight: 200;
}
#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: 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%);
	height: 0;
	padding-bottom: 100%;
}
#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%;
}
#ContactRightInfo {
	margin-left: 0;
	display: none;
}
#ContactLeftBlock {
}
#ContactRightBlock {
}
#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%);
	margin-left: 0;
}
#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;
}
#MainBlock2 {
display: none;
}
#TopRocks {
	background-image: url(images/StoneBackground2.jpg);
	width: 100%;
	height: 0;
	padding-bottom: 75%;
	background-repeat: no-repeat;
	background-position: center 0;
	background-size: cover;
}
#NewWhiteBlock {
	background-color: #FFFFFF;
}
#NewDarkHeader {
	text-align: center;
	color: #3c596d;
	font-size: large;
	margin-top: 5%;
	margin-bottom: 5%;
	font-weight: 400;
	font-family: pontano-sans;
	font-style: normal;
}
#Bird {
	width: 100%;
	height: 0;
	padding-bottom: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-image: url(images/Bird.jpg);
	background-position: center 0%;
}
#PIER {
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	background-image: url(images/Pier.jpg);
	width: 100%;
	height: 0;
	padding-bottom: 80%;
}
#PropertyTitle {
	margin-top: 20%;
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	float: none;
	text-align: center;
}
#HomeAboutSubText {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	float: none;
	text-align: center;
	margin-bottom: 2%;
}
#HomeAboutPic {
	text-align: center;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	float: none;
}
#HomeAboutPara {
	display: none;
}
#HomeAboutSubHeader {
	width: 50%;
	text-align: center;
	margin-top: 3%;
	font-style: normal;
}
#HomeAboutSubHeaderR {
	width: 50%;
	clear: none;
	float: right;
	text-align: center;
	margin-top: 3%;
	padding-left: 25%;
	padding-right: 25%;
}
#HomeAboutParaR {
	display: none;
}
#HomeQuoteBoxLeft {
	width: 45%;
	text-align: center;
	margin-left: 2%;
}
#HomeQuoteBoxRight {
	width: 45%;
	clear: none;
	float: right;
	height: 0;
	padding-bottom: 45%;
	text-align: center;
	padding-left: 28.5%;
	padding-right: 28.5%;
}
#SubSubHeader {
}
#HomeHeaderWhite {
	width: 100%;
	margin-top: 5%;
	color: #FFFFFF;
	font-size: large;
	text-align: center;
	margin-bottom: 5%;
	font-weight: 400;
	font-family: pontano-sans;
	font-style: normal;
}

#HomeHeaderBlack {
	width: 100%;
	margin-top: 5%;
	color: #Grey;
	font-size: large;
	text-align: center;
	margin-bottom: 2%;
	font-weight: 400;
	font-family: pontano-sans;
	font-style: normal;
}
#HomeService1 {
	width: 20%;
	margin-left: 10%;
	margin-top: 5%;
	padding-bottom: 5%;
	text-align: center;
}
#HomeService2 {
	width: 20%;
	padding-bottom: 5%;
	clear: none;
	margin-left: 10%;
	margin-right: 10%;
	margin-top: 5%;
	text-align: center;
}
#HomeService3 {
	width: 20%;
	margin-right: 10%;
	padding-bottom: 5%;
	clear: none;
	float: right;
	margin-top: 5%;
	text-align: center;
}
#HomeService1Text {
	width: 20%;
	margin-left: 10%;
	text-align: center;
	font-size: small;
	color: #FFFFFF;
}
#HomeService2Text {
	width: 20%;
	margin-left: 10%;
	margin-right: 10%;
	clear: none;
	color: #FFFFFF;
	font-size: small;
	text-align: center;
}
#HomeService3Text {
	clear: none;
	color: #FFFFFF;
	text-align: center;
	font-size: small;
	width: 20%;
	margin-right: 10%;
}
#HomeAff1 {
	width: 20%;
	margin-top: 5%;
	margin-left: 10%;
	text-align: center;
}
#HomeAff2 {
	text-align: center;
	width: 20%;
	clear: none;
	margin-left: 10%;
	margin-right: 10%;
	margin-top: 5%;
}
#HomeAff3 {
	width: 20%;
	margin-right: 10%;
	margin-top: 5%;
	clear: none;
	float: right;
	text-align: center;
	margin-bottom: 0px;
}
#HomeAff4 {
	width: 20%;
	margin-left: 25%;
	padding-top: 2%;
	margin-top: 8%;
	text-align: center;
}
#HomeAff5 {
	width: 20%;
	margin-right: 25%;
	clear: none;
	float: right;
	text-align: center;
	margin-top: 2%;
}
#HeaderAff1 {
	color: #FFFFFF;
	width: 20%;
	margin-left: 10%;
	text-align: center;
	font-size: small;
	margin-bottom: 5%;
	display: none;
}
#HeaderAff2 {
	color: #FFFFFF;
	font-size: small;
	text-align: center;
	width: 20%;
	margin-left: 10%;
	margin-right: 10%;
	clear: none;
	margin-bottom: 5%;
	display: none;
}
#HeaderAff3 {
	color: #FFFFFF;
	margin-bottom: 5%;
	margin-right: 10%;
	width: 20%;
	clear: none;
	float: right;
	font-size: small;
	text-align: center;
	display: none;
}
#HeaderAff4 {
	color: #FFFFFF;
	width: 20%;
	margin-left: 25%;
	text-align: center;
	font-size: small;
	display: none;
}
#HeaderAff5 {
	color: #FFFFFF;
	text-align: center;
	font-size: small;
	clear: none;
	float: right;
	width: 20%;
	margin-right: 25%;
	display: none;
}
#HomeFooter {
	background-color: #262E38;
	width: 100%;
	height: 0;
	padding-bottom: 20%;
	color: #FFFFFF;
	font-size: small;
}
#FooterPic {
}
#footerRight {
}
#FooterWhole {
}
#HomeAboutButtonLeft {
	width: 35%;
	text-align: center;
	margin-left: 7.5%;
	margin-bottom: 5%;
	margin-top: 2%;
}
#HomeAboutButtonRight {
	width: 35%;
	clear: none;
	float: right;
	text-align: center;
	margin-bottom: 5%;
	margin-top: 2%;
	padding-left: 32.5%;
	padding-right: 32.5%;
}
#HomeAboutContainer {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	float: none;
}
#footer1 {
}
#footer2 {
}
#footer3 {
	background-color: #617480;
}
#footer4 {
}
#footerLeftText {
	padding-left: 3%;
}
#footerRightText {
	padding-left: 3%;
}
#footerPics {
	width: 10%;
	margin-left: 3%;
}
#HomePicContainer {
}
#HomeButtonLearnRight {
	width: 35%;
	margin-top: 2%;
	margin-right: 7.5%;
	margin-bottom: 5%;
	float: right;
	clear: none;
	margin-left: 15%;
}
#HomeLearnButtonLeft {
	width: 35%;
	margin-left: 7.5%;
	margin-top: 2%;
	margin-bottom: 2%;
	text-align: center;
}
#HomeTeamRight {
	width: 50%;
	margin-top: 3%;
	float: right;
	clear: none;
	text-align: center;
}
.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 {
	clear: none;
	float: none;
	margin-left: auto;
}
#div1 {
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;
}
#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 {
	width: 75%;
	margin-left: 10%;
	text-align: center;
	padding-left: 2.5%;
	padding-right: 2.5%;
	height: 0;
	padding-bottom: 60%;
	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%;
}
#ContactTopU {
	width: 80%;
	margin-left: 10%;
}
#ContactGreeting {
}
#ContactGreeting2 {
}
#MainBlock2 {
display: none;
}
#TopRocks {
	width: 100%;
	height: 0;
	padding-bottom: 65%;
	background-position: center 0;
	background-repeat: no-repeat;
	background-size: cover;
	background-image: url(images/StoneBackground2.jpg);
}
#NewWhiteBlock {
}
#NewDarkHeader {
	font-size: x-large;
}
#Bird {
	width: 100%;
	height: 0;
	padding-bottom: 80%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center 0%;
}
#PIER {
	background-repeat: no-repeat;
	background-position: center 0;
	background-size: cover;
}
#PropertyTitle {
}
#HomeAboutSubText {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
}
#HomeAboutPic {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	float: none;
}
#HomeAboutPara {
	display: inline;
	width: 35%;
	margin-top: 3%;
	text-align: justify;
	margin-bottom: 2%;
	padding-left: 10%;
	padding-right: 5%;
}
#HomeAboutSubHeader {
	width: 30%;
	padding-left: 2.5%;
	text-align: center;
	padding-right: 2.5%;
	font-size: large;
	margin-left: 10%;
}
#HomeAboutSubHeaderR {
	width: 30%;
	padding-right: 35%;
	padding-left: 35%;
	text-align: center;
	font-size: large;
}
#HomeAboutParaR {
	display: inline;
	width: 35%;
	clear: none;
	float: right;
	margin-top: 3%;
	text-align: justify;
	margin-bottom: 2%;
	padding-right: 10%;
	padding-left: 5%;
}
#HomeQuoteBoxLeft {
	width: 40%;
	margin-left: 0%;
	padding-left: 8%;
	padding-right: 2%;
}
#HomeQuoteBoxRight {
	width: 40%;
	margin-right: 0%;
	padding-right: 30%;
	padding-left: 30%;
}
#SubSubHeader {
	font-size: small;
}
#HomeHeaderWhite {
	font-size: x-large;
}
#HomeService1 {
}
#HomeService2 {
}
#HomeService3 {
}
#HomeService1Text {
}
#HomeService2Text {
}
#HomeService3Text {
}
#HomeAff1 {
}
#HomeAff2 {
}
#HomeAff3 {
}
#HomeAff4 {
	margin-top: -6%;
}
#HomeAff5 {
	margin-top: -4%;
	margin-bottom: 2%;
}
#HeaderAff1 {
	display: inline;
}
#HeaderAff2 {
	display: inline;
}
#HeaderAff3 {
	display: inline;
}
#HeaderAff4 {
	display: inline;
}
#HeaderAff5 {
	display: inline;
}
#HomeFooter {
	padding-bottom: 11%;
}
#FooterPic {
}
#footerRight {
}
#FooterWhole {
}
#HomeAboutButtonLeft {
	margin-bottom: 10%;
	margin-top: 2%;
	width: 30%;
	padding-left: 12.5%;
	padding-right: 7.5%;
	margin-left: 0%;
}
#HomeAboutButtonRight {
	margin-bottom: 10%;
	margin-top: 2%;
	width: 30%;
	padding-right: 35%;
	padding-left: 35%;
}
#HomeAboutContainer {
	width: 80%;
}
#footer1 {
}
#footer2 {
}
#footer3 {
}
#footer4 {
}
#footerLeftText {
	width: 45%;
}
#footerRightText {
	float: right;
	width: 40%;
	text-align: center;
	clear: none;
	padding-left: 0%;
}
#footerPics {
	width: 10%;
	margin-right: 15%;
	float: right;
	margin-top: 2%;
	margin-bottom: 1%;
}
#HomePicContainer {
}
#HomeButtonLearnRight {
	width: 30%;
	margin-top: 2%;
	margin-bottom: 10%;
	float: right;
	clear: none;
	margin-right: 12.5%;
	margin-left: 7.5%;
}
#HomeLearnButtonLeft {
	width: 30%;
	margin-left: 12.5%;
	margin-top: 2%;
	margin-bottom: 10%;
	margin-right: 7.5%;
}
#HomeTeamRight {
	font-size: large;
	width: 30%;
	margin-right: 10%;
	text-align: center;
	padding-right: 2.5%;
	padding-left: 2.5%;
}
.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 {
	margin: auto;
	clear: none;
	float: none;
	margin-left: auto;
	font-family: "Arial Narrow";
	font-style: normal;
	font-weight: 200;
	color: #343434;
}
#div1 {
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;
}
#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;
	width: 100%;
}
#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;
	padding-left: 2.5%;
	padding-right: 2.5%;
	background-repeat: no-repeat;
	height: 0;
	padding-bottom: 55%;
	width: 83.146%;
	margin-left: 0;
}
#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: medium;
}
#ContactLeftBlock {
	width: 65%;
}
#ContactRightBlock {
	width: 35%;
	clear: none;
}
#ContactTopU {
	width: 100%;
	margin-left: 0;
}
#ContactGreeting {
	color: #FFFFFF;
	font-family: satisfy;
	font-style: normal;
	font-weight: 400;
	font-size: 50px;
	width: 80%;
}
#ContactGreeting2 {
	width: 80%;
	margin-bottom: 5%;
}
#MainBlock2 {
	width: 100%;
	display: block;
}
#TopRocks {
	width: 100%;
	padding-bottom: 55%;
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	background-attachment: fixed;
	height: 0;
	background-image: url(images/StoneBackground.jpg);
}
#NewWhiteBlock {
	background-color: #FFFFFF;
}
#NewDarkHeader {
	font-size: xx-large;
	margin-top: 5%;
	margin-bottom: 1%;
	text-align: center;
}
#Bird {
	background-image: url(images/Bird.jpg);
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	width: 100%;
	height: 0;
	padding-bottom: 60%;
}
#PIER {
	width: 100%;
	height: 0;
	padding-bottom: 63%;
	background-image: url(images/Pier.jpg);
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	padding-top: 0px;
	margin-top: 0px;
}
#PropertyTitle {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	float: none;
	margin-top: 20%;
	text-align: center;
}
#HomeAboutSubText {
	text-align: center;
	width: 50%;
	margin-left: auto;
	margin-right: auto;
	float: none;
	margin-bottom: 3%;
}
#HomeAboutPic {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	float: none;
	text-align: center;
	height: 0;
	padding-bottom: 42%;
}
#HomeAboutPara {
	width: 35%;
	margin-top: 1%;
	text-align: justify;
	padding-left: 10%;
	padding-right: 5%;
}
#HomeAboutSubHeader {
	width: 30%;
	text-align: center;
	margin-top: 2%;
	font-size: x-large;
	padding-left: 2.5%;
	padding-right: 2.5%;
	margin-left: 10%;
}
#HomeAboutSubHeaderR {
	width: 30%;
	margin-top: 4%;
	text-align: center;
	font-size: x-large;
	margin-bottom: 2%;
	padding-left: 35%;
	padding-right: 35%;
}
#HomeAboutParaR {
	float: right;
	width: 35%;
	clear: none;
	margin-top: 1%;
	text-align: justify;
	padding-right: 10%;
	padding-left: 5%;
}
#HomeQuoteBoxLeft {
	width: 30%;
	margin-left: 0%;
	text-align: center;
	padding-left: 15%;
	padding-right: 5%;
}
#HomeQuoteBoxRight {
	width: 30%;
	margin-right: 0%;
	height: 0;
	padding-bottom: 30%;
	clear: none;
	float: right;
	text-align: center;
	padding-right: 35%;
	padding-left: 35%;
	margin-bottom: 0px;
}
#SubSubHeader {
	font-size: small;
	text-align: center;
}
#HomeHeaderWhite {
	width: 100%;
	color: #FFFFFF;
	text-align: center;
	font-size: xx-large;
	margin-top: 7%;
}
#HomeService1 {
	width: 20%;
	margin-left: 10%;
	padding-bottom: 5%;
	text-align: center;
	margin-top: 5%;
}
#HomeService2 {
	width: 20%;
	padding-bottom: 5%;
	clear: none;
	margin-left: 10%;
	margin-right: 10%;
	text-align: center;
	margin-top: 5%;
}
#HomeService3 {
	width: 20%;
	padding-bottom: 5%;
	margin-right: 10%;
	clear: none;
	float: right;
	text-align: center;
	margin-top: 5%;
}
#HomeService1Text {
	width: 20%;
	margin-left: 10%;
	color: #FFFFFF;
	text-align: center;
	font-size: large;
}
#HomeService2Text {
	width: 20%;
	margin-left: 10%;
	margin-right: 10%;
	color: #FFFFFF;
	clear: none;
	text-align: center;
	font-size: large;
}
#HomeService3Text {
	clear: none;
	float: right;
	width: 20%;
	margin-right: 10%;
	color: #FFFFFF;
	text-align: center;
	font-size: large;
}
#HomeAff1 {
	width: 12%;
	margin-left: 14%;
	margin-top: 0.5%;
	height: 0;
	padding-bottom: 15%;
	text-align: center;
}
#HomeAff2 {
	width: 12%;
	clear: none;
	margin-left: 18%;
	margin-right: 18%;
	margin-top: 0.5%;
	text-align: center;
	height: 0;
	padding-bottom: 15%;
}
#HomeAff3 {
	width: 12%;
	clear: none;
	float: right;
	margin-right: 14%;
	margin-top: 1%;
	text-align: center;
	height: 0;
	padding-bottom: 15%;
}
#HomeAff4 {
	width: 12%;
	margin-left: 29%;
	text-align: center;
	padding-top: 0%;
	margin-top: 0%;
	padding-bottom: 10%;
	height: 0;
}
#HomeAff5 {
	width: 12%;
	margin-right: 29%;
	clear: none;
	float: right;
	text-align: center;
	margin-top: 0%;
	margin-bottom: 0%;
	padding-bottom: 1%;
}
#HeaderAff1 {
	width: 20%;
	margin-left: 10%;
	margin-bottom: 3%;
	text-align: center;
	display: inline;
}
#HeaderAff2 {
	width: 20%;
	clear: none;
	margin-left: 10%;
	margin-right: 10%;
	margin-bottom: 3%;
	text-align: center;
	display: inline;
}
#HeaderAff3 {
	width: 20%;
	margin-right: 10%;
	clear: none;
	float: right;
	margin-bottom: 3%;
	text-align: center;
}
#HeaderAff4 {
	width: 20%;
	margin-left: 25%;
	text-align: center;
	margin-top: 0%;
}
#HeaderAff5 {
	width: 20%;
	margin-right: 25%;
	clear: none;
	float: right;
	text-align: center;
	margin-top: 0%;
}
#HomeFooter {
	width: 100%;
	background-color: #262E38;
	height: 0;
	padding-bottom: 10%;
}
#FooterPic {
	width: 40%;
	clear: none;
	height: 0;
	padding-bottom: 20%;
}
#footerRight {
	width: 15%;
	float: right;
	clear: none;
	background-color: #617480;
	height: 0;
	padding-bottom: 40%;
}
#FooterWhole {
	width: 100%;
}
#HomeAboutButtonLeft {
	width: 30%;
	margin-bottom: 7%;
	margin-top: 1%;
	text-align: center;
	padding-left: 2.5%;
	padding-right: 2.5%;
	margin-left: 10%;
}
#HomeAboutButtonRight {
	width: 30%;
	margin-top: 1%;
	margin-bottom: 7%;
	text-align: center;
	padding-right: 35%;
	padding-left: 35%;
}
#HomeAboutContainer {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	float: none;
}
#footer1 {
	width: 100%;
	background-color: #617480;
	height: 0;
}
#footer2 {
	width: 100%;
	background-color: #617480;
	height: 0;
}
#footer3 {
	width: 100%;
	background-color: #617480;
	height: 0;
}
#footer4 {
width: 100%;
background-color: #617480;
height: 0;
}
#footerLeftText {
	padding-left: 5%;
	width: 45%;
}
#footerRightText {
	width: 20%;
	clear: none;
	float: right;
	padding-right: 5%;
	text-align: center;
}
#footerPics {
	width: 10%;
	float: right;
	margin-top: 3%;
	margin-bottom: 1%;
	margin-right: 10%;
}
#HomePicContainer {
	padding-right: 1%;
	padding-left: 1%;
	width: 98%;
}
#HomeButtonLearnRight {
	width: 30%;
	margin-top: 1%;
	margin-right: 12.5%;
	float: right;
	clear: none;
	text-align: center;
	margin-bottom: 7%;
}
#HomeLearnButtonLeft {
	width: 30%;
	margin-top: 1%;
	margin-left: 12.5%;
	margin-bottom: 7%;
	text-align: center;
	float: left;
}
#HomeTeamRight {
	font-size: x-large;
	width: 30%;
	margin-top: 2%;
	margin-right: 10%;
	padding-right: 2.5%;
	padding-left: 2.5%;
}
.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) {
    #HomeAboutSubText {font-size:18px;}
	#HomeAboutPara {font-size:18px;}
	#HomeAboutParaR {font-size:18px;}
	#NewDarkHeader{font-size:32px;}
	#HomeHeaderWhite {font-size:32px;}
	#HeaderAff1{font-size:18px;}
	#HeaderAff2{font-size:18px;}
	#HeaderAff3{font-size:18px;}
	#HeaderAff4{font-size:18px;}
	#HeaderAff5{font-size:18px;}
	#HomeService1Text{font-size:18px;}
	#HomeService2Text{font-size:18px;}
	#HomeService3Text{font-size:18px;}
	#HomeAboutSubHeader {font-size:26px;}
	#HomeAboutSubHeaderR {font-size:26px;}
	#SubSubHeader{font-size:16px;}
}
@media screen and (min-width: 1440px) {
     #HomeAboutSubText {font-size:20px;}
	#HomeAboutPara {font-size:20px;}
	#HomeAboutParaR {font-size:20px;}
	#NewDarkHeader{font-size:36px;}
	#HomeHeaderWhite {font-size:36px;}
#HeaderAff1{font-size:20px;}
#HeaderAff2{font-size:20px;}
	#HeaderAff3{font-size:20px;}
	#HeaderAff4{font-size:20px;}
	#HeaderAff5{font-size:20px;}
	#HomeService1Text{font-size:20px;}
	#HomeService2Text{font-size:20px;}
	#HomeService3Text{font-size:20px;}
	#HomeAboutSubHeader {font-size:28px;}
	#HomeAboutSubHeaderR {font-size:28px;}
	#SubSubHeader{font-size:18px;}
}
@media screen and (min-width: 1600px) {
    #HomeAboutSubText {font-size:22px;}
	#HomeAboutPara {font-size:22px;}
	#HomeAboutParaR {font-size:22px;}
	#NewDarkHeader{font-size:40px;}
	#HomeHeaderWhite {font-size:40px;}
#HeaderAff1{font-size:22px;}
#HeaderAff2{font-size:22px;}
	#HeaderAff3{font-size:22px;}
	#HeaderAff4{font-size:22px;}
	#HeaderAff5{font-size:22px;}
	#HomeService1Text{font-size:22px;}
	#HomeService2Text{font-size:22px;}
	#HomeService3Text{font-size:22px;}
#HomeAboutSubHeader {font-size:30px;}
#HomeAboutSubHeaderR {font-size:30px;}
	#SubSubHeader{font-size:20px;}

@media screen and (min-width: 1920px) {
    #HomeAboutSubText {font-size:24px;}
	#HomeAboutPara {font-size:24px;}
	#HomeAboutParaR {font-size:24px;}
	#NewDarkHeader {font-size:42px;}
	#HomeHeaderWhite {font-size:42px;}
	#HeaderAff1{font-size:24px;}
	#HeaderAff2{font-size:24px;}
	#HeaderAff3{font-size:24px;}
	#HeaderAff4{font-size:24px;}
	#HeaderAff5{font-size:24px;}
	#HomeService1Text{font-size:24px;}
	#HomeService2Text{font-size:24px;}
	#HomeService3Text{font-size:24px;}
	#HomeAboutSubHeader {font-size:32px;}
	#HomeAboutSubHeaderR {font-size:32px;}
	#SubSubHeader {font-size:22px;}
}
