body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,th,td,html,label,table,tr,td {margin:0;padding:0;}
/*table{border-collapse:collapse;border-spacing:0;}*/
fieldset,img,a img,:link img,:visited img {border:0;}
address,caption,cite,code,dfn,th,var {font-style:normal;font-weight:normal;}
ol,ul {list-style:none;}
caption,th {text-align:left;}
h1,h2,h3,h4,h5,h6 {font-size:100%;}
q:before,q:after {content:'';}


/* global elements
 * ------------------------------------------------------------------------- */


/* ----- type selectors ----- */ 
body { 
	background:#000 url("../images/bg-body.jpg") top repeat-x;
	text-align:center; 
	font:11px/14px Arial, Helvetica, sans-serif; 
	color:#000;
}

pre {
	font:11px/14px Arial, Helvetica, sans-serif; 
}

blockquote { 
	margin-left:25px; 
	margin-right:25px; 
}

h1	{ font-size:1.0em; color:#000; }
h2	{ font-size:1.0em; color:#000; }
h3	{ font-size:1.0em; color:#861E1E; }

h1 span,h2 span,h3 span	{ display:none; }

a:link,a:visited	{ color:#861E1E; text-decoration:underline; outline:none; }
a:hover,a:active	{ color:#861E1E; text-decoration:none; outline:none; }

/* ----- classes ----- */

.clear {
	clear:both;
}

div.clear	{ 
	clear:both;
	height:.01em; 
	overflow:hidden; 
}

p.back-to-top {
	text-align:right;
	display:block;
}
	
img.img-left { 
	float:left; 
	margin:0; 
}
	
img.img-right { 
	float:right; 
	margin:0; 
}

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
	
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */

/* Hides from IE-mac \*/
* html .floatholder {height: 1%;}
/* End hide from IE-mac */

<!--[if IE]>
 <style type="text/css">
  body {word-wrap: break-word;}
 </style>
<![endif]-->

	
/* ----- global form elements ----- */ 

form {
	width:158px;
	margin:0 0 15px 0;
}
	
form label	{ font-size:.95em; }

form br { line-height:0; height:0; } /* defaults vertical spacing between fields */

input, textarea, select { 
	background-color:#F0EAD5 !important; /* to prevent highlighting by Google Toolbar */
	border:1px solid #A28C63;
	color:#000;
	width:153px; /* 5 pixels smaller than form width !important */
	height:18px;
	line-height:18px;
	vertical-align: middle;
	margin-bottom:3px; /* sets vertical spacing between fields */
	padding-top:1px; /* vertically position text in input/textarea field */
	padding-left:4px; /* horizontally position text in input/textarea field */
	font-family:Arial, Helvetica, sans-serif; 
	font-size:11px;
}
	
select { width:158px; padding:0; } /* same width as form - !important */

textarea { height:90px; overflow:auto; }

#contact-business { display: none; } /* do not remove */ 

/* ----- submit button form elements ----- */ 

input.submit { 
	background:url("../images/btn-submit.jpg");
	width:64px;
	height:20px;
	border:none;
	cursor:pointer;
  margin-left:0; 
}

/* framework
 * ------------------------------------------------------------------------- */

#wrap {
	background:url("../images/bg-wrap-sub.jpg") repeat-y;
	width:900px;
	margin:0 auto;
	text-align:left;
}
	
#header-graphic {
	position:relative;
	background:url("../images/header-graphic.jpg");
	height:64px;
}
			
	#header-graphic .link-home {	
		position:absolute;
		left:32px;
		width:612px;
		top:32px;
		height:32px; 
	}

	#header-graphic span {
		display:none;
	}

	
	
/* ------------------------ header framework ------------------------ */
#slogan { height:231px; } /* sets height for all non-flash headers */

	#slogan span { display:none; }
		
/* ----- Column Background ----- */
#bg-wrap-bottom {
	background:url("../images/bg-bottom-cols.jpg") bottom no-repeat;
	width:900px;
	padding-bottom:38px;
}
	
/* ----- column-left ----- */

