* { margin: 0; padding: 0; }

hr { display: none; }

a { outline: none; text-decoration: none; }

a img { border: none; text-decoration: none; outline: none; }

body {
	font: 12px/1 Arial, Helvetica, Sans-Serif;
	text-align: center;
	background:#FBF6F4;
	padding: 42px 0;
	color:#A8523F;
}
#container {
	position: relative;
	margin: 0 auto;
	width: 816px;
	text-align: left;
	background: url(../g/header.jpg) no-repeat 0 0;
}
#header {
	height: 138px;
}
#contentarea {
	background: url(../g/c_mid.jpg) repeat-y 0 0;
}
body#default #contentarea {
	background: url(../g/c_foot.jpg) no-repeat 0 100%;
}
#inner {
	background: url(../g/c_in_top.jpg) no-repeat 0 0;
}
body#default #inner {
	background: url(../g/c_top.jpg) no-repeat 0 0;
}
#content {
	width: 382px;
	float: left;
	padding: 60px 40px 0;
	color:#F3D4C8;
	font-size: 13px;
}
body#default #content {
	padding: 30px 40px 0;
}
body#default #inner {
	height: 473px;
}
#promo {
	float: right;
	width: 354px;
}
#sidebar {
	float: right;
	width: 259px;
	padding: 44px 0 0 85px;
}
#navigation {
	position: absolute;
	top: 39px;
	right: 0;
	width: 297px;
}
#navigation #navA {
	float: left;
	width: 154px;
}
#navigation #navB {
	float: left;
	width: 108px;
}
#footer {
	clear: both;
	background: url(../g/c_in_foot.jpg) no-repeat 0 0;
	padding: 75px 35px;
}
body#default #footer {
	padding: 0 35px;
	background: transparent;
}
#logo {
	width: 292px;
	height: 130px;
	line-height: 125px;
	background: url(../g/logo.jpg) no-repeat 40px 16px;
	display: block;
	text-indent: -9999px;
}
#logo a {
	display: block;
	width: 292px;
	height: 130px;
	border: none;
	outline: none;
	text-decoration: none;
}

/* Navigation
--------------------------------------------------------------------------------------------------- */
#navigation ul li {
	list-style: none;
	width: 108px;
	line-height: 20px;
	height: 20px;
}
#navigation ul li a {
	width: 108px;
	line-height: 20px;
	height: 20px;
	display: block;
	text-indent: -9999px;
}
#n_home a {
	background: url(../g/n/home.gif) no-repeat 0 0;
}
#n_home a:hover {
	background-position: -108px 0;
}
#n_about a {
	background: url(../g/n/about.gif) no-repeat 0 0;
}
#n_about a:hover,
body#about #n_about a {
	background-position: -108px 0;
}
#n_contact a {
	background: url(../g/n/contact.gif) no-repeat 0 0;
}
#n_contact a:hover,
body#contact #n_contact a {
	background-position: -108px 0;
}
#n_resources a {
	background: url(../g/n/resources.gif) no-repeat 0 0;
}
#n_resources a:hover,
body#resources #n_resources a {
	background-position: -108px 0;
}
#n_services a {
	background: url(../g/n/services.gif) no-repeat 0 0;
}
#n_services a:hover,
body#services-offered #n_services a {
	background-position: -108px 0;
}
#n_practice a {
	background: url(../g/n/areasofpractice.gif) no-repeat 0 0;
}
#n_practice a:hover,
body#areas-of-practice #n_practice a {
	background-position: -108px 0;
}

