/* SPA MENU WRAPPER---------------------*/	
#spaMenuWrapper {
	margin:10px 0;
	padding: 0;
	position: relative;
	overflow:hidden;
	
}

#spaMenuWrapper h2 {
	margin: 0;
	padding:15px 0 0 39px;
	height:25px;
	font-weight:normal;
	letter-spacing:-0.5px;
	font-size:17px;
	line-height:17px;
	background:url(/images/hdr_bg.jpg) top left no-repeat;
	clear:both;
	position:relative;
	left:-3px;
}

#spaMenuWrapper .menu-l, #spaMenuWrapper .menu-r {
	padding: 0;
	position:relative;
	top:0;
	float:left;
}

#spaMenuWrapper .menu-l {
	margin:0 5px 0 0;
}

#spaMenuWrapper .menu-r {
	margin:0 0 0 5px;
}

#spaMenuWrapper h3 {
	margin:4px 0px 3px 8px;
	padding: 4px 7px;
	position:relative;
	top:0;
	color:#ffffff;
	background:#feb043;
	background:#feb043;
	font-size:1.15em;
	font-weight:normal;
	text-transform:capitalize;
	clear:both;
}
#spaMenuWrapper p {
	margin: 3px 20px 5px 15px;
	padding: 4px 5px 4px 0px;
	color:#777777;
	clear:both;
	font-size: 0.87em;
}
#spaMenuWrapper p.last {
	border-bottom:none;
}
	
#spaMenusWrapper #spaMenu.clear-p {
	clear:both;
	margin:0;
	padding:0;
	line-height:0;
	border:none;
}

#contentLeft dl {
		padding:2px 0 0 0;
		margin: 0 0 0 3px;
		clear:both;
		width:257px;
		overflow:hidden;
		font-size: 0.50em;
		line-height:13px;
}
	
*html #contentLeft dl {
		width:259px;
		font-size:0.85em;
}

#contentLeft dt {
		padding: 3px 0 1px 0;
		margin: 5px 0 0 7px;
		border-bottom: 1px dashed #999;
		float:left;
		width:145px;
}
	
*html #contentLeft dt {
		margin: 5px 0 0 2px;
		width:187px;
}
	
#contentLeft dd {
		padding: 3px 3px 1px 0px;
		margin: 5px 0 0 0;
		border-bottom: 1px dashed #999;
		float:left;
		width:75px;
		text-align:right;
}

*html #contentLeft dd {
		padding: 3px 3px 1px 22px;
		width:75px;
}

#contentLeft dt p, #contentLeft dd p {
		padding:5px 0 3px 0px;
		margin:0px;
		font-style:italic;
		font-size:85%;
		line-height:13px;
		width:100%;
		letter-spacing:normal;
}

*html #contentLeft dt p {
		font-size:82%;
}