@charset "UTF-8";
/* CSS Document */

/* 
    Document   : nwp.css
    Created on : Dec 31, 2011, 03:00:04 PM
    Author     : NWP
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

body {
    margin: 0;
    padding: 0;
    color: #5e5e5e;
    font-size: 11px;
    font-family: Verdana, Arial, Sans;
}

a:link, a:visited {
    color: #d77e2c;
}

form {
    margin: 0;
    padding: 0;
}

img {
    border: 0;
}

p {
    margin-bottom: 0;
    line-height: 18px;
}

h3 {
    font-size: 13px;
}

#container {
    width: 840px;
   
    margin-top: 35px;
    margin-left: auto;
    margin-right: auto;
}

#header {
    border-bottom: 1px solid #5e5e5e;
    height: 98px;
    background: url("../images/header.png") no-repeat;
    padding-bottom: 16px;
}
#heading_pic {
    border-bottom: 1px solid #5e5e5e;
    height: 185px;
    background: url("../images/heading_pic.png") no-repeat;
    padding-bottom: 16px;
}

#nav {
    margin-left: auto;
    width: 353px;
    padding-top: 70px;
}

#nav div {
    border-right: 1px solid #5e5e5e;
    float: left;
    width: 74px;
    text-align: center;
    height: 31px;
}

#nav .last {
    border-right: none;
    width: 53px;
    text-align: right;
}

#nav div img {
    
}

#content {
    padding: 0;
    padding-top: 16px;
    padding-bottom: 16px;
}

#menu {
   float: left;
   width: 408px;
   border-right: 1px solid #5e5e5e;
}

/* menu items */

.mItem {
    width: 408px;
    height: 167px;
}

.mItem p {
    margin-left: 13px;
    margin-top: 26px;
    font-size: 12.5px;
}

.mItem p a:link, .mItem p a:visited {
    color: #5e5e5e;
}

.mContent {
    float: left;
    margin-left: 146px;
    width: 252px;
}

.mIndicator {
    float: left;
    height: 167px;
    width: 10px;
    display: none;
}

#bp {
    background: url("../images/m_bp.png") no-repeat;
}

#bm {
    margin-top: 16px;
    height: 187px;
    background: url("../images/m_bm.png") no-repeat;
}

#ba {
    margin-top: 16px;
    background: url("../images/m_ba.png") no-repeat;
}

#page {
   padding:0;
   float: left;
   width: 402px;
   padding-left: 28px;
}

#footer {
    border-top: 1px solid #5e5e5e;
    padding-top: 10px;
    text-align: right;
    font-size: 14px;
}

.genHead {
    color: #8b0000;
    text-decoration: underline;
}