/* 
 * HTML5 ✰ Boilerplate
 *
 * What follows is the result of much research on cross-browser styling. 
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 *
 * Detailed information about this CSS: h5bp.com/css
 * 
 * ==|== normalize ==========================================================
 */

/* =============================================================================
   HTML5 display definitions
   ========================================================================== */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }

/* =============================================================================
   Base
   ========================================================================== */

/*
 * 1. Correct text resizing oddly in IE6/7 when body font-size is set using em units
 * 2. Force vertical scrollbar in non-IE
 * 3. Prevent iOS text size adjust on device orientation change, without disabling user zoom: h5bp.com/g
 */

html { font-size: 100%; overflow-y: scroll; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }

body { margin: 0; font-size: 14px; line-height: 1.2; padding-bottom: 20px; }

body, button, input, select, textarea { font-family: 'GEInspira', sans-serif; color: #3b73b9; }

/* 
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate
 * Also: hot pink! (or customize the background color to match your design)
 */

::-moz-selection { background: #fe57a1; color: #fff; text-shadow: none; }
::selection { background: #fe57a1; color: #fff; text-shadow: none; }

/* =============================================================================
   Links
   ========================================================================== */

a { color: #00e; }
a:visited { color: #551a8b; }
a:hover { color: #06e; }
a:focus { outline: thin dotted; }

/* Improve readability when focused and hovered in all browsers: h5bp.com/h */
a:hover, a:active { outline: 0; }

/* =============================================================================
   Typography
   ========================================================================== */

abbr[title] { border-bottom: 1px dotted; }

b, strong { font-weight: bold; }

blockquote { margin: 1em 40px; }

dfn { font-style: italic; }

hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }

ins { background: #ff9; color: #000; text-decoration: none; }

mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }

/* Redeclare monospace font family: h5bp.com/j */
pre, code, kbd, samp { font-family: monospace, monospace; _font-family: 'courier new', monospace; font-size: 1em; }

/* Improve readability of pre-formatted text in all browsers */
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }

q { quotes: none; }
q:before, q:after { content: ""; content: none; }

small { font-size: 85%; }

/* Position subscript and superscript content without affecting line-height: h5bp.com/k */
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }

@font-face {
    font-family: 'GEInspira';
    src: url('../fonts/geinsprg.eot');
    src: url('../fonts/geinsprg.eot?#iefix') format('embedded-opentype'),
         url('../fonts/geinsprg.woff') format('woff'),
         url('../fonts/geinsprg.ttf') format('truetype'),
         url('../fonts/geinsprg.svg#geinsprg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'GEInspira-Bold';
    src: url('../fonts/geinspbd.eot');
    src: url('../fonts/geinspbd.eot?#iefix') format('embedded-opentype'),
         url('../fonts/geinspbd.woff') format('woff'),
         url('../fonts/geinspbd.ttf') format('truetype'),
         url('../fonts/geinspbd.svg#geinspbd') format('svg');
    font-weight: normal;
    font-style: normal;
}

#content-container h2 { color: #FFF; }

h2 {
	font-size: 21px;
	font-style: normal;
	margin: 0 0 10px 7px;
}

h3.tagline{
	font-family: 'GEInspira-Bold', sans-serif;
	font-weight: normal;
	font-size: 19px;
	line-height: 28px;
	letter-spacing: 0.075em;
	position: absolute;
	top: 99px;
	left: 24px;
	margin: 0;
	z-index: 125;
	max-width: 500px;
	color: #444;
}

.subtagline{
	font-family: 'GEInspira', sans-serif;
	font-weight: normal;
	font-size: 17px;
	line-height: 1.2em;
	letter-spacing: 0.075em;
	
}



.tagline span.step span {
	background-color: #08a4e0;
	color: #fff;
	display: inline-block;
	width: 30px;
	text-align: center;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;
	line-height: 30px;
	font-size: 20px;
}

#hospital-map-page h4 {
	font-size: 14px;
	font-weight: bold;
	margin: 100px 0 0 105px;
}

#content-container p {
	font-size: 16px;
	margin: 0 0 13px 7px;
	letter-spacing: .2px;
}

#content-container p.fine-print { font-size: 11px; }

div.detailed-content { color: #fff; }

.detailed-content p {
	font-size: 16px;
	margin:13px 0 13px 0;
	line-height: 1.3;
}

.detailed-content p.fine-print { font-size: 12px; }

.detailed-content ul li {
	margin: 10px 0 10px 0;
	line-height: 1.3;
}

.detailed-content ul { padding: 0 0 0 20px; }

.detailed-content h4 {
	font-style: normal;
	font-size: 24px;
	margin: 0 0 15px 0;
}

.detailed-content h5 {
	font-size: 26px;
	line-height: 36px;
	font-weight: normal;
	margin: 30px 40px 10px 420px;
}

#the-cartridge-detailed-content .right-detail p {
	font-size: 18px;
	line-height: 36px;
	letter-spacing: 0.5px;
	margin: 10px 40px 10px 420px;
}

/* =============================================================================
   Lists
   ========================================================================== */

ul, ol { margin: 1em 0; padding: 0 0 0 40px; }

dd { margin: 0 0 0 40px; }

nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }

/* =============================================================================
   Embedded content
   ========================================================================== */

/*
 * 1. Improve image quality when scaled in IE7: h5bp.com/d
 * 2. Remove the gap between images and borders on image containers: h5bp.com/e 
 */

img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }

