/* CSS Document  - style sheet for injuredworkersonline.org home page*/
		html, body 		{ margin: 0; padding: 0; }
		body 			{ color: #333; font-size: 100%; font-family: verdana, helvetica, arial, Sans-Serif; line-height: 140%; }
		h1				{color: #840000; font-size: 1.5em; line-height: 140%; font-family: "comic sans ms"; padding-bottom: 20px; } 
		h2				{ color: black; font-family: Cursive, "comic sans ms"; }
		h3				{ color: gray; font-family: georgia, sans-serif; }
        a				{ color: #003366; }
		a:visited 		{color: maroon; }
		a:active		{color: #993333; }
		a:hover			{color: #993333; text-decoration: none; }
		p				{font-size:.8em; line-height: 140%; margin: 0 0 18px; }
         .special        { color: green; font-weight: bold;}
		ul				{font-size:.8em; line-height: 140%; margin: 10 0 18px; }
		#container		{ width: 774px; margin: 0 auto;}
		#wrapper		{ float: left; width: 100%; }
		
		/* Header */
		#header			{ background: white; width: 760px; padding-top: 10px; }
		#header h1  	{ color: #004b6f; margin: 0 0 3px; padding: 24px 18px 0; }
		#header p		{ color: #666; font-size: 1em; line-height: 140%; font-weight: bold; padding: 0 18px; }
		
		/* Content Style */
      	#extra			{ margin-top: 30px; padding-top: 15px; padding-left: 10px;  border-bottom: 1px solid #ccc; background-color: rgb(232, 232, 232) }
		#content		{ padding-top: 15px; }
		#content p, #extra p { padding-right: 15px; }
        #extra p        { font-size:.8em; line-height: 140%; }
		
		/* Content Positioning & Size */
        #navigation		{ float: left; margin-left: -774px; padding-top: 30px; width: 175px; 
        font-size: 13px; line-height: 140%; }
		#content		{ margin: 0 215px 36px 215px; }
        #box { margin-top: 10px;
  margin-left: 0px;
  margin-right: 0px;
  margin-bottom: 15px;
   background-color: #E0D1C0;
  color: #000000;
  padding: 5px;
    }
		#extra			{ float: left; margin-left: -200px; width: 175px; }		/* Footer */
		#footer			{ padding-top: 10px; 2px solid #999; clear: left; width: 100%; }
		#footer	p		{ color: black; margin: 0; border-bottom: 1px solid #555; padding: 0 18px 10px; font-size: .75em/1.4 }
		#footer ul		{ font-size: .75em/1.4; border-bottom: 1px solid #555; list-style: none; margin: 0 18px 6px; padding: 10px 0 6px; }
		#footer li		{ display: inline; font-size: .75em/1.4; font-weight: bold; padding-right: 5px; }

		/* ------------------
 styling for the menus 
   ------------------   */


#navigation ul {margin:0px; padding:0px; background-color:#E6E6E6;}

#navigation ul li {
font-size: 13px; line-height: 140%; 
height:25px;
line-height:25px; 
list-style:none; 
padding-left:10px;
text-decoration: none;
color:#333; 
border-top:#fff solid; 
border-bottom:#fff solid; 
border-width:1px;
cursor:pointer; 
}    

#navigation ul li:hover {background-color:#CDCDCD; position:relative;}  
    
#navigation ul ul {
font-size: 13px; line-height: 140%; 
display:none; 
position:absolute; 
left:75px; 
top:5px; 
border:#fff solid; 
border-width:1px; 
background-color:#999; 
}  
        
#navigation ul li:hover ul {display:block;}
#navigation ul ul li {border:none; width:175px; float:left; display:inline;}
#navigation ul ul li:hover {text-decoration:none; border:none;}       
#navigation li:hover ul li ul {display:none;}
#navigation ul ul li ul {left:110px; background-color:#CDCDCD;}
#navigation ul ul li:hover ul {display:block;}          





