﻿/* 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: 1;
}
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;
}


#container
{
	
	width:800px;
	margin:50px auto 0 auto;
	border:1px solid #000;
		
}

#header
{
	height:184px;
}


#menu
{
	width:164px;	
	float:left;
	font-family:"TrajanPro Bold";
	font-size:12px;
	line-height:18px;
	text-transform:uppercase;
}

#menu ul
{
	margin-left:15px;
	margin-top:40px;
	width:150px;
}

#menu li
{
	margin-bottom:17px;
}

#menu ul li a
{
	color:#fff;
	text-decoration:none;
}

#content
{
	float:right;
	width:600px;
	font-family:Arial;
	
}

#wrapper
{
	background-image:url('../images/sidebar.gif');
	background-repeat:repeat-y;		
	background-color:#fff;
}

#coname
{
	margin:10px auto;
	display:block;
}

#content p
{
	line-height:24px;
	margin-right:25px;
	margin-bottom:20px;
	text-align:justify;
}

#content a, #contactinfo tr td a
{
	color:#01465F;
	text-decoration:none;
}


#content ul
{
	margin-bottom:15px;
	list-style-type:disc;
}

#content ul li
{
	margin-bottom:15px;
}

.cl
{
	clear:both;
}

h1, h2
{
	margin-bottom:10px;
}

.casetitle
{
	font-style:italic;
}

#header span
{
	float:right;
	display:block;
	background-image:url('../images/captionbackground.png');
	color:#fff;	
	margin-top:20px;
	padding:8px;
	padding-left:20px;
	line-height:20px;
	text-transform:uppercase;
	font-size:12px;
	width:150px;
}



.lawyers
{
	float:left;
	width:200px;	
}

.lawyers li
{
	list-style-type:none;
}

.lhead
{
	width:200px;
	display:block;
	float:left;
}

#contactinfo td
{
	padding:10px 0;
	padding-right:30px;
}


address
{
	font-style:normal;
	margin-bottom:5px;
}