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

html {
	overflow: hidden;
	overflow-y: scroll;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	color: #454545;
	font-size: 14px;
	margin: 0;
	padding: 0;
	cursor: default;
	margin-top: 20px;
}

* img {
	border: 0;
}

a {
	color: #03F;	
}

p, blockquote {
	margin: 0;
	margin-bottom: 20px;
	line-height: 1.6em;	
}

blockquote {
	background-color: #EEE;
	padding: 20px;
}

.float-left {
	float: left;
	margin: 5px 15px 15px 0;	
}
	
.float-right {
	float: right;
	margin: 5px 0 15px 15px;	
}

.cushion {
	padding: 15px 0;	
}

.show {
	display: block;
}

.hide {
	display: none;
}

#page-wrapper {
	width: 960px;
	margin: 0 auto;
	background-color: white;
	min-height: 700px;
	position: relative;
	
}

#header-wrapper {
	position: relative;
	left: 0;
	padding-top: 10px;
}

#top-header-section {
	display: block;
	min-height: 190px;
}

.trust-logo {
	position: absolute;
	right: 25px;
	top: 60px;
}

.icms_search {
	position: absolute;
	top: 0;
	right: 0;	
}

#search {
	position: relative	
}

#search form  {
	padding: 0;
	margin: 0;
}

#search .search_input input {
	padding: 2px 0 2px 25px;
	height: 20px;
	border: 1px solid #D7D7D7;	
}

#search .search_button input {
	cursor: pointer;
	border: 1px solid #D7D7D7;
	height: 26px;
	padding: 4px 10px 6px;
	background-color: white;
	color: #787878;
	border-left-width: 0;
}

.icms_logout {
	position: absolute;
	top: 3px;
	right: 260px;
}

.icms_logout a {
	text-decoration: none;
	color: blue;	
}

#bottom-header-section {
	
}

#top-content-section {
	
}

#content-section {
	width: 670px;
}

#icms_content {
	padding: 0;	
}

#icms_addthis {
	margin-top: 20px;
	padding-top: 20px;
	border-top: 1px solid #eee;
}

#sidebar-section {
	width: 260px;
	float: right;
	padding-bottom: 20px;
	margin-left: 30px;
}

#sidebar-section .greybox div {
	padding: 10px;
	background: #FCFCFC;
	margin-bottom: 20px;
	border: 1px solid #D7D7D7;
}

#sidebar-section .greybox span {
	position: relative;
	font-weight: bold;
	font-size: 16px;
	color: #006DA8;
	display: inline-block;
	width: 100%;
	padding: 8px 10px 10px 32px;
}

#sidebar-section .greybox span img {
	position: absolute;
	left: -4px;
	top: 0;
}

#sidebar-section .greybox ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#sidebar-section .greybox table, #sidebar-section .greybox ul {
	padding-bottom: 10px;
	border-bottom: 1px solid #DDD;
	margin-bottom: 5px;
}

#sidebar-section .greybox table td, #sidebar-section .greybox li {
	padding: 7px 0;
}

#icms_ads {
	margin-top: 30px;
	text-align: center;	
}

#icms_breadcrumb {
	font-size: 13px;
	padding: 15px 0 10px 10px;
}

#icms_socialmedia {
	float: right;
	padding: 5px 10px 20px 0;	
}

#icms_socialmedia img {
	padding-left: 5px;
}

.icms_pagetitle {
	font-size: 28px;
	font-weight: bold;
	padding: 0 0 25px;
	color: #366598;
}

.icms_datetime {
	padding-top: 8px;
	float: right;
	font-weight: bold;
}

#footer-section {
	border-top: 8px solid #E3E3E3;
	padding: 30px 0;	
}

.icms_footerlinks {
	text-align: center;
}

.icms_footerlinks a {
	color: blue;
}