/* Import Stylesheets */
@import url("css/screen.css");
/*@import url("css/antiscreen.css") handheld, only screen and (max-device-width:480px);*/
/*@import url("css/handheld.css") handheld, only screen and (max-device-width:480px);*/
@import url("css/CMIS_Custom.css");


.wrapper{    
	margin: 0px auto;
    	width: 960px;
    	overflow: hidden;}

#masthead {
    	height: 117px;
    	background: #1F2B63;}

div#logo a {
    	width: 155px;
    	height: 94px;
    	text-indent: -999em;
    	background: url(images/scc-logo-main.png) no-repeat top left;
    	display: block;
    	/*margin-left: 17%;*/
}


div#menu{
	background: #415263!important;
    	height: 48px!important;
}



@media only screen and (max-width: 768px) and (min-width: 240px) {
  .wrapper {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) and (min-width: 240px) {
  #menu {
    height: 100px;
  }
}
