/*--------------------- Last Modified  2006.03.25 ---------------------*/
/*-----------------------------------------------------------------------*/


/* 
 ----------------------------------------------------------------------------
  Copyright Einstein Industries 2006. 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/Firefox/Safari

  CSS Document - layout.css
 ---------------------------------------------------------------------------- 
*/


/* undo some default styling of common (X)HTML browsers
 * ------------------------------------------------------------------------- */

/* No list-markers by default - must redefine bullets w/ bg graphics */
ul,ol { list-style:none; }

/* Avoid browser default inconsistent heading font-sizes and pre/code */
h1,h2,h3,h4,h5,h6,pre,code,td { font-size:1em; }

/* Remove inconsistent (among browsers) default padding or margin */
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input,label,div,dd,dt,dl,table,tr,td { margin:0; padding:0; }

/* prevent blue linked image borders */
a img,:link img,:visited img,fieldset { border:none; }


/* global elements
 * ------------------------------------------------------------------------- */


/* ----- type selectors ----- */ 
body { 
	background:#831C17 url("../images/bg-body.jpg") top repeat-x;
	text-align:center; 
	font:12px/20px Arial, Helvetica, sans-serif; 
	color:#000;
	}

blockquote { 
	margin:0 50px 10px 70px;
	font-style:italic; 
	}

h1	{ font-size:1.2em; color:#000; }
h2	{ font-size:1.1em; color:#2D3A5A; clear:both; }
h3	{ font-size:1.0em; color:#831C17; }

h1 span,h2 span,h3 span	{ display:none; }

a:link,a:visited	{ color:#000; text-decoration:underline; outline:none; }
a:hover,a:active	{ color:#831C17; text-decoration:underline; outline:none; }

/* ----- classes ----- */

div.clear	{ 
	clear:both;
	height:.01em; 
	overflow:hidden; 
	}

p.back-to-top {
	text-align:right;
	display:block;
	padding-right:15px;
	background:url("../images/bullet-back-to-top.jpg") right no-repeat;
	}
	
img.img-left { 
	float:left; 
	margin:0px 0px 0px 10px; 
	}
	
img.img-right { 
	float:right; 
	margin:5px 0 10px 10px; 
	}

	
/* ----- global form elements ----- */ 

form {
	width:150px;
	margin:10px 0 5px 0;
	}
body#column-right form#contact-quick {float: left; width: 220px;}
body#column-right form#contact-quick label {width: 220px;}
form#contact-quick label {color:#FFFFFF;}
form label	{ font-size:.95em; }

form br { line-height:0; height:0; } /* defaults vertical spacing between fields */

body#index input, body#index textarea, body#index select { 
	background-color:#FFFFFF !important; /* to prevent highlighting by Google Toolbar */
	border:1px solid #81899C;
	color:#4A0015;
	width:160px; /* 5 pixles smaller than form width !important */
	height:20px;
	line-height:18px;
	vertical-align: middle;
	margin-bottom:4px; /* 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:.95em;
	}
input, textarea, select { 
	background-color:#FFFFFF !important; /* to prevent highlighting by Google Toolbar */
	border:1px solid #81899C;
	color:#4A0015;
	width:165px; /* 5 pixles smaller than form width !important */
	height:20px;
	line-height:18px;
	vertical-align: middle;
	margin-bottom:4px; /* 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:.95em;
	}
select { width:150px; padding:0; } /* same width as form - !important */

textarea { height:64px; overflow:auto; }
body#index textarea { height:64px; overflow:auto; }

#contact-business { display: none; } /* do not remove */ 


/* ----- main contact form ----- */ 
 
#contact-main { margin:20px 0 10px 0; }

#contact-main label { 
	width:220px; 
	position:relative; 
	display:block; 
	text-align:right; 
	margin-bottom:10px;
	font-size:1.0em;
	}
	
#contact-main label input, #contact-main label textarea, #contact-main label select { 
	width:170px;
	position:absolute; 
	left:110%; 
	top:-2px;
	}
	
#contact-main label select { width:175px; }
	
#contact-main label textarea { height:100px; overflow:auto; }

#contact-business-main { display: none; } /* do not remove */ 


/* ----- submit button form elements ----- */ 

input.submit, input.submit-contact-main, body#index input.submit { 
	width:60px;
	height:20px;
	cursor:pointer; 
	padding:0; 
	}

input.submit-contact-main { margin:95px 0 0 243px; }



/* framework
 * ------------------------------------------------------------------------- */




#wrap {
	background:url("../images/bg-wrap.jpg") repeat-y;
	width:838px;
	margin:0 auto;
	text-align:left;
	}
#news-ticker {
	height:38px;
	width:838px;
	}

