/* ------------------------------------------------------------------------------------- */
/* Copyright Einstein Industries 2004. Used with Permission.                             */
/* May not be duplicated or reproduced.                                                  */
/*                                                                                       */
/* Please check for cross-browser compatibility prior to making changes                  */
/* MINIMUM BROWSER CHECK :: IE5.x/IE6/Op7/NS7/Safari/FireFox                             */
/*                                                                                       */
/* CSS Document                                                                          */
/* ------------------------------------------------------------------------------------- */

/* undohtml.css
 * (CC) 2004 Tantek Celik. Some Rights Reserved.
 * http://creativecommons.org/licenses/by/2.0
 * This style sheet is licensed under a Creative Commons License.
 **********************************************************************/

/* Purpose: undo some default styling of common (X)HTML browsers      */

/* link underlines tend to make hypertext less readable, 
 * because underlines obscure the shapes of the lower halves of words
  *********************************************************************/
:link,:visited { text-decoration:none }

ul,ol { list-style:none }

h1,h2,h3,h4,h5,h6,pre,code { font-size:1em; }

ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p, blockquote, fieldset, input
{ margin:0; padding:0 }

a img,:link img,:visited img { border:none }

/* more varnish stripping as necessary...                             */


/* basic elements
 * ------------------------------------------------------------------------------------- */
body {
	background: #F1F4F6 url(../images/bg.jpg) top left repeat-x;
	text-align: center;
}

p, div, li, div, h1, h2, h3, h4, td, input, select, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	line-height: 16px;
}

a:link, a:visited {
	color: #979BB8;
	text-decoration: underline;
}
a:hover, a:active {
	color: #DDDBE6;
	text-decoration: underline;
}

span {
	display: none;
}

/* main structural elements
 * ------------------------------------------------------------------------------------- */
#wrapper {
	width: 782px;
	margin: 0 auto;
	background: url(../images/index/bg_wrapper_index.jpg) left top repeat-y;
	text-align: left;
}

#wrapper-sub {
	width: 782px;
	margin: 0 auto;
	background: url(../images/sub/bg_wrapper_sub.jpg) left top repeat-y;
	text-align: left;
}

/* Horizontal sprite nav
 * ------------------------------------------------------------------------------------- */
#menu {
	background: url(../images/index/menu.jpg) left top no-repeat;					
	width: 782px;		/* Width of buttons, not entite image (or half of entire image) */
	height: 38px;		/* Height of entire image */
	}

#menu span { display: none; }

#menu li, #menu a { 
	height: 38px;			/* Each button must have the same height, define it here */
	display: block;
	}

#menu li {
	float: left;
	list-style: none;
	display: inline;	/* fixes IE/Win double margin float bug (safe) */
	}

/* margin-left - you will need to adjust this value to "center" your nav, if needed */
/* width - width of each button, they will each most likely be unique */
#menu-01 { width: 104px; margin-left: 118px; }
#menu-02 { width: 111px; }
#menu-03 { width: 115px; }
#menu-04 { width: 45px; }
#menu-05 { width: 93px; }
#menu-06 { width: 75px; }

/* Changed values should match "width" numbers specified above */
#menu-01 a:hover {background: transparent url(../images/index/menu.jpg) -118px -38px no-repeat;}
#menu-02 a:hover {background: transparent url(../images/index/menu.jpg) -222px -38px no-repeat;}
#menu-03 a:hover {background: transparent url(../images/index/menu.jpg) -333px -38px no-repeat;}
#menu-04 a:hover {background: transparent url(../images/index/menu.jpg) -448px -38px no-repeat;}
#menu-05 a:hover {background: transparent url(../images/index/menu.jpg) -493px -38px no-repeat;}
#menu-06 a:hover {background: transparent url(../images/index/menu.jpg) -586px -38px no-repeat;}

/* SON OF SUCKERFISH */

