div#left {
	position: absolute;
	float: left;
	clear: none;
	width: 216px;
	padding-left: 1px;
}


/*For Equal-height columns*/

div#container {
	overflow: hidden;
}

/*\*/ html*#container {   
	overflow: visible;  /*seen only by netscape 6-7.1*/ 
	[overflow: hidden; overflow: hidden;/*these are seen by IE6 and Safari but hidden from Netscape 6-7*/ 
	]overflow: hidden; /*for IE 6*/ }/*end*/ 
	.dummy[id]{clear: both/*end hack using dummy attribute selector for IE5 mac*/} 	

#container .column {
  padding-bottom: 20010px;    
  margin-bottom: -20000px; 
}

/*\*/ html*#container .column {   
	padding-bottom: 30px;    
	margin-bottom: 0px; /*seen only by netscape*/ 
	[padding-bottom: 20010px;  /*required by Safari so that [] is correctly begun. associated with the property, yet hiding it. seen by IE6*/  
  	padding-bottom: 20010px; /*these are seen by IE6 and Safari but hidden from Netscape6-7*/
	margin-bottom: -20000px; /*these are seen by IE6 and Safari but hidden from Netscape6-7*/

  	]padding-bottom: 20010px; /*Reset IE6 properties and hide from Safari. required by Safari so that [] is correctly ended. associated with the property, yet hiding it. seen by IE6*/
	
	_margin-bottom: -20000px;/*all additional rules hidden from Safari and Netscape and reapplied to IE6*/	
} /*end*/ 
.dummy[id]{clear: both/*end hack using dummy attribute selector for IE5 mac*/} 		


/* end For Equal-height columns*/


/*Start Side Menu*/

div#sideMenu {
	padding: 0px;
	float:left;
	position: relative;
	top: 0px;
	left: 0px;
	width: 216px;
	margin-bottom: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	height: auto;

}

	  
div#sideMenu ul {
	width:216px;
	font-size: 12px;
	list-style: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
	margin: 0px;
	
}
div#sideMenu #extend {
	height: 150px;
}

div#sideMenu ul.extend {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 150px;
	margin-left: 0px;
}

div#sideMenu ul li {
	position: relative;
	list-style: none;
	margin-left: 7px;
	font-weight: normal;
	width: 177px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #993300;
	font-size: 135%;
	font-family: "DIN Engschrift Std";
}

div#sideMenu ul li.submenu {
	list-style: none;
	background-image: url(/bcp/edu/microsites/whocares/images/submenu.gif);
	background-repeat: no-repeat;
	background-position: 98% 50%;
}
div#sideMenu ul li.submenu:hover {
	list-style: none;
	background-color: #EFF0F2;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
}

div#sideMenu ul li:hover {
	list-style: none;
	background-color: #EFF0F2;
	width: 180px;
}

div#sideMenu ul li a {
	text-decoration: none;
	display: block;
	width: 180px;
	min-height: 16px;
	padding-left: 8px;
	color: #2274B0;
	font-size: 120%;
	font-family: "DIN Engschrift Std";
	font-weight: normal;
	line-height: 120%;
	padding-top: 3px;
	padding-bottom: 3px;
}

 div#sideMenu ul li a.green {

	color:#AEC07A;
}
div#sideMenu ul li a.blue {

	color:#88B2DF;
}
div#sideMenu ul li a.pink {

	color:#EF7B6F;
}
div#sideMenu ul li a.purple {

	color:#918FD8;
}

div#sideMenu ul li a.brown {
	color:#894B45;
}
div#sideMenu ul li a.orange {
	color:#FEC46F;
	width: 170px;
	padding-bottom: 2px;
}
div#sideMenu ul ul {
	position: absolute;
	top: -2px;
	left: -2000px; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	width: auto;
	list-style: none;
}


div#sideMenu ul ul li {
	border: 1px solid #CCD3DB;
	list-style: none;
	background-color: #FAFBFD;
	width: 170px;

}

div#sideMenu ul ul li a {
	color:#CC8253;
	text-decoration: none;
	display: block;
	list-style: none;
	font-size: 105%;
	width: 170px;
	letter-spacing: 0.027em;
	padding-left: 5px;
	height: auto;
}



div#sideMenu ul ul li:hover {
	border: 1px solid #CCD3DB;
	background-color: #EFF0F2;
	list-style: none;
	width: 170px;
}

div#sideMenu ul ul li a:hover {
	color:#cc6633;
	font-weight: normal;
	text-decoration: none;
	display: block;
	list-style: none;
	width: 170px;
}

div#sideMenu ul.level1 li.submenu:hover ul.level2 {
	left: 173px;
	list-style: none;
	top: -60px;
}


div#hotTopics {
	width:216px;
	float: left;
	z-index: auto;
}	
/*Begin Rounded Corner Side Menu styles*/

div.corner {
	width:100%;
	height: auto;
  }
div.corner h2 {
	background-image: url(/bcp/edu/microsites/whocares/images/nav-bg-top.jpg);
	background-repeat: no-repeat;
	height: 26px;
	width: 216px;
	padding-bottom: 8px;

  }

div.cornerBody {
	margin-top:-20pt;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	height: auto;
	padding-left: 15px;
	background-image: url(/bcp/edu/microsites/whocares/images/nav-bg.jpg);
	background-repeat: repeat-y;
	padding-bottom: 5px;
	padding-top: 15px;
  }
div.cornerFooter {
	background-image: url(/bcp/edu/microsites/whocares/images/nav-bg-bottom.jpg);
	background-repeat: no-repeat;
	width: 216px;
	height: 31px;
	padding-top: 8px;
	
  }
 
div.cornerBody h1 {
	color: #EF7B6F;
	font-size: 14px;
	font-weight: bold;
	margin-top: -5px;
	text-align: left;
	margin-left: 14px;
	margin-right: 15px;
}
div.cornerBody a {
	color: #EF7B6F;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
div.cornerBody p {
	color: #000000;
	font-size: 12px;
	font-weight: bold;
	margin-left: 15px;
	margin-right: 17px;
	margin-top: 12px;
	margin-bottom: 15px;
	line-height: 15px;
}

#sidebarpicIcon {
	float:left;
	background-color:#E8EFF9;
	margin-left: 20px;
	text-align: center;
	font-weight: bold;
}
div#sideMenu ul li a.darkblue {
	text-decoration: none;
	display: block;
	width: 180px;
	min-height: 16px;
	padding-left: 8px;
	color: #2274B0;
	font-size: 120%;
	font-family: "DIN Engschrift Std";
	font-weight: normal;
	line-height: 120%;
	padding-top: 3px;
	padding-bottom: 3px;
}