#masthead {
	position:relative;
	background:url("../images/masthead.jpg");
	height:78px;
	}
	/* index page link within #masthead */		
	#masthead a {	
		position:absolute;
		left:46px;
		width:345px;
		top:10px;
		height:60px; 
		}
	#masthead a span {
		display:none;
		}

/* ----- column-left ----- */

#column-left {
	width:600px;
	float:left;
	}
	
	#column-left p, #column-left h1, #column-left h2, #column-left h3, #column-left .date, #column-left .meta, #column-left .feedback, #column-left ul, #column-left dl {
		margin:0 30px 10px 50px;
		}
	#column-left ol { margin-left: 70px;}
			
	#column-left img {
		margin:0 5px 10px 44px;
		}
	#column-left form { margin-left:50px; }
	body#index #column-left form { margin-left:10px; }
	/* single column list */
	#column-left ul, #column-left ol { padding-left:5px; }
		#column-left ul li { 
			background:transparent url("../images/bullet.jpg") 0px 6px no-repeat;
			padding-left:14px; /* pushes text to the right to display bg img */
			}
			
		#column-left ol li {
			list-style-type: decimal;
			}
			
	#column-left img.title {
		margin:0;
		}

			
/* ----- column-right ----- */

#column-right {
	width:238px;
	float:left;
	}

	#column-right p, #column-right h1, #column-right h2, #column-right h3, #column-right dl {
		margin:10px 50px 10px 20px;
		color: #FFFFFF;
		}
	#column-right a:link,#column-right a:visited	{ color:#FFFFFF; text-decoration:underline; outline:none; }
		body#blog #column-right a:link,body#blog #column-right a:visited	{ margin-left: 20px; }
		body#blog #column-right #click-to-call a:link,body#blog #column-right #click-to-call a:visited, body#blog #column-right a:link.btn-blog, body#blog #column-right a:visited.btn-blog, body#blog #column-right #bd a:link.tag, body#blog #column-right #bd a:visited.tag	{ margin-left: 0px; }
	#column-right a:hover,#column-right a:active	{ color:#831C17; text-decoration:underline; outline:none; }
		body#blog #column-right a:hover.btn-blog,body#blog #column-right a:active.btn-blog	{ margin-left: 0px; }
		body#blog #column-right #click-to-call a:hover,body#blog #column-right #click-to-call a:active, body#blog #column-right a:hover.tag, body#blog #column-right a:active.tag { margin-left: 0px; }
	
	#column-right form { margin-left:20px; }
	 
	/* single column list */
	#column-right ul.bullet { padding-left:5px; }
		#column-right ul.bullet li { 
			background:transparent url("../images/bullet.jpg") 0px 6px no-repeat;
			padding-left:10px;  /* pushes text to the right to display bg img */
			}

	/* multi column list */
	#column-right ul.multi { padding-left:5px; } 
		#column-right ul.multi li { 
			background:transparent url("../images/bullet.jpg") 0px 6px no-repeat;
			padding-left:10px;  /* pushes text to the right to display bg img */
			float:left;
			width:150px;
			line-height:20px; 
			}
	
	/* definition list */
	#column-right dl { padding-left:5px; }
		#column-right dl dt {
			font-weight:bold;
			color:#99CC00;
			}
		#column-right dl dd {
			background:transparent url("../images/bullet.jpg") 0px 6px no-repeat;
			padding-left:10px;  /* pushes text to the right to display bg img */
			margin-left:5px;
			}
		body#blog #column-right dl dd {
			background:none;
			padding-left:0px;  /* pushes text to the right to display bg img */
			margin-left:0px;
			}
	#contact-form-header{
		background: url("../images/contact-form-header.jpg");
		height:53px;
		margin-bottom:20px;
	}