#menu li ul {
	position: absolute;
	left: -9999px;
	background-color: #627998;	/* Background color of drop down menu - add more styles (i.e. background image) if you want */
	}

#menu li ul li { height: 20px; }	/* Height of each drop down menu item */

#menu li ul li a {
	width: 100%;
	border: 1px solid #C4C4C4;
	height: 20px;				/* Height of each drop down menu item, should match above */
	line-height: 20px;			/* Height of each drop down menu item again, should match above */
	}

#menu li ul li a span {
	display: block;
	padding-left: 5px;
	}

/* Drop down link styles */
#menu a:link, #menu a:visited {
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
	}

#menu a:hover, #menu a:active {
	font-size: 11px;
	color: #DDDBE6;
	text-decoration: underline;
	}
	
#menu li:hover ul, #menu li.sfhover ul	{ left: auto; }

/* Hover styles for drop down items */
#menu-03 ul a:hover { 
	background-image: none;
	background-color: #183D6B; 
	}

/* width of drop down menu - choose width that allows items to display on one line */
#menu-03 ul, #menu-03 li { width: 170px; }

/* Horizontal sprite nav
 * ------------------------------------------------------------------------------------- */
#menu-sub {
	background: url(../images/sub/menu.jpg) left top no-repeat;					
	width: 782px;		/* Width of buttons, not entite image (or half of entire image) */
	height: 38px;		/* Height of entire image */
	}

#menu-sub span { display: none; }

#menu-sub li, #menu-sub a { 
	height: 38px;			/* Each button must have the same height, define it here */
	display: block;
	}

#menu-sub li {
	float: left;
	list-style: none;
	display: inline;	/* fixes IE/Win double margin float bug (safe) */
	}

/* margin-left - you will need to adjust this value to "center" your nav, if needed */
/* width - width of each button, they will each most likely be unique */
#menu-sub-01 { width: 104px; margin-left: 91px; }
#menu-sub-02 { width: 111px; }
#menu-sub-03 { width: 115px; }
#menu-sub-04 { width: 45px; }
#menu-sub-05 { width: 93px; }
#menu-sub-06 { width: 75px; }
#menu-sub-07 { width: 52px; }

/* Changed values should match "width" numbers specified above */
#menu-sub-01 a:hover {background: transparent url(../images/sub/menu.jpg) -91px -38px no-repeat;}
#menu-sub-02 a:hover {background: transparent url(../images/sub/menu.jpg) -195px -38px no-repeat;}
#menu-sub-03 a:hover {background: transparent url(../images/sub/menu.jpg) -306px -38px no-repeat;}
#menu-sub-04 a:hover {background: transparent url(../images/sub/menu.jpg) -421px -38px no-repeat;}
#menu-sub-05 a:hover {background: transparent url(../images/sub/menu.jpg) -466px -38px no-repeat;}
#menu-sub-06 a:hover {background: transparent url(../images/sub/menu.jpg) -559px -38px no-repeat;}
#menu-sub-07 a:hover {background: transparent url(../images/sub/menu.jpg) -634px -38px no-repeat;}

/* SON OF SUCKERFISH */

#menu-sub li ul {
	position: absolute;
	left: -9999px;
	background-color: #627998;	/* Background color of drop down menu - add more styles (i.e. background image) if you want */
	}

#menu-sub li ul li { height: 20px; }	/* Height of each drop down menu item */

#menu-sub li ul li a {
	width: 100%;
	border: 1px solid #C4C4C4;
	height: 20px;				/* Height of each drop down menu item, should match above */
	line-height: 20px;			/* Height of each drop down menu item again, should match above */
	}

#menu-sub li ul li a span {
	display: block;
	padding-left: 5px;
	}

/* Drop down link styles */
#menu-sub a:link, #menu-sub a:visited {
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
	}

#menu-sub a:hover, #menu-sub a:active {
	font-size: 11px;
	color: #DDDBE6;
	text-decoration: underline;
	}
	
