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


/* [ Globals ] */

* {
	margin: 0;
	padding: 0;
	float: none;
}

body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	font-weight: normal;
	color: #666666;
}

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

/* [ Class Library ] */

.lastItem {
	border: none;
}

.backLink {
	display: none;
}


/* [ IE Class HACKS ] */

.ieCreap {
	display: none;
}

/* [ Site Container ] */

#siteContainer {
	position: relative;
	width: 600px;
	margin: 0 auto 0 auto;
}

/* [ Header ] */

#header {
	background: url(../images/printLogo.jpg) top left no-repeat;
	height: 80px;
	width: 600px;
}

#headerSub {
	background: url(../images/printLogo.jpg) top left no-repeat;
	height: 80px;
	width: 600px;
}

#navContainer {
	display: none;
}

#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;
	border-right: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	float: left;
	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;
	float: left;
	background: #FFFFFF;
	clear: both;
	width: 600px;
}

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

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


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

#leftColumn {
	display: none;
}

#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;
}

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

#contact .contactSubmitButton {
	margin: 8px 0px 0px 128px;
}

/* [ Practice Areas 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;
}

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

#rightColumn {
	text-align: left;
}

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

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

#masthead {
	display: none;
}

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

#footer {
	padding: 20px 0px 0px 0px;
}

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

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

#welcomeMessage {
	background: #FFFFFF;
	width: 600px;
}

#welcomeMessage h3 {
	color: #990000;
	font-size: 16px;
	margin: 10px 0px 10px 0px;
}

#welcomeMessage p {
	text-align: left;
}

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

#whyBobKatz {
	display: none;
}

#whyBobImages {
	display: none;
}

#whyBobImages img {
	margin: 0px 3px 0px 3px;
}

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

#subBodyRegion {
	position: relative;
}

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

#subBodyRegion span {
}

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

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

#subBodyRegion dl {
	padding: 10px;
}

#subBodyRegion dt {
	font-weight: bold;
}

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


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

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

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

#subColOne {
	float: left;
	width: 190px;
	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 {
	display: none;
}

/* [ Footer ] */

#bottomCap {
	width: 600px;
	clear: both;
	margin: 20px auto 0px auto;
	padding: 10px 0px 0px 0px;
	text-align: center;
	border-top: 4px solid #660000;
}

#bottomCap a {
	color: #666666;
}

#companyLogo {
	display: none;
}

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

#locationsColOne {
	float: left;
	padding: 0px 15px 15px 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: left;
	padding: 0px 15px 15px 15px;
}

#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 {
	font-size: 20px;
	border-bottom: none !important;
	margin: 0px 15px 0px 15px !important;
}


.lawyerPhoto {
	float: left;
	margin: 0px 10px 0px 15px;
	border: 1px solid #000000;
}

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

DIV.attorneyListing .fullBio {
	display: none;
}

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

#opt {
	display: none;
}
