/* --------side navigation styles --------------------------------------------------------*/
	
#sideContentNavigation {
	float: left;
	width: 233px;
	background : url(../images/side_text_panel_middle.jpg);
	background-repeat:repeat-y;
	overflow:hidden;

}
#sideContentNavigation h2 {
	width : 233px;
	margin : 0;
	padding : 20px 25px 12px 15px;
	color:#B69A58;
	font:bold 16px Tahoma, Arial, Helvetica, sans-serif;
	background : url(../images/side_text_panel_top.jpg) no-repeat;/*text-indent : -9999px; }*/

}
#sideContentNavigation h3 {
	width : 233px;
	padding : 100px 0 0 25px;
	color:#000033;
	background : url(../images/side_text_panel_top.jpg) no-repeat;
/*text-indent : -9999px; }*/
}
#sideContentNavigation h4 {
	width : 233px;
	margin : 0;
	padding : 8px 25px 10px 15px;
	color:#CC6600;
	font:bold 18px Tahoma, Arial, Helvetica, sans-serif;
	background : url(../images/side_text_sub_head.jpg) no-repeat;/*text-indent : -9999px; }*/

/*text-indent : -9999px; }*/
}
#sideContentNavigation ul {
	width : 205px;
	margin : 0;
	padding : 0px 25px 0px 0px;
}
#sideContentNavigation ul.last {
	width : 205px;
	margin : 0;
	padding : 0px 25px 30px 0px;
	background : url(../images/side_text_panel_bottom.jpg) no-repeat 0 100%;
}
#sideContentNavigation li {
	list-style-type:none;
	margin : 0 5px;
	padding : 4px 0 3px 10px;
	/*background : url(images/side_marker_001.gif) no-repeat 5px 50%;*/
	border-bottom : 1px solid #B69A58;
	line-height: 13px;
	font-size: 11px;
}

#sideContentNavigation li a {
	display : block;
	text-decoration:none;
	color: #B69A58;
}
.phone  {
	font-weight:bolder;
	font-size:15px;
	color:#B69A58;
	line-height: 22px;
	margin: 0 0 0 115px;
}


#sideContentNavigation a:hover {
	text-decoration:none;
	color:#7F5139;
}
#sideContentNavigation li:hover {
	background:#F5e2a8 url(../images/list_nav_backdrop.jpg) bottom repeat-x;
	text-decoration:none;

}

