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;
}




/*------------------------------------*\
    $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;
}
.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;
}




/*------------------------------------*\
    $HEADER
\*------------------------------------*/
.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;
	display: block;
}
#nav-search-wrapper {
	width: 820px;
	margin-top: 10px;
}
#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;
	font-weight: bold;
	font-size: 16px;
	line-height: 24px;
	padding: 0 0.4em;
    border-right: 1px solid #D71920;
}
#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;
	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 */
	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;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}





/*------------------------------------*\
	$PAGE-TITLE
\*------------------------------------*/
.page-title {
	margin-left: 140px;
	margin-top: 3px;
	font-size: 1.75em;
	line-height: 1;
}
.page-sub-title-wrapper {
	position: relative;
}
.page-sub-title-bg {
	background: #D71920;
}
.page-sub-title {
	color: #D71920;
	background: #ffffff;
	font-size: 3em;
	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;
}




/*------------------------------------*\
    $FOOTER
\*------------------------------------*/
#body-footer {
    background: #333333;
    padding-top: 10px;
}
.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;
    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;
}