/*
 * Correct overflow not hidden in IE9 
 */

svg:not(:root) { overflow: hidden; }

/* =============================================================================
   Figures
   ========================================================================== */

figure { margin: 0; }

/* =============================================================================
   Forms
   ========================================================================== */

form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }

/* Indicate that 'label' will shift focus to the associated form element */
label { cursor: pointer; }

/* 
 * 1. Correct color not inheriting in IE6/7/8/9 
 * 2. Correct alignment displayed oddly in IE6/7 
 */

legend { border: 0; *margin-left: -7px; padding: 0; }

/*
 * 1. Correct font-size not inheriting in all browsers
 * 2. Remove margins in FF3/4 S5 Chrome
 * 3. Define consistent vertical alignment display in all browsers
 */

button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }

/*
 * 1. Define line-height as normal to match FF3/4 (set using !important in the UA stylesheet)
 * 2. Correct inner spacing displayed oddly in IE6/7
 */

button, input { line-height: normal; *overflow: visible; }

/*
 * Reintroduce inner spacing in 'table' to avoid overlap and whitespace issues in IE6/7
 */

table button, table input { *overflow: auto; }

/*
 * 1. Display hand cursor for clickable form elements
 * 2. Allow styling of clickable form elements in iOS
 */

button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; }

/*
 * Consistent box sizing and appearance
 */

input[type="checkbox"], input[type="radio"] { box-sizing: border-box; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }

/* 
 * Remove inner padding and border in FF3/4: h5bp.com/l 
 */

button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }

/* 
 * 1. Remove default vertical scrollbar in IE6/7/8/9 
 * 2. Allow only vertical resizing
 */

textarea { overflow: auto; vertical-align: top; resize: vertical; }

/* Colors for form validity */
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }

/* =============================================================================
   Tables
   ========================================================================== */

table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }

/* ==|== primary styles =====================================================
   Author: 
   ========================================================================== */

body,
header { background: #fff url('../img/bg-header-bar.png') top left repeat-x; }

#container {
	position: relative;
	width: 954px;
	height: 768px;
	margin: 0 auto;
	overflow: hidden;
}

header {
	padding: 0 24px;
	height: 90px;
	position: relative;
	z-index: 1000;
}

header #logo {
	padding: 15px 0;
	border-bottom: 1px solid #E0DFDF;
}

header #logo h1 {
	width: 114px;
	height: 40px;
	margin: 0;
	text-indent: -9999px;
	background: transparent url('../img/logo-GE.png') top left no-repeat;
	cursor: pointer;
}

header h2 {
	font-size: 16px;
	color: #888;
	font-family: 'GEInspira-Bold', sans-serif;
	font-weight: normal;
	margin: 10px 0;
}