#column-left {
	width:649px;
	float:left;
	overflow: hidden;
}

	#column-left a {
		color:#861E1E;
	}
		
	#column-left a:link, #column-left a:visited { text-decoration:underline; } 
	#column-left a:hover, #column-left a:active { text-decoration:none; } 
		
	#column-left p, #column-left h1, #column-left h2, #column-left h3, #column-left ul, #column-left dl, #column-left ol, #column-left pre {
		margin:0 48px 18px 60px;
	}
	#column-left form { margin-left:0px; }
	
	/* single column list */
	#column-left ul { padding-left:0px; }
		#column-left ul li { 
			background:transparent url("../images/bullet.jpg") 0px 5px no-repeat;
			padding-left:11px; /* pushes text to the right to display bg img */
		}
			
	#column-left ul li ul { margin:0 0 0 5px; }
	
	
		/* multi column list */
	body#testimonials #column-left ul { padding-left:10px; } 
		body#testimonials #column-left ul li { 
			background:transparent url("../images/bullet.jpg") 0px 5px no-repeat; /* 0px = horizontal position for left, 6px = vertical position from top */
			padding-left:11px;  /* pushes text to the right to display bg img */
			float:left;
			width:200px; /* sets the width of each column */
			line-height:20px; 
		}
			
	/* definition list */
	#column-left dl { padding:0; margin:0 0 18px 0; float:left; width:250px; }
		#column-left dl dt {
			font-weight:bold;
			font-size:12px;
			color:#861E1E;
			border-bottom:1px solid #D9D9D9;
			margin-bottom:9px;
		}
			
		#column-left dl dd {
			background:transparent url("../images/bullet.jpg") 0px 5px no-repeat;
			padding-left:11px;  /* pushes text to the right to display bg img */
			margin-left:0;
			line-height:17px;
		}
					
		#column-left dl.first { margin:0 0 20px 0; padding:0 0 0 60px; }
		#column-left dl { margin:0 0 20px 20px; }
		#column-left dd { margin:0 10px 0 0; }

		#column-left dt, 
		#column-left dd { margin-bottom:4px; } 
		
		#column-left dt a:link,
		#column-left dt a:visited { text-decoration:none; }
		
		#column-left dt a:hover,
		#column-left dt a:active { text-decoration:underline; }
		
		#column-left dt a { color:#861E1E; }
		
		#column-left dd a { color:#000; }
		
		/**/
		#column-left dl a:link, #column-left dl a:visited { text-decoration: underline; }
		#column-left dl a:hover, #column-left dl a:active { color:#861E1E; text-decoration: underline; }
/*		#column-left dl a { color:#861E1E; }*/
		#column-left dl a { color:#000; }
		#column-left dt a { color:#861E1E; }
		#column-left dd a { color:#000; }

/* ----- column-right ----- */

#column-right {
	width:251px;
	float:left;
	overflow: hidden;
}

	#column-right p, #column-right h1, #column-right h2, #column-right h3, #column-right ul, #column-right dl {
		margin:0 42px 18px 30px;
	}		
	
	#column-right form { margin-left:30px; }
	
	#column-right input, textarea { }
	 
	/* single column list */
	#column-right ul { padding-left:0px; }
		#column-right ul li { 
			background:transparent url("../images/bullet.jpg") 0px 5px no-repeat;
			padding-left:11px;  /* pushes text to the right to display bg img */
		}

	#column-right ul li ul { margin:0 0 0 5px; }
	
	/* definition list */
	#column-right dl { padding-left:0; margin-bottom:18px; }

		#column-right dl dt {
			font-weight:bold;
			font-size:12px;
			color:#861E1E;
			border-bottom:1px solid #D9D9D9;
			margin-bottom:9px;
		}

		#column-right dl dd {
			background:transparent url("../images/bullet.jpg") 0px 5px no-repeat;
			padding-left:11px;  /* pushes text to the right to display bg img */
			margin-left:0;
		}

		#column-right dt, 
		#column-right dd { margin-bottom:4px; } 
		#column-right dt a:link,

		#column-right dt a:visited { text-decoration:none; }

		#column-right dt a:hover,
		#column-right dt a:active { text-decoration:underline; }

		#column-right dt a { color:#861E1E; }

		#column-right dd a { color:#000; }

