body {
	font: 12px/1.5 Arial, "Helvetica Neue", Helvetica, sans-serif;
	background: #ffffff;
	color: #000000;
}
a, a:link, a:visited, a:hover {
	text-decoration: none;
	color: #D71920;
	font-weight: bold;
}
.placeholder { color: #aaa; }




/*------------------------------------*\
    $HELPER
\*------------------------------------*/
.island-content {
    margin-left: auto;
    margin-right: auto;
}
.island-content-inline {
    text-align: center;
}
.middle-line-bg {
	position: absolute;
	width: 100%;
	height: 1px;
	background: #B3B3B3;
	top: 50%;
}
.bold-hilight {
	font-weight: bold;
	color: #D71920;
}
.hilight {
	color: #D71920;
}
.bold-hilight-no-color {
    font-weight: bold;
}
h2.sub-topic {
    font-size: 2em;
	color: #D71920;
}
h3.sub-topic {
	font-size: 1.5em;
	color: #D71920;
}
.header-underline {
    font-weight: bold;
    display: block;
    border-bottom: 1px solid #000000;
}
.div-table {
    display: table;
}
.div-row {
    display: table-row;
}
.div-cell {
    display: table-cell;
}
.label {
    font-weight: bold;
}
.file-link-pdf {
    display: inline-block;
    padding-left: 12px;
    background: url(../images/icon/pdf.png) left center no-repeat;
}
.file-link-msword {
    display: inline-block;
    padding-left: 12px;
    background: url(../images/icon/ms_word.png) left center no-repeat;
}
.icon-quote-open {
    width: 26px;
    height: 23px;
    background: url(../images/icon/quote-open.png) left top no-repeat;
}
.icon-quote-close {
    width: 26px;
    height: 23px;
    background: url(../images/icon/quote-close.png) left top no-repeat;
}
.zebra-odd {
    background: #e6e6e6;
}
.zebra-even {
    background: #ffffff;
}
.inline-topic {
	display: inline-block;
	width: 100px;
	font-weight: bold;
}
.sub-section {
	margin-bottom: 20px;
}
.media-label {
	padding: 5px 10px;
	background: #D71920;
	font-weight: bold;
	font-size: 1.75em;
	line-height: 1.2;
	color: #FFFFFF;
	display: inline-block;
	position: relative;
	z-index: 1;
}
.media-label:after {
	content: "";
	background: url(../images/icon/bubble.png) left top no-repeat;
	position: absolute;
	width: 20px;
	height: 13px;
	bottom: -13px;
	left: 10px;
}
.bottom-link {
	border-top: 3px solid #D71920;
	text-align: right;
	padding-top: 5px;
}
.bottom-link a {
    background: url("../images/icon/Right.png") no-repeat scroll right center rgba(0, 0, 0, 0);
    padding: 5px 11px 5px 5px;
}
.bottom-link.bottom-link-no-border {
	border-top: 0;
}





/*------------------------------------*\
    $HELPER-FORM
\*------------------------------------*/
.block-label {
	display: block;
}
label.required:after {
	content: "*";
	color: #D71920;
	position: absolute;
}
.form-row {
	margin-bottom: 10px;
}





/*------------------------------------*\
    $PAGING-NAV
\*------------------------------------*/
.content-paging {
    list-style: none;
}
.content-paging li {
    float: left;
}
.content-paging li a {
    display: block;
    width: 15px;
    height: 15px;
    line-height: 1;
}
.content-paging .paging-button-first {
    text-indent: -9999px;
    background: url(../images/icon/Left2.png) center center no-repeat;
}
.content-paging .paging-button-last {
    text-indent: -9999px;
    background: url(../images/icon/Right2.png) center center no-repeat;
}
.content-paging .paging-button-prev {
    text-indent: -9999px;
    background: url(../images/icon/Left.png) center center no-repeat;
}
.content-paging .paging-button-next {
    text-indent: -9999px;
    background: url(../images/icon/Right.png) center center no-repeat;
}
.content-paging .paging-button-number {
    width: auto;
    line-height: 15px;
    vertical-align: middle;
    padding: 0px 2px;
    font-weight: normal;
}





/*------------------------------------*\
    $HEADER
\*------------------------------------*/
#header-wrapper {
	background: #4D4D4D;
}
.header-content {
	float: left;
}
#body-header {
    /*margin-bottom: -20px;*/
}
#site-logo {
	width: 120px;
	height: 58px;
	background: url(../images/logo-home.png) left top no-repeat;
	z-index: 1;
	/*position: relative;*/
	position: absolute;
	display: block;
}
#nav-search-wrapper {
	width: 820px;
	margin-top: 10px;
	margin-left: 120px;
}
#nav-menu.ui-menu {
	padding: 0;
	
}
#nav-menu.ui-menu>.ui-menu-item {
	float: left;
	width: 150px;
	text-align: center;
}
#nav-menu.ui-menu>.ui-menu-item>a {
	/*color: #D71920;*/
	color: white;
	font-weight: bold;
	font-size: 16px;
	line-height: 24px;
	padding: 0 0.4em;
    /*border-right: 1px solid #D71920;*/
	border-right: 1px solid #4D4D4D;
}
#nav-menu.ui-menu>.ui-menu-item>a.ui-state-focus, #nav-menu.ui-menu>.ui-menu-item>a.ui-state-active {
	margin: -10px 0 0 -1px;
    padding: 10px 0 0 1px;
	/*background: #D71920;*/
	background: #1A1A1A;
	color: #ffffff;
}
#nav-menu.ui-menu>.ui-menu-item:first-child>a.ui-state-focus, #nav-menu.ui-menu>.ui-menu-item:first-child>a.ui-state-active {
    margin: -10px 0 0 0;
    padding: 10px 0 0 0;
}
.navbar-sub-menu-wrapper {
	padding: 0;
	z-index: 10;
}
.navbar-sub-menu {
	background: rgba(0, 0, 0, 0.8);
	color: #ffffff;
	width: 760px;
	padding: 10px 0 10px 60px;
}
.navbar-sub-menu h4 {
	font-style: italic;
	border-bottom: 1px solid #ffffff;
}
.navbar-sub-menu a {
	color: #ffffff;
	padding: 0;
}
.navbar-sub-menu .column {
	float: left;
	text-align: left;
	min-width: 200px;
	margin-right: 30px;
}
#search-wrapper {
	/*width: 199px; *//* reduced padding and border width */
	width: 200px; /* reduced padding */
	padding-right: 10px;
	margin-left: 10px;
	/*border-right: 1px solid #D71920;*/
	font-size: 16px;
	height: 24px;
	line-height: 24px;
	vertical-align: middle;
}
#search-query-text {
	width: 194px; /* reduced padding width */
	border: 0;
	padding: 2px 3px;
	color: #ffffff;
	/*background: #D71920 url(../images/icon/search.png) right center no-repeat;*/
	background: #666666 url(../images/icon/search.png) right center no-repeat;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}





