body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666666;
	text-align: center;
	background: #378983;
}
h2 {
	margin: 0px;
	padding: 0px;
	color: #2c668d;
	font-size: 14px;
	font-weight: bold;
}
h3 {
	margin: 0px;
	padding: 0px;
	color: #2c668d;
	font-size: 14px;
}
h4 {
	margin: 0px;
	padding: 0px;
	color: #666666;
	font-size: 14px;
	font-weight: bold;
}
h4 {
	margin: 0px;
	padding: 0px;
	font-size: 14px;
	font-weight: bold;
}
a {
	color: #2a618d;
}
a img {
	border: 0px;
}


/* --- */

.txt {
	position: absolute;
	left: -789em;
}
.float_left {
	float: left;
	margin: 0px 15px 20px 0px;
}
#vCard {
	display: block;
	margin-left: 240px;
	margin-bottom: 10px;
	padding: 0px 10px 0px 70px;
	border-top: 1px solid #378983;
	color: #2a618d;
	font-size: 11px;
	line-height: 40px;
	text-decoration: none;
	background: url(/i/vCard.gif) no-repeat;
	background-position: 20px 10px;
}
#vCard:hover { text-decoration: underline; }

/* --- */

#container {
	margin: 0px auto 0px auto;
	padding: 0px 15px 0px 15px;
	width: 800px;
	text-align: left;
	background: url(/i/ctn_bg.gif) center repeat-y;
}

/* --- */

#header {
	position: relative;
	height: 161px;
	background: url(/i/header.gif) no-repeat;
}
#pic1,#pic2 {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 204px;
	height: 134px;
	background-position: center;
	background-repeat: no-repeat;
}
#pic2 {
	left: auto;
	right: 0px;
}

/* --- */

#main {

}

/* --- */

#sidebar {
	float: left;
	width: 242px;
	background: url(/i/sidebar_edge.gif) no-repeat;
	background-position: 220px 10px;
}
#nav {
	list-style: none;
	margin: 55px 0px 60px 5px;
	padding: 0px;
}
#nav li {
	position: relative;
	margin: 8px 0px 11px 0px;
	padding: 0px;
}
#nav li a {
	display: block;
	width: 202px;
	height: 17px;
	text-indent: -789em;
	text-decoration: none;
	background-position: left center;
	background-repeat: no-repeat;
}
#nav li a:hover {
	background-position: right center;
}

#nav_home { background-image: url(/i/nav_home.gif); }
#nav_firm_overview { background-image: url(/i/nav_firm_overview.gif); }
#nav_attorney_profile { background-image: url(/i/nav_attorney_profile.gif); }
#nav_areas_of_practice { background-image: url(/i/nav_areas_of_practice.gif); }
#nav_resources { background-image: url(/i/nav_resources.gif); }
#nav_why_choose_bonnie { background-image: url(/i/nav_why_choose_bonnie.gif); }
#nav_contact_us { background-image: url(/i/nav_contact_us.gif); }
#nav_for_clients { background-image: url(/i/nav_for_clients.gif); }

#nav li ul {
	position: absolute;
	list-style: none;
	margin: 0px;
	padding: 0px 12px 12px 12px;
	background: #2a618d;
	left: -789em;
}
#nav li ul li {
	margin: 0px;
	padding: 0px;
}
#nav li ul li a {
	line-height: 30px;
	text-indent: 0px;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
#nav li ul li a:hover {
	color: #feb455;
	text-decoration: underline;
}

#nav li:hover ul,
#nav li.sfhover ul { 
	top: 0px;
	left: 217px;
}

/* --- */

#content {
	float: left;
	width: 531px;
	padding-top: 21px;
	padding-right: 26px;
}

/* --- */

#footer {
	
}

/* --- */

#abs_footer {
	padding-top: 15px;
	font-size: 12px;
	background: url(/i/ctn_btm.gif) top center no-repeat;
}
#abs_footer,
#abs_footer a {	
	color: #FFFFFF;
}
#abs_footer span {
	font-size: 11px;
}

/* --- */

#contact_form {
	float: right;
	width: 260px;
}

#form .standard input,
#form .standard textarea {
	width: 250px;
}

#form .standard {
	clear: both;	
	margin-top: 8px;
	margin-bottom: 20px;
}

#form .autoWidth input { width: auto; }
#form .autoWidth .field div { 
	float: left;
	width: 75px;
	padding-top: 3px;
}

#form .wide textarea { width: 512px; }
ul.profile {
  list-style-type: disc;
  margin-left: 15px;
  padding-left: 15px;
}
