/* @group Wrap */

html, body {
	background: #ede3b2 url('/media/images/back_fade.png') repeat-x 0 100px;
	margin: 0;
	font: 14px/normal "Myriad Pro", Tahoma, sans-serif;
	color: #174b2b;
}

/* @group Logo */

#logo {
	background: #174b2b;
	height: 100px;
}

#logo h1 {
	padding: 41px 0 18px 15px;
	margin: 0;
}

#logo h1 a {
	background: url('/media/images/layout/logo.png') no-repeat left top;
	text-indent: -99999px;
	display: block;
	color: #9da361;
	font-size: 1px;
	height: 43px;
	width: 800px;
	margin: 0 auto;
}

/* @end */

/* @group Navigation */

#menu {
	margin: 5px auto 0;
	left: 19px;
	list-style: none;
	height: 33px;
	width: 771px;
	position: relative;
}

#menu li {
	position: absolute;
	display: block;
	height: 33px;
	text-indent: -999em;
}

.nav_home a,
.nav_firmoverview a,
.nav_practiceareas a,
.nav_attorneys a,
.nav_clients a,
.nav_contactus a {
	display: block;
	height: 33px;
	background: url('/media/images/layout/navbar.gif') 0 0 no-repeat;
	outline: none;
}

.nav_home {
	left: 2px;
	width: 65px;
}

.nav_home a {
	background-position: -2px 0px;
}

.nav_home a:hover,.nav_home a.active {
	background-position: -2px -33px;
}

.nav_firmoverview {
	left: 68px;
	width: 114px;
}

.nav_firmoverview a {
	background-position: -68px 0px;
}

.nav_firmoverview a:hover,.nav_firmoverview a.active {
	background-position: -68px -33px;
}

.nav_practiceareas {
	left: 183px;
	width: 116px;
}

.nav_practiceareas a {
	background-position: -183px 0px;
}

.nav_practiceareas a:hover,.nav_practiceareas a.active {
	background-position: -183px -33px;
}

.nav_attorneys {
	left: 300px;
	width: 84px;
}

.nav_attorneys a {
	background-position: -300px 0px;
}

.nav_attorneys a:hover,.nav_attorneys a.active {
	background-position: -300px -33px;
}

.nav_clients {
	left: 385px;
	width: 72px;
}

.nav_clients a {
	background-position: -385px 0px;
}

.nav_clients a:hover,.nav_clients a.active {
	background-position: -385px -33px;
}

.nav_contactus {
	left: 458px;
	width: 93px;
}

.nav_contactus a {
	background-position: -458px 0px;
}

.nav_contactus a:hover,.nav_contactus a.active {
	background-position: -458px -33px;
}

/* @end */

/* @group Main Content */

#main {
	background: #fff url('/media/images/main_top.gif') no-repeat center top;
	width: 800px;
	margin: 0 auto;
	padding: 7px 0 0;
}

/* @group Content */

#content {
	margin: 0px 64px 30px 160px;
}

#content p {
	margin: 0 0 1em;
	line-height: 1.4em;
}

#content p.bio {
	margin-top: 1.7em;
}

#practice #content p {
	margin: 1em 0 0;
}

#content h2 {
	font-size: 18px;
	margin-top: 0;
	margin-bottom: 0;
}

#practice #content h2 {
	margin-bottom: .5em;
}

#content.alt h2 {
	color: #b48136;
}

#content h3, #content em {
	font-size: 14px;
	font-weight: normal;
	font-style: italic;
	color: #b48136;
}

#content h3.normal {
	color: #174b2b;
}

#attorneys #content em {
	font-size: 1em;
	color: #174b2b;
}

#content ul {
	list-style: none;
	margin: 0.5em 0 0.5em 10px;
	padding: 0;
}

#practice #content ul {
	margin-bottom: 1.5em;
}

#practice #content ul ul {
	margin-bottom: 0.5em;
}