/* ----- bottom-wrap ----- */
 
#bottom-wrap {
	background:url("../images/bottom-wrap-sub.jpg");
	height:56px;
	clear:both;
	width:100%; 
}

/* subhead framework
 * ------------------------------------------------------------------------- */
#top-endcap-long  { height: 16px; background:url("../images/top-endcap-long.jpg") no-repeat; }
#top-endcap-short { height: 16px; background:url("../images/top-endcap-short.jpg") no-repeat; }

h2.subhead { 
	color: #811b26; 
	font: 200% "Trajan Pro", "Times New Roman", serif; 
	background:url("../images/header-bg.jpg") repeat-x; 
	height: 40px;
	position: relative;
	padding-top: 10px;
	letter-spacing: 0.1em;
	font-variant: small-caps;
	font-weight: bold;
} 
h2.subhead       { width: 570px; left: -26px; padding-left: 27px; }
#column-right h2.subhead { width: 186px; left: -12px; padding-left: 13px; } 

/* footer
 * ------------------------------------------------------------------------- */
 
#footer {
	width:900px;
	margin:0 auto;
	text-align:left;
	color:#5B5B5B;
	}

#footer a { color:#5B5B5B; }	
#footer ul li a:link, #footer ul li a:visited { color:#fff; text-decoration:none; }
#footer ul li a:hover, #footer ul li a:active { color:#fff; text-decoration:underline; }

#footer p, #footer ul {
	margin:0 0 18px 0;
	}

#footer li { /* if your li's float, you can adjust border height w/ line-height */
	padding:0 5px 0 7px;
	display: inline;
	border-left: 1px solid #fff;
	}

	#footer li.first { border: none; padding-left:0; }

/* Practice Area Navigation */

#nav { 
	background:url("../images/nav.jpg") no-repeat; 
	width:900px; 
	height:46px; 
	margin:0;
	padding:0; 
	}

#nav span { display: none; }

#nav li, #nav a { height:46px; display:block; } /* change height here also */

#nav li { float:left; list-style:none; _display:inline; position:relative; }

#nav-01 { width: 207px;} /* Business Law */
#nav-02 { width: 275px;} /* IP */
#nav-03 { width: 183px;} /* Real Estate */
#nav-04 { width: 235px;} /* Criminal Defense */

/*-------------- (-79px) X position of button / (-46px) height of image from above ------------- */
#nav-01 a:hover { background:url("../images/nav.jpg") 0px -46px no-repeat; } 			/* Business Law */
#nav-02 a:hover { background:url("../images/nav.jpg") -207px -46px no-repeat; }   /* IP */
#nav-03 a:hover { background:url("../images/nav.jpg") -482px -46px no-repeat; }   /* Real Estate */
#nav-04 a:hover { background:url("../images/nav.jpg") -665px -46px no-repeat; }   /* Internet */

/*-------------- OPTIONAL - Keeps the hover state on each page based on body #id ------------- */
body#business-law #nav-01  { background:url("../images/nav.jpg") 0px -46px no-repeat; }							 /* Business Law */
body#intellectual-property #nav-02  { background:url("../images/nav.jpg") -207px -46px no-repeat; }  /* IP */
body#real-estate #nav-03  { background:url("../images/nav.jpg") -482px -46px no-repeat; }            /* Real Estate */
body#criminal-defense #nav-04  { background:url("../images/nav.jpg") -665px -46px no-repeat; }       /* Internet */

/* Horizontal Sprite Nav
 * ------------------------------------------------------------------------- */

#nav li ul {
	position:absolute;
	left:-9999px;
	padding-right:1px;			/* Fixes one px spacing for border-right in FF */
	background-color:#F0EAD5;	/* Background color of drop down nav - add more styles (i.e. background image) if you want */
	}

#nav li ul li { 
	height:22px; 				/* Height of each drop down nav item */
	border:1px solid #A28C63;
	border-top:none;
	}	

