/* 
Copyrith 2003 - 2011, Kronos Incorporated 
Pathway Senior Living LLC CI specific stylesheet
*/

/* --- LAYOUT SPECIFIC --- */
/* ================ [  extended from CONTAINERS.CSS  ] ========================== */
 
 
 #header {
 	height: auto; /* this can be removed when a BP static content is in place */	
 	margin:0pt auto;
 	width:880px;
 }
 
 #customerHeader {
 	height: 135px;
 }


 #wrapper {
	
	margin:0pt auto;
	max-width:900px;
	min-width:900px;
	width:900px;

}

#bodyContainer {
	text-align: left;
	position: relative;
	width: 100%;
	min-width: 100%; 
	max-width: none;
}

.fullCol {
	margin-left:10px; /* *** this must be sidenav width + 10px *** */
}

#caMain { 
	margin-left: 10px; /* *** this must be sidenav width + 10px *** */
}



#sidenav {
	display: none; /* hide if not using side navigation */
}

#customerLeftNav {  
	display: none;
}


#customerFooter {
	display:none;
}


#caFooterGroup {
        margin-bottom: 0px;
}