/*------------------------------------*\
	$PAGE-TITLE
\*------------------------------------*/
.page-title {
	margin-left: 140px;
	margin-top: 10px;
	font-size: 1.75em;
	line-height: 1;
}
.page-sub-title-wrapper {
	position: relative;
	font-size: 3em;
}
.page-sub-title-bg-wrapper {
	height: 1em;
	width: 100%;
	position: absolute;
}
.page-sub-title-bg {
	background: #D71920;
}
.page-sub-title {
	color: #D71920;
	background: #ffffff;
	margin-left: 130px;
	padding: 0 10px;
	float: left;
	position: relative;
	line-height: 1;
}





/*------------------------------------*\
    $SIDEBAR
\*------------------------------------*/
.sidebar-block-wrapper {
    margin-bottom: 30px;
}
.sidebar-block-title {
    border-bottom: 1px solid #D71920;
    padding-bottom: 8px;
    font-size: 1.33em;
    color: #D71920;
    font-weight: bold;
    line-height: 1;
}
.sidebar-content-row {
    border-bottom: 1px solid #D71920;
    padding: 10px 0;
    font-size: 0.83em;
    line-height: 1;
}
.sidebar-block-content-pub {
}
.sidebar-content-row-pub {
}
.sidebar-pub-thumbnail {
    width: 71px;
    float: left;
}
.sidebar-pub-content {
    margin-left: 10px;
    color: #D71920;
    float: left;
    width: 139px;
}
.sidebar-pub-title {
    font-weight: bold;
}
.sidebar-news-title {
    font-weight: bold;
    margin-bottom: 5px;
}
.sidebar-event-date {
    font-size: 1.17em;
    font-weight: bold;
    color: #D71920;
    margin-bottom: 3px;
}
.sidebar-event-place {
    font-weight: bold;
    color: #D71920;
    margin-bottom: 3px;
}
.sidebar-ul-list {
    list-style: disc inside url("../images/icon/Right.png");
}
.sidebar-ul-list li {
    padding: 5px 0;
    padding-left: 2em;
    text-indent: -2em;
}
.sidebar-ul-list li a {
    font-weight: normal;
    font-size: 1.1em;
}





