@import url("form.css");

body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000;
	margin:0;
	background-image:url(/elements/images/bg.gif);
	background-color:#ACA093;
}
a{
	color:#652;
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}
#wrap {
	border:1px solid #333;
	width:769px;
	margin:4px auto;
	background-color:#FFF;
}
#header {
	border-style:solid;
	border-top-color:#978147;
	border-bottom-color:#666;
	border-width:18px 0 1px;
	height:122px;
	background-image:url(/elements/images/header_bg.jpg);
	background-position:right;
	background-repeat:no-repeat;
	margin:0 0 3px 0;
}
#header img {
	margin:45px 0 0 30px;
}
#content {
	border-top:1px solid #666;
	width:769px;
}
#content td{
	vertical-align:top;
}
#content a{
	text-decoration:underline;
	color:#978147;
}
#menu {
	width:170px;
	vertical-align:top;
	background-color:#e7e7e7;
}
#menu ul {
	list-style-type: none;
	margin:0;
	padding:0;
	border: none;
}
#menu li {
	border-bottom: 1px solid #FFF;
	margin: 0;
	letter-spacing:-0.02em;
}
#menu li a {
	display: block;
	background-color: #978147;
	color: #fff;
	text-decoration: none;
	font-weight:bold;
	text-transform:uppercase;
	padding:6px 0 7px 11px;
	font-size:11px;
	border-left:4px solid #978147;
}
#menu li a.practices {
	text-transform:none;
	font-size:80%;
	letter-spacing:normal;
}
html > body #menu li a {
	width: auto;
}
#menu li a:hover {
	background-color: #DCD3C1;
	color: #978147;
	border-left:2px solid #978147;
}
#copy_container {
	line-height:180%;
	padding:20px 14px;
	width:462px;
}
#contact_box {
	width:172px;
}
#contact_box div{
	width:168px;
	background-color:#978147;
	border-style:solid;
	border-color:#666;
	border-width:1px 0 1px 1px;
	margin:25px 0 0 4px;
	padding:10px;
}

#contact_box input, #contact_box textarea {
	margin:4px 0;
	width:160px;
	font-size:9px;
}
#address {
	font:10px/1.6em Georgia, "Times New Roman", Times, serif;
	width:146px;
	margin:20px auto;
}
#footer {
	padding:30px 16px 10px;
	color:#666;
	font-size:90%;
	line-height:2.0em;
}
h1 {
	color:#978147;
	font-weight:bold;
	margin:0 0 -0.4em;
	font-size:160%;
}
h2 {
	color:#978147;
	font-weight:bold;
	margin:1em 0 -0.4em;
	font-size:120%;
}