html,body {
      height:100%;
      width:100%;
      margin:0;
      }

      body {
      background-color:#FFF;
      overflow:hidden;
      font-family:"Trebuchet MS";
      }

      .roundedCorners {
      -moz-border-radius:4px;
      }
      
      .slide-out-div {
        padding: 20px;
        width: auto;
        background:#ccc;
        border: 1px solid #7EABCD;
      }

      #header {
      border:solid 2px #7EABCD;
      background-color:#6495ED;
      color:#000000;
      font-size:18pt;
      text-align:center;
      font-weight:700;
      height:60px;
      }
	  
	  #countygraphics{
		background-image:url('../images/QACInner_012.gif');
		background-repeat:no-repeat;
		height:60px;
		width:60%;
		left: 5px;
		text-align:center;
	  }
	  
	  #footer{
	  border:solid 2px #7EABCD;
      background-color:#FFF;
      color:#CD853F;
      font-size:8pt;
      text-align:center;
      font-weight:700;
      height:170px;
	  }

      #subheader {
      font-size:small;
      color:#CD853F;
      }

      #rightPane {
      background-color:#FFF;
      color:#CD853F;
      border:solid 2px #6495ED;
      width:35%;
      overflow:hidden;
      }
      /*#map {
      background-color:#FFF;
      border:solid 2px #6495ED;
      width:100%;
      height:100%;
      }*/
	  
	  .zoominIcon { background-image:url(../images/nav_zoomin.png); width:16px; height:16px; }
      .zoomoutIcon { background-image:url(../images/nav_zoomout.png); width:16px; height:16px; }
      .zoomfullextIcon { background-image:url(../images/nav_fullextent.png); width:16px; height:16px; }
      .zoomprevIcon { background-image:url(../images/nav_previous.png); width:16px; height:16px; }
      .zoomnextIcon { background-image:url(../images/nav_next.png); width:16px; height:16px; }
      .panIcon { background-image:url(../images/nav_pan.png); width:16px; height:16px; }
      .deactivateIcon { background-image:url(../images/nav_decline.png); width:16px; height:16px; }
	  .idIcon {background-image:url(../images/esriIdentify.png);width:16px;height:16px;}
	  .helpIcon {background-image:url(../images/icon_help.gif);width:16px;height:16px;}
	  .hyperlinkIcon {background-image:url(../images/lightning.png);width:16;height:16px;}
