<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
	background: #FFFFFF url(/images/templates/bg_body.png);
	padding: 0;
	margin: 0;
}

#page {
	background: #FFFFFF;
	width: 960px;
	position: relative;
	margin: 0 auto;
}

#header {
	text-align: center;
}

#header_logo {
	padding-top: 16px;
	margin-bottom: -4px;
}

#header_tagline {
	margin-bottom: 6px;
}

#header_contact {
	margin-bottom: 12px;
}

#header_menu {
	position: relative;
	height: 72px;
	background: #000000;
}

#header_menu_inner {
	/* this lets us hide the last divider */
	width: 854px;
	overflow-x: hidden;
	margin: 0 auto;
}

#header_menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 855px; /* 170 per item + dividers */
}

#header_menu ul li {
	list-style-type: none;
	float: left;
	margin: 0;
	width: 170px; /* using a fixed item width allows us to center the menu */
	text-align: center;
	padding: 10px 0;
	border-right: 1px solid #333333;
}

#header_menu a {
	display: inline-block;
	text-decoration: none;
	color: #FFFFFF;
	padding: 14px 24px;
}

#body {
	position: relative;
	padding: 20px;
}

#main.with_sidebar, #page.page_blog #main {
	margin-right: 320px; /* 300 sidebar + 20 gutter */
}

#main_inner {
	/* we need this so that reset divs in the content don't clear the sidebar */
	float: left;
	width: 100%;
}

#banner {
	background-color: #E2E2E2;
	text-align: center;
	padding: 40px;
	margin: -20px -20px 40px -20px;
}

#banner .portrait {
	border: 7px solid #999999;
}

.column_left {
	float: left;
	width: 280px;
	min-height: 390px;
	padding-right: 20px;
	background: url(/images/templates/bg_divider_vertical.png) top right no-repeat;
}
.column_middle {
	float: left;
	width: 280px;
	min-height: 390px;
	padding-left: 20px;
	padding-right: 20px;
	background: url(/images/templates/bg_divider_vertical.png) top right no-repeat;
}
.column_right {
	float: left;
	width: 280px;
	min-height: 390px;
	padding-left: 20px;
}

#sidebar {
	float: right;
	width: 300px;
}

#sidebar_1, #sidebar_2, #page.page_blog #wp-sidebar {
	background: #E2E2E2;
	padding: 18px;
}

#footer {
	height: 68px;
	background: #000000;
}

#footer_left {
	float: left;
	padding: 30px 0 0 20px;
}

#footer_right {
	float: right;
	padding: 30px 20px 0 0;
}
</pre></body></html>