/*------------------------------ CSS Reset ---------------------------------------*/
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 ------------------------ */
html { 
	background:#7AC3E6 url("images/bg-html.jpg") top repeat-x;
	text-align:center; 
	}
body { 
	background: url("images/bg-body.jpg") top center no-repeat;
	text-align:center; 
	font:12px/16px Arial, Helvetica, sans-serif; 
	color:#000;
	}
blockquote { margin-left:10px; margin-right:10px; }

h1	{ font-size:1.2em; color:#4987ba; }
h2	{ font-size:1.1em; color:#1E5784; }
h3	{ font-size:1.0em; color:#7AC3E6; }

h1 span,h2 span,h3 span	{ display:none; }
h1 span.bigger,h2 span.bigger,h3 span.bigger{ display:inline; }

a:link,a:visited	{ color:#4987ba; text-decoration:underline; outline:none; }
a:hover,a:active	{ color:#1E5784; text-decoration:underline; outline:none; }

body#sitemap h2{margin-bottom:5px;}

#header-graphic a{ color:#FFFFFF; text-decoration:underline; outline:none; }

/* ------------------------ classes ------------------------ */
.clear	{ 
	clear:both;
	}

div.clear	{ 
	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;
	}
p.learn-more { 	text-align:right;	}
p.padding-top {padding-top:20px;}
p span.verdict {color:#7AC3E6; font-weight:bold; }
#column-left p.btn-news, #index #column-left p.btn-news {margin: 25px 0px 25px 20px;}

p span.name {color:#4987ba; font-weight:bold;}

p.testimonial-text {
	font-size: 0.97em;
	font-style: italic;
	width: 203px;
	}

img.img-left { 
	float:left; 
	margin:2px 10px 5px 0px;
	}

img.img-right { 
	float:right; 
	margin:5px 0px 10px 10px; 
	}
.bigger{
	font-size:1.2em;
}
	
/* ------------------------ form elements ------------------------ */
form {
	width:217px;
	margin:0px; /* set margin left and right below */
	}

form label	{ font-size:.95em; color:#163452;} 

form label.text-color {color:#fff;}

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

input, textarea, select { 
	background-color:#fff !important; /* to prevent highlighting by Google Toolbar */
	border:1px solid #163452;
	color:#163452;
	width:210px; /* 5 pixles smaller than form width !important */
	height:18px;
	line-height:20px;
	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:1.0em;
	}

select { width:150px; padding:0; } /* same width as form - !important */

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

#contact_business { display: none; } /* do not remove */ 

body#contact-us form#contact-quick {
	display: none;
}

body#contact-us #column-right #contact-main p {
	margin-left: 0;
}

/* ------------------------ SPECIFIC ELEMENTS ------------------------ */

/* ------------------------ 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 p {
	margin:0;
}

#contact-main label select { width:175px; } /* fixes display issue - 5px larger than input field */

#contact-main label textarea { height:100px; overflow:auto; }

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

input.submit, input.submit-contact-main { 
	width:60px;
	height:20px;
	cursor:pointer; 
	padding:0; 
	}

input.submit-contact-main { margin:95px 0 0 243px; } /* defines placement of contact-main submit button */

/* ------------------------------- CONTENT FRAMEWORK ------------------------------- */

/* ------------------------ main framework ------------------------ */
#wrap {
	background:url("images/bg-wrap.jpg") repeat-y;
	width:800px;
	margin:0 auto;
	text-align:left;
	}

#wrap-index {
	background:url("images/bg-wrap-index.jpg") repeat-y;
	width:800px;
	margin:0 auto;
	text-align:left;
	}

/* ------------------------ masthead framework ------------------------ */
#masthead {
	position:relative;
	background:url("images/masthead.jpg") no-repeat;
	height:92px;
	}

	/* index page link within #masthead */		
	#masthead a {
		position:absolute;
		left:10px;
		width:780px;
		top:6px;
		height:80px;
		}
	#masthead a span {
		display:none;
		}

/* ------------------------ column-left framework ------------------------ */

#column-left {
	width:256px;
	float:left;
	color:#fff;
	}

body#index #column-left {
	width:256px;
	float:left;
	color:#fff;
	}

	 #column-left p, #column-left h1, #column-left h2 {
		margin:0px 24px 10px 20px;
		}
	#column-left h2 {
		color: #7AC3E6;
		font-family: georgia, serif, Times New Roman;
		font-size: 21px;
		font-weight: normal;
		text-transform: uppercase;
	}
	
	#column-left a:link, #column-left a:visited {color:#fff;}
	#column-left a:hover, #column-left a:active {color:#4987ba;}

	#column-left form { margin: 0 0 10px 10px;} /* set form margin here */

	/* single column list */
	#column-left ul.mispelling { margin-left:25px; } 
		#column-left ul li.mispelling { 
			background:transparent url("images/bullet-left.jpg") 0px 7px no-repeat; /* 0px = horizontal position for left, 6px = vertical position from top */
			line-height:18px; 
			padding-left:10px;
			}

	#column-left ul.indent  { 
		margin-left:5px;
		background:transparent url("images/bullet-indent.jpg") 0px 7px no-repeat;
		}

