/*
// ---------------------------------------------------------------------
// Title: Attorney Bob Katz - Cascading Style Sheet Document for Screen.
// Author: Michael A. Karr | mike@advp.com
// File Name: screen.css
// Date: 04/20/2006
// Last Modified: 04/20/2006 | Michael A. Karr
//----------------------------------------------------------------------
*/


/* [ Globals ] */

* {
	margin: 0;
	padding: 0;
}

body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	text-align: center; /* Centers Site Container in IE */
	background: #CCCCCC;
}

h1 {
	color: #990000;
	font-size: 18px;
}

h4 {
	margin: 10px 0px 0px 0px;
	font-size: 12px;
}

h5 {
	margin: 0px 0px 10px 0px;
	font-size: 12px;
}

/* [ Class Library ] */

.lastItem {
	border: none;
}

.backLink {
	clear: both;
	margin: 15px;
}


/* [ IE Class HACKS ] */

.ieCreap {
	display: none;
}

/* [ Wrapper DIV - Wraps the floating "siteContainer" div which has site background image and allows centering of site. ] */

#wrapper {
	margin: 0 auto 0 auto; /* Centers Site Container The Proper Way */
	position: relative;
	width: 762px; /* VERY IMPORTANT for centering. */
}

/* [ Site Container ] */

#siteContainer {
	float: left;
	width: 762px;
	position: relative;
	background: url(../images/stretcherBG.jpg) center repeat-y;
}

/* [ Header ] */

#headerContainer {
	width: 760px;
	margin: 0px 0px 0px 1px;
}

#header {
	background: url(../images/homeHeader.jpg) top center no-repeat;
	position: relative;
	height: 124px;
	text-align: right;
}

#headerSub {
	background: url(../images/subPageHeader.jpg) top center no-repeat;
	position: relative;
	height: 124px;
	text-align: right;
}


#header p {
	color: #FFFFFF;
	font-weight: bold;
	padding: 8px 6px 0px 0px;
}

#header em {
	font-style: normal;
	color: #666666;
}

#header strong {
	font-weight: bold;
	padding: 0px 0px 0px 10px;
}

#header a {
	color: #FFFFFF;
}

#header a:hover {
	color: #CC9900;
}

#navContainer {
	width: 731px;
	border: 1px solid #FFFFFF;
	margin: 0px 12px 0px 13px;
	clear: both;
	background: url(../images/navRightBG.jpg) right no-repeat;
	position:relative;
}

#navContainerSub {position:relative;}

a.trans {
	background:url(/kr/images/blank.gif) repeat scroll 0 0 transparent;
	display:block;
	height:24px;
	position:absolute;
	right:70px;
	top:-40px;
	width:110px;
}

#nav li {
	list-style-type: none;
	display: inline;
	margin: 0px 20px 0px 0px;
}

#nav {
	text-align: left;
	padding: 5px 0px 5px 15px;
}

#nav a {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}

#nav a:hover {
	color: #CC9900;
}

/* [ Body ] */

#bodyContainer {
	position: relative;
	width: 731px;
	border-right: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	float: left;
	left: 14px;
	background: #FFFFFF;
	clear: both;
	border-bottom: 1px solid #FFFFFF;
}

#bodyContainer a {
	color: #990000;
	text-decoration: none;
}

#bodyContainer a:hover {
	color: #000000;
}

/* [ Body ] */

#bodyContainerSub {
	position: relative;
	width: 731px;
	border-right: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	float: left;
	left: 14px;
	background: #FFFFFF;
	clear: both;
	border-bottom: 1px solid #FFFFFF;
}

#bodyContainerSub a {
	color: #990000;
	text-decoration: none;
}

#bodyContainerSub a:hover {
	color: #000000;
	font-weight: bold;
}


/********** [ Left Column ] **********/

#leftColumn {
	float: left;
	width: 201px;
	border-right: 1px solid #FFFFFF;
	text-align: left;
}

#leftColumn h2 {
	background: #333333;
	color: #CCCCCC;
	font-size: 16px;
	text-transform: capitalize;
	padding: 4px 15px 4px 15px;
	font-weight: bold;
}

/* [ Contact Us Box ] */

#contactBox {
	background: #CCCCCC;
}

