body {
	background-color: #FFF;
	margin: 0;
}
/* IEPNGFIX */
img, div, .logo, #mtnRange, {
behavior: url(PIE.htc);
}
/* Global Header */
#header {
	margin-bottom: 10px;
	height: 175px;
}
#header.noNav {
	height: 130px;
}

#header .grid_24 {
	display: flex;
    flex-direction: row;
    align-items: center;
    justify-items: center;
    justify-content: flex-start;
}
#utility_bar {
	position: relative;
	float: right;
	top: 0px;
	right: 0;
	width: 435px;
	padding: 7px 0;
	font-size: 11px;
}
#utilities {
	float: right;
}
#utilities li.search {
	height: 22px;
	margin: 0;
	padding: 0;
}
#utilities li.search input.search_input {
	background-color: white;
	color: #999999;
	float: left;
	font-size: 11px;
	height: 22px;
	line-height: 22px;
	padding-bottom: 0;
	padding-left: 8px;
	padding-top: 0;
	width: 154px;
	border-top: 1px solid #E2E0DA;
	border-left: 1px solid #E2E0DA;
	border-right: none;
	border-bottom: 1px solid #E2E0DA;
}
#utilities li {
	color: #817967;
	float: right;
	font-size: 11px;
	padding: 3px 0 0 0;
}
#utilities li a {
	color: #817967;
}
#utilities li a:hover {
	color: #5E584A;
}
#utilities li.utility_links {
	word-spacing: 2px;
	margin-right: 18px;
}
#utilities li.utility_links .home {
	background: url(../images/icon_home.png) no-repeat left center;
	padding-left: 15px;
	xtext-shadow: #F6F8FA 1px 1px 0;
}
#utilities li.search input.search_submit {
	background: url(../images/bg_global_search_submit.gif) no-repeat left top;
	height: 24px;
	width: 23px;
	xmargin-left: -22px;
}
.logo {
	display: flex;
	flex-direction: column;
	align-items: center;
    justify-content: center;
	position: relative;
	top: 10px;
	left: 10px;
	/* float: left; */
	width: 300px;
	height: 126px;
	background: url(../images/logo-emp-trust.svg) no-repeat center left;
	/* text-indent: -3000px; */
}
#nav_global_container {
	position: relative;
	float: left;
	display: block;
	text-align: left;
	top: 14px;
}
#nav_global li a {
	display: inline;
	list-style-type: none;
	background-color: #0099DA;
	display: block;
	color: #FFF;
	float: left;
	height: 35px;
	line-height: 35px;
	list-style: none outside none;
	margin: 0 2px 0 0;
	text-align: center;
	width: 176px;
}
#nav_global li {
	font-size: 13px;
	font-weight: bold;
	display: inline;
}
#nav_global li a:hover {
	background-color: #006C9B;
	text-decoration: none;
}
/* Billboard */
#billboard {
	position: relative;
	width: 710px;
	height: 272px;
}
#access_cap, #spotlight_cap {
	display: block;
	height: 35px; /*Accounting for border*/
	background-color: #0099DA;
}
#access_cap h3 {
	color: #FFF;
	padding: 0 18px;
	font-size: 12px;
	line-height: 38px;
}
#access_content {
	display: block;
	height: 45px;
	background-color: #0099DA;
	margin-bottom: 10px;
	padding: 0 18px; /*Accounting for border*/
}
#access_content select.access {
	width: 100%;
}
#access_content select.expand {
	width: auto;
}
#spotlight_cap {
	display: block;
	height: 28px; /*Accounting for border*/
	background-color: #0099DA;
	border: 1px solid #0099DA;
}
#spotlight_cap h3 {
	color: #FFF;
	padding: 0 18px;
	font-size: 12px;
	line-height: 28px;
}
#spotlight_content {
	display: block;
	background-color: #e6e6e6;
	padding: 0 18px;
	height: 150px;
}
#spotlight_content a:link, spotlight_content a:visited, spotlight_content a:active {
}
#spotlight_content ul.spotlight {
	list-style: none;
	padding-top: 12px;
	font-size: 11px;
	line-height: 14px;
}
#spotlight_content .spotlight li {
	padding-bottom: 10px;
}
/* Triptych */
#triptych {
	margin-top: 10px;
}
#triptych_cap {
	display: block;
	min-height: 30px; /*Accounting for border width*/
	background-color: #817967;
}
#triptych_cap a {
	display: block;
	min-height: 30px; /*Accounting for border width*/
	background: url(../images/icon_triptych_arrow.png) no-repeat 270px 0px;
}
#triptych_cap h3 {
	color: #FFF;
	padding: 0 18px;
	font-size: 13px;
	line-height: 35px;
	margin: 0;
}
#triptych_cap a:hover {
	display: block;
	min-height: 33px; /*Accounting for border width*/
	text-decoration: none;
	background: #5E584A url(../images/icon_triptych_arrow.png) no-repeat 270px -53px;
}
#triptych_cap a:hover h3 {
 xbackground-color:;
}
#triptych_content {
	display: block;
	height: 275px;
	min-height: 275px;
	background-color: #FFF;
	border-right: 1px solid #E2E0DA;
	border-bottom: 1px solid #E2E0DA;
	border-left: 1px solid #E2E0DA;
	padding: 15px 18px 18px 18px;
}
#triptych_content img {
	float: left;
	margin-right: 20px;
}
#triptych_content p {
	margin-bottom: 0;
}
#triptych_content ul {
	font-size: 11px;
	list-style: none;
	padding-left: 1px;
	line-height: 22px;
}
#triptych_content .triptych li {
	padding: 0 0 0 10px;
	background: url(../images/bullet_chevron.png) no-repeat 0 9px;
}
#triptych_content li {
	padding: 0 0 14px 10px;
	background: url(../images/bullet_arrow_grey.png) no-repeat 0 4px;
}
/* Triptych Subnav */
#triptych_nav_container .triptych_nav li a {
	display: block;
	min-height: 35px;
	font-size: 12px;
	font-weight: bold;
	line-height: 35px;
	padding: 0 0 0 40px;
	color: #FFF;
}
#triptych_nav_container .triptych_nav li a.active {
	color: #FFF;
	background: #5E584A url(../images/icon_triptych_arrow.png) no-repeat 15px 0px;
}
#triptych_nav_container .triptych_nav .top {
	border-bottom: 1px solid #FFF;
}
#triptych_nav_container .triptych_nav .top a {
	background: #817967 url(../images/icon_triptych_arrow.png) no-repeat 15px 0;
}
#triptych_nav_container .triptych_nav .top a:hover {
	background: #5E584A url(../images/icon_triptych_arrow.png) no-repeat 15px -53px;
	text-decoration: none;
	color: #FFF;
}
#triptych_nav_container .triptych_nav .top.bgbluegradact .active {
	color: #FFF;
}
#triptych_nav_container .triptych_nav .middle {
	xborder-left: 1px solid #C3D1DC;
	xborder-right: 1px solid #C3D1DC;
}
#triptych_nav_container .triptych_nav .middle a {
	background: #817967 url(../images/icon_triptych_arrow.png) no-repeat 15px 0;
}
#triptych_nav_container .triptych_nav .middle a:hover {
	background: #5E584A url(../images/icon_triptych_arrow.png) no-repeat 15px -53px;
	text-decoration: none;
	color: #FFF;
}
#triptych_nav_container .triptych_nav .middle.bgbluegradact .active {
	color: #FFF;
}
#triptych_nav_container .triptych_nav .bottom {
	border-top: 1px solid #FFF;
}
#triptych_nav_container .triptych_nav .bottom a {
	background: #817967 url(../images/icon_triptych_arrow.png) no-repeat 15px 0px;
	line-height: 14px;
	padding: 8px 0 4px 40px;
}
#triptych_nav_container .triptych_nav .bottom a:hover {
	background: #5E584A url(../images/icon_triptych_arrow.png) no-repeat 15px -53px;
	line-height: 14px;
	padding: 8px 0 4px 40px;
	text-decoration: none;
	color: #FFF;
}
#triptych_nav_container .triptych_nav .bottom.bgbluegradact .active {
	color: #FFF;
}
/* Affiliates */
#affiliates {
	margin-top: 20px;
	padding: 20px 0;
	border: 1px solid #E2E0DA;
	background-color: #FFF;
	font-size: 9px;
	line-height: 11px;
	color: #898A8B;
	text-align: center;
	width: 948px;
}
#affiliates p {
	margin: 0;
}
#affiliates .logo_affiliates {
	margin-bottom: 10px;
}
/* Footer */
#footer {
	margin-top: 10px;
	padding-bottom: 20px;
	background-color: #FFF;
	border: 1px solid #E2E0DA;
	color: #4D5051;
}
#footer #directory {
	margin-top: 20px;
}
#footer ul {
	color: #4D5051;
	font-size: 11px;
}
#footer h4 {
	font-size: 12px;
}
#footer #sosumi {
	border-top: 1px solid #E2E0DA;
	border-bottom: 1px solid #E2E0DA;
	margin: 20px 20px -10px 20px;
	padding: 5px 0;
	font-size: 9px;
	line-height: 12px;
	color: #898A8B;
	width: 910px;
}
#footer p {
	margin-bottom: 6px;
}
#footer #footer_links {
	float: right;
	text-align: right;
}
#footer #canada {
	float: left;
	text-align: left;
}
#canada .gw_canada_flag {
	background: url(../images/icon_flag_canada.png) no-repeat left center;
	padding-left: 22px;
}
#disclaimer {
	float: left;
	clear: both;
	display: block;
	width: 100%;
	font-size: 9px;
	line-height: 12px;
	margin: 20px 20px 0;
	color: #898A8B;
	width: 910px;
}
/* Section Headers */
#secHead {
	height: 80px;
	margin-bottom: 10px;
}
#secHead h1 {
	font-weight: normal;
	line-height: 21px;
	padding: 30px 0 0 30px;
	text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.6);
	text-transform: uppercase;
}
#secHead h1 a {
	color: #FFF;
	text-decoration: none;
}
#secHead h1 a:hover {
	text-decoration: none;
}
.media_room {
	font-size: 30px;
	line-height: 30px;
	background: url(../images/img_header_media_room.png) no-repeat 0px 0px;
	width: 710px;
	height: 90px;
	position: relative;
}
/*.media_room a, .contact_us a, financial_information a, {
	display: block;
	position:absolute;
	width: 710px;
	height: 90px;
	color: #fff;
	text-decoration: none;
}*/
.contact_us {
	font-size: 30px;
	line-height: 30px;
	background: url(../images/img_header_contact_us.png) no-repeat 0px 0px;
	width: 710px;
	height: 90px;
	position: relative;
}
.financial_information {
	font-size: 30px;
	line-height: 30px;
	background: url(../images/img_header_financial_information.png) no-repeat 0px 0px;
	width: 710px;
	height: 90px;
	position: relative;
}
.products_services {
	font-size: 30px;
	line-height: 30px;
	background: url(../images/img_header_products_services.png) no-repeat 0px 0px;
	width: 710px;
	height: 90px;
	position: relative;
}
.about_gw {
	font-size: 30px;
	line-height: 30px;
	background: url(../images/img_header_about_gw.png) no-repeat 0px 0px;
	width: 710px;
	height: 90px;
	position: relative;
}
.careers {
	font-size: 30px;
	line-height: 30px;
	background: url(../images/img_header_careers.png) no-repeat 0px 0px;
	width: 710px;
	height: 90px;
	position: relative;
}
.job_openings {
	font-size: 30px;
	line-height: 30px;
	background: url(../images/img_header_job_openings.png) no-repeat 0px 0px;
	width: 710px;
	height: 90px;
	position: relative;
}
.how_to_apply {
	font-size: 30px;
	line-height: 30px;
	background: url(../images/img_header_how_to_apply.png) no-repeat 0px 0px;
	width: 710px;
	height: 90px;
	position: relative;
}
.benefits {
	font-size: 30px;
	line-height: 30px;
	background: url(../images/img_header_benefits.png) no-repeat 0px 0px;
	width: 710px;
	height: 90px;
	position: relative;
}
.culture {
	font-size: 30px;
	line-height: 30px;
	background: url(../images/img_header_culture.png) no-repeat 0px 0px;
	width: 710px;
	height: 90px;
	position: relative;
}
.diversity {
	font-size: 30px;
	line-height: 30px;
	background: url(../images/img_header_diversity.png) no-repeat 0px 0px;
	width: 710px;
	height: 90px;
	position: relative;
}
.working_at_gwla {
	font-size: 30px;
	line-height: 30px;
	background: url(../images/img_header_working_at_gwla.png) no-repeat 0px 0px;
	width: 710px;
	height: 90px;
	position: relative;
}
.actuarial {
	font-size: 30px;
	line-height: 30px;
	background: url(../images/img_header_actuarial.png) no-repeat 0px 0px;
	width: 710px;
	height: 90px;
	position: relative;
}
.individuals {
	font-size: 30px;
	line-height: 30px;
	background: url(../images/img_header_individuals.png) no-repeat 0px 0px;
	width: 710px;
	height: 90px;
	position: relative;
}
.employers {
	font-size: 30px;
	line-height: 30px;
	background: url(../images/img_header_employers.png) no-repeat 0px 0px;
	width: 710px;
	height: 90px;
	position: relative;
}
.partners {
	font-size: 30px;
	line-height: 30px;
	background: url(../images/img_header_partners.png) no-repeat 0px 0px;
	width: 710px;
	height: 90px;
	position: relative;
}
.error {
	font-size: 30px;
	line-height: 30px;
	background: url(../images/img_header_error.png) no-repeat 0px 0px;
	width: 710px;
	height: 90px;
	position: relative;
}
.blank {
	font-size: 30px;
	line-height: 30px;
	background: url(../images/img_header_blank.jpg) no-repeat 0px 0px;
	width: 710px;
	height: 90px;
	position: relative;
}
/* Sub Nav */
#nav_sub_header_lone a {
	margin: 0 0 10px;
	padding: 5px;
	text-align: center;
	font-weight: bold;
	background-color: #0099DA;
	color: #fff;
	display: block;
}
#nav_sub_header_lone a:hover {
	text-decoration: none;
	background-color: #817967;
}
#nav_sub_header {
	background-color: #817967;
	color: #FFFFFF;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 14px;
	margin: 0;
	padding: 6px 0;
	text-align: center;
}
#nav_sub_container {
	display: block;
	background-color: #FFF;
	border: 1px solid #E2E0DA;
	padding: 10px 0 15px 0;
	margin-bottom: 10px;
}
#nav_sub_container .nav_sub li a {
	display: block;
	font-size: 12px;
	line-height: 14px;
	xmin-height: 20px;
	min-height: 15px;
	padding: 7px 0 5px 32px;
	xborder-bottom: 1px solid #DDE6E3;
	background: url(../images/bullet_arrow.png) no-repeat 20px 0px;
}
#nav_sub_container .nav_sub li a:hover {
	text-decoration: none;
	background: #EBEBE7 url(../images/bullet_arrow.png) no-repeat 20px -30px;
}
#nav_sub_container .nav_sub .active a, #nav_sub_container .nav_sub .active a:hover {
	display: block;
	color: #FFF;
	border-bottom: none;
	background: #0099DA url(../images/bullet_arrow.png) no-repeat 20px -60px;
}
/* Main Content */ 
#content_main {
	display: block;
	background-color: #FFF;
	border: 1px solid #E2E0DA;
	padding: 20px 40px 40px 30px;
}
#content_main h2 {
	font-size: 18px;
	font-weight: normal;
}
#content_main h3 {
	font-size: 14px;
	margin-bottom: 12px;
}
#content_main h3 sup {
	bottom: 0.80em;
	font-size: .80em;
}
#content_main ul {
	list-style: disc outside;
	margin-left: 30px;
	margin-bottom: 20px;
}
#content_main .rss {
	float: right;
	margin-bottom: 10px;
}
/* Custom underline for link in content_main */
/*#content_main a {
border-bottom: 1px solid #CCEBF8;
}
#content_main a:hover {
border-bottom: 1px solid #0099DA;
text-decoration:none;
}*/

