@charset "ISO-8859-1";
/* begin mainNav styles */
#mainNav {
	font-family: Trajan, "Times New Roman", Times, serif;
	text-transform: uppercase;
	list-style-type: none;
	top: 245px; /* positions nav directly below image area */
	position: absolute;
	width: 739px;
	border-bottom: 1px solid #7C6A55;
	font-size: 100%;
	padding-left: 1px; /* keeps 1st li item from overlaying left border of page bg image */
}
#mainNav li {
	float: left;
	display: inline; /* fixes float bug in IE */
	border-right: 1px solid #7C6A55;
	font-size: .85em;
	margin: 0px;
}
#mainNav li:hover {
	background: #d7d2cc;
}
#mainNav a {
	color: #7C6A55;
	text-decoration: none;
	display: block; 
	padding: .3em 1em; /* pads and centers links */
}
#mainNav a:hover {
	color: #4D3C2C;
}
/* mainNav current-page styles */
#home #mainNav .home, #about #mainNav .about, #services #mainNav .services, #faq #mainNav .faq, #contact #mainNav .contact { 
	background: #d7d2cc; /* changes link background color of current mainNav section */
}
#home #mainNav .home a, #about #mainNav .about a, #services #mainNav .services a, #faq #mainNav .faq a, #contact #mainNav .contact a { 
	color: #4F3E2D; /* changes link text color of current mainNav section */
}
/* end mainNav styles */
/* begin aboutNav styles */
#aboutNav {
	float: left;
	display: inline;
	width: 200px;
	background: #cbc3bb;
	color: #4F3E2D;
	list-style: none;
	padding-top: .5em;
	font: 100% Trajan, "Times New Roman", Times, serif;
}
#aboutNav li {
	border-bottom: 1px solid #FFFFFF;
	font-size: .9em;
	margin: 0px 1em;
}
#aboutNav li a {
	display: block;
	margin: .1em 0;
	padding: 0.5em 1em;
	color: #4F3E2D;
}
#aboutNav li a:hover {
	color: #fff;
	text-decoration: none;
}
#aboutNav li ul {
	list-style: none;
	padding-bottom: 0.5em;
	font-family: Arial, Helvetica, sans-serif;
}
#aboutNav li ul li {
	border-bottom-style: none;
	text-indent: 1.5em;
	font-size: .8em;
	margin-right: 0px;
	margin-left: 0px;
}
#aboutNav li ul li a {
	font-size: 1em;
	padding-top: 0.25em;
	padding-bottom: 0.25em;
}
/* about section current-page styles*/
#philosophy #aboutNav .philosophy a, #history #aboutNav .history a, #attorneys #aboutNav .attorneys a, #rodiOloane #aboutNav .attorneys a, #gailNunn #aboutNav .attorneys a, #cathyGuthrie #aboutNav .attorneys a, #jeanineVahn #aboutNav .attorneys a { 
	color: #fff; /* changes link text color of current aboutNav page */
}
#aboutNav .attorneys #attorneysNav li a { 
	color: #4F3E2D; /* restores default link color of aboutNav subNav links */
}
#aboutNav .attorneys #attorneysNav li a:hover { 
	color: #fff; /* restores hover color of aboutNav subNav links */
}
#rodiOloane #aboutNav #attorneysNav .rodiOloane a, #gailNunn #aboutNav #attorneysNav .gailNunn a, #jeanineVahn #aboutNav #attorneysNav .jeanineVahn a, #andreLang #aboutNav #attorneysNav .andreLang a {
	color: #fff; /* changes link text color of current aboutNav subNav page */
}
/* end aboutNav styles */
/* begin legalNav styles */
#legal #footerContainer .privacy #privacy, #legal #footerContainer .terms #terms {
	color: #fff;
}
/* end legalNav styles */
