@import url('reset.css');
@import url('master.css');

#center_column, #the_team .intro {
	width: 458px;
	padding-bottom: 20px;
}

#right_column {
	width: 292px;
}

#right_column {
	padding-top: 45px;
}

#right_column.block_links div {
	overflow: hidden;
	border-top: 3px solid #797979;
	padding: 8px 12px 6px 8px;
	background-color: #1a1a1a;
	background-image: none;
	border-top-width: 4px;
	border-bottom-width: 3px;
	margin-bottom: 14px;
}

#right_column.block_links .link {
	display: block;
	font-size: 22px;
	line-height: 1em;
	color: #e3d44a;
	padding-top: 3px;
}

#right_column.block_links .text {
	padding-top: 8px;
	padding-bottom: 4px;
	display: block;
	font-weight: normal;
}

/* THE TEAM */
#the_team {
	clear: both;
	border-top: 3px solid #797979;
	padding: 12px 0;
}

#the_team .intro {
	margin-top: 9px;
	font-weight: normal;
	padding-bottom: 0;
}

#the_team .instruction {
	font-size: 10px;
	line-height: 1.2em;
	color: #e3d44a;
}

#image_map_holder {
	background: url(../images/the-team/the-team.png) top left no-repeat;
	height: 264px;
	width: 777px;
	margin-left: -7px;
}

#team_members {
	margin-top: 35px;
}

#team_members ul {
	float: left;
}

#team_members li {
	padding-bottom: 15px;
	margin-right: 12px;
	width: 144px;
}

#team_members li a {
	font-weight: normal;
}

#team_members li a.name {
	font-weight: bold;
}

#team_members li p {
	margin-bottom: 0;
}

#team_members li .title {
	color: #929292;
}

/* FOOTER */
#footer {
	border-top: 3px solid #797979;
	padding-top: 26px;
	margin-top: 10px;
}

/* POPUP */
body#popup {
	background: #3a3a3a none;
}

#popup #wrapper {
	padding: 15px 15px 0 15px;
}

#popup img {
	float: right;
	margin: 0 0 15px 15px;
}

#popup h2, #popup h1 {
	font-size: 22px;
	line-height: 1.2em;
}

#popup h2 {
	color: #e3d44a;
	padding-top: 2px;
}

#popup h1 {
	color: #929292;
	font-weight: normal;
}

#popup p {
	font-weight: normal;
	padding: 18px 0 0 0;
}

#popup p, #popup li {
	color: #cbcbcb;
}

#popup li {
	margin-top: 8px;
}

#popup li span {
	color: #e3d44a;
}