/* MWO global styles 
 *
 * This file contains default styles to be applied to all pages.
 *
 */
 
* { margin: 0; padding: 0; }
 
a:link    { font-weight: normal; color: #48696D; text-decoration: none;      background-color : transparent; }
a:visited { font-weight: normal; color: #48696D; text-decoration: none;      background-color : transparent; }
a:hover   { font-weight: normal; color: #48696D; text-decoration: underline; background-color : transparent; }
a:active  { font-weight: normal; color: #48696D; text-decoration: none;      background-color : transparent; }
 
html, body {
             height: 100%;
           }
 
body {
       color: #333333;
       font-family: arial, verdana, sans serif;
       font-size: 11px;
       line-height: 15px;
       background-color: #FFFFFF;
       width: 760px;
       min-width: 760px;
       margin: 0 auto 50px auto;
     }

img {
      border-style: none;
      padding: 0;
    }

/* header area */

h1#masthead { 
            font-size: .5em;
            padding-top: 62px; /* height of the replacement image */
            height: 0px;
            overflow: hidden;
            background: url('../imgs/sample_header.gif');   
            background-repeat: no-repeat;
          } 

ul#nav  {
          list-style: none;
          position: relative;
          top: 0;
          left: 0;
          width: 760px;
          height: 29px;
          background-color: #FFFFFF;
          background-image: url('../imgs/globalnav.gif');
          background-repeat: no-repeat;
          overflow: hidden;
        }

li#nav1 a { 
            display: block; 
            position: relative;
            top: 0;
            left: 0; 
            padding-top: 24px;
            height: 0px;
            width: 94px;
            overflow: hidden;
          }

li#nav2 a { 
            display: block; 
            position: relative;
            top: -24px;
            left: 96px; 
            padding-top: 24px;
            height: 0px;
            width: 103px;
            overflow: hidden;
          }

li#nav3 a { 
            display: block; 
            position: relative;
            top: -48px;
            height: 0px;
            width: 260px;
            float: right;
            padding-top: 21px;
            overflow: hidden;
            background-repeat: no-repeat;
            background: url('../imgs/contact.gif');
          }

/* footer area */
#footer {
          width: 760px;
          background-color: #FFFFFF;
          background-image: url('../imgs/footerbg.gif');
          background-repeat: no-repeat;
          border-top: 1px dotted #444444;
          clear: both;
        }

#footer p { 
            color: #444444; 
            font-size: 9px; 
            font-family: gill sans, arial, sans-serif;
            font-weight: bold; 
            text-align: center; 
            padding: 4px 5px 5px 5px; 
            text-transform: uppercase; 
            letter-spacing: 1px;  
          }