#vertical_container {
	padding-top: 20px;
}
/* Vertical Accordions	*/
		
.accordion_toggle {
	font-family: "Trebuchet MS", Arial, Verdana, Helvetica;
	font-size: 14px;
	font-weight: bold;
	color: #78420C;
	text-transform: none;
	letter-spacing: 1px;
	background-image: url(/images/BG_toggle.gif);
	background-repeat: no-repeat;
	background-position: 0px 5px;
	padding-bottom: 3px;
	padding-left: 17px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #8F4506;
	padding-top: 3px;
	cursor: pointer;
}

.accordion_toggle:hover {
	font-family: "Trebuchet MS", Arial, Verdana, Helvetica;
	font-size: 14px;
	font-weight: bold;
	color: #1E3C7A;
	text-transform: none;
	letter-spacing: 1px;
	background-image: url(/images/BG_toggleHover.gif);
	background-repeat: no-repeat;
	background-position: 0px 5px;
	padding-bottom: 3px;
	padding-left: 17px;
	cursor: pointer;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #8F4506;
	padding-top: 3px;
}

		
.accordion_toggle_active {
	font-family: "Trebuchet MS", Arial, Verdana, Helvetica;
	font-size: 14px;
	font-weight: bold;
	color: #977F1F;
	text-transform: none;
	letter-spacing: 1px;
	background-image: url(/images/BG_toggleActive.gif);
	background-repeat: no-repeat;
	background-position: 0px 5px;
	padding-bottom: 3px;
	padding-left: 17px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #693A08;
	padding-top: 3px;
	cursor: pointer;
}
.accordion_toggle_active:hover {
	font-family: "Trebuchet MS", Arial, Verdana, Helvetica;
	font-size: 14px;
	font-weight: bold;
	color: #1E3C7A;
	text-transform: none;
	letter-spacing: 1px;
	background-image: url(/images/BG_toggleActiveHover.gif);
	background-repeat: no-repeat;
	background-position: 0px 5px;
	padding-bottom: 3px;
	padding-left: 17px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #693A08;
	padding-top: 3px;
	cursor: pointer;
}
		
.accordion_content {
	overflow: hidden;
	border-bottom-color: #693A08;
	padding-top: 5px;
	padding-bottom: 10px;
	padding-right: 10px;
	padding-left: 15px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #693A08;
	border-left-color: #693A08;
	margin-bottom: 10px;
	background-color: #F9F8F0;
		
}

.accordion_Title {
	font-family: "Trebuchet MS", Arial, Verdana, Helvetica;
	font-size: 16px;
	font-weight: bold;
	color: #2C4E4F;
	text-transform: none;
	letter-spacing: 1px;
	font-style: normal;
	padding-top: 5px;
	text-align: left;
	padding-bottom: 5px;
	background-image: url(/images/BG_gradientLine.gif);
	background-repeat: no-repeat;
	background-position: 0px 3px;
}
.accordion_Info {
	font-family: "Trebuchet MS", Arial, Verdana, Helvetica;
	font-size: 11px;
	font-weight: bold;
	color: #73571E;
	text-transform: uppercase;
	font-style: normal;
	margin-top: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D1C790;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #D1C790;
	padding: 0px;
	background-color: #EAE2B0;
	text-align: center;
}

.accordion_Info a:link, .accordion_Info a:visited {
	color: #73571E;
	text-transform: uppercase;
	text-decoration: none;
}
.accordion_Info a:hover, .accordion_Info a:active {
	color: #5A8E20;
	text-transform: uppercase;
	text-decoration: underline;
}
.accordion_Info  .bullet  {
	background-image: url(/images/BG_bullet.gif);
	background-repeat: no-repeat;
	background-position: 0px 5px;
	padding-left: 7px;
	margin-left: 2px;
}


.accordion_txt {
	margin-top: 0px;
	padding-bottom: 10px;

}
.accordion_note {
	font-weight: normal;
	color: #1D3573;
	font-size: 11px;
	text-transform: none;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
	padding-top: 10px;
}
.accordion_btmBrdr {
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #D2CEB9;
	margin-top: 10px;
	margin-bottom: 10px;
}
.accordion_PhotoBrdr {
	float: left;
	border: 1px solid #693A08;
	margin-right: 10px;
}
.ClearFloat {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