/* ------------------------ column-center framework ------------------------ */
#column-center {
	width:289px;
	float:left;
	}

body#index #column-center {
	width:289px;
	float:left;
	}

	#column-center p, #column-center h1, #column-center h2, #column-center h3 {
		margin:0px 20px 10px 20px;
		}

/* ------------------------ column-right-index framework ------------------------ */
body#index #column-right {
	width:255px;
	float:left;
	color:#fff;
	}

	body#index #column-right p, body#index #column-right h2 {
		margin:0px 24px 10px 20px;
		}
	
	body#index #column-right form { margin:0 0 20px 10px;}

/* ------------------------ column-right framework ------------------------ */
#column-right {
	width:544px;
	float:left;
	}

	#column-right p, #column-right .meta, #column-right .feedback, #column-right h1, #column-right h2, #column-right h3, #column-right ul, #column-right dl {
		margin:0px 40px 10px 20px;
		}

	#column-right form { margin:0 0 20px 20px;}

	/* single column list */
	#column-right ul { padding-left:5px; } 
		#column-right ul li { 
			background:transparent url("images/bullet.jpg") 0px 7px no-repeat; /* 0px = horizontal position for left, 6px = vertical position from top */
			padding-left:10px;  /* pushes text to the right to display bg img */
			width:460px;
			line-height:18px; 
			}

	#column-right ul.indent li{ 
			margin-left:-20px;
			background:transparent url("images/bullet-indent.jpg") 0px 7px no-repeat;
			}
	
	#column-right ul li.top { margin-top:-10px;}	
		
		/* multi column list */
		#column-right ul.multi { padding-left:5px; }
			#column-right ul li.multi { 
				background:transparent url("images/bullet.jpg") 0px 7px no-repeat; /* 0px = horizontal position for left, 6px = vertical position from top */
				padding-left:10px;  /* pushes text to the right to display bg img */
				}

	/* 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; /* 0px = horizontal position for left, 6px = vertical position from top */
			padding-left:10px;  /* pushes text to the right to display bg img */
			margin-left:5px;
			}

#top-bg {
	background:url("images/bg-top-index.jpg") no-repeat;
	clear:both;
	height:130px;
}

#social-media {
	width:151px;
	margin:0 0 0 20px;
	}

#social-media img {
	margin: 0 10px 0 0;
	}

/* ------------------------ header framework ------------------------ */
#header-flash {
	height:241px;
} /* sets height for the flash header - REMOVE IF NOT USED */

