/*
 * 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.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #222;
}

body {
    font-size: 1em;
    line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between images and the bottom of their containers: h5bp.com/i/440
 */

img {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Chrome Frame prompt
   ========================================================================== */

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

.no-js #NoJava {
	width:916px;
	height:100%;
	min-height: 100%;
	background-color: #666;
	background-color: rgba(0,0,0,.8);
	position: absolute;
	z-index: 600;
	display: block;
}
.no-js #NoJava p {
	width:330px;
	background-color: #fff;
	margin: 100px auto;
	padding: 20px;
}

#NoJava {
	display: none;
}

html {
	background-color: #ccc;
}

body
{
	width: 916px;
	background-color: #FFFFFF;
	margin: 0 auto;
}

header {
	height: 80px;
}
#logo {
	cursor: pointer;
}

#content {
	width:916px;
	height: 557px;
	overflow: hidden;
	position: relative;
	background-color: #727981;
}

#slide {
	position: absolute;
	top: 0;
	left: 500px;
	width:11875px;
	height:557px;
}
#slide img {
	display: block;
}

#navigation {
	position: relative;
	overflow: hidden;
	height: 60px;
}
.footerNav {
	height: 42px;
	position: absolute;
	top: -42px;
	left: 41px;
}
.navButton {
	display: block;
	cursor: pointer;
	height: 31px;
	background-color: #E41B23;
	background-image: url(../img/navButtons.gif);
	background-repeat: no-repeat;
}
.footerNav .navButton {
	float: left;
	margin-right: 8px;
}

.footerCaseOne.active, .footerCaseTwo.active, .footerResults.active, .footerCaseThree.active, .footerCaseFour.active {
	cursor: default;
}

/* footer buttons individual */

.footerHome {
	width: 82px;
	background-position: 0 -31px;
}
.footerHome:hover, .footerHome:active, .footerHome:focus {
	background-position: 0 0;
}
.footerCaseOne {
	width: 101px;
	background-position: -82px -31px;
}
.footerCaseOne:hover, .footerCaseOne:active, .footerCaseOne:focus, .footerCaseOne.active {
	background-position: -82px 0;
}
.footerCaseTwo {
	width: 104px;
	background-position: -183px -31px;
}
.footerCaseTwo:hover, .footerCaseTwo:active, .footerCaseTwo:focus, .footerCaseTwo.active {
	background-position: -183px 0;
}
.footerResults {
	width: 152px;
	background-position: -287px -31px;
}
.footerResults:hover, .footerResults:active, .footerResults:focus, .footerResults.active {
	background-position: -287px 0;
}
.footerDiscover {
	width: 315px;
	background-position: -438px -31px;
}
.footerDiscover:hover, .footerDiscover:active, .footerDiscover:focus {
	background-position: -438px 0;
}
.InvestigateOtherButton {
	position: absolute;
	top:468px;
	left: 28px;
	width: 215px;
	z-index: 2;
	background-position: -752px 0;
}
.InvestigateOtherButton:hover, .InvestigateOtherButton:active, .InvestigateOtherButton:focus {
	background-position: -752px -31px;
}
#InvestigateOtherOne {
	top:473px;
}
#InvestigateOtherFour {
	top:478px;
}
.startInvestigateButton {
	position: absolute;
	top:498px;
	left: 115px;
	width: 190px;
	z-index: 2;
	background-position: -966px 0;
}
.startInvestigateButton:hover, .startInvestigateButton:active, .startInvestigateButton:focus {
	background-position: -966px -31px;
}
.InvestigateButton.navButton {
	position: absolute;
	width: 127px;
	z-index: 2;
	background-position: -1155px -31px;
}
.InvestigateButton.navButton:hover, .InvestigateButton.navButton:active, .InvestigateButton.navButton:focus {
	background-position: -1155px 0;
}
#InvestigateOne {
	top: 228px;
	left: 92px;
}
#InvestigateTwo {
	top: 228px;
	left: 301px;
}
#InvestigateThree {
	top: 494px;
	left: 92px;
}
#InvestigateFour {
	top: 494px;
	left: 301px;
}
.backInvestigateButton{
	position: absolute;
	top: 508px;
	left: 29px;
	width: 207px;
	z-index: 2;
	background-position: -1281px 0;
}
.backInvestigateButton:hover, .backInvestigateButton:active, .backInvestigateButton:focus {
	background-position: -1281px -31px;
}
.footerCaseThree {
	width: 120px;
	background-position: -1487px -31px;
}
.footerCaseThree:hover, .footerCaseThree:active, .footerCaseThree:focus, .footerCaseThree.active {
	background-position: -1487px 0;
}
.footerCaseFour {
	width: 111px;
	background-position: -1606px -31px;
}
.footerCaseFour:hover, .footerCaseFour:active, .footerCaseFour:focus, .footerCaseFour.active {
	background-position: -1606px 0;
}



/* ==========================================================================
   Content Blocks
   ========================================================================== */

.travelerPanelCaseOne, .travelerPanelCaseTwo, .travelerPanelCaseThree, .travelerPanelCaseFour {
	visibility: hidden;
}

#TravelersGapBlock1 {
	position:absolute;
	left:0px;
	top:0px;
	width:729px;
	height:557px;
}
#TravelersHome-01 {
	position:absolute;
	left:729px;
	top:0px;
	width:396px;
	height:557px;
}