header #top-nav {
	position: absolute;
	top: 20px;
	right: 20px;
}

#top-nav ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
	background: transparent url('../img/bg-top-menu.png') top left repeat-x;
	height: 34px;
	-webkit-border-radius: 20px 20px 20px 20px;
	-moz-border-radius: 20px 20px 20px 20px;
	border-radius: 20px 20px 20px 20px;

}

#top-nav ul li#li-home { width:120px; border-right: 1px solid #0f94c9;}
#top-nav ul li#li-acute { width:120px; border-right: 1px solid #0f94c9; border-left: 1px solid #82dbfd;}
#top-nav ul li#li-subacute { width:147px;  border-left: 1px solid #82dbfd;}

#top-nav ul li {
	font-family: 'GEInspira-Bold', sans-serif;
	float: left;
	height: 34px;
	color: #fff;
	margin: 0 0 0 0px;
	cursor: pointer;
	text-align: center;
	line-height: 34px;
}

#top-nav ul li:hover,
#top-nav ul li.active { background-color: #12a5e1; }

header .sub-nav {
	display: none;
	opacity: 0;
	filter: alpha(opacity=0); /* For IE8 and earlier */
	width: auto;
	height: 30px;
	margin-left: 0px;
	position: absolute;
	top:56px;
	right:31px;
}

.sub-nav ol {
	margin: 0;
	padding: 8px 0 0 0;
	float: right;
}

.sub-nav ol li {
	list-style-type: none;
	font-family: 'GEInspira-Bold', sans-serif;
	float: left;
	padding: 0 0 0 0;
	margin: 0 0 0 10px;
	height: 17px;
	color: #444444;
	cursor: pointer;
}

.sub-nav ol li span {
	display: inline-block;
	background-color: #fff;
	color: #009FD9;
	width: 20px;
	text-align: center;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;
}

.sub-nav ol li:hover span,
.sub-nav ol li.active span {
	color: #fff;
	background-color: #444;
}

#main #overlay {
	background: transparent url('../img/intro-white-overlay.png') top left no-repeat;
	position: absolute;
	top: 0;
	left: -40px;
	width: 954px;
	height: 655px;
	border: 0px solid green;
	
}

img#hospital-intro {
	margin: 40px 0px 0px -40px;
	padding: 0px 0px 0px 0px;
	width: 754px;
	height: 521px;
	background-color: #fff;
}



#to-acute-map { cursor: pointer; }

#content-wrapper {
	width: 410px;
	background: transparent;
	position: absolute;
	top: 90px;
	right: 0;
	z-index: 300; 
}

#content-container {
	width: 358px;
	height: 450px;
	padding: 15px;
	background-color: #38b6e6;
	overflow: hidden;
	position: relative;
	color: #fff;
	-webkit-border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px 10px 10px 10px;
	border-radius: 10px 10px 10px 10px;
	-webkit-box-shadow: -2px 2px 8px rgba(0,0,0,.25);
	-moz-box-shadow: -2px 2px 8px rgba(0,0,0,.25);
	box-shadow: -2px 2px 8px rgba(0,0,0,.25);
}

#content-container div > img:first-child {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	margin: 0 0 14px;
}

.icon-arrow-right,
.icon-arrow-left {
	display: inline-block;
	background: url('../img/icons-arrows.png') no-repeat left top;
	width: 9px;
	height: 9px;
	margin: 0 0 0 5px;
}

.icon-arrow-left {
	background-position: left -10px;
	margin: 0 5px 0 0;
}

.btn {
	padding: 12px;
	width: 335px;
	color: #009fd9;
	background-color: #fff;
	cursor: pointer;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: -2px 2px 8px rgba(0,0,0,.25);
	-moz-box-shadow: -2px 2px 8px rgba(0,0,0,.25);
	box-shadow: -2px 2px 8px rgba(0,0,0,.25);
}

.btn-left,
.btn-right {
	width: 156px;
	display: inline-block;
	margin-top: 10px;
	padding-top: 6px;
	padding-bottom: 6px;
	padding: 6px;
	text-align: center;
}