#menu-sub li:hover ul, #menu-sub li.sfhover ul	{ left: auto; }

/* Hover styles for drop down items */
#menu-sub-03 ul a:hover { 
	background-image: none;
	background-color: #183D6B; 
	}

/* width of drop down menu - choose width that allows items to display on one line */
#menu-sub-03 ul, #menu-sub-03 li { width: 170px; }

/* VERTICAL sprite nav
 * ------------------------------------------------------------------------------------- */
#button {
	background: url(../images/index/buttons.jpg) left top no-repeat;					
	width: 196px;
	height: 585px;
	padding: 0px;
	margin: 0px;
	position: relative;
}
#button li span {display: none;}
#button li {margin: 0; padding: 0; list-style: none; position: absolute;}

#button li, #button a {height: 63px; display: block;}
#button-01 {top: 15px;}
#button-02 {top: 78px;}
#button-03 {top: 141px;}
#button-04 {top: 204px;}
#button-05 {top: 267px;}
#button-06 {top: 330px;}
#button-07 {top: 387px;}
#button-08 {top: 450px;}
#button-09 {top: 515px;}

#button-01, #button-02, #button-03, #button-04, #button-05, #button-06, #button-07, #button-08, #button-09 { left: 0px; width: 196px; }

#button-01 a:hover {background: transparent url(../images/index/buttons.jpg) -196px -15px no-repeat;}
#button-02 a:hover {background: transparent url(../images/index/buttons.jpg) -196px -78px no-repeat;}
#button-03 a:hover {background: transparent url(../images/index/buttons.jpg) -196px -141px no-repeat;}
#button-04 a:hover {background: transparent url(../images/index/buttons.jpg) -196px -204px no-repeat;}
#button-05 a:hover {background: transparent url(../images/index/buttons.jpg) -196px -267px no-repeat;}
#button-06 a:hover {background: transparent url(../images/index/buttons.jpg) -196px -330px no-repeat;}
#button-07 a:hover {background: transparent url(../images/index/buttons.jpg) -196px -387px no-repeat;}
#button-08 a:hover {background: transparent url(../images/index/buttons.jpg) -196px -450px no-repeat;}
#button-09 a:hover {background: transparent url(../images/index/buttons.jpg) -196px -515px no-repeat;}

/* header
 * ------------------------------------------------------------------------------------- */

#header	{ position:relative; }

#header #logo-header {
	width: 782px;
	height: 240px;
	background:  url(../images/header.jpg) left top no-repeat;
}
	
	#logo-header a {
		position: absolute;
		width: 279px;
		height: 30px;
		top: 23px;
		left: 18px;
	}

/* image links
 * ------------------------------------------------------------------------------------- */

#welcome-readmore	{ position:relative; }

#welcome-readmore #welcome-readmore-link {
	width: 384px;
	height: 45px;
	background:  url(../images/index/welcome_readmore.jpg) left top no-repeat;
}
	
	#welcome-readmore-link a {
		position: absolute;
		width: 64px;
		height: 15px;
		top: 2px;
		left: 294px;
	}

#inthenews-faq-readmore	{ 
	position:relative; 
	background:  url(../images/index/inthenews_faq_readmore.jpg) left top no-repeat;
}

#inthenews-faq-readmore {
	width: 384px;
	height: 24px;
}
	
	#inthenews-faq-readmore #inthenews-link a {
		position: absolute;
		width: 64px;
		height: 15px;
		top: 5px;
		left: 15px;
	}

	#inthenews-faq-readmore #faq-link a {
		position: absolute;
		width: 64px;
		height: 15px;
		top: 5px;
		left: 204px;
	}

/* image replacement
 * ------------------------------------------------------------------------------------- */
#attorneyprofile {
	width: 202px;
	height: 69px;
	background: url(../images/index/attorneyprofiles.jpg) left top no-repeat;
}

