@charset "UTF-8";
/* CSS Document */

/* Default style, feel free to remove if not needed. */
body, body * {
	vertical-align:baseline;
	border:0 none;
	outline:0;
	padding:0;
	margin:0;
	background-repeat:no-repeat;
}

/* Div layer for the entire banner. */
#container {
	display:block;
	position:absolute;
	width:300px;
	height:600px;
	background-color:#ffffff;
	top:0px;
	left:0px;
	margin:auto;
	overflow:hidden;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	border:1px solid #000000;
}

#content {
	position:absolute;
	width:100%;
	height:100%;
	top:0px;
	left:0px;
	background-color:#416886;
}

/* Invisible button for background clickthrough. */
#bannerButton {
	position:absolute;
	visibility:visible;
	top:0px;
	left:0px;
	width:300px;
	height:600px;
	cursor:pointer;
	background-color:#FFFFFF;
	opacity:.01;
    border:none;
    outline:none;
    display:block;
    z-index: 1000;
}

.divImage {
	visibility:hidden;
	position:absolute;
	background-repeat:no-repeat;
	top:0px;
	left:0px;
	width:300px;
	height:600px;
}

#chinook {
	position:absolute;
	top:0px;
	left:-300px;
}

#chinook_rotor_front_parent {
	width:230px;
	height:230px;
	top:112px;
	left:85px;
}

#chinook_rotor_front {
	background-image:url(chinook_rotor_front.png);
	width:230px;
	height:230px;
	top:0px;
	left:0px;
}
	
#chinook_rotor_back_parent {
	width:230px;
	height:230px;
	top:107px;
	left:-45px;
}

#chinook_rotor_back {
	background-image:url(chinook_rotor_back.png);
	width:230px;
	height:230px;
	top:0px;
	left:0px;
}	

#cta_on, #cta_off {
	position:absolute;
	top:0px;
	left:0px;
}

#bg {
	position:absolute;
	top:0px;
	left:0px;
}