#contactBox h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #000000;
	margin: 10px 0px 5px 10px;
}

#contactBox p {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000000;
	margin: 10px 0px 0px 10px;
}

#contactForm {
	padding: 10px;
	color: #000000;
}

.contactSubmitButton {
	margin: 8px 0px 0px 121px;
}

/* [ Practice Areas Side Box ] */

#practiceAreasMenu {
	background: #CCCCCC;
	padding: 10px 0px 10px 0px;
}

#practiceAreasMenu ul {
	list-style: outside;
}

#practiceAreasMenu li {
	list-style-type: none;
	padding: 3px 10px 3px 15px;
}

#practiceAreasMenu li a {
	color: #990000;
	text-decoration: none;
	font-weight: bold;
	border-left: 4px solid #666666;
	padding: 0px 0px 0px 8px;
}

#practiceAreasMenu li a:hover {
	color: #000000;
	border-left: 4px solid #990000;
}

#practiceAreasMenu p {
	margin: 8px 15px 8px 15px;
	;
	font-weight: bold;
}

/* [ Side Box for Floating Practice Area Menu ] */

#floatMenu {
	position: relative;
}

/********** [ Right Column ] **********/

#rightColumn {
	float: right;
	width: 529px;
	text-align: left;
}

#rightColumn h2 {
	font-size: 20px;
	border-bottom: 1px dashed #CCCCCC;
	margin: 10px 15px 0px 15px;
}

/********** [ Masthead Graphic ] **********/

#masthead {
	border-bottom: 1px solid #FFFFFF;
}

/********** [ Footer ] **********/

#footer {
	clear: both;
	padding: 10px;
}

#footer p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

#footerNav li {
	display: inline;
	list-style-type: none;
}

#footerNav li a {
	color: #666666;
	text-decoration: underline;
}

#footerNav li a:hover {
	color: #333333;
}

/********** [ Welcome Message Area ] **********/

#welcomeMessage {
	/* [ adjust with content ] 
	padding: 0px 0px 60px 0px; */
	padding: 0px 0px 10px 0px;
	background: #FFFFFF;
}

#welcomeMessage h3 {
	padding: 4px 15px 4px 15px;
	background: #333333;
	color: #CCCCCC;
	font-size: 16px;
}

#welcomeMessage p {
	margin: 10px 15px 10px 15px;
	text-align: justify;
}

/********** [ Why Bob Katz? ] **********/

#whyBobImages {
	background: #DFC286;
	padding: 10px 10px 8px 10px;
	text-align: center;
}

.whyBobImage {
	margin: 0px 3px 0px 3px;
}

.whyBobImageLarge {
	margin: 6px 0px 0px 0px;
}

/********** [ Welcome Message Area ] **********/

#subBodyRegion {
	position: relative;
	padding: 0px 0px 15px 0px;
}

#subBodyRegion p {
	margin: 10px 15px 20px 15px;
	text-align: justify;
}

#subBodyRegion span {
	display: none;
}

/********** [ Sub Page Globals ] **********/

#subBodyRegion h2 {
	font-size: 20px;
	border-bottom: 1px dashed #CCCCCC;
	margin: 10px 15px 0px 15px;
}

#subBodyRegion dl {
	padding: 15px;
	text-align: justify;
}

#subBodyRegion dt {
	font-weight: bold;
}

#subBodyRegion dd {
	margin: 5px 10px 5px 10px;
}

/********* [ We will change the subheader image based on the page's body ID ] **********/

#whatWeDo #subBodyRegion h1 {
	height: 44px;
	background: #336699;
	background: url(../images/whatWeDo.jpg) top left no-repeat;
}

#attorneys #subBodyRegion h1 {
	height: 44px;
	background: #336699;
	background: url(../images/attorneys.jpg) top left no-repeat;
}

#verdictsSettlements #subBodyRegion h1 {
	height: 44px;
	background: #336699;
	background: url(../images/verdictsSettlements.jpg) top left no-repeat;
}

#aboutTheFirm #subBodyRegion h1 {
	height: 44px;
	background: #336699;
	background: url(../images/aboutTheFirm.jpg) top left no-repeat;
}

#officeLocations #subBodyRegion h1 {
	height: 44px;
	background: #336699;
	background: url(../images/officeLocations.jpg) top left no-repeat;
}

