/* Start of CMSMS style sheet 'abcd-header (Block)' */
/*** header ***/

div#header {
   height: 110px; /* adjust according your image size */
   background: #FF8429;            /* Orange-#FF8429  Blue-#8788c7 */
}

div#header h1 a {
/* you can set your own image here */
   background: #FF8429 url(images/cms/ABCDWNY-Logo.gif) no-repeat 12px 5px; 
   display: block; 
   height: 110px;             /* adjust according your image size */
   text-indent: -999em;  /* this hides the text */
   text-decoration:none; /* old firefox would have shown underline for the link, this explicitly hides it */
}

div#header h2 {
   color: #000;
   margin: 0;
   position: absolute;
   text-indent: 120px;
   top: 60px;
   font-weight: bolder;
   font-size: 200%;
   line-height: 200%;
}

div#header h3 {
   color: #000;
   margin: 0;
   position: absolute;
   text-indent: 120px;
   top: 95px;
   font-weight: bolder;
   font-size: 150%;
   line-height: 150%;
}

.shadow {
   position: absolute;
   left: -2px;
   top: -2px;
   color: #fff;
}
/* End of 'abcd-header (Block)' */

