/* 
  -----------------------------------
  Accordion Panel Magic
  by Project Seven Development
  www.projectseven.com
  Style Theme: 01 - Basic
  -----------------------------------
*/.p7APM01 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 2px 4px;
	border: 0px solid #000;
	margin: 0 auto;
	width: auto;
}
.p7APM01 .p7APMtrig {
	margin: 0;
	padding: 2px 0;
}
.p7APM01 .p7APMtrig h3, .p7APM01 .p7APMtrig h4 {
	margin: 0 !important;
	padding: 0 !important;
	letter-spacing: normal !important;
	font-size: 15px;
}
.p7APM01 .p7APMtrig a {
	display: block;
	text-decoration: none;
	padding: 2px 8px 2px 25px;
	background-color: #FFF !important;
	color: #b39758!important;
	background-image: url(../_imgs/bullet_hampton.gif);
	background-repeat: no-repeat;
	background-position: left center;
	border: 0px solid #000;
	font-weight: bold;
	
}
.p7APM01 .p7APMtrig .p7APM_ext, .p7APM01 .p7APMtrig .p7APM_ext.p7APMtrig_down {
	background-image: url(../_imgs/bullet_hampton.gif); !important;
	background-color: #FFF !important;
	letter-spacing: normal !important;
	color: #a07f45 !important;
}
.p7APM01 .p7APMtrig a:hover {
	color: #a07f45!important;
	background-color: #FFFFFF!important;
	background-image: url(../_imgs/bullet_hampton.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
.p7APM01 .p7APMtrig a:active, .p7APM01 .p7APMtrig a:focus {
	outline: 1px dotted #ccc;
}
.p7APM01 .p7APMtrig .p7APMtrig_down, .p7APM01 .p7APMtrig .p7APMtrig_down:hover {
	background-image: url(../_imgs/bullet_hampton_bold.gif); !important;
	background-repeat: no-repeat;
	background-position: left center;
	background-color: #FFFFFF!important;
	color: #a07f45 !important;
}
.p7APM01 .p7APMtrig .p7APMtrig_down:hover {}
.p7APM01 .p7APMcwrapper {
	position: relative;
}
.p7APM01 .p7APMpanelcontent {
	line-height: 1.5em;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.p7APM01 .p7APMcontent h2, .p7APM01 .p7APMcontent h3, 
.p7APM01 .p7APMcontent h4 {
	font-size: 14px;
	margin: 0px;
	line-height: normal;
	letter-spacing: 0.1em;
}
.p7APM01 .p7APMcontent p {
	margin: 6px 0;
}
.p7APM01 .current_mark {
	font-weight: bold !important;
}/* ----------- Default Links - Applies to TOP Sub Menu ----------------- */
.sublatmenu ul li a:link{
	color: #725B32;
	font-weight: bold;
}
.sublatmenu ul li a:active{
	color: #725B32;
	font-weight: bold;
}
.sublatmenu ul li a:visited{
	color: #725B32;
	font-weight: bold;
}
.sublatmenu ul li a:hover{
	color: #5B4928;
	font-weight: bold;
	text-decoration: none;
}