/* @group Meyer Reset */

/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

body {
	line-height: 14px;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */

:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */

ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */

table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* @end */

/* STRUCTURE THINGS */

body {
	font-family:Lucida Grande, Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:16px;
	background-image:url('images/bg_top.jpg');
	background-repeat:repeat-x;
}

p + p{
	padding-top:15px;
}

a {
	color:#336699;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

#container {
	width:960px;
	height:auto;
	margin-left:auto;
	margin-right:auto;
	padding-top:25px;
}

#banner {
	width:960px;
	height:125px;
	position:relative;
	float:left;
	padding-bottom:20px;
}

#banner h1 {
	font-family:Georgia, Times New Roman, serif;
	font-size:36px;
	color:#FFFFFF;
	font-weight:normal;
	padding-top:50px;
}

#banner h1 a {
	color:#FFFFFF;
}

#content {
	width:960px;
	height:auto;
	position:relative;
	clear:both;
}

#navcolumn {
	width:200px;
	height:auto;
	position:relative;
	float:left;
	padding-right:20px;
}

#maincolumn {
	width:520px;
	height:auto;
	position:relative;
	float:left;
	padding-right:20px;
}

#rightcolumn {
	width:200px;
	height:auto;
	position:relative;
	float:left;
}

#footer {
	width:960px;
	height:auto;
	position:relative;
	float:left;
	padding-bottom:20px;
	padding-top:15px;
	border-top:1px solid #333333;
	margin-top:20px;
}

.footer-left {
	width:400px;
	height:auto;
	position:relative;
	float:left;
}

.footer-right {
	width:400px;
	height:auto;
	position:relative;
	float:right;
	text-align:right;
}

/* NAVIGATION */

.attorneys_header {
	width:190px;
	height:auto;
	padding:5px;
	background-image:url('images/nav_bg.jpg');
	background-repeat:repeat-x;
	color:#FFFFFF;
	margin-bottom:15px;
}


/* STYLE THINGS */

h2 {
	font-family:Georgia, Times New Roman, serif;
	font-size:28px;
	color: #336699;
	font-weight:normal;
	line-height:17px;
	padding-bottom:8px;
}

h3 {
	font-family:Georgia, Times New Roman, serif;
	font-size:20px;
	color: #336699;
	font-weight:normal;
	padding-bottom:15px;
	line-height:17px;
}

h4 {
	font-family:Georgia, Times New Roman, serif;
	font-size:20px;
	color: #666666;
	font-weight:normal;
	font-style:italic;
	padding-bottom:15px;
	line-height:17px;
}

p + h3 {
	padding-top:20px;
}

dl + h3 {
	padding-top:20px;
}

dd {
	padding-left:20px;
}

.photo {
	padding:10px;
	border:solid 1px #666666;
	margin-bottom:20px;
}