/*************************************************************************************\
 *                                                                                   *
 *        TITLE:  Print Style Sheet                                                *
 *       CLIENT:  UTC KY                                                             *
 *  TARGET SPEC:  CSS 2                                                              *
 *     MODIFIED:  2010.07.12                                                         *
 *    AUTHOR(S):  Susan Ferguson-Wheeler / NetMediaOne - www.netmediaone.com         *
 *                                                                                   *
\*************************************************************************************/

/* Hide elements that are not relevant to a print context */
#footer-section a, #top-section ul, .col1, #footer-section nav { display: none; }

/* ... except in certain places */
.news .col1, .locations .col1, .contact .col1 { display: inline; }


/* Size and position adjustments */
#top-section { height: 80px; }
#footer-section { clear: both; }
.col2 { float: none; width: auto; margin-left: 0px; }
.contact .col2, .news .col2, .locations .col2 { float: left; margin-left: 30px; }
.news .col2 { width: 530px; }
.contact .col2 { width: 670px; }
.locations .col2 { width: 600px; }

.provider-overview li { page-break-inside: avoid; page-break-before: auto; }
.provider-overview li img { display: inline; margin: 0px auto 0px auto; padding: 0px; }

.cleared { overflow: visible !important; }

