﻿@media only screen and (min-width: 1041px) {



    header, nav, section, #sitecontentInsideWrapper {
        margin: 0 auto;
        /*max-width: 1040px !important;*/
	max-width: 1200px !important;
    }


/*************************** * CONTENT ***************************/
/***********************************
************************************
*   Website Content
************************************
***********************************/
    #sitecontentOutsideWrapper {
        margin: 0 0 0 0;
        padding: 0;
        width: 100%;
        background: #fff;
    }

    #sitecontentInsideWrapper {
        margin: 30px auto 60px auto !important;
        
    }

@media only screen and (min-width: 1200px) {
    section#contentColumn1 {
        width: 20%;
    }

    section#contentColumn2 {
        width: 80%;
    }


    aside {
	display: none;
        width: 0%;
    }
}


/***********************************
************************************
*   FOOTER 
************************************
***********************************/

/***********************************
*   Future of Health Care is Here
***********************************/
#futureofhealthcareInsideWrapper section h5 {
        padding: 50px 0 10px 0;
        font-size: 2.250em;
    } 


/* CLOSING TAG BELOW*/
}
