/* Start of CMSMS style sheet 'NDPCI OpVal Page ONLY' */
/*** header ***
we will hide text and replace it with a image
we need to assign a height for it so that the image wont cut off
*/
div#header {
   height: 125px;    /* adjust according your image size */
   background: #000000 url(uploads/images/opval/opval_header_background.jpg);
}

div#header h1 {
   background-image: url(uploads/images/opval/opval_header.png);
   background-position: center center;
   background-repeat: no-repeat;
   height: 125px;             /* adjust according your image size */
}

div#header h1 a {

}

div#opval_fader {
  float: left;
}

div#opval_fader img {
	padding: 4px 4px 4px 4px;
	margin: 0px 4px -5px 0;
  border: 1px solid #000000;
}
/* End of 'NDPCI OpVal Page ONLY' */