/* Sidebar / Subnav
--------------------------------------------------------------------------------------------------- */
#subnav {
	background: url(../g/s/foot.jpg) no-repeat 0 100%;
	width: 212px;
	height: 322px;
}
#subnav dt {
	width: 212px;
	height: 52px;
	background: url(../g/s/areasofpractice.jpg) no-repeat 0 0;
	text-indent:-9999px;
}
body#areas-of-practice #subnav dt {
	background: url(../g/s/areasofpractice.jpg) no-repeat 0 0;
}
#subnav dd {
	padding: 0 0 0 10px;
	height: 39px;
	line-height: 39px;
}
#subnav dd#img { height: 184px; padding: 2px 0 0 10px; }
#subnav dd a {
	width: 195px;
	height: 39px;
	line-height: 39px;
	display: block;
	background: url(../g/s/bg_nav.jpg) no-repeat 0 0;
	text-indent: 10px;
	color:#AA5541;
	font-weight: bold;
	text-decoration: none;
}
#subnav dd a:hover,
#subnav dd.current a {
	color:#ECC1A5;
}

/* Content
--------------------------------------------------------------------------------------------------- */
body#default h1 { 
	font-size: 20px; 
	padding: 15px 0; 
	margin: 0 0 12px 0;
	line-height: 1.2em;
	font-weight: normal;
	font-size: 24px;
}
h2, h3, h4, h5, h6 {
	margin: 0 0 12px 0;
	line-height: 1.2em;
	font-family: Arial, Helvetica, Sans-Serif;
}
h2 { font-size: 20px; color:#EABB9B; }
h3 { font-size: 18px; }
h4 { font-size: 16px; color:#EABB9B; padding-top: 12px; }
h5 { font-size: 15px; }
h6 { font-size: 14px; color:#EABB9B; padding-top: 12px; }
#content a {
	color:#BFD4ED; 
	text-decoration: underline;
}
#content a:hover {
	color:#EABB9B;
}
#content p {
	line-height: 1.5em;
	margin: 0 0 12px 0;
}
#content p.first {
	margin: 30px 0 20px;
}
#content ul,
#content ol {
	margin: 0 0 12px 20px;
}
#content ul li ul {
	margin: 0 0 0 20px;
}
#content li {
	line-height: 1.8em;
}
#content .mem_list ul li {
	line-height: 1.4em;
	margin: 0 0 15px 0;
}
/* Footer
--------------------------------------------------------------------------------------------------- */
#footer a {
	color:#A8523F;
}
#footer a:hover {
	color:#781F1B;
}
#footer ul {
	padding: 5px 0 0 5px;
	float: left;
	clear: both;
	width: 350px;
	color:#781F1B;
}
#footer ul li {
	display: inline;
	padding: 0 15px 0 0;
}
#footer span { font-size: 10px; }
#footer .right {
	float: right;
	width: 350px;
}
#footer .left {
	float: left;
	width: 40%;
}
#footer address {
	display: block;
	height: 25px;
	line-height: 25px;
	width: 286px;
	background: url(../g/address2.gif) no-repeat 0 0;
	text-indent: -9999px;
	float: left;
}

#footer .stuff a {
	float: right;
	display: block;
	height: 25px;
	line-height: 25px;
	width: 227px;
	background: url(../g/email.gif) no-repeat 0 0;
	text-indent: -9999px;
}
#footer .stuff a:hover {
	background-position: -227px 0;
}
#footer .phone {
	float: right;
	display: block;
	height: 25px;
	line-height: 25px;
	width: 240px;
	background: url(../g/phone3.gif) no-repeat 0 0;
	text-indent: -9999px;
}


/* Contact Form
--------------------------------------------------------------------------------------------------- */
form label { 
	display: block;
	color:#E6A669;
	font-weight: bold;
	margin: 15px 0 0 0;
}
form input {
	display: block;
	width: 100%;
}

form legend  { display: none; }
form fieldset { border: none; }


form .zemError { clear: both; color:#E6A669; }

form textarea { 
	width: 100%; 
	margin: 0; 
	padding: 0; 
}

form input#zemSubmit {
	width: 90px;
	margin: 20px 0 0 0;
	float: right;
}

/* Helpers
--------------------------------------------------------------------------------------------------- */
.clear { clear: both; }

.clearfix:after {
content:".";
display:block;
height:0;
clear:both;
visibility:hidden;
}
.clearfix {display:inline-block;}
/* Hide from IE Mac \*/
.clearfix {display:block;}
/* End hide from IE Mac */