#content ul.column {
	float: left;
	width: 260px;
	margin-left: 0;
	margin-bottom: 40px;
}

#content ul.column li {
	padding-left: 30px;
}

#content ul li {
	display: block;
	background: url('/media/images/bullet.gif') no-repeat left 3px;
	padding: 0 0 0 20px;
	margin-bottom: 2px;
}

#content ul.column li a {
	font-weight: bold;
	color: #90965b;
	text-decoration: none;
}

#content ul.column li a:hover {
	color: #cf862a;
}

#content .left_image {
	float: left;
	margin: 10px 10px 10px 0;
}

#content .right_image {
	float: right;
	margin: -5px -5px 10px 10px;
}

/* My Comment */

/* @group Home Page */
#tagline {
	position: absolute;
	top:  50%;
	text-indent: -999em;
	display: block;
	font-size: 10%;
	background: url('/media/images/layout/home_tagline.gif') center center no-repeat;
	width: 230px;
	height: 57px;
	margin: -28px auto 0;
	right:  56px;
	color: #9fa568;
	cursor: auto;
}
/* @end */

/* @group Fading Pages */

#content.fade {
	background: url('/media/images/fade_content_background.gif') repeat-x center top;
	width: 602px;
	padding: 15px;
	min-height: 601px;
}

* html #content.fade {
	float: left;
	margin: 0px -5px 300px -5px;
}

*:first-child+html #content.fade {
	float: left;
	margin: 0px -5px 30px -5px;
}

#content.fade h2.fade, 
#content.fade #attorney_profile h2,
#practice #content.fade h2 {
	background: url('/media/images/top_bar.gif') no-repeat right top;
	padding: 40px 15px 0;
	margin: -15px -15px 0;
}

#content.fade #attorney_profile {
	float: right;
}

#content.fade #attorney_profile img {
	float: left;
	margin: 0 15px 15px 0;
}

#content.fade #pusher {
	width: 602px;
	visibility: hidden;
	height: 0;
	font-size: 1%;
}

#attorney_profile h2 {
	color: #b48136;
}

#content.fade #attorney_profile h3 {
	color: #174b2b;
	font-style: normal;
	margin-top: 0;
}

#content.fade #attorney_profile p {
	color: #b48136;
	font-style: italic;
	font-size: 0.9em;
	font-weight: bold;
}

#content.fade #curriculum_vitae {
	clear: right;
}

#content.fade #curriculum_vitae h3 {
	font-weight: bold;
	font-style: normal;
	color: #174b2b;
	margin: 1.5em 0 0;
}

#content.fade ul li {
	background: url('/media/images/green_bull.gif') left 6px no-repeat;
	display: list-item;
	list-style: none;
	margin-left: 15px;
	padding-left: 15px;
}

#content ul ul {
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}

#content.fade ul li li {
	background-image: url('/media/images/brown_bull.gif');
}

#content .attorney_list {
	list-style: none;
	display: inline-block;
	margin: 2em 0 0;
	padding: 0;
}

#content .attorney_list:after {
	content: ".";
	visibility: hidden;
	height: 0;
	clear: both;
	display: block;
}

#content .attorney_list ul {
	width: 195px;
	float: left;
	padding: 0;
	margin: 0;
}

#main #content .attorney_list li {
	background: none;
	list-style: none;
	width: 190px;
	margin: 0;
	padding: 0 0 5px 5px;
	display: block;
}

#content a {
	color: #b48136;
}

#content.directions {
	margin-bottom: 0;
}

/* @end */

/* @group Practice Page */

#content.practice .left_image {
	margin-top: 0;
}

#content.practice p {
	margin-left: 223px;
}

#content.practice ul {
	clear: both;
	width: auto;
}

#practice #content ul.column {
	margin-bottom: 40px;
}

/* @end */

/* @group Clients Page */

#content.clients {
	margin: 0 64px 30px;
	margin-left: 64px;
}

* html #main .clients {
	margin-left: 64px
}