#inthenews-faq {
	width: 384px;
	height: 24px;
	background: url(../images/index/inthenews_faq.jpg) left top no-repeat;
}

#address-img {
	width: 196px;
	height: 67px;
	background: url(../images/address.jpg) left top no-repeat;
}

.contactus {
	background: url(../images/sub/bg_content_left_contact.jpg) left top no-repeat;
}

.location {
	background: url(../images/sub/bg_content_left_location.jpg) left top no-repeat;
}

#addres-img-sub {
	width: 200px;
	height: 45px;
	background: url(../images/sub/address.jpg) left top no-repeat;
}

#nofee {
background:url(../images/nofee.jpg) no-repeat;
height:66px;
margin:-53px 0 0 10px;
}

/* page titles
 * ------------------------------------------------------------------------------------- */
.title-practice {
	background: url(../images/pagetitles/practice.jpg) left top no-repeat;
}

.title-attorneys {
	background: url(../images/pagetitles/attorneys.jpg) left top no-repeat;
}

.title-areas {
	background: url(../images/pagetitles/areas.jpg) left top no-repeat;
}

.title-personalinjury {
	background: url(../images/pagetitles/personalinjury.jpg) left top no-repeat;
}

.title-auto {
	background: url(../images/pagetitles/auto.jpg) left top no-repeat;
}

.title-workerscomp {
	background: url(../images/pagetitles/workerscomp.jpg) left top no-repeat;
}

.title-medicalmal {
	background: url(../images/pagetitles/medicalmal.jpg) left top no-repeat;
}

.title-nursing {
	background: url(../images/pagetitles/nursing.jpg) left top no-repeat;
}

.title-birth {
	background: url(../images/pagetitles/birthinjuries.jpg) left top no-repeat;
}

.title-wrongfuldeath {
	background: url(../images/pagetitles/wrongfuldeath.jpg) left top no-repeat;
}

.title-faq {
	background: url(../images/pagetitles/faq.jpg) left top no-repeat;
}

.title-news {
	background: url(../images/pagetitles/news.jpg) left top no-repeat;
}

.title-employmentlaw {
	background: url(../images/pagetitles/employmentlaw.jpg) left top no-repeat;
}

.title-otherareas {
	background: url(../images/pagetitles/otherareas.jpg) left top no-repeat;
}

.title-contact {
	background: url(../images/pagetitles/contact.jpg) left top no-repeat;
}

.title-sitemap {
	background: url(../images/pagetitles/sitemap.jpg) left top no-repeat;
}

.title-thankyou {
	background: url(../images/sub/header-thankyou.jpg) left top no-repeat;
}

.title-social {
	background: url(../images/pagetitles/socialsecurity.jpg) left top no-repeat;
}

.title-motorcycle {
	background: url(../images/pagetitles/motorcycle.jpg) left top no-repeat;
}

.title-trucking {
	background: url(../images/pagetitles/trucking.jpg) left top no-repeat;
}


/* content
 * ------------------------------------------------------------------------------------- */
#content-container {
	width: 782px;
	margin: 0 auto;
	padding: 0;
}

