#exploreTitle {
	color: #293c51;
	font-size: 22px;
}

div#exploreAccordion {
  /*height: 303px;*/
  background: url(/_images/interface/backgrounds/tourAccordion.png) no-repeat left top;
  margin: 0 auto;
  padding: 1px 0 0;
  width: 209px;
}

div#exploreAccordion h2 {
  background: url(/_images/interface/backgrounds/programsAccordion-trigger.png) no-repeat left top;
  color: #000;
  cursor: pointer;
  font-size: 17px;
  font-weight: normal;
  height: 27px;
  padding: 10px 0 0 0;
  width: 209px;
  margin-bottom: 0px;
}

div#exploreAccordion h2 img {
  padding: 0 8px;
  vertical-align: -2%;
}

div#exploreAccordion div.accordion_content {
	background: url(images/content_bak.png) repeat-y left top;
	border-bottom: 1px solid #A7A7A7;
	overflow: visible;
	position: relative;
}

div#exploreAccordion p {
	font-size: 12px;
	margin: 0 8px;
	line-height: 1.4;
	margin-bottom: 0px;
	width: 193px;
}


.bord3 {
	border-bottom: 1px solid #dfdfdf;
	border-top: 1px solid #eeeeee;
	border-left: 1px solid #eeeeee;
	border-right: 1px solid #eeeeee;
	width: auto;
	height: auto;
}
.bord2 {
	border-bottom: 1px solid #bebebe;
	border-top: 1px solid #e1e1e1;
	border-left: 1px solid #e1e1e1;
	border-right: 1px solid #e1e1e1;
	width: auto;
	height: auto;
}
.bord1 {
	border-left: 1px solid #bfbfbf;
	border-right: 1px solid #bfbfbf;
	border-bottom: 1px solid #8b8b8b;
	width: auto;
	height: auto;
}


/*
	Vertical Accordions
*/

/*
.accordion_toggle {
	display: block;
	height: 35px;
	background-color: #efefef;
	padding: 0 10px 0 30px;
	line-height: 35px;
	color: #565656;
	font-weight: normal;
	text-decoration: none;
	outline: none;
	font-size: 18px;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #dcdcdc;
	border-left: 1px solid #e2e2e2;
	border-right: 1px solid #e2e2e2;
	cursor: pointer;
	margin: 0px;
	background-image: url(images/triangle_closed.png);
	background-position:  10px 50%;
	background-repeat: no-repeat;
	font-family: 'Times New Roman', Times, serif;
}

.accordion_toggle_active {
	background-color: #e0e0e0;
	border-top: 1px solid #bbbbbb;
	border-bottom: 1px solid #e0e0e0;
	border-left: 1px solid #d2d2d2;
	border-right: 1px solid #d2d2d2;
	background-image: url(images/triangle_open.png);
	background-position:  8px 50%;
}

.accordion_content {
	background-color: #e0e0e0;
	border-bottom: 1px solid #d2d2d2;
	border-left: 1px solid #d2d2d2;
	border-right: 1px solid #d2d2d2;
	color: #565656;
	overflow: hidden;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
}

.accordion_content p {
	padding: 0px 7px 7px 7px;
	margin: 0px;
}

#exploreTitle {
	color:#424F5F;
	font-size: 22px;
	line-height: 26px;
	font-weight: bold; 
	margin-bottom: 2px;
	font-family: 'Times New Roman', Times, serif;
}*/

.map_info_title {
	color:#424F5F;
	font-family: 'Times New Roman', Times, serif;
	font-size: 18px;
	font-weight: bold;
	line-height: 22px;
}

.map_info_desc {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	max-height: 150px;
	overflow: auto;
}