p.header-flash {color:#ffffff; padding-left:150px; padding-top:150px;}

ins.text { padding: 30px 0 0 450px; color: #ffffff;}
body#index #header-graphic {
	height:241px;
}
#header-graphic {
	position:relative;
	height:184px;
	background:url("images/header-index.jpg");
} /* sets height for all non-flash headers */
/*
	body#index #header-graphic { background:url("images/header-index.jpg"); }
	body#about #header-graphic { background:url("images/header-index.jpg"); }
	body#auto #header-graphic { background:url("images/header-index.jpg"); }
	body#faqs #header-graphic { background:url("images/header-index.jpg"); }
	body#med-mal #header-graphic { background:url("images/header-index.jpg"); }
	body#motor #header-graphic { background:url("images/header-index.jpg"); }
	body#practice-areas #header-graphic { background:url("images/header-index.jpg"); }
	body#trucking #header-graphic { background:url("images/header-index.jpg"); }
	body#verdicts #header-graphic { background:url("images/header-index.jpg"); }
	body#wrongful-death #header-graphic { background:url("images/header-index.jpg"); }
	body#contact #header-graphic { background:url("images/header-index.jpg"); }
	body#thankyou #header-graphic { background:url("images/header-index.jpg"); }
	body#sitemap #header-graphic { background:url("images/header-index.jpg"); }
	body#news #header-graphic { background:url("images/header-index.jpg"); }
*/

/* ------------------------ subhead framework ------------------------ */
#subhead { background:url("images/subhead.jpg"); height:104px; } /* sets height for all subheads */
	body#index #subhead { background:url("images/subhead-index.jpg"); }
	body#about #subhead { background:url("images/subhead-about.jpg"); }
	body#auto-accidents #subhead { background:url("images/subhead-auto.jpg"); }
	body#faqs #subhead { background:url("images/subhead-faqs.jpg"); }
	body#medical-malpractice #subhead { background:url("images/subhead-med-mal.jpg"); }
	body#motorcycle-accidents #subhead { background:url("images/subhead-motorcycle.jpg"); }
	body#practice-areas #subhead { background:url("images/subhead-practice-areas.jpg"); }
	body#truckingtractor-trailer-accidents #subhead { background:url("images/subhead-trucking.jpg"); }
	body#verdicts-settlements #subhead { background:url("images/subhead-verdicts.jpg"); }
	body#wrongful-death #subhead { background:url("images/subhead-wrongful-death.jpg"); }
	body#thank-you #subhead { background:url("images/subhead-thankyou.jpg"); }
	body#sitemap #subhead { background:url("images/subhead-sitemap.jpg"); }
	body#contact-us #subhead { background:url("images/subhead-contact.jpg"); }
	body#news #subhead { background:url("images/subhead-news.jpg"); }
	body#resources #subhead { background:url("images/subhead-resources.jpg"); }
	body#safe-driving-videos #subhead { background:url("images/subhead-resources.jpg"); }
	body#blog #subhead { background:url("images/subhead-blog.jpg"); }
	body#personal-injury #subhead { background:url("images/subhead-persona-injury.jpg"); }
	body#pedestrian-accidents #subhead { background:url("images/subhead-pedestrain.jpg"); }
	body#dui-accidents #subhead { background:url("images/subhead-dui.jpg"); }
	body#dog-animal-bites #subhead { background:url("images/subhead-animal-bites.jpg"); }
	body#head-injuries #subhead { background:url("images/subhead-head-injuries.jpg"); }
	body#premises-liability #subhead { background:url("images/subhead-premises-liability.jpg"); }
	body#spinal-cord-injuries #subhead { background:url("images/subhead-spinal.jpg"); }
	body#property-damage #subhead { background:url("images/subhead-property-damage.jpg"); }
	body#attorney-referrals #subhead { background:url("images/subhead-attorney-referrals.jpg"); }
	
	
/* ------------------------ subhead framework with varying heights ------------------------ */
#subhead-meet-doc {
	height:55px;
	background:url("images/subhead-meet-doc.jpg") ;
	}

/* ------------------------ title framework with varying heights ------------------------- */
	
#title-contact {
	height:55px;
	background:url("images/title-contact.jpg") ;
	}
