/* UNIQUE TO MISSISSIPPI JOB WATCH INDEX STYLE SHEET*/

#wrap
{
position: absolute; 
width: 800px; 
height: 1200px;
z-index: 1; 
top:20px; 
background:transparent; 
left:105px; 
border:1px solid #FF9900; 
}


#headleft
{
position: absolute; 
width: 370px; 
height: 40px; 
z-index: 1; 
left:5px; 
top:10px; 
background-color: #ffffff;
}

#headright
{
position: absolute; 
width: 410px; 
height: 46px; 
z-index: 2;
left:382px; 
top: 7px;
background-color: #ffffff;
}

/*ALL PAGES TOP NAVIGATION*/

#contentnav
{
position: absolute; 
width: 790px; 
height: 30px; 
z-index: 3;
left: 1px;
top: 63px;
border-bottom: 2px solid #FF9900;
}


#contentnav ul{
margin: 0;
padding: 0;
margin-bottom: 1em;
float: left;
font: bold 10pt arial;
width: 90%;
border: 0px;
background-color: transparent;
}

* html #contentnav ul{ /*IE only rule, reduce menu width*/
width: 99%;
}

#contentnav ul li{
display: inline;
}

#contentnav ul li a{
float: left;
color: blue;
padding: 2px 12px;
text-decoration: none;
background: transparent;
}

#contnentnav ul li a:visited{
color:#0000ff;
}

#contentnav ul li a:hover
{
color:#000099;
text-decoration: underline;
}

#searchbox
{
position: absolute; 
width: 180px; 
height: 299px; 
z-index: 4;
left:6px; 
top: 104px;
background-color: #ffffff;
border:1px solid #000080;
padding:7px;
}
#indexcontent
{
position: absolute; 
width: 788px; 
height: 735px; 
z-index: 5;
left:6px; 
top: 450px;
background-color: #ffffff;
border-top: 2px solid #000080;
padding:5px;
}
#rtcol 
{
position: absolute; 
width: 567px; 
height: 327px; 
z-index: 6;
left:226px; 
top: 104px;
background-color: #ffffff;
}