/*
	J.L. Hawkins & Associates, P.C.
	Display Styles
*/

html, body
{
	margin: 0;
	padding: 0;}


body
{
	font: 11pt/1.0em "Times New Roman",Georgia,serif;
	background: #333 url(../images/background.png) left top repeat-x;
	padding: 25px 0;
}

h2, h3, h4
{
	padding-left: 1em;
	margin: 0 0 .5em;
}


p
{
	margin: 1.0em 0;
	padding: 0 1em;
	line-height: 1.4em;
	text-align: justify;
}

dl
{
	padding: 0 .5em;
}

p img
{
	margin: 0 1em .5em 0;
}

div#main
{
	width: 780px;
	margin: 0 auto;
	background: #fff;
	padding: 0;
	overflow: hidden;
	height: 100%;
	border-top: 1px solid #eee;
	border-right: 1px solid #111;
	border-bottom: 1px solid #111;
	border-left: 1px solid #eee;
}

div#header
{
	width: 780px;
	height: 150px;
	text-align: center;
	background: navy url(../images/header.png) top left no-repeat;
	border-bottom: 1px solid #777;
}

img#print_header_image
{
	display: none;
}

ul#navigation
{
	padding: 0 0 0 15px;
	margin: 0 0 10px 0;
	list-style: none;
	background-color: #ccc;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #777;
	overflow: hidden;
	height: auto !important;
	height: 1%; /*ie6*/
	font: bold 9pt/1.8em Arial,Helvetica,sans-serif;
}

ul#navigation li
{
	float: left;
	padding: 0;
	margin: 0;
}

ul#navigation li a
{
	text-decoration: none;
	color: #333;
	float: left;
	padding: 3px 35px 3px 0;
	margin: 0 0;
	background: url(../images/slash.gif) top right no-repeat;
}

ul#navigation li a:hover { color: #a40b09; }

/* 74px x 86px image */
div.service
{
	width: 250px;
	margin:  10px 10px 10px 37px;
	padding: 0 0 0 75px; 
	float: left;
	height: 120px;
	background-position: top left;
	background-repeat: no-repeat;
}

div.service h2
{
	font: bold 9pt/1.8em Arial,Helvetica,sans-serif;
	padding: 0 0 0 5px;
	margin: 0;
	background-color: #ccc;
	border: 1px solid #aaa;
	border-left: none;
}

div.service h2 a
{
	text-decoration: none;
	color: #555;
}

div.service:hover h2 a,
div.service h2 a:hover
{
	color: #a40b09;
}

div.service p
{
	padding: 0 0 0 5px;
	margin: 0 0 1em;
	font-size: 80%;
}

div#automobile
{
	background-image: url(../images/automobile.png);
}

div#motorcycle
{
	background-image: url(../images/motorcycle.png);
}

div#nursinghome
{
	background-image: url(../images/nursinghome.png);
}

div#probate
{
	background-image: url(../images/probate.png);
}

div#policemisconduct
{
	background-image: url(../images/policemisconduct.png);
}

div#wrongfuldeath
{
	background-image: url(../images/wrongfuldeath.png);
}

div#commercial
{
	width: 704px;
	margin: 0 auto;
}

form#consultation
{
	width: 460px;
	margin: 2em auto 3em;
}

form#consultation table
{
	margin: 0 0 0 -50px;
}

form#consultation td
{
	width: 300px;
	text-align: left;
	vertical-align: top;
}

form#consultation td.label
{
	width: 150px;
	text-align: right;
	padding-right: 10px;
}

form#consultation td input,
form#consultation td textarea
{
	width: 300px;
}

form#consultation td textarea
{
	height: 80px;
}

form#consultation td input#Submit
{
	width: auto;
}

div#footer
{
	margin: 25px 0;
	padding: 0 0 0;
	clear: both;
	font-size: 76%;
	text-align: center;
}

div#footer address
{
	font-style: normal;
	text-align: center;
}

div#footer p
{
	text-align: center;
	margin: 0;
	padding: 0;
}

.image_left { float: left; clear: right; }
.image_right { float: right; clear: left; padding-left: 1em; }
.hover_select { cursor: pointer; }