#content.clients ul li {
	background: none;
	color: #174b2b;
	font-weight: bold;
	margin-left: 40px;
}

#content.clients ul.column {
	width: 320px;
	background: none;
}

#content.clients .left_image {
	margin: 0 0 0 -97px;
}

/* @end */

/* @group Contact Page */

#content.contact {
	color: #90965b;
	font-weight: bold;
}

#content.contact a {
	color: #cf862a;
}

#content.contact img {
	float: left;
	margin: 0 15px 30px 0;
}

/* @end */

/* @end */

/* @group Sidebar */

#sidebar {
	display: inline;
	float: left;
	width: 142px;
	margin: 105px 25px 20px 8px;
}

* html #sidebar {
	margin-right: 15px;
}

*:first-child+html #sidebar {
	margin-right: 15px;
}

#sidebar h2 {
	margin-top: 0;
	text-align: right;
	padding-right: 3px;
}

#sidebar ul {
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 13px;
	width: 142px;
}

#sidebar li {
	display: block;
	text-align: right;
	background: url('/media/images/bullet_right.gif') no-repeat right center;
	padding-right: 13px;
	margin-bottom: 0.85em;
}

#sidebar li a {
	text-decoration: none;
	color: #174b2b;
}

#sidebar li a.active, #sidebar li a:hover {
	color: #c58d36;
}

/* @end */

/* @group Feature */

.feature {
	margin: -2px 6px 0;
	background: #9fa568 url('/media/images/feature_right.gif') no-repeat right top;
	height: 218px;
	position: relative;
	font-size: 0px;
}

/*.feature p {
	color: #fff;
	font: 16px/normal Georgia, sans-serif;
	text-transform: uppercase;
	position: absolute;
	top: 50%;
	left: 438px;
	margin: -24px 0 0;
	float: left;
	width: 238px;
	padding: 0 56px;
}*/

.feature img.large {
	float: left;
}

.feature_image {
	margin: -2px 5px 1em;
}

/* @end */

/* @group Newspod */

.newspod {
	background: url('/media/images/newspod_back.png') no-repeat center top;
	width: 226px;
	padding: 15px;
	margin: 11px 1px 11px 8px;
	float: left;
	font-size: 13px;
}

* html .newspod {
	margin: 11px 1px 11px 5px;
}

.newspod p {
	margin-top: 0;
}

.newspod h2 {
	font-size: 18px;
	margin: 0;
}

.newspod a {
	color: #c18529;
}

.newspod a.more {
	display: block;
}

/* @end */

/* @group Notice */

.notice {
	background: url('../images/tan_fade.png') repeat-x center top;
	padding: 0 22px 20px;
	width: 490px;
	margin: 40px 0 40px 169px;
}

.notice h2.first {
	margin: 0 -26px;
	padding: 18px 26px 0;
	font-size: 18px;
	line-height: 24px;
}

.notice p {
	font-size: 11px;
	margin-top: 0;
	line-height: 1.4em;
}

/* @end */

/* @end */

/* @group Footer */

#footer {
	background: #fff url('/media/images/main_bottom.gif') no-repeat center bottom;
	width: 800px;
	margin: 0 auto;
	clear: left;
	border-top: 1px solid #ede3b2;
	height: 33px;
}

#footer p {
	font-size: 11px;
	line-height: 33px;
	margin: 0;
	color: #a0a664;
}

#footer #footer_nav {
	float: left;
	padding-left: 10px;
}

#footer #footer_copyright {
	float: right;
	color: #c18529;
	text-align: right;
	padding-right: 15px;
}

#footer p a {
	color: #c18529;
	text-decoration: none;
	margin: 0 5px;
}

#footer p span {
	color: #a0a664;
	margin: 0 5px;
}

/* @end */

/* @group Footer Logo */

#logo_bottom {
	margin: 21px;
	text-align: center;
	clear: both;
}

#logo_bottom a img
{
	border: 0;
}
/* @end */
/* @end */