/*------------------------------------*\
    $SOCIAL-HUB
\*------------------------------------*/
.social-peer-icon {
	background-image: url(../images/icon/peer2.png);
}
.social-fb-icon {
	background-image: url(../images/icon/fb2.png);
}
.social-twitter-icon {
	background-image: url(../images/icon/twitter2.png);
}
.social-linkedin-icon {
	background-image: url(../images/icon/linkedin2.png);
}
.social-flickr-icon {
	background-image: url(../images/icon/flickr2.png);
}
.social-hub-icon {
	width: 32px;
	height: 32px;
	display: inline-block;
	background-position: left top;
	background-repeat: no-repeat;
	margin-right: 5px;
}
.social-hub-icon:first-child {
	margin-left: 5px;
}
.social-hub-icon:hover {
	background-position: left -32px;
}
.social-peer-icon-small {
	background-image: url(../images/icon/peer_s.png);
}
.social-fb-icon-small {
	background-image: url(../images/icon/fb_s.png);
}
.social-twitter-icon-small {
	background-image: url(../images/icon/twitter_s.png);
}
.social-linkedin-icon-small {
	background-image: url(../images/icon/linkedin_s.png);
}
.social-flickr-icon-small {
	background-image: url(../images/icon/flickr_s.png);
}
.social-hub-icon-small {
	width: 22px;
	height: 22px;
	display: inline-block;
	background-position: left top;
	background-repeat: no-repeat;
	margin-right: 1px;
}
.social-hub-icon-small:first-child {
	margin-left: 1px;
}
.social-hub-icon-small:hover {
	background-position: left -22px;
}





/*------------------------------------*\
    $FOOTER
\*------------------------------------*/
#footer-wrapper {
	background: #808080;
	margin-top: 50px;
}
#body-footer {
    /*background: #333333;*/
    /*padding-top: 10px;*/
   margin: 30px 0;
}
.footer-column {
    float: left;
    margin-right: 10px;
    color: #ffffff;
    font-size: 0.83em;
    line-height: 1;
}
.footer-column:first-child {
    margin-left: 10px;
}
.footer-column a {
    color: #ffffff;
    font-weight: normal;
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    padding: 4px 0 5px;
}
.footer-column li p {
    padding: 4px 0 5px;
}
.footer-column .footer-column-title {
    font-weight: bold;
    font-style: italic;
    margin-bottom: 5px;
}
.footer-column li {
    border-top: 1px solid #ffffff;
}
.footer-column li:first-child {
    border-top: none;
}
.footer-our-info {
    width: 100px;
}
.footer-our-services {
    width: 130px;
}
.footer-training {
    width: 100px;
}
.footer-publications {
    width: 110px;
}
.footer-reports {
    width: 110px;
}
.footer-media {
    width: 110px;
}
.footer-contact {
    margin-left: 30px;
    width: 130px;
}
.footer-sitemap-wrapper {
    margin-bottom: 10px;
}
.footer-info-wrapper {
    border-top: 1px solid #ffffff;
    /*margin: 0 10px 20px;*/
	margin: 0 10px; 
    padding-top: 10px;
}
.footer-info-wrapper .footer-column:first-child {
    margin-left: 0;
}
.footer-info-connect {
    height: 20px;
    line-height: 20px;
    margin-left: 370px;
}
.footer-connect-label {
    display: inline-block;
    vertical-align: top;
    margin-right: 5px;
}
a.footer-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 2px;
    padding: 0;
}
a.footer-icon-peer {
    background: url(../images/icon/peer.png) left top no-repeat;
}
a.footer-icon-fb {
    background: url(../images/icon/fb.png) left top no-repeat;
}
a.footer-icon-twitter {
    background: url(../images/icon/twitter.png) left top no-repeat;
}
a.footer-icon-linkedin {
    background: url(../images/icon/linkedIn.png) left top no-repeat;
}
a.footer-icon-flickr {
    background: url(../images/icon/flickr.png) left top no-repeat;
}