#nav li ul li a {
	width:100%;
	height:22px;				/* Height of each drop down nav item, should match above */
	line-height:20px;			/* Height of each drop down nav item again, should match above */
	}

#nav li ul li a span {
	display:block;
	padding-left:5px;
	}

/* Drop down link styles */
#nav a:link, #nav a:visited, #nav a:hover, #nav a:active {
	font-size:1.0em;
	color:#000;
	text-decoration:none;
	}

#nav li:hover ul, #nav li.sfHover ul	{ left: auto; }

/* Hover styles for drop down items */
#nav-01 ul a:hover, #nav-02 ul a:hover, #nav-03 ul a:hover, #nav-04 ul a:hover, #nav-05 ul a:hover { 
	background-image:none;
	background-color:#833535;
	color:#FFFFFF;
	text-decoration:none;
	}
	

/* width of drop down nav - choose width that allows items to display on one line */

#nav-01 ul, #nav-01 li { width:215px; }		
#nav-02 ul, #nav-02 li { width:215px; }
#nav-03 ul, #nav-03 li { width:225px; }		
#nav-04 ul, #nav-04 li { width:215px; }
#nav-05 ul, #nav-05 li { width:215px; }



/* Header Nav
 * ------------------------------------------------------------------------- */

#header-nav { 
	background:url("../images/header-nav.jpg") no-repeat; 
	height:67px; 
	margin:0;
	padding:0; 
	}

#header-nav span { display: none; }

#header-nav li, #header-nav a { height:67px; display:block; } /* change height here also */

#header-nav a { height:29px; }

#header-nav li { float:left; list-style:none; _display:inline; position:relative; }

#header-nav-01 { width: 54px; margin-left:95px;}
#header-nav-02 { width: 84px;}
#header-nav-03 { width: 100px;}

#header-nav-06 { width: 52px;}
#header-nav-07 { width: 101px;}


/*-------------- (-79px) X position of button / (-67px) height of image from above ------------- */
#header-nav-01 a:hover { background:url("../images/header-nav.jpg")  -95px -67px no-repeat; }
#header-nav-02 a:hover { background:url("../images/header-nav.jpg") -149px -67px no-repeat; }
#header-nav-03 a:hover { background:url("../images/header-nav.jpg") -233px -67px no-repeat; }
#header-nav-06 a:hover { background:url("../images/header-nav.jpg") -333px -67px no-repeat; }
#header-nav-07 a:hover { background:url("../images/header-nav.jpg") -385px -67px no-repeat; }

.headshot-left {
	float: left;
	padding-right: 20px;
	padding-left: 55px;
	height: 160px;
}

.headshot-right {
	float: right;
	padding-right: 60px;
	padding-left: 55px;
	height: 160px;
}

.breadcrumb {
	margin-left: 60px;
}


 /* ------------------------------ Styles for Wordpress -------------------------- */



.alt {
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	}

.meta, .feedback {
	margin:0 48px 18px 60px;
	}

#column-left ol#commentlist { padding:0; margin:0; }

#column-left ol#commentlist li { margin-left:20px; list-style:none; }

.postmetadata {
	margin: 30px 0;
	padding: 0 10px;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 0px;
	height: 30px;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}

/* Comment form 'commentform' css is with 'contact-main' 
/  form css. XHTML of the conmment form has been converted to 
/  the Einstein format in 'comments.php' to keep consistency 
/  throughout the site.
*/


#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 5px;
	}


ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}


#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0 0;
	padding: 0;
	}

#commentform { padding-left:30px; }

#column-left .storycontent ol li { margin: 0 48px 0 20px; }

#column-right #searchform { margin:0 0 18px 0; padding:0; }

#column-right #menu ul { 
		margin:0 42px 18px 20px;
		} 

#column-right #menu ul li { background:none; margin-left:0; }

	#column-right #menu ul li ul li { 
		background:transparent url("../images/bullet.jpg") 0px 6px no-repeat;
		padding-left:15px;  /* pushes text to the right to display bg img */
		}

/* ------------------------------ End Styles for Wordpress -------------------------- */