@charset "UTF-8";
/* CSS Document */

body {
	margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: #bab57e url(../app_images/bottom_bg2.jpg) center top no-repeat;
	font-size: 14px;
}

a {
	color: #787442;
	text-decoration: none;
}
a:hover {
	color: #811618;
}

img {
	border: none;
}

.container {
	float: left;
	width: 100%;
}
#top_bg {
	float: left;
	width: 100%;
	text-align: center;
	background: #675b24 url(../app_images/top_bg.jpg) center top no-repeat;
}
#content_container {
	text-align: left;
	margin: 0 auto;
	width: 968px;
}
#content {
	float: left;
	width: 968px;
	background: url(../app_images/content_bg.gif) left top repeat-y;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
}
#header {
	float: left;
	width: 968px;
	height: 91px;
	padding: 26px 0 0 0;
	background: url(../app_images/header_bg.gif) left top no-repeat;
}
#nav {
	float: left;
	width: 916px;
	margin-left: 26px;
	display: inline;
	height: 25px;
}
#body {
	float: left;
	width: 852px;
	margin-left: 58px;
	display: inline;
	padding-bottom: 30px;
}
.container#home #body {
	padding-bottom: 0;
}
.container#inner_page #body {
	padding-bottom: 10px;
}
#content_bottom {
	float: left;
	width: 968px;
	height: 46px;
	background: url(../app_images/content_bottom_bg.gif) left top no-repeat;
}
#bottom_bg {
	float: left;
	width: 100%;
	text-align: center;
	/*background: url(../app_images/bottom_bg.png) repeat;
	behavior: url(assets/css/iepngfix.htc);*/
}
#footer {
	text-align: left;
	margin: 0 auto;
	width: 906px;
	margin-bottom: 10px;
}
#footer_content {
	float: left;
	width: 906px;
	position: relative;
	font-size: 11px;
	color: #787442;
	padding-top: 22px;
	background: #fff url(../app_images/footer_bg.gif) left top repeat-x;
}


/* Header */
#header img {
	float: left;
	display: inline;
}
#header img#logo {
	margin-left: 26px;
}

/* Nav */
#nav img, #nav a {
	float: left;
}
#nav a.first {
	margin-left: 34px;
}

/* Body */
#header_image {
	float: left;
	margin: 25px 0 50px 0;
	display: inline;
}

/* Content */
.landing_block {
	width: 213px;
	float: left;
	text-align: center;
}
.landing_block p {
	margin: 2px 0;
}
.landing_block2 {
	width: 284px;
	float: left;
	color: #a4a26d;
	font-size: 13px;
}
.landing_block2 p {
	margin: 6px 0;
}

.container #body {
	margin-top: 22px;
	padding-top: 22px;
	border-top: 1px solid #a3a26d;
}
.container#home #body {
	margin-top: 0;
	padding-top: 0;
	border-top: none;
}
#left_col {
	float: left;
	width: 216px;
	display: inline;
}
#left_col ul {
	color: #787442;
	margin: 2px 0 0 24px;
	padding: 0;
}
#left_col #bio_image {
	float: left;
}
#right_col {
	float: left;
	margin-left: 58px;
	width: 578px;
	display: inline;
}
.bio_info_box {
	float: left;
	width: 289px;
	margin-bottom: 10px;
}
.bio_info_box p {
	margin: 4px 0;
}
#scroller {
	float: left;
	width: 578px;
	height: 410px;
	margin-top: 10px;
	padding-bottom: 10px;
}
h1 {
	font-size: 18px;
	font-weight: normal;
	margin: 0;
}
#scroller h2, #left_col h2 {
	font-size: 16px;
	font-weight: normal;
	color: #77787b;
	margin: 10px 0;
	line-height: 30px;
	background: url(../app_images/underline.gif) top left repeat;
	padding-bottom: 4px;
}
#scroller h3 {
	font-size: 14px;
	margin: 10px 0;
}
#scroller p {
	margin: 10px 0;
}
#scroller ul, #scroller ol {
	margin: 10px 0 0 24px;
	padding: 0;
}
#scroller li {
	margin: 3px 0 3px;
}

#selected_profile a {
	color: #811618;
}

#selected_subnav a {
	color: #811618;
}

/* Footer */
#footer p {
	clear: left;
	float: left;
	width: 730px;
	margin: 50px 0 0 32px;
	padding-bottom: 12px;
	display: inline;
}
#footer img#home_philly_btn {
	float: left;
	margin-left: 32px;
	display: inline;
}
#footer img#home_dc_btn {
	float: left;
}
#footer img#goto_logo {
	position: absolute;
	right: 32px;
	bottom: 12px;
}
#footer img#chambers_logo {
	position: absolute;
	right: 98px;
	bottom: 12px;
}
#footer a {
	color: #787442;
	text-decoration: none;
}
#footer a:hover {
	color: #811618;
}

/* Print */
.print {
	position: relative;
	top: -18px;
	width: 70px;
	height: 24px;
	float: right;
}
.print img {
	float: left;
}
.print p {
	float: left;
	margin: 0 0 0 4px;
	display: inline;
}
.print a {
	color: #555;
}
.print a:hover {
	color: #777;
}

/* Back to Home */
.home_link {
	clear: both;
	float: left;
	width: 852px;
	margin-top: 10px;
	text-align: right;
}
#right_col .home_link {
	width: 578px;
}