/* 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;
}
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-right: 7px;
	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; */
}
#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 {
	height: 167px;
	background: transparent url(../images/common/background-header.gif) no-repeat 7px 162px;	
}
.imgBdr { 
	border: 1px solid #CCC; 
	float: right; 
	margin-top: 11px;
}
#intro {
	width:504px;
	margin-right: 8px;
	float: right;
}
html > body #intro { margin-right: 16px; }
#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; }