#content-left {
	width: 202px;
	float: left;
}
	#contactus-bg {
		width: 202px;
		background: url(../images/bg_contactus.jpg) left top repeat-y;
	}
	#contactus {
		width: 202px;
		background: url(../images/contactus.jpg) left top no-repeat;
	}
	#contactus-bg p {
		margin: 0px 10px 10px 41px;
	}	
	#contactus-bg form {
		margin-left: 41px;
	}
	#contact_business { display: none; } /* do not remove */ 
	
		
	#profiles {
		width: 202px;
		margin: 0 auto;
		padding: 0;
	}
		#robert-img {
			width: 202px;
			float: left;
			margin: 10px 0px 0px 0px;
			background: url(../images/index/robert_img.jpg) left top no-repeat;
		}
			#robert-img p {
				margin: 5px 3px 5px 75px;
			}
			#robert-img h1 {
				font-size: 12px;
				font-weight: bold;
				color: #336699;
				margin: 5px 3px 5px 75px;
			}
		#sean-img {
			width: 202px;
			float: left;
			margin: 10px 0px 0px 0px;
			background: url(../images/index/sean_img.jpg) left top no-repeat;
		}
			#sean-img p {
				margin: 5px 3px 5px 75px;
			}
			#sean-img h1 {
				font-size: 12px;
				font-weight: bold;
				color: #336699;
				margin: 0px 3px 5px 75px;
			}
		#richard-img {
			width: 202px;
			float: left;
			margin: 10px 0px 0px 0px;
			background: url(../images/index/richard_img.jpg) left top no-repeat;
		}
			#richard-img p {
				margin: 5px 3px 5px 75px;
			}
			#richard-img h1 {
				font-size: 12px;
				font-weight: bold;
				color: #336699;
				margin: 0px 3px 5px 75px;
			}
#content-center {
	width: 384px;
	float: left;
}

	#welcome {
		width: 384px;
		float: left;
		background: url(../images/index/bg_content_center.jpg) left top repeat-y;
	}
		#welcome-bg-img {
			width: 384px;
			background: url(../images/index/bg_welcome.jpg) left top no-repeat;
		}
		#welcome .padding-top {
			padding-top: 120px;
		}
		#welcome p {
			margin: 10px 10px 5px 201px;
		}
		#welcome h1 {
			font-size: 12px;
			color: #FFFFFF;
			margin: 0px 10px 5px 201px;
		}
	
	#welcome-sub {
		width: 384px;
		float: left;
	}
	
	#inthenews {
		width: 187px;
		float: left;
	}
		#inthenews p {
			margin: 10px 10px 5px 12px;
		}
	#faq {
		width: 196px;
		float: left;
	}
		#faq p {
			margin: 10px 10px 5px 20px;
		}
#content-right {
	width: 196px;
	float: left;
}
	#address {
		width: 196px;
		float: left;
	}
		#address p {
			margin: 10px;
		}

#content-container-sub {
	width: 782px;
	margin: 0 auto;
	padding: 0;
}

	#content-left-sub {
		width: 200px;
		float: left;
	}
		#content-left-sub form {
			margin: 0px 0px 10px 30px;
		}
		#content-left-sub p {
			margin: 0px 15px 10px 30px;
		}
		#content-left-sub .paddingtop {
			padding-top: 25px;
		}
	#content-right-sub {
		width: 582px;
		float: left;
	}
		#content-right-sub .paddingtop {
			padding-top: 70px;
		}
		#content-right-sub p {
			margin: 10px 35px 5px 27px;
			font-size: 12px;
		}
		#content-right-sub h1 {
			font-size: 14px;
			color: #FFFFFF;
			margin: 10px 35px 10px 27px;
		}
		#content-right-sub h2 {
			font-size: 13px;
			color: #FFFFFF;
			margin: 10px 35px 10px 27px;
		}
		#content-right-sub h3 {
			font-size: 12px;
			color: #FFFFFF;
			margin: 10px 35px 10px 27px;
		}
		#content-right-sub blockquote {
			margin-left: 20px;
		}
		#content-right-sub ul {
			margin: 10px 35px 10px 37px;
		}
			#content-right-sub li {
				list-style-type: disc;
				list-style-position: outside;
			}

/* footer
 * ------------------------------------------------------------------------------------- */
#page-footer-index {
	background: url(../images/index/page_footer_index.jpg) left top no-repeat;
	width: 782px;
	height: 41px;
	clear: both;
}

#page-footer-sub {
	background: url(../images/sub/page_footer_sub.jpg) left top no-repeat;
	width: 782px;
	height: 35px;
	clear: both;
}