#affiliations{
	height:343px;
	position:relative;
	background:url("../images/affiliations.jpg");
}	
#affiliations a.trouble{
	position:absolute;
	left: 9px;
	top: 77px;
	width: 193px;
	height: 49px;
}
#affiliations a.atla{
	position:absolute;
	left: 13px;
	top: 151px;
	width: 181px;
	height: 63px;
}
#affiliations a.aba{
	position:absolute;
	left: 19px;
	top: 253px;
	width: 172px;
	height: 75px;
}

/* ----- bottom-wrap ----- */
 
#bottom-wrap {
	background:url("../images/bottom-wrap.jpg");
	height:85px;
	clear:both;
	width:100%; /* fix for Safar */
	}

	
/* header framework
 * ------------------------------------------------------------------------- */
#flash-container{background:url("../images/flash-header.jpg"); height:253px;}
	#flash-container #header-flash {margin-left:15px;} 
	
#header-graphic { 	height:253px;
					background:url("../images/flash-header.jpg");
} 

/* subhead framework
 * ------------------------------------------------------------------------- */

#subhead { height: 77px} /* sets height for all subheads */

	body#index #subhead { background:url("../images/subhead-index.jpg"); height: 87px;}
	body#about #subhead { background:url("../images/subhead-about.jpg"); }
	body#news #subhead { background:url("../images/subhead-news.jpg"); }
	body#meet #subhead { background:url("../images/subhead-meet.jpg"); }
	body#firm #subhead { background:url("../images/subhead-firm.jpg"); }
	body#practice #subhead { background:url("../images/subhead-practice.jpg"); }
	body#faq #subhead { background:url("../images/subhead-faq.jpg"); }
	body#testimonials #subhead { background:url("../images/subhead-testimonials.jpg"); }
	body#auto #subhead { background:url("../images/subhead-auto.jpg"); }
	body#truck #subhead { background:url("../images/subhead-truck.jpg"); }
	body#motorcycle #subhead { background:url("../images/subhead-motorcycle.jpg"); }
	body#bus #subhead { background:url("../images/subhead-bus.jpg"); }
	body#pedestrian #subhead { background:url("../images/subhead-pedestrian.jpg"); }
	body#drunk #subhead { background:url("../images/subhead-drunk.jpg"); }
	body#uninsured #subhead { background:url("../images/subhead-uninsured.jpg"); }
	body#hit-run #subhead { background:url("../images/subhead-hit-run.jpg"); }
	body#med-mal #subhead { background:url("../images/subhead-med-mal.jpg"); }
	body#product #subhead { background:url("../images/subhead-product.jpg"); }
	body#wrongful #subhead { background:url("../images/subhead-wrongful.jpg"); }
	body#construction #subhead { background:url("../images/subhead-construction.jpg"); }
	body#workers-comp #subhead { background:url("../images/subhead-workers-comp.jpg"); }
	body#social #subhead { background:url("../images/subhead-social.jpg"); }
	body#personal #subhead { background:url("../images/subhead-personal-injury.jpg"); }
	body#auto-faq #subhead { background:url("../images/subhead-auto-faq.jpg"); }
	body#truck-faq #subhead { background:url("../images/subhead-truck-faq.jpg"); }
	body#motor-faq #subhead { background:url("../images/subhead-motor-faq.jpg"); }
	body#med-mal-faq #subhead { background:url("../images/subhead-med-mal-faq.jpg"); }
	body#product-faq #subhead { background:url("../images/subhead-product-faq.jpg"); }
	body#wrongful-faq #subhead { background:url("../images/subhead-wrongful-faq.jpg"); }
	body#wc-faq #subhead { background:url("../images/subhead-wc-faq.jpg"); }
	body#ssd-faq #subhead { background:url("../images/subhead-ssd-faq.jpg"); }
	body#contact #subhead { background:url("../images/subhead-contact.jpg"); }
	body#thankyou #subhead { background:url("../images/subhead-thankyou.jpg"); }
	body#blog #subhead { background:url("../images/subhead-blog.jpg"); }
	body#sitemap #subhead { background:url("../images/subhead-sitemap.jpg"); }


