body {
        font: normal 12px arial;
}

        /*CONTENT LINKS*/
ul {
        margin: 0;
        padding: 0;
        list-style: none;
        width: 150px; /* width of Menu items */
        border-bottom: none;
}

li ul li a { padding: 2px 5px; 
} /* Sub Menu styles */

ul li a {/* styles for Menu items */
        display: block;
        text-decoration: none;
        color: #777;
        background: #F5F5F5;
        padding: 5px;
        border: 1px solid white;
        border-bottom: 0;
        width: 150px;
}

li { /* all list items */
        float: left;
        width: 10em; /* width needed or else Opera goes nuts */
}

ul li {
        position: relative; top:-24px;
}
ul span{
        color: #FFF;
        }
        
li ul {
        /* second-level lists */
        position: absolute;
        width: 0em;
        left: -999em;
}

 li ul ul { /* third (and above) level lists */
        margin: 6px 0 0 0px;
}

 li:hover ul ul,  li:hover ul ul ul,  li.sfhover ul ul,  li.sfhover ul ul ul {
        left: -999em;
}

 li:hover ul,  li li:hover ul,  li li li:hover ul,  li.sfhover ul,  li li.sfhover ul,  li li li.sfhover ul { /* lists nested under hovered list items */
        left: 149px; /* the magic (set at 1px less total width)*/
}

        /*END OF CONTENT LINKS*/

        
/* Fix IE. Hide from IE Mac \*/
* html ul li { float: left; height: 1%; }
* html ul li a { height: 1%; }
/* End */


#header {
        background: url(images/mnopplogo.jpg) no-repeat top left;
        height: 30px;
        width: 100%;
        /*border-bottom: #0081C6 solid 2px ;
        margin-bottom: 10px;*/
}

#container {
        width: 100%;
        float: left;
        margin-right: -200px;
        /*background: url(images/boxpieLogo.gif) no-repeat bottom right;*/
/*border: 1px solid blue; */
        border-bottom: #0081C6 solid 2px ;
        border-top: #0081C6 solid 2px ;
}

#content {
        margin-right: 8px;
        margin-left: 8px;
        /*height:490px;*/
        height:100%;
        padding: 10px 10px;      

}

/*content area*/
div.main {
        margin-left: 150px;
        padding: 10px;
        text-align: justify;
        background-color: transparent;
/*border: 1px solid #D3D3D3;*/
        width: 100%;
        height: 435px;
}

/*left-hand div (contains links)*/
#left {
        width: 150px;
        height: 100%;
        float: left;
        background-image: url(images/Blue.jpg);
        background-repeat:no-repeat;
        background-color: #006FB7;
}

#left-links {
        float:left;
        }

/*website links (ul li a.links)*/
ul.links {
        margin: 0;
        padding: 0;
        list-style: none;
        width: 140px; /* Width of Menu Items */
        border-bottom: none;
        text-align: right;
}

/*website links (ul.links)*/
ul li a.links{
        display: block;
        text-decoration: none;
        color: #FFF;
        padding: 2px;
        border-left: transparent;
        border: none;
        border-right: transparent; 
        border-bottom: 0;
        background-color: transparent;
        font: 8pt Arial, Helvetica, sans-serif;
        list-style: none; 
        text-align: left;
}

ul li a:hover{
        color: #EB7F14;
        }

/*controls scroll window
#scroll {
        overflow: auto;
        overflow-x: hidden;
} */

/*index.shtml with large .gif*/ 
div.main_logo {
        padding-top: 100px;
        text-align: center;
        background-color: transparent;
        border: 0px solid #D3D3D3;
        height: 100%;/*396px;*/
        width: 100%;/*567px;*/
        /*margin-top: 20px;
        margin-left: 20%;*/
        padding-right: 275px;
        background-image: url(images/frontpicBW1.gif);
        background-position: top right;
        background-repeat: no-repeat;
        /*border: 1px solid red;*/ 
}

/*index.shtml with large .gif*/
div.main_logo H1 {
        color:#243696;
} 

/*Menu*/
div.menu{
        margin-left:20%;
        margin-top:1%;
}

td{
        font: normal 12px arial;
        text-align: center;
        padding: 5px
}
p.faq{
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: Red;
font-style: bold;
}

ul.list {
	margin: 50px 0 0 10px;
	padding: 0;
	border-bottom: none;
	width:100%;
	/*list-style-image: url(images/arrow.gif)*/
}

ul.list li{
width:100%;
   background-image: url("images/arrow.gif");
    background-position: 2px 5px;
    background-repeat: no-repeat;
    padding-left: 15px;

}
