/* =================================================================== */
/* Boxed Layout
====================================================================== */

	body {
		background: #fff url(../images/bg/bg-squares.gif) no-repeat top center;
		font: 12px Arial, sans-serif;
		color: #666;
		-webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
		-webkit-text-size-adjust: 100%;
		overflow-x: hidden;
	 }
	 
	 
	#wrapper {background: transparent; width: 1190px; padding: 0px 35px 0px 35px; margin: 0px auto 0 auto;}	
	#wrapperFullWidth {background: transparent; width: 1260px; padding: 0px; margin: 0px auto 0 auto;}
	#footer {background: #c7d96f url(../images/bg/bg-footer.jpg) no-repeat top left; min-height: 140px; width: 1190px; padding: 30px 35px 5px 35px; margin: 0px auto 0 auto;}




@media only screen and (min-width: 960px) and (max-width: 1279px) {
	
	#wrapper {
		background: transparent;
		width: 960px;
		padding: 0px 35px 0px 35px;
		margin: 0px auto 0 auto;
	}
	
	#wrapperFullWidth {
		background: transparent;
		width: 1030px;
		padding: 0px;
		margin: 0px auto 0 auto;
	}
	
	#footer {
		background: #c7d96f url(../images/bg/bg-footer2.jpg) no-repeat top left; min-height: 172px;
		width: 960px;
		padding: 20px 35px 0px 35px;
		margin: 0 auto 0px auto;
	}
	
	
}
	


/* Smaller than standard 1029 (devices and browsers)
====================================================================== */
@media only screen and (max-width: 1029px) {

	#wrapper {
		background: transparent;
		margin: 0 auto;
		padding: 0px 0 30px 0;
		-webkit-box-shadow: none;
		box-shadow: none;
		width: 100%;
	}
	
	#wrapperFullWidth {
		background: transparent;
		width: 100%;
		padding: 0px;
		margin: 0px auto 0 auto;
	}


	
	#footer {
		background: #c7d96f url(../images/bg/bg-footer2.jpg) no-repeat top left; min-height: 140px;
		margin: 0 auto;
		padding: 20px 0px 5px 0px;
		width: 100% !important;
	}


}
	
/* Tablet Portrait (devices and browsers)
====================================================================== */
@media only screen and (min-width: 768px) and (max-width: 959px) {
	#wrapper {
		background: transparent;
		margin: 0 auto;
		padding: 0px 0 30px 0;
		-webkit-box-shadow: none;
		box-shadow: none;
		width: 100%;
	}
	#wrapperFullWidth {
		background: transparent;
		width: 100%;
		padding: 0px;
		margin: 0px auto 0 auto;
	}
	
	#footer {padding: 0px 0px 0px 0px;}
	
/* PML additions */
	p.tagline {font-size: 20px; line-height: 150%; font-family: arial, helvetica, sans-serif; font-style: italic; text-align: left; font-weight: bold; color: #222222; text-shadow: 1px 1px 0px #d6d6d7; letter-spacing: 0px;}
	.taglineBox {margin: 38px 0px 0px 15px;}
	p.tagline2 {font-size: 13px; line-height: 100%; font-family: arial, helvetica, sans-serif; font-style: italic; text-align: left; font-weight: normal; color: #000000; }
	.tagline2Box {float: right; width: 410px; height: 32px; background: url(../images/bg/bg-tagline2.png) no-repeat left; margin-top: -26px; padding: 18px 0px 0px 40px;}
	.hslogo {float: left; width: 200px; margin-left:0px;}
}

/* All Mobile Sizes (devices and browser)
====================================================================== */
@media only screen and (max-width: 767px) {

/* PML additions */
	p.tagline {font-size: 24px; line-height: 120%; font-family: arial, helvetica, sans-serif; font-style: italic; text-align: left; font-weight: bold; color: #222222; text-shadow: 0px 0px 0px #d6d6d7; letter-spacing: 0px;}
	p.tagline2 {font-size: 18px; line-height: 120%; font-family: arial, helvetica, sans-serif; font-style: italic; text-align: left; font-weight: normal; color: #000000; }

	.showOnMobile {display: block;}
	.showOnDesktop {display: none;}
	#wrapper {
		background: transparent;
		margin: 0 auto;
		padding: 0px 0 30px 0;
		-webkit-box-shadow: none;
		box-shadow: none;
		width: 100%;
	}
	
	#wrapperFullWidth {
		background: transparent;
		width: 100%;
		padding: 0px;
		margin: 0px auto 0 auto;
	}

	
	#footer {
		background: #c7d96f;
		margin: 0 auto;
		padding: 0px 0px 0px 0px;
		width: 100% !important;
	}

}