.btn-right { margin-left: 18px; }

footer #copyright {
	position: absolute;
	left: 24px;
	bottom: 20px;
	font-size: 9px;
	width: 280px;
}

#large-hospital-map {
	display: none;
	width: 863px;
	height: 545px;
	position: absolute;
	top: 125px;
	left: 40px;
	border: 0px solid red;
	/*background: #ffffff url('../img/hospital-map-large.png') no-repeat;background-size: 100% 100%;*/
	
}

/* slides(in order) */

#intro-page {
	width: 954px;
	height: 655px;
	position: absolute;
	top: 100px;
	left: 40px;
}

#hospital-map-page {
	display: none;
	position: absolute;
	top: 40px;
	left: -40px;
	width: 954px;
	height: 675px;
	opacity: 0;
	filter: alpha(opacity=0); /* For IE8 and earlier */
	overflow: hidden;
	border: 0px solid blue;
}

/* content areas */

.contentHolder {
	position: absolute;
	top: 16px;
	left: 16px;
	width: 358px;
	opacity: 0;
	filter: alpha(opacity=0); /* For IE8 and earlier */
}

/*#content-A2,*/
#content-A1,
#the-cartridge-content { display: none; }


.scrolled-content {
	width: 348px;
	height: 250px;
	margin: 0 0 15px 0;
	overflow: hidden;
	overflow-y: auto;
	padding: 0 10px 0 0;
}

.scroll-pane {
	width: 358px;
	height: 100px;
}

/*-----------------------*/

.btnStepMap {
	position: absolute;
	z-index: 201;
	opacity:0.0;
	filter:alpha(opacity=0); /* For IE8 and earlier */
	cursor: pointer;
	display: none;
	border: 0px solid red;
}

#mapBtnA1 {
	left:160px;
	top:200px;
}

#mapBtnA2 {
	left:390px;
	top:260px;
}

#mapBtnA3 {
	left:525px;
	top:280px;
}

#mapBtnA4 {
	left:595px;
	top:465px;
}

#mapBtnA5 {
	left:805px;
	top:340px;
}

#mapBtnA6 {
	left:160px;
	top:300px;
}


#mapBtnS1 {
	left:160px;
	top:160px;
}

#mapBtnS2 {
	left:805px;
	top:340px;
}

#mapBtnS3 {
	left:160px;
	top:300px;
}

#mapBtnS4 {
	left:160px;
	top:210px;
}


.overlay-map{

/*opacity:0.0;
filter:alpha(opacity=0); /* For IE8 and earlier */
width:954px;
height: 655px;
position: absolute;
top:80px;
left:0px;
border: 0px solid red;
}

#overlay-A1 {background: transparent url('../img/overlay-A4.png') top left no-repeat; display: none;}
#overlay-A2 {background: transparent url('../img/overlay-A4.png') top left no-repeat; display: none;}
#overlay-A3 {background: transparent url('../img/overlay-A4.png') top left no-repeat; display: none;}
#overlay-A4 {background: transparent url('../img/overlay-A4.png') top left no-repeat; display: none;}
#overlay-A5 {background: transparent url('../img/overlay-A4.png') top left no-repeat; display: none;}
#overlay-A6 {background: transparent url('../img/overlay-A4.png') top left no-repeat; display: none;}
#overlay-S1 {background: transparent url('../img/overlay-A4.png') top left no-repeat; display: none;}
#overlay-S2 {background: transparent url('../img/overlay-A3.png') top left no-repeat; display: none;}
#overlay-S3 {background: transparent url('../img/overlay-A4.png') top left no-repeat; display: none;}
#overlay-S4 {background: transparent url('../img/overlay-A4.png') top left no-repeat; display: none;}/**/

