@import url("reset.css");
@import url("text.css");
@import url("960.css");
@import url("forms.css");

html {
	background: #6a1b06;
}

body {
	position: relative;
	background: #fff url(../images/bg.jpg) repeat-x left top;
	
}

#header {
	height: 176px;	
	
}

body.index #header h1 {
	display: block;
	position: absolute;
	top: 25px;
	left: -25px;
	width: 372px;
	height: 124px;
	margin: 0;
}

body.interior #header h1 {
	display: block;
	position: absolute;
	top: 25px;
	left: -23px;
	width: 372px;
	height: 124px;
	margin: 0;
}

body.gavel #header {
	background: url(../images/backgrounds/gavel.jpg) no-repeat left top;
}

body.justice-building #header {
	background: url(../images/backgrounds/justice-building.jpg) no-repeat left top;
}

body.scales #header {
	background: url(../images/backgrounds/scales.jpg) no-repeat left top;
}

body.courtroom #header {
	background: url(../images/backgrounds/courtroom.jpg) no-repeat left top;
}

body.lawbooks #header {
	background: url(../images/backgrounds/lawbooks.jpg) no-repeat left top;
}


body.index #header h2 {
	display: block;
	position: absolute;
	top: 1px;
	left: 425px;
	width: 525px;
	height: 175px;
	margin: 0;
}


#nav-container {
	display: inline;
	z-index: 9999;
	height: 54px;
	line-height: 54px;
	margin: 0;
}

#nav-container h3 {
	display: inline;
	font-size: 11px;
	color: #bca89e;
	font-weight: normal;
	text-align: center;
	margin: 0;
	width: 300px;
	float: left;
}

#nav-container ul#nav-main {
	float: right;
	list-style: none;
	margin: 0;
}

#nav-container ul#nav-main li {
	display: inline;
	float: left;
	margin: 0 0 0 0;
}

#nav-container ul#nav-main li#ofcounsel {
	display: block;
	color: #cdc6b8 !important;
	width: 174px;
	font-size: 12px;
	font-weight: normal;
	text-transform: capitalize;
	text-decoration: none;
	height: 24px;
	line-height: 24px;
	padding: 0 0 0 12px;
	text-shadow: 0px 0px 0px #008a8a !important;
	border-bottom: 1px dotted #361c0d;
}

#nav-container ul#nav-main li a {
	display: block;
	color: #cdc6b8;
	height: 53px;
	line-height: 53px;
	font-size: 14px;
	font-weight: normal;
	text-decoration: none;
	padding: 0 25px;
}

#nav-container ul#nav-main li a.pointer {
	cursor: pointer;
	cursor: default;
}

#nav-container ul#nav-main li a:hover,  #nav-container ul#nav-main li.sfHover a  {
	color: #e6decf;
	background-color: #150801;
}


#nav-container ul#nav-main ul {
	display: none;
	position: absolute; 
	top: 0;
	left: 0;
	width: 200px;
	background: #361c0d url(../images/nav-hover-bg.jpg) repeat-x;
	/*padding-bottom: 8px !important;*/
}

#nav-container ul#nav-main ul li a {
	display: block;
	color: #cdc6b8 !important;
	width: 174px;
	font-size: 12px;
	font-weight: normal;
	text-transform: capitalize;
	text-decoration: none;
	height: 24px;
	line-height: 24px;
	padding: 0 0 0 26px;
	text-shadow: 0px 0px 0px #008a8a !important;
	background: url(../images/arrow-trans.png) no-repeat 4px top;
	border-bottom: 1px dotted #361c0d;
}


#nav-container ul#nav-main ul li:last-child a {
	border: none;
}

#nav-container ul#nav-main ul li a:hover {
	color: #fff4c2 !important;
	color: #ffffff !important;
	background: url(../images/arrow-trans.png) no-repeat 4px top;
	background-color: #6a1b06;
	/*padding: 0 0 0 15px !important;*/
}

#nav-container ul#nav-main li > ul {
	top: auto;
	left: auto;
}

#nav-container ul#nav-main li:hover ul {
	display: block;
	clear: both;
}

#nav-container ul#nav-main li ul li a {
	height: 24px;
	line-height: 24px;
}

