
img {
  border: 0px;
}


#headerDiv {
	position: relative;   
	background-image: url(../images/Header/Background.png); 
	background-repeat: repeat-x;
	height: 120px;
	padding-top: 0px;
}

.outerDiv{
	width: 800px;
	padding-top: 10px;
	text-align: center;
	text-align: left;
}

body { 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 10.5px/1.5; 
	background-image: url(http://www.siahdesign.com/test13/www/images/Header/Background.png); 
	background-repeat: repeat-x; 
	background-position: 0 top; 
	text-align:center;
}
#headerDiv {
  margin-left: auto;
  margin-right: auto;
  width: 50em;
}

.outerDiv{
	margin:0 auto;
}

body { 
	margin:0 auto;
}
     
table.center {margin-left:auto; margin-right:auto;}
     


.label {
	font-weight: bold;
	font-size: 120%;
}
.eventListing {
	border: 1px solid black;
	width: 80%;
	position: relative;
	left: 10%;
	padding: 10px;
}


 a {
	cursor: pointer;
  color: #00B7C7;
	}
	
	ul {
	  z-index: 20;
	}
	
	li, .hoverInfo li {
	  list-style-type: disc;
    list-style-image:  none; 
	}
	
	.hoverInfo, .showInfo, .hideInfo {
  position: relative;
  list-style-type: none;
  /*  list-style-image:  url(../images/PartnershipsLogoSmall.png); */
  margin-bottom: 4px;
}
/*
	.showInfo {
  position: relative;
  list-style-image:  url(../images/PartnershipsLogoSmall.png); 
  margin-bottom: 4px;
}
	.hideInfo {
  position: relative;
  list-style-image:  url(../images/PartnershipsLogoSmall.png); 
  margin-bottom: 4px;
}
*/

.infoButton  {
	position: absolute;
	left: -40px;
}
.infoButton + a {
	  position: relative;
	  left: 60px;
	}

	a.menuLink {
	  color: black;
    text-decoration: none;
  font-weight: bold;
	}
  a.menuLink:active, a.menuLink:hover {
    color: black;
    font-style: normal;
  }
	
	a:active, a:hover {
 /* font-style: italic; 
  font-weight: bold;
  color: #00B7C7; */
	}
	
a.linkButton {
	  text-decoration: none; 
	  font-weight: bold;
	  padding: 4px;
	  border: 2px outset #eeeeee;
	  background-color: #dddddd;
	}
	
	a.linkButton:active, a.linkButton:hover {
	  background-color: #00B7C7;
	  color: black;
	}
	
li.hoverInfo  a {
	display: block;
	margin-right: 20px;
}



.answer {
  z-index: 1020;
  position: absolute;
	left: -1000em;
	width: 700px;
	background-color: white;
}


li.hoverInfo a:active + div.answer, li.hoverInfo a:hover + div.answer {
  display: block;
  font-weight: normal;
  font-size: 90%;
  cursor: default;
	left: 10px;
	top: 20px;
  padding: 20px;
  border: 2px solid black;
}
.toggleButton {
  font-weight: bold;
  font-size: 75%;
  display: block;
  margin-top: 6px;
  margin-bottom: 12px;
}

li.showInfo .toggleButton {
	display: none;
}


		
li.showInfo a + div.answer {
	position: relative;
	width: 100%;
	left: auto;
	display: block;
	font-size: 90%;
	cursor: default;
	padding: 5px;
	border: 1px solid black;
}
	
