/* HTML */
body {
	background-image: url(../images/common/background.gif);
	margin: 20px 0 0 0;
	text-align: center;
	font-family: arial, verdana, sans-serif;
	font-size: 12px;
}
h1 {
	color: #900;
	font: normal 19px georgia,'times new roman', times, serif;
	margin: 12px 0 6px 26px;
	text-align: left;
}
h2 {
	color: #666;
	font: bold 14px arial, verdana, sans-serif;
	margin: 4px 0 6px 0;
}
h3 {
	width: 330px;
	height: 120px;
	margin: 0 0 0 7px;
	background: transparent url(../images/common/logo.gif) no-repeat;
}
h3 a {
	display: block;
	height: 100%;
	text-indent: -9999px;
}
ul 					{ color: #c36464; list-style-type: square; }

/* TEXT STYLES */
.disclaimer { color: #999; font-size: 10px; }
.mono { font-family: 'courier new', courier, monospace; font-size: 130%; }
p.tall { line-height: 170%; }
p { margin:0 0 12px 0; }
.bodyText, #copyBox p { color: #6B6B6B; }
td { font-size: 12px; }
.medText { font-size: 11px; }
.smText { font-size: 10px; color: #999; }

/* LAYOUT */
#address {
	background: #fff url(../images/common/blend.gif) no-repeat;
	width: 213px;
	margin: 0 7px 20px 0;
	text-align: left; 
}
html > body div#address { margin-left: 11px; }
#address p {
	font-size: 11px;
	color: #8d8d8d;
	padding: 16px 0 0 20px;
	line-height: 17px;
}
#attContainer { 
	background: white url(../images/bk-attorney.gif) no-repeat;
	clear: both;
	width: 768px;
	margin-left: 7px;
	min-height: 218px;
}
#col1 { 
	width: 231px; 
	float: left; 
	text-align: right; 
	/* border: 1px solid green; */
}
#col1 h2 {
	color: #900;
	font: normal 16px georgia,'times new roman', times, serif;	
	margin: 15px 0 4px 0;
}
#contact { margin-left: 26px; }
#contact div {
	text-align: left;
	margin: 13px 0 8px 0;
	font-size: 11px; 
	color: #666; 
}
#container { 
	background: white url(../images/bk-sublevel.gif) no-repeat;
	clear: both;
	width: 768px;
	margin-left: 7px;
	min-height: 50px;
}
#copyBox {
	float: right;
	width: 490px;
	margin: 16px 0 0 0;
	line-height: 140%;
}
.dataTbl {
	width: 95%;
}
.dataTbl td {
	padding: 8px 0 8px 0;
	border-bottom: 1px solid #DDD;
	color: #6B6B6B;
}
.fl { float: left; }
.fr { float: right; }
#footer {
	text-align: right;
	width: 770px;
	margin: 0 auto;
}

#header {
	background: #FFF url(../images/common/background-nav.gif) repeat-x;	
}
#header ul {
	height: 47px;
	margin: 0 0 0 8px;
	padding: 0;
}
#header ul li {
	float: left;
	list-style-type: none;
}
#header ul li a {
	color: #3778E3;
	display: block;
	margin-top: 7px;
	padding: 19px 19px 7px 19px;
	text-decoration: none;
	border-left: 2px solid #FFF;
}
#header ul li:first-child a {
	border: 0;
}
#header ul li a:hover 		{ background-color: #FFF; }

#home a#hom, #about a#abo, #attorneys a#att, #practice a#pra, #representative a#rep, #publications a#pub, #contactus a#con { 
	background-color: #FFF; 
}
#new_header ul li:first-child a {
	border: 0;
}

.imgBdr { 
	border: 1px solid #CCC; 
	float: right; 
	margin-top: 11px;
}
#intro {
	width:504px;
	margin-right: 8px;
	float: right;
}
html > body #intro { margin-right: 16px; }

.portrait {
	float: left;
	margin: 3px 14px 0 0;
}
#printHeader {
	display: none;
}
#subNav {
	line-height: 160%;
	font-weight: bold;
	color: #900;
}
#textNav {
	background-image: url(../images/common/bottom.gif);
	background-repeat: no-repeat;
	margin: 0 auto;
	height: 40px;
	width: 782px;
	clear: both;
	font-size: 11px;
	text-align: right;
	padding: 4px 0 12px 0;
}
#wrapper {
	width: 796px;
	margin: 0 auto;
	text-align: left;
	background: #fff url(../images/shadow.gif) repeat-y;	
}

/* LINKS */
a { color: #5083d1; text-decoration: underline; }
a:hover { text-decoration: none; }
a.grey { color: #8d8d8d; }
a.red { color: #c36464; text-decoration: none; } 

#contact a { color: #666; text-decoration: none; }
#contact a:hover { text-decoration: underline; }

#subNav a { font-weight: normal; }