/* ########## practice areas subnav specific ##########*/

#nav-container ul#nav-main ul li.sfHover a  {
	color: #e6decf;
	background-color: #6a1b06;
}

#nav-container ul#nav-main ul ul#pa-subnav {
	display: none;
	position: absolute; 
	margin-left: 200px;
	top: 0;
	left: 0;
	width: 200px;
	background: #361c0d url(../images/nav-hover-bg.jpg) repeat-x;
	/*padding-bottom: 8px !important;*/
}

#nav-container ul#nav-main ul ul#pa-subnav li a {
	width: 230px !important;
}

#nav-container ul#nav-main ul ul#pa-subnav li a:hover {
	background-color: #150801;
}



#home-content {
	background: url(../images/home-content-bg.gif) no-repeat left top;
}

/*#home-content h1 {
	display: block;
	position: relative;
	margin: 0 auto;
	height: 100px;
	text-align: center;
	font-size: 22px;
	font-weight: normal;
	color: #fff;
	line-height: 100px;
	text-shadow: 0px 1px 0px #4e1000;
}*/

#home-content h1 img {
	display: block;
	position: relative;
	margin: 0 auto;
	margin-top: 40px;
	padding-bottom: 30px;
}

#home-content h2 {
	display: block;
	position: relative;
	margin: 0 auto;
	margin-top: 20px;
	margin-bottom: 10px;
	padding: 0 20px;
	font-size: 16px;
	font-weight: normal;
	font-style: italic;
	color: #6a1b06;
}

#home-content p {
	padding: 0 20px;
}

#home-content p.intro {
	font-size: 14px;
	line-height: 22px;
	color: #322017;
}

#home-content .stamp {
	display: block;
	position: absolute;
	top: 270px;
	left: 540px;
	z-index: 1;
}

#home-content ul.news-list {
	display: block;
	list-style-type: none;
	padding: 0 20px;
	margin: 0 0 10px 0;
}

#home-content ul.news-list li {
	padding: 0;
	margin: 0;
}

p.star, p.end {
	text-align: center;
}

#detail, #section {
	height: 120px;
}

#detail {
	background: url(../images/detail-bg.jpg) no-repeat left top;
}

#detail img.gavel {
	display: block;
	position: absolute;
	top: 5px;
	left: -20px;
	width: 297px;
	height: 148px;
}

#section h3 {
	margin: 0;
	padding: 20px 0 0 0;
	font-size: 13px;
	color: #bfa387;
	text-transform: uppercase;
	font-weight: normal;
	letter-spacing: 2px;
}

#section p {
	margin: 0;
	color: #fff;
	font-size: 16px;
	line-height: 23px;
}

#content-container {
	min-height: 600px;
	height: auto !important;
	height: 600px;
	background: url(../images/content-container-bg.gif) no-repeat left top;
}

#content-main h2 {
	display: block;
	font-size: 24px;
	line-height: 28px;
	font-weight: normal;
	color: #663515;
	margin-bottom: 15px;
	margin-top: 0;
}

#content-main h3 {
	display: block;
	font-size: 18px;
	line-height: 24px;
	font-weight: normal;
	color: #663515;
}

#content-main h4 {
	display: block;
	font-size: 12px;
	font-weight: normal;
	text-transform: uppercase;
	color: #442404;
	margin-bottom: 10px;
}

#content-main h5 {
	display: block;
	padding: 0 10px;
	width: 360px;
	height: 30px;
	overflow: hidden;
	position: relative;
	margin: 1px 0 0 0;
	font-size: 11px;
	line-height: 30px;
	font-weight: bold;
	text-transform: uppercase;
	color: #960;
	background: #ebe7d6 url(../images/h5-resources-bg.gif) no-repeat left top;
}

#content-main h5:hover {
	/*color: #fff;*/
	background: #d5d1c0 url(../images/h5-resources-bg.gif) no-repeat left top;
	cursor: pointer;
}

#content-main h5.on {
	color: #630;
	background: #d5d1c0 url(../images/h5-resources-bg.gif) no-repeat left -30px;
}

#content-main h5:focus {
	outline: none;
}

#content-main ul {
	list-style: none;
}

#content-main ul ul {
	list-style: none;
	margin-left: 20px;
}


