@charset "UTF-8";

/* Default style, feel free to remove if not needed. */
html, body, body * {
    vertical-align:baseline;
    border:0 none;
    outline:0;
    padding:0;
    margin:0;
    background-repeat:no-repeat;
	box-sizing: border-box;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	-moz-text-size-adjust: none;
	-ms-text-size-adjust: none;
}

/* Div layer for the entire banner. */
#container {
    display:block;
    position:absolute;
    width:970px;
    height:250px;
    top:0px;
    left:0px;
    margin:auto;
    overflow:hidden;
    box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    border:none;
    z-index:20;
}

#content {
    position:absolute;
    width:100%;
    height:100%;
    top:0px;
    left:0px;
    background-color:#000000;
    z-index: 1;
}

/* Invisible button for background clickthrough. */
#bannerButton {
    position:absolute;
    visibility:visible;
    top:0px;
    left:0px;
	width:715px;
	height:250px;
    cursor:pointer;
    background-color:#FFFFFF;
    opacity:.01;
    border:none;
    outline:none;
    display:block;
    z-index: 1000;
}

#warningLinkButton {
    position:absolute;
    visibility:visible;
    top:199px;
    left:118px;
	width:200px;
	height:30px;
    cursor:pointer;
    background-color:transparent;
    opacity:.01;
    border:none;
    outline:none;
    display:block;
    z-index: 1500;
}

.hidden {
	visibility: hidden;
}

#isiOutsideContainer {
	z-index: 3;
	position: absolute;
	left: 715px;
	top: 0px;
	width: 255px;
	height: 250px;
}

#isiContainer{
	font-family:Arial, sans-serif;
	font-size:11px;
	line-height:13px;
	left: 0px;
	top: 5px;
	width: 245px;
	height: 240px;
	overflow: hidden;
	position: absolute;
	z-index: 3;
	overflow-y: scroll;
	padding: 0px 5px 0px 10px;
	color: #cccccc;
	scrollbar-color: #cccccc transparent;
	scrollbar-width: thin;
}

#isiContainer::-webkit-scrollbar {
	width: 5px;
}

#isiContainer::-webkit-scrollbar-track {
	background: transparent; 
}

#isiContainer::-webkit-scrollbar-thumb {
	border-radius: 10px;
	background: #cccccc;
}


#isiHeadline {
	font-size:14px;
	line-height:18px;
	font-weight: bold;
}

.copyRight{
	font-size:5px;
	line-height:5px;
	vertical-align:3px;
}

#text1, #text2, #text3, #legal, #legal_separator_line, #logo, #logo_large, #date, #isi_border, #border {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 970px;
	height: 250px;
}

#bg {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 970px;
	height: 250px;
	background-color: #000000;
}

#hero1, #hero2, #hero3 {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 970px;
	height: 445px;
}

#cta, #cta_text, #cta_sheen_container {
	position: absolute;
	left: 387px;
	top: 101px;
	width: 205px;
	height: 46px;
	overflow: hidden;
}

#cta_sheen {
	position: relative;
	left: -100px;
	top: 0px;
	width: 100px;
	height: 46px;
	overflow: hidden;
	background-image: url("cta_sheen.png")
}

ul {
	position: relative;
	top:-10px;
	padding-left:13px;
}

li {
	padding-top:10px;
}

a, a:visited, a:hover, a:active  {
	color:#ffffff;
}