/*#pre-op-detailed-content,
#the-cartridge-detailed-content,
#hallway-detailed-content,
#surgery-detailed-content,
#pacu-detailed-content {
	position: absolute;
	top: 90px;
	left: 0;
	display: none;
	background-color: #616161;
	width: 954px;
	height: 595px;
	z-index: 9999;
}

body #surgery-detailed-content { height: 640px; }

body #surgery-detailed-content .right-detail { padding-bottom: 76px; }

#the-cartridge-detailed-content .right-detail {
	background-color: #4c4c4c;
	width: 923px;
	padding: 80px 16px 0 17px;
}

#pic-cartridge {
	width: 923px;
	height:199px;
	margin: 0;
	padding: 0;
	background: transparent url('../img/pic-cartridge-detailed.jpg') top left no-repeat;
}

#pic-cartridge div {
	float: left;
	width: 240px;
	height: 214px;
	margin: 0 10px 0 0;
	cursor: pointer;
}

#pic-cartridge div.go-to-pacu { margin-right: 0; }

#close-pre-op,
#close-the-cartridge,
#close-hallway,
#close-surgery,
#close-pacu {
	position: absolute;
	top: 0;
	left: 0;
	text-indent: -9999px;
	cursor: pointer;
	width: 243px;
	height: 40px;
	background: transparent url('../img/close-content.png') top left no-repeat;
	margin: 0;
	padding: 0;
}

.left-detail {
	float:left;
	width:441px;
	height:578px;
}

.left-detail img { margin:62px 0 0 24px; }

.right-detail {
	float: left;
	width: 476px;
	height: 533px;
	padding: 18px 19px 44px 18px;
	background-color: #4c4c4c;
}
*/
img.float-right {
	float: right;
	padding: 0 0 0 10px;
}

img.float-right-larger {
	float: right;
	padding: 0 0 30px 20px;
}

img.float-left { position: absolute; top:278px; left: 20px; }



/* arrow animation and arrow map container */

#arrow-map-container {
	width: 863px;
	height: 545px;
	position: absolute;
	top: 125px;
	left: 40px;
	/*display: none;*/
	z-index: 200;
}

#no-arrow-map{

width:863px;
height: 545px;
/*
background: transparent url('../img/map-no-arrow.png') top left no-repeat;background-size: 100% 100%;*/

position: relative;

}

#no-arrow-map div{


display: none;
background: transparent url('../img/map-arrows-overlay.png') top left no-repeat;
width:10px;
height: 10px;
position: absolute;

}

/*#no-arrow-map #arrow-01{top:189px; left:235px; background-position: -235px -189px;}
#no-arrow-map #arrow-02{top:201px; left:363px; background-position: -363px -201px;}
#no-arrow-map #arrow-03{top:202px; left:376px; background-position: -376px -202px;}
#no-arrow-map #arrow-04{top:203px; left:389px; background-position: -389px -203px;}
#no-arrow-map #arrow-05{top:204px; left:402px; background-position: -402px -204px;}
#no-arrow-map #arrow-06{top:212px; left:492px; background-position: -492px -212px;}
#no-arrow-map #arrow-07{top:204px; left:499px; background-position: -499px -204px;}
#no-arrow-map #arrow-08{top:204px; left:518px; background-position: -518px -204px;}
#no-arrow-map #arrow-09{top:215px; left:523px; background-position: -523px -215px;}
#no-arrow-map #arrow-10{top:216px; left:537px; background-position: -537px -216px;}
#no-arrow-map #arrow-11{top:217px; left:549px; background-position: -549px -217px;}
#no-arrow-map #arrow-12{top:218px; left:564px; background-position: -564px -218px;}
#no-arrow-map #arrow-13{top:219px; left:575px; background-position: -575px -219px;}
#no-arrow-map #arrow-14{top:220px; left:588px; background-position: -588px -220px;}*/

/*middle */

/*#no-arrow-map #arrow-15{top:222px; left:601px; background-position: -601px -222px;}
#no-arrow-map #arrow-16{top:223px; left:614px; background-position: -614px -223px;}
#no-arrow-map #arrow-17{top:224px; left:627px; background-position: -627px -224px;}
#no-arrow-map #arrow-18{top:225px; left:640px; background-position: -640px -225px;}*/

/*stretch*/

