body {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	font-size: 12px;
	background-color: #7f7f7f;
}

h1 {
	margin: 0;
	margin-bottom: 16px;
	padding: 0;
	color: #535353;
	font-size: 22px;
}

h2 {
	margin: 0;
	margin-bottom: 16px;
	padding: 0;
	color: #446140;
	font-size: 18px;
	border-bottom: 1px solid #777;
}

p {
	margin-top: 0;
}


.floatright {
	float: right;
	margin-left: 20px;
	margin-bottom: 20px;
}

.floatleft {
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
}

.imageonleft {
	margin-left: 200px;
}

.imageonleft h2 {
	border: none;
}

.bold {
	font-weight: bold;
}

.border {
	border: 1px solid #777;
}

.quote {
	font-family: "Times New Roman", Times, serif;
	font-size: 15px;
	font-style: italic;
	font-weight: bold;
	display: block;
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0;
}

.quote_author {
	display: block;
	width: 80%;
	text-align: right;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
}

#white_bg {
	background-color: #fff;
	padding-bottom: 13px;
}

#wrapper {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}

#banner {
	float: left;
	width: 358px;
}

#navigation {
	float: right;
	width: 602px;
}

.center {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
.blockcenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

#footer {
	background-image: url(../images/layout/footer.jpg);
	background-repeat: repeat-x;
	background-color: #7b7b7b;
	min-height: 87px;
	color: #fff;
}

#footer h2 {
	border: none;
}

#footer_wrapper {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}

#footer_logo {
	margin: 0;
	padding: 0;
	width: 259px;
	height: 87px;
	float: right;
}

#footer_content {
	width: 701px;
	float: left;
	margin-top: 55px;
}

#footer_content h2 {
	font-size: 14px;
	color: #fff;
	margin-top: 20px;
}

#footer_content ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#footer_content ul li {
	margin: 0;
	padding: 0;
	padding-bottom: 5px;
	padding-top: 5px;
	margin-right: 20px;
	border-bottom: 1px solid #4e4e4e;
	font-size: 11px;
	color: #eae9d5;
	font-weight: bold;
}

.clearing {
	clear: both;
}


/* Links */

a {
	text-decoration: underline;
	color: #2b6e31;
}
a:visited {
	text-decoration: underline;
	color: #2b6e31;
}
a:active {
	text-decoration: underline;
	color: #2b6e31;
}
a:hover {
	text-decoration: underline;
	color: #503e0d;
}

#expanded_content_nav a {
	text-decoration: none;
	color: #503e0d;
}
#expanded_content_nav a:visited {
	text-decoration: none;
	color: #503e0d;
}
#expanded_content_nav a:active {
	text-decoration: none;
	color: #503e0d;
}
#expanded_content_nav a:hover {
	text-decoration: underline;
	color: #503e0d;
}

#footer a {
	color: #ddd;
	text-decoration: underline;
}
#footer a:visited {
	color: #ddd;
	text-decoration: underline;
}
#footer a:active {
	color: #ddd;
	text-decoration: underline;
}
#footer a:hover {
	color: #fff;
	text-decoration: underline;
}

#footer_content ul li a {
	text-decoration: none;
	color: #eae9d5;
}
#footer_content ul li a:visited {
	text-decoration: none;
	color: #eae9d5;
}
#footer_content ul li a:active {
	text-decoration: none;
	color: #eae9d5;
}
#footer_content ul li a:hover {
	text-decoration: underline;
	color: #fff;
}

/* Home Page */
#home_content {
	background-image: url(../images/layout/home/home_image.jpg);
	background-repeat: no-repeat;
	background-color: #fff;
	min-height: 378px;
	border-left: 1px solid #d6d6d6;
	border-right: 1px solid #d6d6d6;
	margin-left: 4px;
	width: 950px;
	padding-bottom: 15px;
}

#home_text {
	width: 585px;
	padding-left: 20px;
	padding-top: 152px;
	font-size: 12px;
	color: #666666;
}

#home_bottombar {
	margin-top: 13px;
}

/* Expanded Pages */
#expanded_content {
	background-image: url(../images/layout/expanded/content_background.jpg);
	background-repeat: repeat-y;
	width: 960px;
	margin: 0;
	padding: 0;
}

#expanded_content_nav {
	float: left;
	width: 224px;
	margin-left: 6px;
}

#expanded_content_nav img {
	border-bottom: 1px solid #d6d6d6;
}

#expanded_content_nav ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#expanded_content_nav ul li {
	text-align: center;
	padding: 8px;
	border-bottom: 1px solid #d6d6d6;
	color: #535353;
	font-weight: bold;
	font-size: 11px;
}

#expanded_content_padded {
	padding: 20px;
}

.expanded_content_quote {
	font-family: "Times New Roman", Times, serif;
	color: #5a4a19;
	font-size: 15px;
	font-weight: bold;
	font-style: italic;
	margin-bottom: 16px;
}

.expanded_content_quote_author {
	text-align: right;
	color: #5a4a19;
	font-size: 14px;
	margin-bottom: 25px;
}

#expanded_content_text {
	width: 693px;
	margin-left: 231px;
	padding: 16px;
	padding-top: 10px;
}

/* Management Page */

h2.management_heading {
	font-size: 15px;
	margin-bottom: 0px;
	border: none;
}

p.management_subtitle {
	color: #535353;
	font-weight: bold;
	font-style: italic;
	font-size: 11px;
	margin: 0;
	border-bottom: 1px solid #bbbbbb;
	margin-bottom: 16px;
	padding-bottom: 2px;
}

/* Resources Page */

h3.research {
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 0;
}

.research_subtitle {
	color: #535353;
	font-weight: bold;
	font-size: 11px;
	margin: 0;
	padding: 0;
	margin-bottom: 16px;
}

.research_insight {
	margin-bottom: 28px;
}

/* Solutions Page */
table.solutions {
	display: block;
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 30px;
}

table.solutions tr.header {
	background-color: #ddd;
	text-align: center;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

table.solutions tr td {
	margin: 0;
	padding: 10px;
}

table.solutions tr.even {
	background-color: #eee;
}

table.solutions tr.odd {
	background-color: #fafafa;
}

table.solutions p {
	margin: 0;
}