/*NCHS style changes EB 8/23/12*/

body.section-front-page #content h1.documentFirstHeading {
    display: none;
}

/*weird fix for second pages being centered*/
div.position-1\3a 4 {
    margin-left: -100% !important;
}
.template-manage-portlets div.width-1\3a 2 {
    width: 80% !important;
}
div.width-1\3a 2 {
    width: 100% !important;
}
/* ============================== */
/* ! Layout for desktop version   */
/* ============================== */

	body {
		
	}	

/* ============================= */
/* ! Layout for mobile version   */
/* ============================= */

@media handheld, only screen and (max-width: 767px) {

	body {
		
	}

}


/* ========================================== */
/* ! Provide higher res assets for iPhone 4   */
/* ========================================== */

@media only screen and (-webkit-min-device-pixel-ratio: 2) { 

/*	.logo {
		background: url(logo2x.jpg) no-repeat;
		background-size: 212px 303px;
	}*/

}