@charset "utf-8";
/* CSS Document */

body {
background-image:url(images/MainBodyBG.png);
background-position:left top;
background-repeat:repeat-x;
background-color:#000;
margin:0;
padding:0;
}
.clear {
clear:both;
}
#NMHeader {
width:1000px;
height:376px;
margin:0 auto;
background-image:url(images/NM-Header.jpg);
background-position:left top;
background-repeat:no-repeat;
}
#CLIENTHeader {
width:1000px;
height:376px;
margin:0 auto;
background-image:url(images/Client-Header.jpg);
background-position:left top;
background-repeat:no-repeat;
}
#midBar {
width:1000px;
height:188px;
margin:0 auto;
}
#midBar-NM {
width:415px;
height:188px;
float:left;
background-image:url(images/NM-LogoLeft.jpg);
background-position:left top;
background-repeat:no-repeat;
}
#midBar-CLIENT {
width:415px;
height:188px;
float:left;
background-image:url(images/Client-ConstLeft.jpg);
background-position:left top;
background-repeat:no-repeat;
}
#midBar-Main {
width:585px;
height:88px;
padding:50px 0;
float:left;
font-size:20px;
color:#333;
}
#midBar-Main2 {
width:585px;
height:68px;
padding:60px 0;
float:left;
font-size:28px;
color:#333;
}
#footer {
text-align:center;
font-size:14px;
color:#666;
padding:25px 0 10px;
}