#ctc {
	position:absolute;
	height:73px;
	width:180px;
	left:504px;
	top:209px;
	}
	#ctc a { 
		display:block;
		width:180px;
		height:73px;
		}
#title-newsfeed {
	height:40px;
	background:url("images/newsfeed.jpg") ;
	}
	#title-newsfeed p, #title-newsfeed ins { padding: 0px 20px 0 100px; color: #fff; font-size: .9em;}
		
body#index #title-practice-area, body#contact #title-practice-area, body#thankyou #title-practice-area {
	height:104px;
	background:url("images/title-practice-area-index.jpg") ;
	}
#title-practice-area {
	height:74px;
	background:url("images/title-practice-area.jpg") ;
	}
	
#title-evaluate {
	height:131px;
	background:url("images/title-evaluate.jpg") ;
	}
	
body#index #title-evaluate {
	background:url("images/title-evaluate-index.jpg") ;
	}
	
#title-testimonials {
	height:72px;
	background:url("images/title-testimonials.jpg") ;
	}
	
#title-meet {
	height:72px;
	background:url("images/title-meet.jpg") ;
	}
	
body#index #title-meet {
	height:72px;
	background:url("images/title-meet-index.jpg") ;
	margin:0px;
	}
	
#title-spotlight {
	height:78px;
	background:url("images/title-spotlight.jpg") ;
	}

#title-results {
	height: 78px;
	background: url("images/title-results.jpg");
	}


/* ------------------------ bottom-wrap framework ------------------------ */
/* ------------ must have below column-left and column-right to clear the float ------------ */
#bottom-wrap {
	background:url("images/bottom-wrap.jpg");
	width:100%; /* fix for Safar */
	height:100px;
	clear:both; /* important - do not remove */
	}

body#index #bottom-wrap {
	background:url("images/bottom-wrap-index.jpg");
	height: 90px;
	}	

/* ------------------------footer framework ------------------------ */
#footer {
	width:800px;
	margin:0 auto;
	text-align:center;
	}

#footer p {
	color:#183857;
	margin-bottom:10px;
	}

#footer a:link, #footer a:visited { color:#183857; }
#footer a:hover, #footer a:active { color:#CFF6FF; }

#footer ul {margin:10px; padding:0;}
	#footer li { /* if your li's float, you can adjust border height w/ line-height */
		padding:0 5px 0 7px; /* adjusts the spacing between each li display and border-left */
		display: inline;
		border-left: 1px solid #183857;
		}
	#footer li.first { border: none; }

/* ------------------------ MAIN NAVIGATION FRAMEWORK ------------------------ */

/* ------------------------ horizontal sprite nav ------------------------ */
.nav {
	width:800px; 
	height:35px; 
	margin:0;
	padding:0;
	float:left; 
	}
.nav ul { 
	z-index:9999;
	position:relative;
	background:url("images/nav.jpg") no-repeat; 
	width:800px; 
	height:35px; 
	margin:0;
	padding:0; 
	}

.nav ul span { display: none; }

.nav ul li, .nav ul a { height:35px; display:block; white-space:nowrap; } /* change height here also */

.nav ul li { float:left; list-style:none; display:inline; position:relative; width: 75px; margin-left: 10px;}

.nav ul li.page_item {margin-left:0;}
.nav ul li.page-item-11 { width: 95px;}
.nav ul li.page-item-121 { width: 140px;}
.nav ul li.page-item-141 { width: 125px;}
.nav ul li.page-item-171 { width: 59px;}
.nav ul li.page-item-3031 { width: 105px;}
.nav ul li.page-item-2991 { width: 60px; }
.nav ul li.page-item-201 { width: 113px;}


