/*
 *** $Id: prj_section.css,v 1.1 2010/04/06 20:18:38 CraigA Exp $
*/
cite{
    padding-left: 2em;
    font-size: 8pt;
    font-family: Palatino Linotype, Times New Roman, serif;
}
root { 
    display: block;
}
@media screen {
   /* body {background-color:#e0ffe0;} */
   body {background-image: url(/images/green_slate_bg.jpg);}
    #container{
        background-color: #fff;
        padding-left: 10px;
        padding-right: 10px;
    }
    td.content {
        width:700px;
        font-size:10pt;

    }
    td.side {
        width:0%;
        display:none;
        visibility:hidden;
        padding: 0px;
        margin: 0px;
    }
    #backtomain {
        float: left;
        border:3px solid #C3B05C;
        border-right-color: #a3903C;
        border-bottom-color: #a3903C;
        background-color: #05301E;
        color: #ffffff;
        font-weight: bold;
        font-size: 8pt;
        padding-top:5px;
        padding: 3px;
        padding-right: 7px;
        margin-bottom: 10px;
        margin-left: 5px;
        text-decoration: none;
        font-style: italic;
    }
    li {
        line-height: 1.5em;
        padding-bottom: .75em;
    }
    #branding{
        width:720px;
    }
    #mainNavs {
        width: 720px;
    }
    #imp_logo {width:105px;height: 105px;float: right; margin-bottom: 5px;}
    #google_data{
        width:650px;height:275px;
    }
    .newsDate {
        background-color: #d0ffd0;
        padding: 2px;
    }
    .content a,.content a:visited,.content a:active,.content a:hover {
        color: #05301E;
        font-weight: bold;
        text-decoration:none;
        border-bottom-color: #C3B05C;
        border-bottom-style:dotted;
        border-bottom-width: 1px;
    }
    .content a:hover {
        text-decoration:none;
        border-bottom-color: #C3B05C;
        border-bottom-style:dotted;
        border-bottom-width: 3px;

    }
    .content hr {
        margin-left: 33%;
        width: 33%;
        height: 2pt;
        border-width: 1px;
        text-align: center;
        border-top-color:#05301E;
        border-bottom-color: #C3B05C;
        padding:0;
        margin-bottom: 0;
        margin-top: 0;
    }
    h1, h2, h3{
        font-family: "Advert-Bold", "Arial Black", "Impact";
        font-weight: normal;
    }
}

@media print {
    h1{
        font-weight: normal;
    }
    td.content {width:7.25in}
    .content,#container {
        border: 0px;
        width:7.25in;
    }
    #branding img {
        height:.5in;
        width: 3.68852459in;

    }
    body {background-color:#ffffff;}
    #google_data{
        width:6in;
        height:2.75in;

    }
    #ftpLink,#search,#mainNavs,#btm_link  {
        display: none;
        visibility:hidden;
    }
    #imp_logo {width:1.125in;height: 1.125in;float: right; margin-bottom: .25in;}
}
