/* cos layout *****************************************************************/

    body, td, textarea, select
    {
        font-family         : Verdana, Arial, Helvetica, sans-serif;
        font-size           : 12px;
        line-height         : 1.25em;
    }
    #header h1
    { 
        padding-bottom      : 10px;
        margin-bottom       : 0;
        border-bottom       : 2px solid #000;
        font-size           : 24px;
        line-height         : 27px;
    }
    html>/**/body #header h1
    {
        width : 640px;
    }
    #header h1 a
    { 
        color               : #000; 
        text-decoration     : none;
    }
    #gisLogo h2
    {
        padding             : 5px 0;
        margin              : 0;
        font-size           : 17px;
        line-height         : 24px;
    }
     
 
    #gisPanelTxt
    {
       /* width: 240px;
        position: absolute;
        top: 100px;
        */
        display: none;
    }
    #streetAddressTxt
    {
        display: block;
        position: absolute;
        top: 560px;
        left: 20%;
        padding: 10px;
    }
    #printerHelpTxt
    {
        display: block;
        position: absolute;
        top: 600px;
        left: 15%;
        border: 1px solid #000;
        padding: 10px;
    }
    #gisContent
    {
        border: 1px solid #A39E90;
        width: 100%;
        overflow: hidden;
        position: absolute;
        top: 90px;
        left: 0;
    }
    #gisContent img
    {
        width: 100%;
    }
    #cosNavigation, #gisPageFunctions, #gisPanelHdr, #gisPropertySearch,
   #disclaimerFunction, #cosMapZoomControl, div.tool-cont-combo,
    div.tool-cont, #outterContainer, #loading{
        display: none;
    }
    #gisDisclaimer 
    {
        display: none;
    }
    #printDisclaimer{
        position: absolute;
        top: 670px;
        left: 0;
        width : 700px;
        font-size: 11px;
    }
    #legend{
        display: none;
    }

/* property info **************************************************************/

    #propInfo h3
    {
        padding             : 0;
        margin              : 0 0 5px 0;
        font-size           : 14px;
        color               : #2B74B1;
    }
    .propInfoCell
    {
        border: 1px solid #A39E90;
        margin-bottom: 5px;
    }
    .propInfoCell td
    {
        border: none;
        vertical-align: top;
    }
    .propInfoCellHdr
    {
        background-color: #f1eee6;
        padding: 2px;
    }
    .propInfoCellCnt { padding-left: 4px; }
    
    
    
    #gisFooter
    {
        position: absolute;
        top: 750px;
        left: 0px;
    }
    #logo h1 a
    {
        display             : block;
        width               : 100%;
        color               : #000;
        text-decoration     : none;
        border-bottom       : 2px solid #000;
    }
    #gisLogo h2 a
    {
        display             : block;
        width               : 100%;
        color               : #000;
        font-weight         : normal;
        text-decoration     : none;
    }

    #helpContent{
        background-color:#fff;
    }
    #helpContent h2{
        margin:0;
        padding: 10px 0 10px 10px;
        color:#990000;
    }
    .helpContentHdr{
        font-size:14px;
        font-weight:bold;
    }
    .helpContent, .helpContentAlwaysOn{
        padding:20px;
    }
    #helpContent ul{
        margin-left:10px;
        padding-left:0;
    }
    .noListStyle{
        list-style:none;
    }