/*#no-arrow-map #arrow-19{top:226px; left:653px; background-position: -653px -226px;}
#no-arrow-map #arrow-20{top:228px; left:666px; background-position: -666px -228px;}
#no-arrow-map #arrow-21{top:229px; left:679px; background-position: -679px -229px;}
#no-arrow-map #arrow-22{top:230px; left:692px; background-position: -692px -230px;}
#no-arrow-map #arrow-23{top:231px; left:705px; background-position: -705px -231px;}
#no-arrow-map #arrow-24{top:232px; left:718px; background-position: -718px -232px;}
#no-arrow-map #arrow-25{top:233px; left:731px; background-position: -731px -233px;}
#no-arrow-map #arrow-26{top:234px; left:744px; background-position: -744px -234px;}
#no-arrow-map #arrow-27{top:235px; left:757px; background-position: -757px -235px;}
#no-arrow-map #arrow-28{top:236px; left:770px; background-position: -770px -236px;}
#no-arrow-map #arrow-29{top:237px; left:783px; background-position: -783px -237px;}
#no-arrow-map #arrow-30{top:238px; left:796px; background-position: -796px -238px;}
#no-arrow-map #arrow-31{top:239px; left:809px; background-position: -809px -239px;}
#no-arrow-map #arrow-32{top:240px; left:822px; background-position: -822px -240px;}
#no-arrow-map #arrow-33{top:241px; left:835px; background-position: -835px -241px;}
#no-arrow-map #arrow-34{top:242px; left:848px; background-position: -848px -242px;}*/

/*end down */

/*#no-arrow-map #arrow-35{top:239px; left:739px; background-position: -739px -239px;}
#no-arrow-map #arrow-36{top:249px; left:738px; background-position: -738px -249px;}*/













/* CMCR EDITS */



ul.ulBodyPup  {
	position: relative;
	display: block;
	margin: 10px 0px 20px 0px;
	padding: 0px 0px 0px 0px;
	border: 0px solid red;
	
}

.ulBodyPup li  {
	position: relative;
	margin: 3px 0px 8px 0px;
	padding: 0px 0px 0px 45px;
	border: 0px solid blue;
	
	list-style-type: none;
}

.ulBodyPupLIClin {
	background: url('../img/ulBodyPup-clin.png') left top no-repeat;
}
.ulBodyPupLIWork {
	background: url('../img/ulBodyPup-work.png') left top no-repeat;
}
.ulBodyPupLIData {
	background: url('../img/ulBodyPup-data.png') left top no-repeat;
}
.ulBodyPupLIDeci {
	background: url('../img/ulBodyPup-deci.png') left top no-repeat;
}

.ulBodyPup li ul  {
	position: relative;
	margin: 8px 0px 5px 20px;
	padding: 0px 0px 0px 0px;
	border: 0px solid green;

}

.ulBodyPup li ul li  {
	position: relative;
	margin: 3px 0px 5px 0px;
	padding: 0px 0px 0px 0px;
	border: 0px solid blue;
	
	background: none;
	list-style-type: disc;
}


.bodyLink {
	text-decoration: none;
	border-bottom: 1px solid #bae8fb;
	color: #fff;
	font-family: 'GEInspira-Bold';
	cursor: pointer;
}


.clear {
	margin: 0px;
	padding: 0px;
	clear: both;
}






.bpupHolder {
	margin: 0px 0px 0px 0px;
	padding: 20px;
	width: auto;
	height: auto;
	position: relative;
	border: 2px solid #12a5e1;
	display: block;
	background: #fff;
}




.bpupDisclaimer {
	margin: 5px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
	width: auto;
	height: auto;
	position: relative;
	border: 0px solid red;
	display: block;
	
	font-size: 11px;
	font-family: 'GEInspira', Arial, sans-serif;
	text-align: left;
	font-weight: 500;
	line-height: 1.2em;
	letter-spacing: 0em;
	color: #555555;
}


.bpupTitleL {
	margin: 10px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: auto;
	height: auto;
	position: relative;
	border: 0px solid red;
	display: block;
	float: left;
	bottom: 0px;
	
	font-size: 25px;
	font-family: 'GEInspira', Arial, sans-serif;
	text-align: left;
	font-weight: bold;
	line-height: 1.2em;
	letter-spacing: 0em;
	color: #12a5e1;
}