#practiceAreas #subBodyRegion h1 {
	height: 44px;
	background: #336699;
	background: url(../images/practiceAreas.jpg) top left no-repeat;
}

#industryLinks #subBodyRegion h1 {
	height: 44px;
	background: #336699;
	background: url(../images/industryLinks.jpg) top left no-repeat;
}

/********** [ Practice Areas List ] **********/

#practiceAreaList {
	margin: 15px 0px 0px 0px;
}

#practiceAreaList li {
	margin: 0px 0px 0px 40px;
}

#subColOne {
	float: left;
	width: 180px;
	padding: 0px 0px 15px 70px;
	margin: 15px 0px 0px 0px;
}

#subColTwo {
	float: right;
	width: 230px;
	padding: 0px 15px 15px 15px;
	margin: 15px 0px 0px 0px;
}


/********** [ Sub Page Navigation Menu ] **********/

#navContainerSub {
	width: 731px;
	border: 1px solid #FFFFFF;
	margin: 0px 12px 0px 13px;
	clear: both;
	background: #000000;
}

/* [ Footer ] */

#bottomCap {
	background: url(../images/bottomCap.jpg) top center no-repeat #CCCCCC;
	padding: 15px 0px 0px 0px;
	margin: 0 auto 0 auto;
	text-align: center;
	clear: both;
	width: 762px;
}

#bottomCap p {
	padding: 20px 0px 20px 0px;
}

#bottomCap a {
	color: #666666;
}

#bottomCap a:hover {
	color: #000000;
}

#companyLogo {
	background: #FFFFFF;
	padding: 30px 0px 0px 0px;
	text-align: center;
}

/********** [ Sub Page Two Column Layout - COLUMN ONE ] **********/

#locationsColOne {
	float: left;
	width: 200px;
	text-align: center;
	padding: 0px 0px 30px 50px;
}

#locationsColOne p {
	margin: 0px;
	padding: 0px;
}

#locationsColOne li {
	margin: 0px 0px 0px 10px;
	list-style-type: none;
}

#locationsColOne h3 {
	font-size: 16px;
}

/********** [ Sub Page Two Column Layout - COLUMN TWO ] **********/

#locationsColTwo {
	float: right;
	width: 200px;
	text-align: center;
	padding: 0px 50px 30px 0px;
}

#locationsColTwo p {
	margin: 0px;
	padding: 0px;
}

#locationsColTwo li {
	margin: 0px 0px 0px 10px;
	list-style-type: none;
}

#locationsColTwo h3 {
	font-size: 16px;
}

/********** [ Attorneys Page ] **********/

.attorneyListing {
	margin: 0px 15px 0px 15px;
	position: relative;
	border-top: 1px dashed #CCCCCC;
	padding: 15px 0px 15px 0px;
}

.attorneyListing p {
	margin: 6px 15px 0px 15px!important;
}

.attorneyListing h2 {
	border-bottom: none !important;
}

.lawyerPhoto {
	border: 1px solid #000000;
}

.internalLawyerPhoto {
	float: left;
	margin: 12px 15px 5px 15px;
	border: 1px solid #000000;
	padding: 2px;
}

.imgHover {
	width: 75px;
	margin: 0px 10px 5px 15px;
	float: left;
}

.imgHover a {
	display: block;
	width: 77px;
	background-color: #FFFFFF;
}

.imgHover a:hover {
	background-color: #FFFF99;
}

DIV.attorneyListing .fullBio {
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	width: 130px;
	text-align: right;
	float: right;
	margin: 4px 15px 0px 0px;
}

.attorneyListing h2 {
	font-size: 20px;
	border-bottom: 1px dashed #CCCCCC;
	margin: 0px 15px 0px 15px !important;
}

.readIcon {
	margin: 0px 5px 0px 0px;
	vertical-align: top;
}

/* [ Verdict & Settlements Disclaimer ] */

#verdictDisclaimer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	margin: 15px;
	border: 1px solid #000000;
}

#verdictDisclaimer p {
	margin: 10px !important;
}

/********** [ Hide Optimization Code ] **********/

#opt, .opt {
	display: none;
}

#linksList {
	margin: 20px 0px 4px 30px;
}