body.articles #content-main ul {
	list-style-type: circle !important;
}

body.articles #content-main ul li {
	display: inline-block;
	padding-left: 15px;
	line-height: 15px;
	padding-bottom: 3px;
	background: url(../images/li-bullet.gif) no-repeat left top;
}


#content-main img.photo {
	padding: 3px;
	background: #fff;
	border: 1px solid #925b4b;
	margin: 0 20px 8px 0;
	float: left;
}

#content-main p.intro {
	font-size: 14px;
	line-height: 20px;
}

#content-main p.note {
	font-size: 11px;
	line-height: 14px;
	margin-bottom: 10px;
}

#content-main blockquote {
	font-size: 16px;
	line-height: 24px;
	font-style: italic;
	color:#433527;
	border-bottom: 1px solid #bbaca3;
	padding: 0 0 10px 0;
	margin-bottom: 10px;
}

#content-main cite {
	display: block;
	font-size: 10px;
	line-height: 13px;
	font-style: normal;
	color:#2e2e2e;
	text-transform: uppercase;
	margin-bottom: 20px;
}

#sidebar-lft, #sidebar-rht, #content-main {
	padding: 20px 0 0 0;
}

#sidebar-lft p {
	margin-bottom: 10px;
}

#sidebar-lft hr {
	border: 0 #ccc solid;
	border-top-width: 1px;
	width: 280px;
	clear: both;
	height: 0;
	margin: 5px 0;
}

#sidebar-lft h2 {
	font-size: 18px;
	font-weight: normal;
	color: #493729;
}

#sidebar-lft h2 em {
	font-style: normal;
	color: #301f17;
	text-transform: uppercase;
}

#sidebar-lft h3 {
	font-size: 14px;
	font-weight: normal;
	color: #332219;
	padding-top: 10px;
}

#sidebar-lft h4 {
	font-size: 10px;
	font-weight: bold;
	color: #332219;
	text-transform: uppercase;
	border-bottom: 1px solid #cbc5b4;
	width: 280px;
	margin-bottom: 10px;
}

#sidebar-lft ul {
	list-style: none;
	width: 280px;
}

#sidebar-lft ul#email-listing a {
	font-size: 10px;
	text-transform: uppercase;
}

#sidebar-lft ul.practice-areas {
	float: left;
	/*width: 100%;*/
	width: 140px;
	margin: 0 10px 20px 0;
}


#sidebar-lft ul.quicklinks {
	float: left;
	/*width: 100%;*/
	width: 140px;
	margin: 0 10px 0 0;
}

#sidebar-lft ul.quicklinks li {
	padding: 0;
	width: 130px;
	border-bottom: 1px dotted #c8bfb8;
}

/*#sidebar-lft ul.quicklinks li a {
	display: block;
	padding: 2px 0;
}*/

#sidebar-lft ul.news li {
	line-height: 15px;
	margin: 0 0 7px 0;
}

#sidebar-lft ul.profile li {
	line-height: 15px;
	margin: 0 0 7px 0;
}

#sidebar-rht #sidebar-general {
	padding: 0 0 0 30px;
}

#sidebar-rht #sidebar-general p {
	font-size: 11px;
	line-height: 17px;
}

#sidebar-rht blockquote {
	font-size: 16px;
	line-height: 24px;
	font-style: italic;
	color:#433527;
	border-bottom: 1px solid #bbaca3;
	padding: 0 0 10px 0;
	margin-bottom: 10px;
}

#sidebar-rht cite {
	display: block;
	font-size: 10px;
	line-height: 13px;
	font-style: normal;
	color:#2e2e2e;
	text-transform: uppercase;
	margin-bottom: 20px;
}

#sidebar-rht h3 {
	font-size: 14px;
	font-weight: normal;
	color: #332219;
	padding: 0 0 0 30px;
}

#sidebar-rht #sidebar-general h3 {
	font-size: 14px;
	font-weight: normal;
	color: #332219;
	padding: 0 0 0 0;
}

#sidebar-rht ul#attorney-list {
	display: block;
	/*height: 420px;*/
	width: 220px;
}

#sidebar-rht ul#attorney-list li {
	display: block;
	position: relative;
	height: 27px;
	float: left;
	line-height: 27px;
	margin: 0;
	padding: 0;
	width: 210px;
}


