
/*these are containers to seperate different sections of the whole pages.*/
/*this is the container that holds the left menu for navigation of the entire LOSLR web site - sidebarmenu_e.html*/
div.leftmenu{
	position:absolute;
	width:165px;
	background-color:#336699;
	color:#336699;
	height:100%;
	padding-left:5px;
	padding-right:5px;
	margin-left:14px;	
}
/*this container holds the page content of the plan results section of the LOSLR site*/
div.centerbody{
	position:absolute;
	height:100%;
	margin-left:198px;
	width: 75%;
	left: 4px;
	top: 100px;
	z-index:1;
}
div.navbar { 
font-size : 10pt; 
font-family: verdana, arial, helvetica, sans-serif; 
margin-right:200px;
}

div.footer { 
	position:relative;
	font-family: verdana, arial, helvetica, sans-serif;
}

HR.nav {color:#000066; height:5px;}
.footer {
	color: #000066;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
.bold {
font-weight:bold;
}

.boldblue {
	font-weight:bold;
	color:#000099;
}
.blue {
color:#0000FF;
}

.red {
color:#FF0000;
}

.yellow {
background-color:#FFFF00;
}
.aqua  {
	background-color: #99FFFF;
	border:medium;
	border-color:#000000;
	width:220px;
	margin-left:350px;
	padding:5px;
	display: block;
}
.aquashade {
	background-color: #CCFFFF;
}
.blueshade {
	background:#99CCFF;
	}
.italic {
font-style:italic;
}
.small {
font-size:8pt;
}
.center {
text-align:center;
}

.list { 
font-size : 10pt; 
font-family: verdana, arial, helvetica, sans-serif; 
}

BLOCKQUOTE { 
font-size : x-small;
font-family: verdana, arial, helvetica, sans-serif; 
}
FORM { 
font-size : inherit; 
font-family: verdana, arial, helvetica, sans-serif; 
}
P { 
font-size : inherit; 
font-family: verdana, arial, helvetica, sans-serif; 
}
TD { 
font-size : inherit; 
font-family: verdana, arial, helvetica, sans-serif; 
}
LI.note { 
font-size : 10pt; 
font-family: verdana, arial, helvetica, sans-serif; 
}


/* taken from http://www.seoconsultants.com/css/menus/horizontal/ 
and http://www.xs4all.nl/~peterned/csshover.html */


/* CSS Menus - Horizontal CSS Menu with Dropdown and Popout Menus - 20050131 */

/* {margin:0;padding:0;border:none;} */

/*body{margin:0.5em;font-family:verdana,tahoma,arial,sans-serif;}*/

/* Begin CSS Popout Menu */


#menu{
width:100%;
float:left;
padding-bottom:5px;
}

#menu a, #menu h2{
font:bold 11px/16px arial,helvetica,sans-serif;
display:block;
border-width:1px;
border-style:solid;
border-color:#ccc #888 #555 #bbb;
/*white-space: nowrap;*/
margin:0;
padding:1px 0px 1px 3px;
}


#menu h2{
color:#FFFFFF;
background-color:#000066;
text-transform:uppercase;
}

#menu a{
	text-decoration:none;
	background-color: #EEEEEE;
}

#menu a, #menu a:visited{
color:#000;
}

#menu a:hover{
color:#FFCC00;
background:#000066 url(images/water.jpg);
}

#menu a:active{
	color:#000066;
	background-color: #CCCCCC;
}

#menu ul{
list-style:none;
margin:0;
padding:0;
float:left;
width:150px;
}

#menu li{
position:relative;
}

#menu ul ul{
position: absolute;
z-index: 500;
top:auto;
display: none;
}

#menu ul ul ul{
top:0;
left:100%;
}

/* Begin non-anchor hover selectors */

/* Enter the more specific element (div) selector
on non-anchor hovers for IE5.x to comply with the
older version of csshover.htc - V1.21.041022. It
improves IE's performance speed to use the older
file and this method */

div#menu h2:hover{
cursor: pointer;
background:#000066 url(images/water.jpg) no-repeat -999px -9999px;
}

div#menu li:hover{
cursor:pointer;
z-index:100;
}

div#menu li:hover ul ul,
div#menu li li:hover ul ul,
div#menu li li li:hover ul ul,
div#menu li li li li:hover ul ul
{display:none;}

div#menu li:hover ul,
div#menu li li:hover ul,
div#menu li li li:hover ul,
div#menu li li li li:hover ul
{display:block;}

/* End of non-anchor hover selectors */