/* ----- subhead framework with varying heights ----- */

#subhead-index-compensated {
	height:90px;
	background:url("../images/subhead-index-compensated.jpg") ;
	}
	#subhead-index-compensated h2 { display:none; }
	
#subhead-index-evaluation {
	background: url("../images/subhead-index-evaluation2.jpg") top no-repeat;
	padding-top: 50px;
	width: 600px;
	}
#contact-txt-index { margin-top: 28px; width: 520px; padding-left: 80px;}
#contact-txt-index .contact-txt {font-size: .95em;}
#contact-txt-index .address-txt {width: 135px; float: left; display:inline; font-weight: bold; color: #4A0015; margin-right: 25px;}
#contact-txt-index .address-txt1 {width: 135px; float: left; display:inline; font-weight: bold; color: #4A0015; margin: 0px;}

#logos {
	background:url("../images/logos-wrap.jpg") repeat-y;
	}
#logos-top {
	background: url("../images/logos.jpg") top no-repeat;
	height: 61px;
	}

/* footer
 * ------------------------------------------------------------------------- */
 
#footer {
	width:838px;
	margin:0 auto;
	text-align:center;
	padding-top: 10px;
	}

#footer p {
	color:#FFFFFF;
	margin-bottom:10px;
	}

#footer a:link, #footer a:visited { color:#FFFFFF; }

#footer a:hover, #footer a:active { color:#FFFFFF; text-decoration:none; }

#footer ul {margin-bottom:10px;}

#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 #FFFFFF;
	}

	#footer li.first { border: none; }


/* Horozontal Sprite Nav
 * ------------------------------------------------------------------------- */

#nav { 
	background:url("../images/nav2.jpg") no-repeat; 
	width:838px; 
	height:43px; 
	margin:0;
	padding:0; 
	}

#nav span { display: none; }

#nav li, #nav a { height:43px; display:block; } /* change height here also */

#nav li { float:left; list-style:none; _display:inline; }

#nav-01 { width: 47px; margin-left: 28px;}
#nav-02 { width: 72px;}
#nav-03 { width: 200px;}
#nav-04 { width: 128px;}
#nav-05 { width: 111px;}
#nav-06 { width: 43px;}
#nav-07 { width: 101px;}
#nav-08 { width: 81px;}

/*-------------- (-79px) X position of button / (-30px) height of image from above ------------- */
#nav-01 a:hover { background:url("../images/nav2.jpg")  -28px -43px no-repeat; }
#nav-02 a:hover { background:url("../images/nav2.jpg") -75px -43px no-repeat; }
#nav-03 a:hover { background:url("../images/nav2.jpg") -147px -43px no-repeat; }
#nav-04 a:hover { background:url("../images/nav2.jpg") -347px -43px no-repeat; }
#nav-05 a:hover { background:url("../images/nav2.jpg") -475px -43px no-repeat; }
#nav-06 a:hover { background:url("../images/nav2.jpg") -586px -43px no-repeat; }
#nav-07 a:hover { background:url("../images/nav2.jpg") -629px -43px no-repeat; }
#nav-08 a:hover { background:url("../images/nav2.jpg") -730px -43px no-repeat; }

/* Son of Suckerfish: Horizontal Sprite Nav
 * ------------------------------------------------------------------------- */