#sidebar-rht ul#attorney-list li a {
	display: block;
	position: relative;
	width: 190px;
	padding: 0 0 0 30px;
	height: 27px;
	line-height: 27px;
	color: #994203;
	font-weight: bold;
	font-size: 10px;
	text-decoration: none;
}

#sidebar-rht ul#attorney-list li a:hover {
	color: #994203;
	color: #fff;
	text-decoration: none;
	background: url(../images/tab-hover-trans.png) no-repeat left top;
	background: url(../images/tab-active-trans.png) no-repeat left top;
}

/*#sidebar-rht ul#attorney-list li.ui-tabs-selected a {
	color: #fff;
	text-decoration: none;
	background: url(../images/tab-active-trans.png) no-repeat left top;
}*/

#sidebar-rht ul#attorney-list li.selected a {
	color: #fff;
	text-decoration: none;
	background: url(../images/tab-active-trans.png) no-repeat left top;
}

#sidebar-rht ul {
	list-style: none;
}

#attorneys h3, #quicklinks h3 {
	font-size: 14px;
	font-weight: normal;
	color: #332119;
	margin-bottom: 10px;
	padding: 5px 20px;
	border-bottom: 1px solid #d8d3c6;
	background: url(../images/h3-bg-trans.png) no-repeat left bottom;
}

#attorneys dl, #quicklinks ul, #sidebar-lft ul.practice-areas, #sidebar-lft ul.quicklinks, #sidebar-lft ul.employment, #sidebar-lft ul.news, #sidebar-lft ul.profile, #sidebar-rht ul {
	font-size: 11px;
}

a.ofcounsel {
	padding-left: 20px !important;
}

#sidebar-rht ul#attorney-list li a.ofcounsel {
	padding-left: 50px !important;
}

#sidebar-rht ul#attorney-list li#ofcounsel {
	font-weight: bold;
	padding-left: 30px;
}

#quicklinks {
	display: block;
	height: 200px;
	background: url(../images/home-gradient-bg.gif) no-repeat left bottom;
}


#quicklinks ul {
	list-style: none;
	margin: 0;
	padding: 0;
	margin-left: 20px;
	width: 120px;
	padding-bottom: 10px;
}

#quicklinks ul li {
	margin: 0;
	padding: 0;
	width: 100px;
	border-bottom: 1px dotted #e0d8ce;
}

#quicklinks ul li a {
	display: block;
	padding: 3px 0;
}

#lists {
	margin-left: 20px;
	background: url(../images/v-lines.gif) no-repeat left top;
}

#lists dl dd {
	line-height: 16px;
}

#attorneys {
	display: block;
	height: 200px;
	background: url(../images/home-gradient-bg.gif) no-repeat left bottom;
}

#attorneys ul {
	list-style: none;
	margin: 0;
}

#attorneys dl {
	list-style: none;
	display: inline;
	position: relative;
	margin: 0;
	margin-right: 5px;
	padding: 0;
	float: left;
}


#attorneys dl dd {
	display: block;
	position: relative;
	text-align: left;
	width: 135px;
	margin: 0;
	padding: 0 5px 0 0;
}

#attorneys dl dd a {
	display: block;
	margin: 0;
	padding: 2px 0;
}


/* @group Footer */

#footer-container {
	background: url(../images/footer-bg.jpg) repeat-x;
	padding-bottom: 80px;
}
#footer {
	font-size: 10px;
	color: #fff;
	padding: 60px 0 0 0;
}

#footer ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#footer ul li {
	display: inline;
	float: left;
	margin: 0;
	padding: 0;
}

#footer ul li a {
	text-decoration: none;
	padding: 0 15px 0 0;
	color: #eeede2;
}

#footer ul li a:hover {
	text-decoration: underline;
	color: #fff;
}

#footer p {
	padding: 0;
	margin: 0;
}

#footer .grid_3 {
	text-align: right;
}

body.index #footer .grid_4 img {
	display: block;
	position: absolute;
	top: -130px;
	left: -40px;
	width: 271px;
	height: 135px;
}

body.interior #footer .grid_4 img {
	display: none;
}

/* @end */