
@page {
    margin: 1cm;
}

body {
    font: normal 100% 'Arimo', Arial, sans-serif;
}

header.main, #logoHead, #socIcon, #utilNav, #searchWrap, nav.nav, #navWrap, #foot-2, #backtotop, #breadcrumbs, #carouselWrap, #sect-img, #sect-nav, #footImg {
	display: none;
    float: none;
}

 *, *:before, *:after {
      box-sizing: border-box;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box; }

/* tables */
table, thead, tbody, th, td, tr { 
    border-collapse:collapse;
    }

h1, h2, h3, p, ul, ol {page-break-after: auto;}

footer, #footWrap, #foot-1, #foot-2 {page-break-before: always;}

header.mainHead {display: block;}

#headWrap {display: block;}

#logoHeadPrint {
    display: block;
}

/* home */
#containerWrap {
    display: table;
    width: 100%;
    margin: .5625em auto 0 auto;
    background-color: #FFF;
}

#container {
    display: table;
    width: 100%;
    background-color: #FFF;
}

#container-2 {
    display: table;
    width: 100%;
    margin: 0 auto;
    background-color: #DAE2EA;
    border-bottom: 5px solid #384C8B;
}

#col-1, #col-2, #col-3 {
    display: table;
    width: 100%;    
    float: none;
}

#col-1, #col-2, #col-3 {
    margin: 13px 0;
    font: normal .8em 'Arimo', Arial, sans-serif;
}

#sectContainer {
    display: table;
    width: 100%;
    margin: 0 auto;
    background: #FFF url('/images/template/bg-section.gif') repeat-y;
}

#sect-col-1 {
    display: none;
    float: none;
    width: 25%;
}

/*
#sect-col-2 {
    display: none;
    float: none;
    width: 670px;
    padding: 0;
    background-color: #FFF;
    border-left: none;
}*/

#sect-col-2 {
    display: block;
    float: none;
    width: 100%;
    padding: 0;
    background-color: #FFF;
    border-left: none;
    font: normal .8em  Arial, sans-serif;
}

footer {
    width: 670px;
    background-color:#CDDDED;
    border-top: none;
}

#footWrap {
    display: table;
    width: 670px;
    height: 200px; /* temp */
    margin: 0 auto;
}

#foot-1 {
    display: block;
    width: 70%;
    float: none;
    font: normal .8em 'Arimo', Arial, sans-serif;
    margin: .625em 0;
}

#foot-2 {
    display: none;
    width: 30%;
    float: right;
    font: normal .8em 'Arimo', Arial, sans-serif;
    margin: .625em 0;
}