#nav li ul {
	position:absolute;
	left:-9999px;
	padding-right:1px;			/* Fixes one px spacing for border-right in FF */
	background-color:#D8BE8B;	/* Background color of drop down nav - add more styles (i.e. background image) if you want */
	z-index: 999;
	}
	
#nav li:hover, #menu li.hover {  
     position: static;  
}  

#nav li ul li { 
	height:20px; 				/* Height of each drop down nav item */
	border:1px solid #831C17;
	border-top:none;
	}	

#nav li ul li a {
	width:100%;
	height:20px;				/* 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:#2D3A5A;
	text-decoration:none;
	}

#nav li:hover ul, #nav li.sfHover ul	{ left: auto; }

/* Hover styles for drop down items */
#nav-05 ul a:hover, #nav-06 ul a:hover { 
	background-image:none;
	background-color:#FFFFFF;
	color:#2D3A5A;
	text-decoration:none;
	}

/* width of drop down nav - choose width that allows items to display on one line */
#nav-05 ul, #nav-05 li { width:150px; }		
#nav-06 ul, #nav-06 li { width:180px; }


/* Vertical Sprite areas-nav
 * ------------------------------------------------------------------------- */

#areas-nav {
	background:url("../images/areas-nav.jpg") left no-repeat;					
	width:238px;		/* Width of buttons, not entite image (or half of entire image) */
	height:491px;		/* Height of entire image */
	margin-top:30px;
}
#areas-nav li span { display: none; }

#areas-nav li {
	float:left;
	list-style:none;
	}

#areas-nav li, #areas-nav a { 
	height:74px;			/* Each button must have the same height, define it here */
	display:block;
	}

/* margin-top to set where the areas-nav should begin */
#areas-nav-01 { margin-top:47px; width:238px; }

/* margin-top if there is a spacing between each areas-nav button */
#areas-nav-02, #areas-nav-03, #areas-nav-04, #areas-nav-05, #areas-nav-06 { margin-top:0; width:238px; }

#areas-nav-01 a:hover { background:url("../images/areas-nav.jpg") -238px  -47px no-repeat; }
#areas-nav-02 a:hover { background:url("../images/areas-nav.jpg") -238px  -121px no-repeat; }
#areas-nav-03 a:hover { background:url("../images/areas-nav.jpg") -238px  -195px no-repeat; }
#areas-nav-04 a:hover { background:url("../images/areas-nav.jpg") -238px  -269px no-repeat; }
#areas-nav-05 a:hover { background:url("../images/areas-nav.jpg") -238px -343px no-repeat; }
#areas-nav-06 a:hover { background:url("../images/areas-nav.jpg") -238px -417px no-repeat; }

/* Vertical Sprite click-to-call
 * ------------------------------------------------------------------------- */

#click-to-call {
	background:url("../images/click-to-call.jpg") top left no-repeat;					
	width:238px;		/* Width of buttons, not entite image (or half of entire image) */
	height:77px;		/* Height of entire image */
	margin:0;
	padding:0;
	
	}
/*body#index #click-to-call { margin-bottom: 20px;}*/
#click-to-call li span { display: none; }

#click-to-call li {
	float:left;
	list-style:none;
	}

#click-to-call li, #click-to-call a { 
	height:77px;			/* Each button must have the same height, define it here */
	display:block;
	}

/* margin-top to set where the click-to-call should begin */
#click-to-call-01 { margin-top:0px; width:238px; }

#click-to-call-01 a:hover { background:url("../images/click-to-call.jpg") -238px  -0px no-repeat; }

a.btn-blog {
		display: block;
		height: 77px;
		width: 238px;
		background: url("../images/btn-blog.jpg");
		margin-bottom: 20px;
	}
	a.btn-blog:hover {
		background: url("../images/btn-blog.jpg") -238px -0px no-repeat;
	}
	a.btn-blog span {
		display: none;
		}





/*-----------------------------------------------------------------------*/
/*--------------------- Last Modified  2006.11.20 --------------------*/
/*-----------------------------------------------------------------------*/




