/* Start of CMSMS style sheet 'CEDARS - Header Styles' */
/*** header ***
we will hide text and replace it with a image
we need to assign a height for it
*/

div#header {
   height: 175px;   /* do not adjust - all graphics used for header need to be this size */  
   background: #fff url(images/site/header2.jpg) no-repeat;
   /*background-position: 246px 0px;*/
}

div#header h1 a {
   display: block; 
   height: 175px;             /* adjust according your image size */
   text-indent: -999em;  /* this hides the text */
   text-decoration:none; /* old FireFox would've shown underline for the link, this explicitly hides it */
   background-image: url(images/site/header_leftside.jpg);
   background-repeat: no-repeat;
   background-color: transparent;
}
/* End of 'CEDARS - Header Styles' */

