/* CSS STYLE RESET */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	outline: 0;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

a {
    text-decoration: none;
    border: none;
    outline: none;
}

/* END CSS STYLE RESET */

body {
  text-align: center;
}

#page {
    min-width: 1100px;
    margin-left: auto;
    margin-right: auto;
}

#header {
    width: 100%;
    height: 50px;
    background: #0196d9;
    text-align: center;
}

#mainNav {
    font-family: "HelveticaNeueW01-65Medi";
    font-size: 21pt;
    color: white;
}

#mainNav li {
    position: relative;
    top: 0px;
    float: left;
    margin-right: 15px;
    padding: 0px 22px 0px 22px;
    height: 50px;
    vertical-align: middle;
    overflow: visible;
}

#mainNav li img {
	margin-top: 11px;
}

#mainNav li:hover {
    background: #46b4e7;
}

#mainNav li a {
    color: #fff;
    cursor: pointer;
}

#mainNav li span {
    display: none;
    position: absolute;
    bottom: -12px;
    left: 50%;
    margin-left: -12px;
    width: 0; 
    height: 0; 
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-top: 12px solid #46b4e7;
    z-index: 500;
}

#mainNav li.active {
    background: #46b4e7;
}

#mainNav li.active span {
    display: block;
}

#content {
    /*background: url('../img/background.jpg');*/
    background: #000;
    /*background-position: center;
    background-repeat: no-repeat;
    background-color: #8a8a8a;*/
    width: 100%;
    text-align: center;
}

#footer {
    position: relative;
    top: 0px;
    height: 140px;
    width: 100%;
    background: url('../img/footer-back.png');
    border-style: solid;
    border-color: #666666;
    border-width: 5px 0px 0px 0px;
}

#footerLogo {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -31px;
    margin-left: -303px;
    background: url('../img/dtcc-logo.png');
    width: 607px;
    height: 62px;
}

.container {
    position: relative;
    top: 0px;
    width: 1000px;
    height: 528px;
    margin-right: auto;
    margin-left: auto;
}

.container-wide {
    position: relative;
    top: 0px;
    width: 100%;
    max-width: 1253px;
    min-width: 1000px;
    margin-right: auto;
    margin-left: auto;
    height: 528px;
}

#leaderBtn {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 228px;
    padding: 10px 0px 0px 0px;
}

#leaderBtn:hover img {
    content: url('../img/leadershipBtnOver.png');
}

#introContent {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -186px;
    margin-left: -470px;
    z-index: 500;
}

#sliderFrame {
	margin: 0;
	padding: 0;
	width: 1253px;
	height: 529px;
	border: 0;
	outline: 0;
	overflow-x: hidden;
	overflow-y: hidden;
}

#iframeStructure {
	position: relative;
	top: 0px;
	width: 1253px;
	height: 528px;
	margin: auto;
}

#ajaxLoader {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -50px;
	margin-left: -50px;
	z-index: 999;
	display: none;
}

.navLink {
	cursor: pointer;
}

#blackOut {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background: #000;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=65)";
	filter: alpha(opacity=65);
	-moz-opacity:0.65;
	-khtml-opacity: 0.65;
	opacity: 0.65;
	z-index: 500;
	display: none;
}

#leaderBio {
	position: absolute;
	top: 120px;
	left: 50%;
	margin-left: -360px;
	width: 720px;
	background: #fff;
	z-index: 500;
	display: none;
	padding: 30px 20px 30px 20px;
}

.lightbox {
	position: absolute;
	top: 120px;
	left: 50%;
	margin-left: -360px;
	width: 720px;
	background: #fff;
	z-index: 500;
	display: none;
	padding: 30px 20px 30px 20px;
}

.closeBtn {
	position: absolute;
	top: -14px;
	right: -14px;
	width: 28px;
	height: 28px;
	background: url("../img/closeBox.png");
	cursor: pointer;
}

#barRight {
	position: absolute;
	top: -31px;
	right: 0px;
	background: #666666;
	height: 27px;
	display: none;
}

.preload {
	display: none;
}

#video-container {
	width: 720px;
	height: 405px;
}

#iframeStructure.secondary {
	width: 1005px;
}

#sliderFrame.secondary {
	width: 1005px;
}

#content.secondary {
	background-image: url('../img/background.jpg');
	background-position: center;
	background-repeat: no-repeat;
	background-color: #8a8a8a;
}