
/*_____ Contact Layout ______*/

div.mainContent2 {
	clear:both; 
	padding: 20px 0 0 10px !important;
	padding: 10px 0 0 10px;
}

div.mainTopNav {
	
	width: 780px;
	background-color: #f7fbb9;
	border-color: #804113;
	border: thin;

}


div.mainTopNav  h2 {
	border-bottom: 1px solid #b06d1f;
	font-family: Trebuchet MS, 'Trebuchet';
	font-size: 13px;
	font-weight: bold;
	color: #000;
	padding: 1px 0 1px 5px;
}


div.colLeft{
	float: left;
	width: 300px;
	padding: 0 20px 20px 0;
}


div.colRight{
	float: left;
	width: 300px;
	padding: 0 0 0 40px;
	border-left:thin;
	border-left-color:#666666;
	border-left-width:thin;
}

div.colBottom2 {
	clear:both;
	width: 780px;
	padding: 10px 0 0 10px !important;
	padding: 5px 0 0 10px;
}

div.colBottom2 h2 {
	font-family: Trebuchet MS, 'Trebuchet';
	font-size: 12px;
	font-weight: bold;
	color: #000;
	padding: 10px 0 1px 5px;
}

div.colBottom2 ul {
	padding: 0 0 25px 5px;
}

div.colBottom2 li {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 17px;
	list-style: none;
	padding: 10px 0 0 0;
}


.accent {
	font-family: "Times New Roman", Times, serif;
	font-size: 2em;
	font-weight: bold;
	color: #000;
	padding: 0px 5px 0px 5px;
}


/*_____ Therapies Anchor nav ______*/

div.ancNav {
	background-color: #f7fbb9;
	border-color : #b06d1f;
	border : thin;
}

div.ancNav h2 {
	font-family: Trebuchet MS, 'Trebuchet';
	font-size: 12px;
	font-weight: bold;
	color: #000;
	padding: 1px 0 1px 5px;
}

div.ancNav ul {
	padding: 0 0 25px 25px;
}

div.ancNav li {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	list-style: square;
	font-weight: normal;
	padding: 15px 0 0 0;
}

div.ancNav p {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
}



div.-ancNav li a {
 	color: #b06d1f;
	font-weight: normal;
 	text-decoration: none;
}

div.ancNav li a:hover {
 	color: #003399;
	text-decoration: underline;
}

div.ancNav li a.selected {
 	color: #f2a64d;
}
div.ancNav li a:hover.selected {
 	color: #f2a64d;
	text-decoration: none;
}

