/* screen_ems.css */

@import url(screen_tmp.css);
#logo_sect {
 position: relative;
 margin: 0;
 padding: 0 0 0 6px;
 height: 36px;
 text-align: right;
 background: #C1D1E0 url(../graphics/bg_h3.png) 0 0 no-repeat;
 }
#logo_sect a {
 position: absolute;
 top: 0;
 left: 0;
 display: block;
 margin: 0;
 padding: 0;
 width: 100%;
 height: 36px;
 text-align: left;
 text-indent: -9999px;
 overflow: hidden;
 background: transparent url(../graphics/logo_emergency_services.png) 100% 0px no-repeat;
 }
#logo_sect a:hover { background-position: 100% -36px; }
#logo_sect a span {}

body #nav_sect, #nav_sect ul { background: #fff ! important; }
#content p { text-align: justify; }