#footer {
	width: 760px;
	margin: 0px auto;
	text-align: center;
}

	#footer p {
		margin: 10px 0px 10px 0px;
		color: #577CAA;
	}

	#footer ul {
		margin: 0 0 10px 0;
		padding: 0;
	}
	
	#footer li {
		margin: 0;
		padding: 0 7px 0 10px;
		display: inline;
		border-left: 1px solid #577CAA;
		font-size: 11px;
		font-weight: bold;
		line-height: 11px;
		background: none;
	}
	
	#footer li.first { 
		border: none;
	}
	
	#footer a:link, #footer a:visited {
		color: #577CAA;
		text-decoration: underline;
		font-weight: bold;
	}
	#footer a:hover, #footer a:active {
		color: #979BB8;
		text-decoration: underline;
		font-weight: bold;
	}

/* quick contact elements 
 * ------------------------------------------------------------------------------------- */
 
#QuickContact input, #QuickContact textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	border: 1px solid #FFFFFF;
	background-color: #FFFFFF;
	margin-bottom: 5px;
}

.quickcontact {
	width: 126px;
}

#QuickContact p {
	margin: 0px;
	text-align: left;
	font-size: 10px;
}

#QuickContact.qc-submit {
	width: 49px;
	height: 17px;
	margin-left: 87px;
	margin-top: 5px;
	border: none;
	cursor: pointer;
}

/* main contact elements 
 * ------------------------------------------------------------------------------------- */

#contact-main input, #contact-main textarea, #contact-main select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	border: 1px solid #FFFFFF;
	background-color: #FFFFFF;
	margin: 0 0 5px 0;
	clear: both;
	vertical-align: middle;
}

#contact-main-wrapper {
	width: 490px;
	margin-left: 30px;
}

input.button, #contact-main label input.button	{ 
	width: 49px;
	height: 17px;
	left: 110%;
	border: none;
	cursor: pointer;
	margin: 10px 0px 0px 0px;
}

input.button-digital {
	margin: 0px 0px 20px 0px;
}

input submit a:hover {
	text-decoration: underline; 
}

#contact #quickcontact-wrapper { 
	display: none; 
}

#contact-main { 
	margin-top: 25px;	
}
	
	#contact-main br { 
		clear: both; 
	} 
	
	#contact-main p, #contact-main h1 {
		text-align: left;
		margin: 10px 0 10px 0;
	}
	
	#contact-main p.clear-textarea	{ 
		margin-top:80px; 
	}
	
	#contact-main p.clear-textarea2 { 
		margin-top: 2px; 
	}

	#contact-main .radio { 
		width: 14px; 
		background: transparent; 
		border: none; 
	}
	
	#contact-main label input, #contact-main label select {
		position: absolute; 
		left: 110%; 
		width: 150px;
	}
	
	#contact-main label {
		position: relative; 
		width: 200px; 
		display: block; 
		margin: 0 10px; 
		text-align: right; 
		height: 20px;
	}
	
	#contact-main label textarea {
		position: absolute; 
		left: 110%; 
		top: 0px; 
		width: 160px; 
		height: 100px;
	}
	
	#contact-main label.print {
		margin-top: 40px;
	}
		
	#contact-main label input.small-box {
		clear: none;
		float: left;
		width: 30px;
		margin-right: 10px;
	}
	
	#contact-main .checkbox {
		width: 14px; 
		background: transparent; 
		border: none;
		float: inherit;
	}
	.table-text {
		text-align: right;
	}

/* misc layout elements 
 * ------------------------------------------------------------------------------------- */

.top {
	display: block;
	text-align: left;
	font-size: 11px;
	padding-bottom: 5px;
}

img.img-left {
	float: left;
	margin: 0px 10px 5px 0px;
}

img.img-right {
	float: right;
	margin: 0px 0px 5px 10px;
}

div.clear {
	clear: both;
}

p.padding-top {
	padding-top: 99px;
}

.textunderline {
	text-decoration: underline;
}