#TravelersHome-02 {
	position:absolute;
	left:1125px;
	top:0px;
	width:436px;
	height:557px;
}
#TravelersGapBlock2 {
	position:absolute;
	left:1561px;
	top:0px;
	width:710px;
	height:557px;
}

#TravelersCaseOne-01, #TravelersCaseTwo-01, #TravelersCaseThree-01, #TravelersCaseFour-01  {
	position:absolute;
	left:2271px;
	top:0px;
	width:384px;
	height:557px;
}

#TravelersCaseOne-02, #TravelersCaseTwo-02, #TravelersCaseThree-02, #TravelersCaseFour-02 {
	position:absolute;
	left:2655px;
	top:0px;
	width:454px;
	height:557px;
}

#TravelersCaseOne-app, #TravelersCaseTwo-app, #TravelersCaseThree-app, #TravelersCaseFour-app  {
	position:absolute;
	left:3109px;
	top:0px;
	width:838px;
	height:557px;
}

#TravelersFill-01, #TravelersFill-04, #TravelersFill-07, #TravelersFill-10 {
	position:absolute;
	left:3947px;
	top:0px;
	width:704px;
	height:557px;
}

#TravelersCaseOne-A, #TravelersCaseTwo-A, #TravelersCaseThree-A, #TravelersCaseFour-A {
	position:absolute;
	left:4651px;
	top:0px;
	width:704px;
	height:557px;
}

#TravelersFill-02, #TravelersFill-05, #TravelersFill-08, #TravelersFill-11 {
	position:absolute;
	left:5355px;
	top:0px;
	width:704px;
	height:557px;
}

#TravelersCaseOne-B, #TravelersCaseTwo-B, #TravelersCaseThree-B, #TravelersCaseFour-B {
	position:absolute;
	left:6059px;
	top:0px;
	width:704px;
	height:557px;
}

#TravelersFill-03, #TravelersFill-06, #TravelersFill-09, #TravelersFill-12 {
	position:absolute;
	left:6763px;
	top:0px;
	width:704px;
	height:557px;
}

#TravelersCaseOne-C, #TravelersCaseTwo-C, #TravelersCaseThree-C, #TravelersCaseFour-C {
	position:absolute;
	left:7467px;
	top:0px;
	width:704px;
	height:557px;
}


#TravelersGapBlock3 {
	position:absolute;
	left:9579px;
	top:0px;
	width:729px;
	height:557px;
}

#TravelersCaseOne-03, #TravelersCaseTwo-03, #TravelersCaseThree-03, #TravelersCaseFour-03 {
	position:absolute;
	left:10308px;
	top:0px;
	width:387px;
	height:557px;
}
#TravelersCaseOne-04, #TravelersCaseTwo-04, #TravelersCaseThree-04, #TravelersCaseFour-04 {
	position:absolute;
	left:10753px;
	top:0px;
	width:451px;
	height:557px;
}

/* ==========================================================================
   Application
   ========================================================================== */

.caseHotSpot {
	position:absolute;
	display: block;
    top: 0px;
}
#slide .hotSpotImage {
	position:absolute;
	display: none;
	top: 0;
	left:0;
	/*visibility: hidden;*/
	z-index: 50;
}
.actionButton {
	position:absolute;
	display: block;
	z-index: 100;
	cursor: pointer;
    background:white;
    filter:alpha(opacity=1);
    opacity: 0;
    width: 160px;
    height: 160px;
}
#caseOneA {
	left:0;
}
#caseOneA .actionButton {
	top: 271px;
	left: 61px;
}
#caseOneB {
	left:193px;
}
#caseOneB .actionButton {
	top: 181px;
	left: 224px;
}
#caseOneC {
	left: 476px;
}
#caseOneC .actionButton {
	top: 313px;
	left: 118px;
}

#caseTwoA {
	left:0;
}
#caseTwoA .actionButton {
	top: 288px;
	left: 0px;
}
#caseTwoB {
	left: 193px;
}
#caseTwoB .actionButton {
	top: 270px;
	left: 134px;
}
#caseTwoC {
	left: 476px;
}
#caseTwoC .actionButton {
	top: 194px;
	left: 189px;
}

/* Three */


#caseThreeA {
	left:0;
}
#caseThreeA .actionButton {
	top: 199px;
	left: 39px;
}
#caseThreeB {
	left: 193px;
}
#caseThreeB .actionButton {
	top: 391px;
	left: 49px;
}
#caseThreeC {
	left: 476px;
}
#caseThreeC .actionButton {
	top: 217px;
	left: 85px;
}

/* Four */


#caseFourA {
	left: 0px;
}
#caseFourA .actionButton {
	top: 311px;
	left: 62px;
}
#caseFourB {
	left: 193px;
}
#caseFourB .actionButton {
	top: 188px;
	left: 54px;
}
#caseFourC {
	left: 476px;
}
#caseFourC .actionButton {
	top: 397px;
	left: 64px;
}


/* ==========================================================================
   Legal
   ========================================================================== */
#legal p {
	margin: 0 auto;
	padding: 10px;
	color: #999;
	font-size: 9px;
	font-family: Verdana, Arial, Verdana, Arial, Helvetica, sans-serif;
}


/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Image replacement
 */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 100%;
}

/*
 * 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;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   Theses examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
       only screen and (min-resolution: 144dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow:none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}
