body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: center;
	background: url(/i/bg.gif) center; 
}
a {
	color: #5a1f4b;
}
a img {
	border: 0px;
	
}
img {
	border: 1px solid #5c1c4e;
}
h2 {
	color: #5c1c4e;
	font-style: italic;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	margin: 18px 0px 18px 0px;
}
h3 {
	font-size: 15px;
}
h4 {
	font-size: 13px;
}

/* --- */

.txt {
	position: absolute;
	left: -789em;
}
.col50 {
	float: left;
	width: 50%;
}

/* --- */

.box {
	width: 229px;
	color: #f6f3e0;
	font-family: Georgia, "Times New Roman", Times, serif;
	background: url(/i/box_mid.gif) center repeat-y;
}
.box h3 {
	font-size: 16px;
	text-align: center;
	text-transform: uppercase;
}
.box a {
	color: #cfbec6;
	font-size: 15px;
	font-weight: bold;
}
.box ul {
	margin: 0px 0px 20px 0px;
	padding: 0px;
}
.box ul li {
	margin: 0px 0px 10px 0px;
	padding: 0px;
}
.box_top {
	height: 16px;
	background: url(/i/box_top.gif) center top no-repeat;
}
.box_mid {
	padding: 0px 35px 0px 35px;
}
.box_btm {
	height: 16px;
	background: url(/i/box_btm.gif) center bottom no-repeat;
}


/* --- */

#container {
	margin: 0px auto 0px auto;
	width: 700px;
	padding: 0px 75px 0px 75px;
	text-align: left;
}

/* --- */

#header {
	
}

/* --- */

#nav_wrapper {
	background: #d4d0b3;
	height: 32px;
	border: 1px solid #5a1f4b;
}
#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
}

#nav a {
	display: block;
	padding: 0px 22px 0px 21px;
	font-weight: bold;
	font-size: 15px;
	height: 32px;
	line-height: 32px;
	text-decoration: none;
	background: url(/i/nav_div.gif) right center no-repeat;
}

#nav li { /* all list items */
	float: left;
	position: relative;
}

#nav li ul { /* second-level lists */
	position: absolute;
	width: 170px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	border-top: 1px solid #000000;
}
#nav li ul a {
	width: 167px;
	height: 22px;
	padding: 0px 0px 0px 3px;
	line-height: 22px;
	font-size: 12px;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	color: #000000;
	background: #CFBEC6;
	text-align: left;
}
#nav ul li a:hover {
	background: #FFFFFF;
	color: #000000;
}

#nav li ul ul { /* third-and-above-level lists */
	width: 300px;
	top: 0px;
	margin-left: 150px;
}
#nav li ul ul a {
	width: 300px;
}

#nav li:hover ul ul, #nav li.sfhover ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul { /* lists nested under hovered list items */
	left: 21px;
}

#nav li a { padding: 0px; text-align: center; }
#home { width: 84px; }
#attorney_profile { width: 150px; }
#options { width: 233px; }
#resources { width: 120px; }
#contact { width: 110px; }

/* --- */

#sidebar {
	float: left;
	width: 230px;
	margin-right: 20px;
	padding-top: 20px;
}
#content {
	min-height: 300px;
}
#content.wSidebar {
	float: left;
	width: 440px;
}

/* --- */

#footer {
	clear: both;
	margin: 18px 0px 0px 0px;
	border-top: 2px solid #c1b173;
}
#abs_footer {
	text-align: center;
}

@media print {
	
	#header img,
	#nav_wrapper {
		display: none;
	}
	.txt { left: 0px; }
	
}