/* newsfeed elements
 * ------------------------------------------------------------------------- */

 /* Classes:
 * 
 *  .news-menu ---------------------- div wrapper for category drop-down select menu
 *
 *  .news-item ---------------------- div wrapper for each news item (headline/excerpt/body/etc)
 *      .open/.closed --------------- used with .news-item (class="news-item open") - switches with show/hide article
 *      .news-headline -------------- div wrapper for headline header
 *          .news-details ----------- paragraph that holds date & news source information
 *      .news-excerpt --------------- div wrapper for article lead paragraph
 *          .news-toggle-top -------- show/hide link
 *      .news-article --------------- full article body text
 *          .news-toggle-btm -------- show/hide link
 *
 */

#wrap-news-menu {
    width:500px;
    height:25px;
	margin:0 0px 10px 50px;
	padding:0;
    border-bottom:1px solid #02145A;
    }

	#wrap-news-menu form {
		margin:0;
		padding:0;
		width:450px;
	}

	#wrap-news-menu label {
		color:#000;
		margin:4px 0 0 0;
		padding:0;
		font-weight:bold;
		font-family:Arial, Helvetica, sans-serif;
		}

	#wrap-news-menu select {
		margin-left:155px;
		z-index:0;
		width:160px;
		}

a:link, a:visited	{ color:#000066; text-decoration:underline; outline:none; }
a:hover, a:active	{ color:#ABACBB; text-decoration:underline; outline:none; }

#wrap-news-feed {
	margin:0 0px 10px 30px;
	width:550px;
}

#wrap-news-feed .news-item {
	margin-left:20px;
	margin-bottom:25px;
	padding-left:0px;
    }

	#wrap-news-feed .news-item.open		{ border-left:1px solid #ABACBB; }
	#wrap-news-feed .news-item.closed	{ border-left:1px solid #000066; }

#wrap-news-feed .news-item ul {	padding-left:3px; list-style:none; }

#wrap-news-feed .news-item ul li {
	_position:relative;	/* to fix the IE bullet peekaboo pug */
	padding-left:9px;
	line-height:16px;
	list-style:none;
	background:transparent url(../images/bullet.jpg) 0px 6px no-repeat;
	}

#wrap-news-feed .news-item p.news-details {
	margin:0;
	padding:0 0 0 5px;
	font-size:10px;
	font-weight:bold;
	font-style:normal;
	color:#41484F;
	border:none;
	background:transparent;
    }

#wrap-news-feed .news-item p.news-toggle-top {
	padding:0 0 0 0;
	margin:0 0 0 0;
	width:87px;
	font-size:10px;
    }

#wrap-news-feed .news-item p.news-toggle-btm {
    padding:0 0 0 0;
    width:87px;
    margin-left:0;
    margin-top:0;
    }

	#wrap-news-feed .news-item.open p.news-toggle-btm, #wrap-news-feed .news-item.open p.news-toggle-top		{ border-bottom:1px solid #ABACBB;}
	#wrap-news-feed .news-item.closed p.news-toggle-btm, #wrap-news-feed .news-item.closed p.news-toggle-top	{ border-bottom:1px solid #000066;}

#wrap-news-feed .news-item p.news-toggle-btm a, #wrap-news-feed .news-item p.news-toggle-top a {
	font-size:10px;
	text-decoration:none;
	padding-left:0;
	margin-left:0;
    }

#wrap-news-feed .news-item .news-headline { margin-left:0px; }

#wrap-news-feed .news-item .news-headline h2 {
	margin:10px 0 0 0;
	padding:5px 5px 0 5px;
	font-weight:bold;
    }

#wrap-news-feed .news-item .news-excerpt { margin:5px 0 0 0; padding:0; }

#wrap-news-feed .news-item .news-excerpt p, #wrap-news-feed .news-item .news-article p {
	margin:0px 5px 7px 0;
	padding:0 5px 0 5px;
	color:#000;
    }

#wrap-news-feed .news-item p { border:none; background:transparent; }


/* end newsfeed elements
 * ------------------------------------------------------------------------- */
