#layout {
width: 950px;
margin-left: 22px;
/* min-height: 50em; */
position: relative;
text-align: left;}

.cols {
clear: both;
width: 100%;
margin-left: 22px;
}
.cols.cols3, .cols.cols4 {
    position: relative;
    margin: 0 auto;
    width: 50%;
}
.cols.cols3 .col, .cols.cols4 .col {
    position: relative;
    float: left;
}

.cols4 .col { width: 50%; margin-right: -100%; }
.cols4 .colspan2 { width: 100%; margin-right: -100%; }
.cols4 .col1 { left: -50%; }
.cols4 .col2 { left: 0; }
.cols4 .col3 { left: 50%; }
.cols4 .col4 { left: 100%; }

.cols3 { width: 32%; }
.cols3 .col { width: 100%; margin-right: -100%; }
.cols3 .col1 { left: -102%; }
.cols3 .col2 { left: 0; }
.cols3 .col3 { left: 102%; }

li {
list-style: none;
}

ul, li {
margin: 0;
padding: 0;}



.top-articles_container {
	position: relative;
	margin-top: 50px;
}
.top-articles {
	margin: 0 13% 0 16%;
	position: relative;
}
.top-article_title {
	color: #fff;
	font-size: 271%;
	margin: 0 0 0.25em;
	font-family: "MyriadPro-Light", "Myriad Pro Light", "Myriad Pro",  sans-serif;
	font-weight: 300;
}
.top-article_title a {
	color: #fff;
	border-bottom-color: #fff;
}
.top-article_lead {
	color: #000;
	font-size: 114%;
}
.top-article_next {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
}
.top-article_prev {
	position: absolute;
}

.top-articles_arrow {
	position: absolute;
	top: 50%;
	margin-top: -30px;
	width: 33px;
	height: 61px;
	overflow: hidden;
	cursor: pointer;
}
.top-articles_arrow_icon {
	display: block;
	position: relative;
	width: 67px;
	height: 61px;
	background: url(../i/top-articles_arrow_icons.png) no-repeat;
}
.top-articles_arrow_left {
	left: 8%;
}
.top-articles_arrow_right {
	right: 8%;
}
.top-articles_arrow_right .top-articles_arrow_icon {
	left: -34px;
}
	.city-bg {
		background: url(../i/_tmp_city-bg.jpg) no-repeat 50% 0;
		margin-top: 10px;
		margin-bottom: 20px;
	}
	.stadium-bg {
		background: url(../i/_tmp_stadium-bg.jpg) no-repeat 50% -50px;
		margin-top: 40px;
		margin-bottom: 20px;
	}


#content .cols4 .col1 {
	width: 52%;
}
#content .cols4 .col2 {
	left: 2%;
	width: 53%;
}
#content .cols4 .col3 {
	left: 55%;
}
#content .cols4 .col4 {
	left: 105%;
	width: 45%;
}


.main-sections-people {
	overflow: hidden;
}
.main-sections-people .col {
	height: 300px;
}
.main-sections-people .col-reducer {
	position: absolute;
	left: 50%;
	bottom: 0;
}
.main-sections-people .anim-person {
	float: left;
	position: relative;
	left: -50%;
}
.main-sections-people .col2 .anim-person,
.main-sections-people .col3 .anim-person {
	left: -60%;
}
.main-sections-people .col4 .anim-person {
	left: -65%;
}


.main-sections {
	margin: 0 20px;
	background: #fff url(../i/main-sections_bg.png) repeat-x;
	
	box-shadow: 0 2px 8px rgba(6, 93, 137, 0.5);
/*	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);*/
}
.main-sections .cols {
	z-index: 20;
}
.main-sections .col-reducer {
	padding: 15px 28px 10px;
}
.main-sections .navigation a {
	color: #00428a;
	border-bottom: none;
	text-decoration: underline;
}
.main-sections .navigation {
	font-size: 138%;
	font-weight: bold;
	line-height: 1.3;
}
.main-sections .navigation .navigation {
	font-size: 67%;
	font-weight: normal;
	margin-top: 0.9em;
}
.main-sections .navigation li {
	margin-bottom: 0.75em;
}

.col-line {
	position: absolute;
	top: 0;
	width: 2px;
	height: 100%;
	margin-left: -1px;
}
.col-line_1 {
	left: 2%;
}
.col-line_2 {
	left: 55%;
}
.col-line_3 {
	left: 105%;
}
.col-line_top,
.col-line_middle,
.col-line_bottom {
	position: absolute;
	width: 2px;
	background: url(../i/col-line.png) no-repeat;
}
.col-line_top {
	top: 0;
	height: 79px;
}
.col-line_middle {
	top: 79px;
	bottom: 64px;
	background-position: -3px 0;
	background-repeat: repeat-y;
}
.col-line_bottom {
	bottom: 0;
	height: 64px;
	background-position: -6px 0;
}