#header {
	width: 100%;
}

/* overload #mainwrap in new.css */
table#mainwrap {
	position:relative;
	width: 100%;
	padding: 0;
	margin:0 auto;
	height:auto;
	box-sizing: border-box;
}

#home_banner {
	width: 100%;
	height: 49px;
	background-color: rgb(205, 119, 24);
}

#left_button_container, #home_nav_right, #slide_show_container {
	padding: 0;
}

#home_nav_right {
	width: 295px;
	position: relative;
}

#home_nav_right div.bottom_content {
	text-align: center;
	position: absolute;
	bottom: 16px;
	width: 100%;
}

#home_nav_right div.bottom_content h5 {
	color: #c06b28;
}

#left_button_container {
	width:246px;
	background-color: rgb(100, 100, 100);
	box-sizing: border-box;
}

.left_button {
	width:246px;
	height:148px;
	float:left;
	background-repeat: no-repeat;
	background-position: 0 0;
}

.left_button:hover {
	background-position: -246px;
}

#continuing_ed_button {
	background-image: url(/images/layout/home/left_buttons/continuing_ed.png);
}

#perspectives_button {
	background-image: url(/images/layout/home/left_buttons/perspectives.png);
}

#about_button {
	background-image: url(/images/layout/home/left_buttons/about.png);
}

#insights_button {
	background-image: url(/images/layout/home/left_buttons/insights.png);
}

#sponsorships_button {
	background-image: url(/images/layout/home/left_buttons/sponsorships.png);
}

/*override from new.css*/
.right_contents {
	padding: 5px;
}

#right_sidebar_content h3:first-child {
	margin-top: 0;
}

/* @group slide show */

#slide_show_container {
	position: relative;
	height: 740px;
	min-height: 740px;
	min-width: 486px;
	padding: 0;
	border: 0;
	margin: 0;
	cursor: pointer;
	background-size: cover;
	background-position: center;
	box-sizing: border-box;
}

#slide_show_current_image_container {
	position: relative;
	width: 100%;
	min-height: 740px;
	background-size: cover;
	background-position: center;
}

#slide_show_bottom {
	position: absolute;
	width: 100%;
	bottom: 0;
	left: 0;
	z-index: 50;
}

#slide_show_gradient {
	/* From http://www.colorzilla.com/gradient-editor */
	background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.65))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* W3C */
	/* This is giving an error ... */
	/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );*/ /* IE6-9 */
	z-index: 10;
}

#slide_banner_triangle {
	position: absolute;
	top: 0;
	left: 0;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 150px 150px 0 0;
	border-color: rgba(0, 0, 0, 0.60) transparent transparent transparent;
	z-index: 10;
}

#slide_banner_text_container {
	position: absolute;
	bottom: 120px;
	left: -48px;
	width: 140px;
	height: 80px;
	z-index: 20;

	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	color: #FFF;

	transform: rotate(315deg);
	transform-origin: 100%;
	/* IE 9 */
	-ms-transform: rotate(315deg);
	-ms-transform-origin: 100%;
	/* Safari and Chrome */
	-webkit-transform: rotate(315deg);
	-webkit-transform-origin: 100%;
}

#slide_banner_text_container td {
	text-align: center;
	vertical-align: bottom;
}

#slide_headline {
	width: 100%;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	color: #fffefe;
	font-size: 200%;
	padding: 0 24px;
	padding-bottom: 6px;
	text-align: left;
	line-height: 110%;
	z-index: 20;
	background-color: rgba(0, 0, 0, 0.35);
}

#slide_headline .intro {
	font-style: italic;
	color: #B4B4B4;
}

#slide_cutline, #slide_buttons {
	width: 100%;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-color: rgba(0, 0, 0, 0.65);
	overflow: hidden;
}

#slide_cutline {
	padding: 10px 24px;
	color: #fffefe;
	font-size: 80%;
}

#slide_buttons {
	padding: 0 24px 10px 24px;
	width: 100%;
	text-align: center;
}

#slide_buttons li {
	padding: 0 4px;
	display: inline-block;
	list-style-type: none;
}

#slide_buttons li a {
	display: inline-block;
	width: 10px;
	height: 10px;
	border-style: solid;
	border-color: #3B3B3B;
	border-width: 2px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}

#slide_buttons li a.current {
	background-color: #3B3B3B;
}

/* @end */

/* audio */

#audio-controls {
	width: 1024px;
	margin: 0 auto;
	padding: 0;
	padding-top: 10px;
	text-align: center;
}

#audio-controls audio {
}