/* Executive Page */
#content_main ul ul {
	margin-bottom: 0;
}
.grid_8.alpha.executive.sub_head {
	margin: 0;
	background: #0099DA;
	font-size: 18px;
	border: 1px solid #FFF;
	height: 160px;
}
.grid_8.alpha.executive.sub_head h3 {
	padding: 20px 0 0 20px
}
.grid_8.alpha.executive, .grid_8.omega.executive {
	margin: 0;
	background-color: #F9F9F9;
	border: 1px solid #FFF;
	height: 160px;
	font: 12px/14px;
	cursor: pointer;
}
.grid_8.alpha.executive:hover, .grid_8.omega.executive:hover {
	background-position: 0 -160px;
}
.grid_8.executive a h4 {
	padding: 90px 0 0 140px;
	color: #555;
	font: 12px 'UNIVCB';
}
.grid_8.executive a p {
	padding: 0 0 0 140px;
	color: #555;
	font: 11px;
	line-height: 12px;
}
.grid_8.executive a h4:hover, .grid_8.executive p:hover {
	color: #005544;
	text-decoration: none !important;
}
#bio p, #bio h3 {
	padding-left: 20px;
}
#bio h3 {
	margin-bottom: 0;
}
.grid_8.executive a h4:hover, .grid_8.executive p:hover {
	color: #005544;
	text-decoration: none !important;
}
.executive.graye {
	background: url(../images/executives/executive-thumb-graye.png) no-repeat 0 0;
}
.executive.nelson {
	background: url(../images/executives/executive-thumb-nelson.png) no-repeat 0 0;
}
.executive.shaw {
	background: url(../images/executives/executive-thumb-shaw.png) no-repeat 0 0;
}
.executive.corbett {
	background: url(../images/executives/executive-thumb-corbett.png) no-repeat 0 0;
}
.executive.greene {
	background: url(../images/executives/executive-thumb-greene.png) no-repeat 0 0;
}
.executive.mccallen {
	background: url(../images/executives/executive-thumb-mccallen.png) no-repeat 0 0;
}
.executive.mcdonald {
	background: url(../images/executives/executive-thumb-mcdonald.png) no-repeat 0 0;
}
.executive.miller {
	background: url(../images/executives/executive-thumb-miller.png) no-repeat 0 0;
}
.executive.schultz {
	background: url(../images/executives/executive-thumb-schultz.png) no-repeat 0 0;
}
.executive.van-harmelen {
	background: url(../images/executives/executive-thumb-van-harmelen.png) no-repeat 0 0;
}
.executive.graye a, .executive.nelson a, .executive.shaw a, .executive.corbett a, .executive.greene a, .executive.mccallen a, .executive.mcdonald a, .executive.miller a, .executive.schultz a, .executive.van-harmelen a {
	padding-left: 130px;
	padding-top: 90px;
	display: block;
	height: 70px;
	color: #555555;
	line-height: 14px;
}
.executive.graye a:hover, .executive.nelson a:hover, .executive.shaw a:hover, .executive.corbett a:hover, .executive.greene a:hover, .executive.mccallen a:hover, .executive.mcdonald a:hover, .executive.miller a:hover, .executive.schultz a:hover, .executive.van-harmelen a:hover {
	text-decoration: none;
	color: #007F65;
}
/* PR Page */
.exec.pr {
	margin-bottom: 5px;
}
/* Blockquote */
blockquote.style1 {
	padding: 10px 10px 10px 20px;
	background-color: #F9F9F9;
	border-top: 1px solid #E2E0DA;
	border-bottom: 1px solid #E2E0DA;
	background: url(../images/quote_open_1.png) no-repeat 10px 12px;
}
blockquote.style1 span {
	display: block;
	margin-left: 15px;
	padding: 0 15px 0 0;
	background: url(../images/quote_close_1.png) no-repeat bottom right;
}
blockquote.style1 strong {
	text-align: right;
}
/* Privacy Policy Tables */
table tbody tr,
table tbody td {
	vertical-align: initial;
}
/* Org Chart */
table .small_buttons {
	font-size: 10px;
	line-height: 12px;
}
/* Vendor Page */
#vendor td {
	height: 25px;
}
#vendor input {
	color: #5E584A;
	font: 12px/18px "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, Verdana, sans-serif;
}
/* Companies Sidebar */
#companies_sidebar {
	display: block;
	background-color: #FFF;
	border: 1px solid #E2E0DA;
	padding: 10px;
	margin-bottom: 10px;
}
#companies_sidebar li {
	font-size: 10px;
	line-height: 12px;
	margin-bottom: 10px;
}
/* Links 
#triptych_content a:link, triptych_content a:visited, triptych_content a:active, #content_main a:link, #content_main a:visited, #content_main a:active {
	color: #2774AD;
	border-bottom:1px solid #C4D1DC;
}
#content_main a:hover, #triptych_content a:hover {
	color: #007F65;
	border-bottom:1px solid #007F65;
}
#content_main .executive a:link {
	text-decoration:none;
	border:none;
}*/
/* Miecellaneous */
a.pdf {
	background: url(../images/icon-pdf.gif) no-repeat 0 0;
	padding-left: 20px;
}
a.video {
	background: url(../images/icon-video.gif) no-repeat 0 0;
	padding-left: 20px;
}
a.xbrl {
	background: url(../images/icon_xbrl.png) no-repeat 0 0;
	padding-left: 20px;
}
a.newspaper {
	background: url(../images/icon_newspaper.gif) no-repeat 0 0;
	padding-left: 20px;
}
a.image {
	background: url(../images/icon_image.gif) no-repeat 0 0;
	padding-left: 20px;
}
a.window-next {
	background: url(../images/icon_window_next.png) no-repeat 0 0;
	padding-left: 20px;
}
.newsDate {
	font-size: 10px;
	text-align: right;
}
hr {
	border: 0;
	color: #E2E0DA;
	background-color: #E2E0DA;
	height: 1px;
	width: 100%;
	text-align: left;
}
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.clearfix {
	display: inline-block;
}
html[xmlns] .clearfix {
	display: block;
}
* html .clearfix {
	height: 1%;
}
/* Accordion */
#accordion1 table, #accordion2 table {
	margin: 0 0 10px 0 !important;
}
.ui-accordion .ui-accordion-header a {
	display: block;
	font-size: 13px !important;
	padding: .3em .3em .3em 2.2em !important;
}
.ui-accordion .ui-accordion-content {
	padding: .3em 0 1em 0 !important;
}
.ui-widget-content {
	border: none !important;
}
.ui-widget {
	font: 12px/18px "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, Verdana, sans-serif !important;
}
.ui-widget-content a {
	color: #2774AD !important;
}
.ui-widget-content a:hover {
	color: #007f65 !important;
}
.ui-accordion .ui-accordion-content {
	margin-top: -15px !important;
}
/* Jeff's Appendicies 2/25 for Empower Trust */
#content_main {
	min-height: 291px;
}
.datefield {
	background: none repeat scroll 0 0 #D2D2D2;
	margin: 0 5px 0 0;
	padding: 3px 5px;
}
#spotlight_content {
	padding: 15px;
	min-height: 215px;
	background-color: #e6e6e6;
}
#spotlight_content h3 {
	color: #006C9B;
	font-size: 16px;
	font-weight: normal;
	margin-bottom: 8px;
	line-height: 16px;
}
#spotlight_content p {
	font: 12px/14px normal Arial, Helvetica, sans-serif;
}
#column_1_4 {
	margin-top: 10px;
}
#column_1_4 h3 {
	background-color: #768592;
	color: #FFFFFF;
	font-size: 13px;
	height: 40px;
	margin: 0;
	padding: 5px 15px;
}
.more {
	margin-bottom: 6px;
	text-align: left;
}
#column_1_4 .content, #sidebar_quicklinks .content {
	border: 1px solid #D9D6CE;
	border-top: none;
	padding: 15px;
}
#sidebar_quicklinks h3 {
	background-color: #817967;
	color: #FFFFFF;
	font-size: 14px;
	font-weight: normal;
	line-height: 35px;
	padding: 0 15px;
	margin: 0;
}
#sidebar_quicklinks .content h4 {
	line-height: 14px;
	margin-bottom: 6px;
}
#sidebar_quicklinks .content p {
	font-size: 11px;
	line-height: 12px;
	margin-bottom: 12px;
}
#sidebar_quicklinks .content hr {
	margin: 12px 0;
}
#sidebar_right a {
	display: block;
	padding: 15px;
	background-color: #E2E0DA;
	margin-bottom: 10px;
}
#sidebar_right h3 {
	font-size: 12px;
	margin-bottom: 6px;
	color: #006C9B;
	line-height: 14px;
}
#sidebar_right p {
	font-size: 11px;
	line-height: 12px;
	margin-bottom: 9px;
}
#sidebar_right .more {
	text-align: right;
	margin: 0;
}
#sidebar_right:hover div:hover a {
	background-color: #9F9988;
	text-decoration: none;
}
#sidebar_right:hover div:hover p, #sidebar_right:hover h3 {
	color: #fff;
}
.triptych_interior {
	background-color: #EBEBE7;
	border: 1px solid #CDC9C2;
	min-height: 140px;
	padding: 15px;
	width: 190px;
}
.triptych_interior h4 {
	font-size: 12px;
	margin-bottom: 6px;
	color: #006C9B;
	line-height: 14px;
	text-transform: uppercase;
}
.triptych_interior p {
	line-height: 14px;
	margin-bottom: 9px;
}
#content_main .backtotop {
	text-align: right;
	margin-top: -18px;
}
#secHead-twoline {
    height: 80px;
    margin-bottom: 10px;
}

#secHead-twoline h1 {
    font-weight: normal;
    line-height: 21px;
    padding: 20px 0 0 30px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.6);
    text-transform: uppercase;
}
.trustCo {
	font-size: 30px;
	line-height: 30px;
	background: url(../images/subpage-header-1.png) no-repeat 0px 0px;
	width: 710px;
	height: 90px;
	position: relative;
}
