/* BELOW styles for mobile */
@media screen and (max-width: 600px) {
  .class {
    background: #ccc;
  }
}

/* heading */
h1, h2, h3, h4, h5, h6 { line-height: 1.4; margin: 1em 0; 
	font-family: Verdana, Arial, Helvetica, sans-serif;

}
h1 { font-size: 2.2em; }
h2 { font-size: 2em; }
h3 { font-size: 1.1em; font-style: normal;}
h4 { font-size: 16px; color:black}
/* NEW AUG '15 */
h5 {font-size: 14px;font-weight: normal;color:black}

/* heading */
#wrapper {
    margin: 0 auto;
    width: 1000px;
margin-left: 10px; /* start of left menu */	
}
#contentHolder{
position:relative;
}
#header {
    background: none repeat scroll 0 0 #CCFFFF;
    color: #000000;
    height: 1px;
    width: 700px;
    clear:both;
    font-size:3em;
    text-align:center;
    padding-top:20px;
}
.leftsidebar {
     /* background: none repeat scroll 0 0 #FFFFFF;  */
	 background: none repeat scroll 0 0 #F0E8D0; 
	
    border-color: #CCCCCC #BBBBBB #888888;
    border-style: solid;
    border-width: 1px 2px 2px 1px;
    margin-bottom: 3px;
    position: absolute;
    top: 33px; /* was 30 */
    width: 185px; /* was: 175px; */
     color: navy; 
	height: 399px; /* height: 599 1499px 1169; 1189 1355 1479*/
	z-index: 2; /* was 3 */
}
.leftsidebar fixed {
    position: fixed;
    top: 0;
	
}


/* li { cursor: pointer; cursor: hand; } */
/* NEW! additions 2*/
.leftsidebar ul {
line-height: 1.4em;  /* was line-height: 2.0em;  */

	font-size:   16px;
	list-style-type: none;
	padding: 0px 0px 0px 0px;
	
	margin: 0px 0px 0px 0px;
	z-index: 3; /* was z-index: 4; */
	
}


.leftsidebar li {

	display: block;
	float: left;
	min-height: 9px; /* was min-height: 20px; */
	position: relative;
	text-align: left;
	padding: 3px 17px 3px 12px; /* was padding: 3px 17px 3px 12px; */
	margin: 0px 0px 1px 0px; /* spaces between menu items  was 12px*/
	  cursor: pointer; cursor: hand; /* NEW May */
}
/* main menu */
.leftsidebar h2 {
	  
	padding: 1;
	margin: 0;
}
/* submenu */
.leftsidebar li ul {
	width: 170px;
	height: auto;
	top: 100%;
	left: 0px;
/* 	font-family: Arial, Helvetica, sans-serif;*/
 font-family: Verdana, Arial, Helvetica, sans-serif; 
	  /* font-size: 11px; */
	  font-size: small; 
	/* color: black; */
	letter-spacing: 3px; /* was	letter-spacing: 3px; */
   line-height: 1.1em; 	 /* line-height: 1.5em; 	 */
	display: inline;
	
margin: 0px 0px 0px 0px;	
}


.leftsidebar li ul li {
	text-align: left;
	width: 118px;	
	height: auto;
	min-height: auto;
	display: block;

}

 /*No underlining for left menu*/
.leftsidebar a {
	text-decoration: none;
	letter-spacing: 2px;
	color: navy;
	}

.leftsidebar li li ul {
	top: 0;
	left: 0;
}




.leftsidebar 
{
/* position: relative; */
position: absolute;
 	  display: blocked; 
	/* display: none; */ /* NEW! SEP '15 */
	  font-size: small; 
/* font-size: 11px; */
/* NEW */ 	 
}




 /* .leftsidebar ul {	color: #FFFFFF; }  */

.leftsidebar ul{
	-moz-opacity: 1; /* for mozilla */
	opacity: 1; /* for safari */
	khtml-opacity: 1/* for konquerer and older safari */
}



.leftsidebar ul ul li:hover {
 background-color: #f90;
 left: -12px; 
  width: 119px; /* was 121px */
   z-index: 90;
   margin-left: 11px;
   
}


/* ul.leftsidebar  > li:hover { background-color: #363636; color: #ffffff; } */
	
/* .leftsidebar ul :hover > ul li { visibility: hidden; }. */

