﻿body
{
    margin: 0px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    background-color:#ffffcc;
    color:#00008B;
    
}
a{ color:#00008B;}


#container
{
 
    margin-left: auto;
    margin-right: auto;
    width: 970px;
    
}


/*--------------------HEADER - START--------------------*/
#header
{
    width: 970px;
    height: 270px;
    position: relative;
    background-repeat: no-repeat;
    background-color: #FEF7ED;
}

#lmenu
{
    top: 268px;
    left: 5px;
    position: absolute;
    font-weight: bold;
        }
#lmenu ul {list-style-type: none; display:inline; }
#lmenu li{ float:left; padding:0 7px 0 0;}
#lmenu a{text-decoration:none;}

#nmgname{ font-size:25px; font-weight:bold; margin-top:15px; margin-left:15px;}
#nmgslogan{margin-left:15px;}

#menu
{
    width: 970px;
    height: 35px;
    background: url(images/nav_bg.gif) ;
}
#menu ul
{
    margin:0; 
    list-style-type:none;
	height:35px;
	margin-left:10px;
	background:url(images/nav_div.gif) left top no-repeat;
	padding:0 0 0 2px;
	float:left;
}
#menu ul li{
	padding:0 2px 0 0;
	float:left;
	background:url(images/nav_div.gif) right top no-repeat;
	height:35px;
}
#menu ul li a{
	display:block;
	background:url(images/nav_bg.gif) 0 0 repeat-x #010101;
	padding:0 18px;
	font-size:11px;
	font-weight:bold;
	line-height:35px;
	color:#fff;
	text-decoration:none;
	text-transform:uppercase;
}
#menu ul li a:hover{
	background:url(images/nav_bg_hover.gif) 0 0 repeat-x #B4BFAE;
	color:#434446;
}

/*--------------------HEADER - END--------------------*/



/*--------------------NMGPAGES - START--------------------*/
#content
{
    overflow: hidden;
    width: 970px;

}

.cLeft
{
    float: left;
    width: 680px;
    padding:7px;
}
 
.cRight
{
    float: right;
    width: 268px;
    
}
/*make sure to define pageTtitle & pageText - every page will use it*/
#pageTitle
{
    font-size:20px;
    font-weight:bold;
 }
#pageText
{
}
/*--------------------NMGPAGES - START--------------------*/


/*--------------------NMGWIDGETS - START--------------------*/
.wTitle
{
    font-weight: bold;
    font-size:20px;
    height: 23px;
    width: 260px;
    padding-top: 7px;
    padding-left: 7px;
    color: #00008B;
}
.wTop
{
    background: url(images/news_bg_top.gif);
    height: 14px;
    width: 268px;
    background-repeat: no-repeat;
    display: inline-block;
}
.wText
{
    display: inline-block;
    padding-left: 10px;
    padding-right: 10px;
    background: url(images/news_bg.gif);
    width: 268px;
    background-repeat: repeat-y;
}
.wBottom
{
    display: inline-block;
    background: url(images/news_bg_bottom.gif);
    height: 14px;
    width: 268px;
    background-repeat: no-repeat;
    margin-bottom: 5px;
}
/*--------------------WIDGETS - END--------------------*/

/*--------------------FOOTER - START--------------------*/
#footer
{
    width: 100%;
    height: 60px;
    border-top-style: solid;
    border-top-width: 5px;
    border-top-color: #FF0000;
}
#fmenu
{
    margin-top:25px;
    height: 30px;
    font-size: 10px;
    float:left;
}
#fmenu ul
{
    margin:0; 
    list-style-type:none;
	margin-left:12px;
	padding:0 0 0 2px;
}
#fmenu ul li
{
    padding: 0 2px 0 0;
    float: left;
    border-right-style: solid;
    border-right-width: 1px;
    border-right-color: #000000;
}
#fmenu ul li a
{
    display: block;
    padding: 0 5px;
    font-size: 12px;
    line-height: 12px;
    color: #00008B;
    text-decoration: none;
    
}
#fmenu ul li a:hover
{
    color: #FF0000;
    text-decoration: underline;
}


#fdeveloper
{
    margin-top:20px;
    margin-right:10px;
    float:right;
    height: 30px;
    font-size: 12px;
    }
/*--------------------FOOTER - END--------------------*/