/* 
    Document   : nrcsa-print
    Created on : Nov 5, 2007, 6:02:48 PM
    Author     : stephen
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

body {
    margin: 0px;
    color: #000;
    background-color: #FFF;
    font-size: 13px;
    font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
    font-weight: normal;
    width: 100%;
}
p {
    margin: 1.1em 0px 1.1em 0px;
}

h1 {
    font-size: 20px;
    font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
    font-weight: bold;
    margin: 0px;
    padding: 8px 0px 8px 0px;
}

h3 {
    font-size: 15px;
    font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
    font-weight: bold;
    margin: 0px;
    padding: 8px 0px 8px 0px;
}

#pg-container {
    width: 7.5in;
    margin: .35in auto 0px auto;
    height: 100%;
    text-align: left;
    color: #000;
}

#footer {
    background-color: #FFF;
    color: #000;
    display: block;
    position: fixed; 
    bottom: 0; 
    left: 0; 
    width: 100%; 
    z-index: 1000;
}

.column4 { display: none; }
#selectAboveText { display: none; }
#switchPage { display: none; }
#header { display: none; }
#dialogMail { display: none; }
#dialogPhone { display: none; }
#sendMessage { display: none; }
#requestBrochure { display: none; }

