@charset "UTF-8";
/* CSS Document */

/*-------------------------------------------
================================= Accordian Styling
-------------------------------------------*/

#basic-accordian{
	padding:0px;
	width:800px;	/*position:absolute;
	left:50%;
	top:50%;
	margin-left:-175px;
	z-index:2;
	margin-top:-100px;*/
}

.accordion_headings{
	color:#594632;
	cursor:pointer;
	font-weight:normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #E5E4CF;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 10px;
	text-align: left;
}

.accordion_headings:hover{
	color: #550605;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CC9933;
}

.accordion_child{
	padding-top: 15px;
	padding-bottom: 10px;
}
.accordion_child h2{}
.header_highlight{
	color: #594632;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #A0AC41;
}

.portrait {
	float: left;
	background-color: #EBE5DF;
	margin-right: 10px;
	margin-bottom: 0px;
}
.portrait:hover {
	background-color: #E3DAD1;
}
.portrait img {
	border: 5px solid #FFFFFF;
}
.portrait p {
	margin: 0px;
	text-align: center;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	font-size: 10px;
	color: #594632;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}


/*-------------------------------------------
================================= Left Nav Accordian Styling
-------------------------------------------*/
#address-accordian{
	border:5px none #EEE;
	width:330px;
	float: left;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	text-shadow: 0 0 0 #000;
	margin: 0px;
}

.top_accordion_headings{
	text-shadow: 0 0 0 #000;
	color:#FFFFFF;
	cursor:pointer;
	font-weight:bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: dashed;
	border-bottom-style: dashed;
	border-left-style: none;
	border-top-color: #FFF;
	border-right-color: #7E5F40;
	border-bottom-color: #7E5F40;
	border-left-color: #FFF;
	margin-bottom: 2px;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
}

.top_accordion_headings:hover{
	text-shadow: 0 0 0 #000;
	background-color: #664F38;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #FFFFFF;
}

.top_accordion_child{
	text-shadow: 0 0 0 #000;
	padding-top: 4px;
	padding-right: 10px;
	padding-bottom: 4px;
	padding-left: 10px;
	background-color: #5F4831;
	margin-left: 5px;
	border: 1px solid #624E3E;
}
.accordionNav {
	margin-right: 50px;
}

.top_accordion_child p {
	text-shadow: 0 0 0 #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	margin: 0px;
	padding: 0px;
	color: #CDAA89;
}
.top_header_highlight{
}
.horiRule {
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #564430;
	padding-top: 20px;
}
.map {
	padding-right: 15px;
}
ul {
	margin: 0px;
	padding: 0px;
}
ul.services li {
	text-shadow: 0 0 0 #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	color: #428597;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #FFFFFF;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 15px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
	/*background-image: url(../images/bullet.jpg);*/
	background-repeat: no-repeat;
	background-position: left 2px;
}

ul.services li:hover {
	border-bottom-color: #AA8B6E;
}