.bpupTitleR {
	margin: 10px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: auto;
	height: auto;
	position: relative;
	border: 0px solid red;
	display: block;
	float: right;
	bottom: 0px;
	
	font-size: 25px;
	font-family: 'GEInspira', Arial, sans-serif;
	text-align: left;
	font-weight: bold;
	line-height: 1.2em;
	letter-spacing: 0em;
	color: #12a5e1;
}



#imgZoom img {
	width: 100%;
	height: 100%;
	border: 0px solid green;
}

#imgZoomHolder {
	width: 600px;
	height: 392px;
	display: block;
	overflow: hidden;
	position: relative;
}



#dataBlip {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	display: block;
	position: absolute;
	z-index: 1;
	border: 0px solid red;
	background: url('../img/blip.png') no-repeat;
	background-size:100% 100%;
	width: 15%;/*130px;*/
	height: 23.8%;/*130px;*/
}






#bodyPupBlocker  {
	position: absolute;
	z-index: 1054;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background: #fff;
	background: rgba(255, 255, 255, 0.8);
	width: 100%;
	height: 100%;
	top: 0; 
	left: 0;
	display: block;
	cursor: default;
}


#otherPup  {
	position: absolute;
	z-index: 1055;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border: 0px solid red;
	display: block;
	cursor: default;
}


#pupCloser  {
	position: absolute;
	z-index: 1056;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border: 0px solid green;
	display: block;
	cursor: pointer;
	width: 43px;
	height: 43px;
	background-image:url('../img/close.png');
	background-repeat: no-repeat;
}



#readout {
	display: none;
}




/* END CMCR EDITS */










/* jScrollPane */

.jspContainer {
	overflow: hidden;
	position: relative;
}

.jspPane {
	position: absolute;
}

.jspVerticalBar {
	position: absolute;
	top: 0;
	right: 0;
	width: 14px;
	height: 100%;
	background: #fff;
}

.jspHorizontalBar {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 16px;
	background: red;
}

.jspVerticalBar *,
.jspHorizontalBar * {
	margin: 0;
	padding: 0;
}

.jspCap {
	display: none;
}

.jspHorizontalBar .jspCap {
	float: left;
}

.jspTrack {
	background: #fff;
	position: relative;
}

.jspDrag {
	background: #444;
	position: relative;
	top: 0;
	left: 0;
	cursor: pointer;
}

.jspHorizontalBar .jspTrack,
.jspHorizontalBar .jspDrag {
	float: left;
	height: 100%;
}

.jspArrow {
	background: #50506d;
	text-indent: -20000px;
	display: block;
	cursor: pointer;
}

.jspArrow.jspDisabled {
	cursor: default;
	background: #80808d;
}

.jspVerticalBar .jspArrow {
	height: 14px;
	width: 14px;
}

.jspVerticalBar .jspArrow.jspArrowUp {
	height: 14px;
	width: 14px;
	background: #fefefe url('../img/bg-scroll-arrow-up.png') top left no-repeat;
}

.jspVerticalBar .jspArrowDown {
	height: 14px;
	width: 14px;
	background:  #fefefe url('../img/bg-scroll-arrow-down.png') top left no-repeat;
}

.jspHorizontalBar .jspArrow {
	width: 16px;
	float: left;
	height: 100%;
}

.jspVerticalBar .jspArrow:focus {
	outline: none;
}

.jspCorner {
	background: #eeeef4;
	float: left;
	height: 100%;
}

/* ==|== non-semantic helper classes ========================================
   Please define your styles before this section.
   ========================================================================== */

/* For image replacement */
.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; }
.ir br { display: none; }

/* Hide from both screenreaders and browsers: h5bp.com/u */
.hidden { display: none !important; visibility: hidden; }

/* Hide only visually, but have it available for screenreaders: h5bp.com/v */
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }

/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: h5bp.com/p */
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }

/* Hide visually and from screenreaders, but maintain layout */
.invisible { visibility: hidden; }

/* Contain floats: h5bp.com/q */ 
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }