BODY {
	margin: 0px;
	background-color: #888;
}

TD,TR,P {
	font: 12px arial, swiss, verdana "sans-serif";
	line-height: 18px;
	color: #fff;
}

A {
	color: #ccc;
	text-decoration: none;
}
A:HOVER {
	color: #ccc;
	text-decoration: underline;
}

/* ----- general classes ----- */
.title {
	font-size: 18px;
	color: #fff;
	font-family: swiss, arial, verdana, 'sans-serif';
	font-weight: bold;
}

.sub-title {
	font-size: 18px;
	color: #444;
	font-family: swiss, arial, verdana, 'sans-serif';
	font-weight: bold;
}

.sub-title2 {
	font-size: 14px;
	color: #444;
	font-family: swiss, arial, verdana, 'sans-serif';
	font-weight: bold;
}

.bolder {
	font-weight: bold;
	font-size: 14px;
}

.pad_btm {
	padding-bottom: 40px;
}

.bullet {
	padding-right: 10px;
}

.sitemap1 {
	font-weight: bold;
}

.sitemap1b {
	font-weight: bold;
	padding-bottom: 15px;
}

.sitemap2 {
	padding-left: 10px;
	padding-bottom: 15px;
}

.sitemap3 {
	padding-bottom: 15px;
}

/* ----- content ----- */
#content {
	width: 770px;
	height: 250px;
}

#content td {
	
}

#content td.main {
	padding: 0px 85px 40px 110px;
}

#content .sml {
	font-size: 11px;
}

/* ----- lawyers ----- */
#lawyers {
	width: 770px;
	height: 400px;
}

#lawyers td {
	
}

#lawyers td.name {
	padding-left: 135px;
	height: 43px;
}

#lawyers td.photo {
	padding-left: 12px;
	padding-right: 25px;
}

#lawyers td.bio {
	width: 269px;
}

#lawyers td.info {
	padding-left: 40px;
}

/* ----- info ----- */
#info {
	width: 326px;
}

#info td {
	color: #ccc;
}

#info td.label {
	width: 108px;
	padding-right: 10px;
}

#info td.label2 {
	font-weight: bold;
	font-size: 11px;
}

#info td.copy {
	padding-left: 15px;
}

#info td.contact {
	/*padding-top: 5px;*/
}

/* ----- form ----- */
#form {
	width: 500px;
}

#form td {
	padding: 2px;
}

#form td.zone {
	padding-top: 10px;
	font-size: 12px;
	font-weight: bold;
	border-bottom: 1px solid #ccc;
}

#form td.field {
	padding-right: 20px;
	font-weight: bold;
}

#form td.field2 {
	padding-right: 20px;
}

#form td.notes {
	font-size:10px;
}

#form .input {
	border: 1px solid #ccc;
	font-size: 11px;
	color: #fff;
	background-color: #666;
	padding: 2px;
}

/* ----- news ----- */
#news {
	width: 570px;
	margin-left: 10px;
	margin-top: 15px;
}

#news td {
	padding: 2px;
}

#news td.heading {
	font-weight: bold;
}

#news td.date {
	font-size: 11px;
	color: #ccc;
}

#news td.authors {
	color: #ccc;
}

#news td.file_info {
	font-size: 11px;
}

#news td.copy {
	font-size: 11px;
}

#news td.copy_main {
	padding-bottom: 10px;
}

#news a {
	font-size: 12px;
	text-decoration: none;
}

#news a:hover {
	font-size: 12px;
	text-decoration: underline;
}

#news td.heading a, #news td.heading a:hover {
	font-weight: bold;
	font-size: 12px;
	text-decoration: underline;
	color: #fff;
}

#news .detail_image {
	margin: 3px 0px 5px 10px;
	border: 1px solid #333;
}