body {
	margin: 0;
	padding: 0;
	font-family: Arial, "Trebuchet", "Georgia", serif;
	font-size: 15px;
	line-height: 1.75em;
	background-color: #FFF;
	color: #333;
}
body.bio #content {
	line-height: 1.25em;
}
img {
	border: 0;
}
#home {
	background-color: #41110d;
	color: #FFF;
}
h2 {
	font-size: 25px;
}
h3 {
	font-size: 16px;
}
.practices h3, .articles h3 {
	border-top: #41110D 3px solid;
	padding-top: 20px;
	margin-top: 20px;
}
.practices .yellow-box h3 {
	border-top: 0;
}
h4 {
	font-size: 18px;
	padding-bottom: 0;
	margin-bottom: 0;
}
a {
	color: #663;
	text-decoration: none;
}
a:hover {
	color: #a4a468;
}
blockquote {
	margin-top: 0;
	margin-bottom: 0;
}
span.smaller {
	font-size: 11px;
}
#home a {
	color: #FFC;
}
#home a:hover {
	color: #a4a468;
}
#wrapper {
	padding-left: 10%;
	background: url(../images/bkgd_tile_fff.gif) repeat-x;
}
#home #wrapper {
	background: url(../images/bkgd_tile.gif) repeat-x;
}
#subnav_area {
	float: right;
	width: 195px;
	padding: 30px;
}
#subnav_area img {
	border: 8px #a3a564 solid;
}
/* separate style for homepage */
#home #subnav_area img {
	border:8px solid #2F0C0A;
}
#subnav {
	margin: 0;
	padding: 25px 0 0;
	list-style: none;
}
#subnav li a {
	display: block;
	width: 160px;
	border: 6px solid #996;
	margin-bottom: 5px;
	text-align: center;
	font-size: 16px;
	text-decoration: none;
	padding: 3px 10px 2px;
	text-transform: uppercase;
}
#home #subnav li a {
	border-color: #2f0c0a;
}
#main {
	padding-right: 225px;
}
#header {
	padding: 91px 0 0 50px;
}
/*
#home #header {
	padding-top: 287px;
}
*/
#topnav {
	color: #a4a468;
	padding: 5px 0 0 0;
	margin: 0;
	text-align: right;
	font-size: 20px;
}
#topnav a {
	font-size: 18px;
	text-decoration: none;
	padding: 5px 10px;
	text-transform: uppercase;
}
#content {
	padding: 40px 105px 30px 60px;
}
#footer {
	clear: both;
	text-align: right;
	font-size: 12px;
	color: #a4a468;
	padding-right: 35px;
}
#homebar {
	float: right;
	margin-top: 35px;
	width: 485px;
	min-height: 185px;
	padding-left: 40px;
	background: #fefed0 url(../images/frontdesk.jpg) 100% 0 no-repeat;
	color: #300;
}
#homebar h3 {
	margin-top: 0;
	padding-top: 15px;
	font-style: italic;
}
#homebar ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
#homebar li {
	margin-left: 15px;
	padding-left: 20px;
	background: url(../images/homebullet.jpg) 0 50% no-repeat;
}
#homebar li a {
	color: #300;
	text-decoration: none;
	font-size: 16px;
}
#homebar li a:hover {
	text-decoration: underline;
}

.profile_area {
	position: relative;
	border: 8px #a3a564 solid;
	width: 178px;
	height: 367px;
}
.team_name {
	display: none;
	/*
	position: absolute;
	bottom: 0;
	background: url(../images/profile-name.png) no-repeat;
	color: #FFF;
	width: 178px;
	text-align: center;
	font-size: 13px;
	font-style: italic;
	*/
}
#profile_vivien {
	background: url(../images/profilepic_vivien.jpg) no-repeat;
}
#profile_chris {
	background: url(../images/profilepic_chris.jpg) no-repeat;
}
#profile_hsini {
	background: url(../images/profilepic_hsini.jpg) no-repeat;
}
#profile_wendy {
	background: url(../images/profilepic_wendy.jpg) no-repeat;
}
#profile_tiana {
	background: url(../images/profilepic_tiana.jpg) no-repeat;
}
.readmore {
	text-align: right;
}
.readmore a {
	text-decoration: none;
}
.yellow-box {
	padding: 0 10px 10px;
	background-color: #F6F6C0;
	border: 1px solid #999;
}
.disclaimer {
	font-size: 12px;
	padding-top:10px;
	line-height: 1.2em;
}
#map_canvas {
	float: right;
	width: 400px;
	height: 400px;
	border: 1px solid #333;
}