/*-------------- (-79px) X position of button / (-30px) height of image from above ------------- */
.nav ul li a:hover { background:url("images/nav.jpg")  -10px -35px no-repeat; }
.nav ul li.page-item-11 a:hover { background:url("images/nav.jpg")  -82px -35px no-repeat; }
.nav ul li.page-item-121 a:hover { background:url("images/nav.jpg") -180px -35px no-repeat; }
.nav ul li.page-item-141 a:hover { background:url("images/nav.jpg") -317px -35px no-repeat; }
.nav ul li.page-item-171 a:hover { background:url("images/nav.jpg") -441px -35px no-repeat; }
.nav ul li.page-item-3031 a:hover { background:url("images/nav.jpg") -501px -35px no-repeat; }
.nav ul li.page-item-2991 a:hover { background:url("images/nav.jpg") -606px -35px no-repeat; }
.nav ul li.page-item-201 a:hover { background:url("images/nav.jpg") -665px -35px no-repeat; }


/*-------------- OPTIONAL - Keeps the hover state on each page based on body id ------------- */
body#index .nav .current_page_item { background:url("images/nav.jpg") -10px -35px no-repeat; }
body #footer .current_page_item,
body #footer .current_page_ancestor { background:url(none) !important;}
body#index #footer .current_page_item {border:0 none; }
body#about-us .page-item-11 { background:url("images/nav.jpg") -80px -35px no-repeat; }


body#verdicts-settlements .nav .page-item-141 { background:url("images/nav.jpg") -317px -35px no-repeat; }
body#faqs .nav .page-item-171 { background:url("images/nav.jpg") -441px -35px no-repeat; }
body#contact-us .nav .page-item-201 { background:url("images/nav.jpg") -665px -35px no-repeat; }

body#practice-areas .nav .page-item-121, body#personal-injury .nav .page-item-121, body#truckingtractor-trailer-accidents .nav .page-item-121, body#wrongful-death .nav .page-item-121, body#pedestrian-accidents .nav .page-item-121, body#medical-malpractice .nav .page-item-121, body#dog-animal-bites .nav .page-item-121, body#premises-liability .nav .page-item-121, body#head-injuries .nav .page-item-121,  body#property-damage .nav .page-item-121, body#motorcycle-accidents .nav .page-item-121, body#dui-accidents .nav .page-item-121, body#spinal-cord-injuries .nav .page-item-121, body#auto-accidents .nav .page-item-121, body#attorney-referrals .nav .page-item-121   { background:url("images/nav.jpg") -180px -35px 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:#163452 url(none);	/* Background color of drop down nav - add more styles (i.e. background image) if you want */
	opacity:.90;filter: alpha(opacity=90); -moz-opacity: 0.90;
	height:auto;
	 }

.nav li ul li { 
	height:20px; /* Height of each drop down nav item */
	border:1px solid #72b9dc;
	border-top:none;
	overflow:hidden;
	white-space:nowrap;
	}	

.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 */
	overflow:hidden;
	}

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

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

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

/* Hover styles for drop down items */
.nav ul li.page-item-11 ul a:hover,
.nav ul li.page-item-121 ul a:hover,
.nav ul li.page-item-141 ul a:hover,
.nav ul li.page-item-171 ul a:hover,
.nav ul li.page-item-201 ul a:hover,
.nav ul li.page-item-3031 ul a:hover,
.nav ul a:hover { 
	background-image:none;
	background-color:#467aa3;
	color:#FFFFFF;
	text-decoration:none;
	}

/* width of drop down nav - choose width that allows items to display on one line */
.nav .page-item-11 ul, .nav .page-item-11 li { width:275px; }
.nav .page-item-121 ul, .nav .page-item-121 li { width:220px; }
.nav .page-item-141 ul, .nav .page-item-141 li { width:285px; }
.nav .page-item-171 ul, .nav .page-item-171 li { width:175px; }
.nav .page-item-3031 ul, .nav .page-item-3031 li { width:170px; }

#nav-04 ul, #nav-04 li { width:128px; }
#nav-05 ul, #nav-05 li { width:128px; }

