* {
	padding: 0;
	margin: 0;
}

body {
	font: 100.01% "Lucida Sans Unicode", "Lucida Grande", Tahoma, Helvetica, sans-serif;
	color: #000;
	background-color: #fff;
	text-align: center;
}

#wrapper {
	width: 965px;
	margin: 0 auto;
	text-align: left;
	position: relative;
}

#header {
	background-color: transparent;
	text-align: center;
}

#header img { margin: 10px 0; }

h1 {margin: 10px 0; padding: 0;
	position: relative;
	overflow: hidden;
	width: 965px; height: 70px;
	}

h1 span {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	margin: 0;
	padding: 0;
	width: 965px;
	height: 70px;
	background-image: url("grfx/logo.jpg");
	background-repeat: no-repeat;
	background-position: left;
}

#leftcolumn {
	display: inline;
	/* IE Hack */
	width: 340px;
	float: left;
	background-color: transparent;
}

#rightcolumn {
	display: inline;
	/* IE Hack */
	width: 605px;
	float: left;
	margin-left: 20px;
	background-color: transparent;
}

#footer {
	background-color: transparent;
	width: 100%;
	text-align: center;
	display: inline;
	/* IE Hack */
	float: left;
	padding: 30px 0 20px 0;
}

#footer p {
	font-size: 0.7em;
	color: #505050;
}

#footer p#me { display: none; }
#homepage #footer p#me { display: block; }

#menu {margin-top: 30px; padding-bottom: 10px;
	border-bottom: 8px #4684D9 solid;}

#menu ul {
	margin: 10px auto;
	list-style-type: none;
}

#menu li {
	width: 305px;
	background-image: url(grafix/tab.jpg);
	background-repeat: no-repeat;
}

#menu a {
	display: block;
	width: 100%;
	padding: 7px 0 7px 42px;
	text-decoration: none;
	font-size: 1.0em;
	/*letter-spacing: 0.05em;*/
	background-image: url(grfx/arrowred.jpg);
	background-repeat: no-repeat;
	background-position: 0 0.6em;
}

#menu a:link, #menu a:visited, #menu a:active { color: #000; }

#menu a:hover, #menu a:focus {
	color: #7F7F7F;
	background-image: url(grfx/arrowblue.jpg);
	background-repeat: no-repeat;
	background-position: 0 0.6em;
}

#homepage #homelink a, #firmpage #firmlink a, #expertpage #expertlink a, #areapage #arealink a, #locatepage #locatelink a {
	color: #7F7F7F;
	background-image: url(grfx/arrowblue.jpg);
	background-repeat: no-repeat;
	background-position: 0 0.6em;
	cursor: default;
} 

#lawnotes {margin: 40px 25px;}
#lawnotes p {margin-bottom: 20px;}
#lawnotes p:first-line {
	font-size: 1.4em;
	line-height: 1.2em;
	color: #120A4E;
	font-variant: small-caps;
	font-weight: bold;
}


#homestory {
	margin: 0 50px 10px 30px;
	padding-bottom: 10px;
	border-bottom: 13px #4684D9 solid;
}

#lawyermenu {
	margin: 18px 0 50px 50px;
	list-style-type: none;
	font-size: 1.0em;
}

#lawyermenu li {margin-bottom: 12px;}

#bios {margin: 35px 15px 0 15px;}

div.lawservices {margin: 20px 50px;}
div.lawservices ul, ul.mainlist { list-style-type: none; margin-left: 40px; }
div.lawservices li, ul.mainlist li {
	font-size: 0.8em;
	margin-bottom: 9px;
	padding-left: 16px;
	background-image: url(grfx/listbox.jpg);
	background-repeat: no-repeat;
	background-position: 0px 3px;
}

ul.mainlist li {background-image: url(grfx/tick.gif);}



#legalexperts {margin: 36px 20px 10px 20px;}

#contactpoints {margin-top: 30px;}

#contactpoints p {margin: 5px 55px 30px 10px; padding-bottom: 4px;
	border-bottom: 3px #4684D9 solid;}
	
p.findlawyers {text-align: center; margin: 30px 0;}

img { border: none; }
.mid { text-align: center; }
.righty {float: right; margin: 8px 0 8px 8px;}
.lefty {float: left; margin: 8px 8px 8px 0;}

p {
	font-size: 0.8em;
	line-height: 1.6em;
	margin: 10px;
}

p.lede { font-style: italic; }
p.end {padding-bottom: 10px;
	border-bottom: 5px #4684D9 solid;
	margin-bottom: 30px;}
p.pagetop {text-align: right;}


a {
	color: #000;
	font-weight: bold;
}

a:hover { color: #7F7F7F; }



h2, h3, h4 {color: #120A4E; font-weight: bold; margin: 12px;}

h2 { font-size: 1.4em; }
h3 {font-size: 1.0em;}
h4 {font-size: 0.9em;}


form {font-size: 0.8em; text-align: center; margin: 10px 30px; padding: 5px; border: 1px solid #000;}
form p {font-size: 1.0em;}
label {display: block; margin: 25px auto 5px auto;}
input {width: 35em;}
input#subbutton {display: block; margin: 10px auto; width: 10em;}




