@charset "utf-8";
/* CSS Document */


#LeftHandContent {
	float: left;
	width: 291px;
	height: auto;
	margin: 0px 0px 0px 0px;
	background-image: url(../images/post_it_note.jpg);
	background-repeat: no-repeat;
}

.LeftPanelHolder {
	width: 291px;
	height: auto;
	margin-top: 5px;
}

.LeftNavDivider {
	width: 188px;
	height: 8px;
	max-height: 8px;
	background-image: url(../images/left_nav_divider.gif);
	background-position: center;
	background-repeat: no-repeat;
}

.LeftNavHolder {
	width: 188px;
	height: 40px;
	padding-top: 10px;
	padding-bottom: 10px;
}

#LeftNavigation ul {
  padding: 0;
  margin: 13px 0px 13px 66px;
  height: 190px;
  width: 188px;
  list-style: none;
}

#LeftNavigation li {
  display: block;
  font-size: 0;
  line-height: 0;
}



#Educate {
  display: block;
  width: 178px;
  height: 39px;
  max-height: 39px;
  background: url(../images/left_nav_educate.gif) no-repeat 0 0;
}

#Educate:hover { 
  background-position: 0 -39px;
}

#Educate span {
  display: none;
}



#Video {
  display: block;
  width: 130px;
  height: 19px;
  max-height: 19px;
  background: url(../images/left_nav_video.gif) no-repeat 0 0;
}

#Video:hover { 
  background-position: 0 -19px;
}

#Video span {
  display: none;
}



#Picture {
  display: block;
  width: 130px;
  height: 19px;
  background: url(../images/left_nav_picture.gif) no-repeat 0 0;
}

#Picture:hover { 
  background-position: 0 -19px;
}

#Picture span {
  display: none;
}



#Downloads {
  display: block;
  width: 130px;
  height: 19px;
  background: url(../images/left_nav_downloads.gif) no-repeat 0 0;
}

#Downloads:hover { 
  background-position: 0 -19px;
}

#Downloads span {
  display: none;
}



#Kashmir {
  display: block;
  width: 178px;
  height: 39px;
  background: url(../images/left_nav_kashmir.gif) no-repeat 0 0;
}

#Kashmir:hover { 
  background-position: 0 -39px;
}

#Kashmir span {
  display: none;
}*/



/*////////////////////////*/
/*                        */
/*      LEFT PANELS       */
/*                        */  
/*////////////////////////*/

#LeftHandPanelOne {
	float: left;
	clear: both;
	width: 291px;
	height: 205px;
	margin-bottom: 5px;
	background-image: url(../images/left_hand_donate.jpg);
	background-repeat: no-repeat;
}

#LeftHandPanelTwo {
	width: 291px;
	height: 117px;
	background-image: url(../images/left_hand_paper.gif);
	background-repeat: no-repeat;
}