/* ------------------------------- Subnav ---------------------------- */
.subnav{
	margin:0 10px 3em;
}
.subnav li{
	margin:0 10px 5px 5px;
}
.subnav ul li{
	margin:5px 0 0;
}
#column-left .subnav a{
	background-color: #CDDBE8;
	background-image: -moz-linear-gradient(top, #CDDBE8, #7AC3E6);
	background-image: -ms-linear-gradient(top, #CDDBE8, #7AC3E69);
	background-image: -o-linear-gradient(top, #CDDBE8, #7AC3E6);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#CDDBE8), to(#7AC3E6));
	background-image: -webkit-linear-gradient(top, #CDDBE8, #7AC3E6);
	background-image: linear-gradient(top, #CDDBE8, #7AC3E6);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#CDDBE8', EndColorStr='#7AC3E6');
	-ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#CDDBE8', EndColorStr='#7AC3E6');
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	color: #1F4765;
    display: block;
    padding: 5px;
    text-decoration: none;
    width: 100%;
}
#column-left .subnav a:hover,
#column-left .subnav a:active{
	background-image: -moz-linear-gradient(top, #7AC3E6, #CDDBE8);
	background-image: -ms-linear-gradient(top, #7AC3E69, #CDDBE8);
	background-image: -o-linear-gradient(top, #7AC3E6, #CDDBE8);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#7AC3E6), to(#CDDBE8));
	background-image: -webkit-linear-gradient(top, #7AC3E6, #CDDBE8);
	background-image: linear-gradient(top, #7AC3E6, #CDDBE8);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#7AC3E6', EndColorStr='#CDDBE8');
	-ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#7AC3E6', EndColorStr='#CDDBE8');
	color:#000
}

/* ------------------------ vertical sprite nav ------------------------ */
/* ------------------------ vertical sprite nav ------------------------ */
#column-left #nav-practice {
	background:url("images/nav-practice.jpg") top left no-repeat;					
	width:256px;	/* Width of buttons, not entite image (or half of entire image) */
	height:377px;	 /* Height of entire image */
	margin: 0px;
	padding:0px;
	}
#nav-practice li span { display: none; }

#column-left #nav-practice li { float:left; list-style:none; position:relative; padding: 0px; background: transparent;}

#nav-practice li, #nav-practice a { 
	height:74px;	/* Each button must have the same height, define it here */
	display:block;
	}

/* margin-top to set where the procedure-nav should begin */
#nav-practice-01 { margin-top:3px; width:256px; }

/* margin-top if there is a spacing between each procedure-nav button */
#nav-practice-02, #nav-practice-03, #nav-practice-04, #nav-practice-05{  width:256px; }

#nav-practice-01 a:hover { background:url("images/nav-practice.jpg") -256px   -3px no-repeat; }
#nav-practice-02 a:hover { background:url("images/nav-practice.jpg") -256px  -77px no-repeat; }
#nav-practice-03 a:hover { background:url("images/nav-practice.jpg") -256px -151px no-repeat; }
#nav-practice-04 a:hover { background:url("images/nav-practice.jpg") -256px -225px no-repeat; }
#nav-practice-05 a:hover { background:url("images/nav-practice.jpg") -256px -299px no-repeat; }

/*-------------- OPTIONAL - Keeps the hover state on each page based on body #id ------------- */
body#auto-accidents #nav-practice-01 { background:url("images/nav-practice.jpg") -256px  -3px no-repeat; }
body#truckingtractor-trailer-accidents #nav-practice-02 { background:url("images/nav-practice.jpg") -256px  -77px no-repeat; }
body#motorcycle-accidents #nav-practice-03 { background:url("images/nav-practice.jpg") -256px  -151px no-repeat; }
body#wrongful-death #nav-practice-04 { background:url("images/nav-practice.jpg") -256px  -225px no-repeat; }
body#medical-malpractice #nav-practice-05 { background:url("images/nav-practice.jpg") -256px -299px no-repeat; }

#login-bottom {border-top: 1px solid #fff; }
#login-bottom p {float:right; padding:20px;}
