:root {
    --nimbus-blue: #003366;
}

#logo {
    margin-left: 0px;
    margin-right: auto;
    margin-top: 10px;
    margin-bottom: -30px;
}

#body {
    margin: 0;
    padding: 0;
    height: 100%;
    padding-top: 0px;
    // background-color: var(--nimbus-blue);
    margin-top: 0;
    text-align: center;
    width: 100%;
    padding-bottom: 30px; /* Height of the footer */
}

#footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 30px; /* Height of the footer */
    background: #25507b;
    text-align: left;
    font-family: "Lucida Sans Unicode" sans-serif;
    text-transform: uppercase;
}

#Banner {
    margin-left: auto;
    margin-right: auto;
    width: 765px;
    padding: 0px;
    height: 550px;
    position: relative;
}

#BannerFrame {
}

#BannerImg {
    margin-left: -9px;
    margin-top: -530px;
    padding: 0px;
}

#HomeContent {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.InformationBox {
    display: inline-block;
    height: 400px;
    width: 250px;
}

#title {
    font-weight: lighter;
    color: white;
    letter-spacing: 10px;
    margin-left: auto;
    margin-right: auto;
    font-size: 25px;
    padding-top: 10px;
    font-stretch: expanded;
    text-shadow: 2px 2px #000000;
    text-align: left;
}

#navHeader {
    text-align: right;
    margin-right: 30px;
    margin-top: -20px;
}

#header {
    font-family: "Lucida Sans Unicode", sans-serif;
    background-image: url('');
    background-repeat: no-repeat;
    background-size: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px;
    width: 1024px;
}

#SocialMedia {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

#copyright {
    display: inline;
    text-align: left;
}

#LowerNav {
    position: absolute;
    right: 30px;
    margin-top: -20px;
}

.PricePlan {
    display: inline-block;
}

.PlanText {
    margin-top: -600px;
    height: 600px;
}

.nav-tabs, .nav-pills {
    text-align: left;
}

.gvFrameDisplay th {
    padding: 5px;
}

.gvFrameDisplay td {
    padding: 5px;
}

.rbl input[type="radio"] {
    margin-left: 10px;
    margin-right: 1px;
    text-align: center;
}

.imageContainer {
    position: relative;
    vertical-align: middle;
    text-align: center;
    display: table-cell;
}

.imageFloat {
    float: left;
    position: absolute;
    left: 0px;
    top: 0px;
    background-color: rgba(0,50,150,0.4);
    width: 210px;
    height: 210px;
}

.imageTextLink {
    color: white;
    font: 8px;
}

    .imageTextLink:hover {
        color: white;
        font: 10px;
        text-decoration: underline;
    }

.popupLinkButton {
    color: white;
    opacity: 1;
}

    .popupLinkButton:hover {
        color: white;
        opacity: 1;
        text-decoration: underline;
    }

.imageTextPopup {
    color: white;
    opacity: 1;
    font: 8px;
}

    .imageTextPopup:hover {
        color: white;
        opacity: 1;
        font: 10px;
        text-decoration: underline;
    }

#cancel {
}

#cboxOverlay {
    background-color: gray;
}

.
/*.nav-tabs {
	border: none;
}

.nav-tabs > li, .nav-pills > li {
	float: none;
	display: inline-block;
	*display: inline;
	zoom: 1;
}
	.nav-tabs > li > a {
		background-color: #25507b;
		color: #FFFFFF;
		box-shadow: 0px 0px 3pt 2pt gray;
		border-top-left-radius: 6px;
		border-top-right-radius: 6px;
	}

	.nav-tabs > li.active > a {
		background-color: whitesmoke;
		color: black;
	}*/
.mainDiv {
    margin: auto;
    width: 800px;
    height: auto;
    padding-top: 20px;
    background-color: lightgray;
    outline-color: black;
    outline-style: solid;
    outline-width: medium;
}

.imageAdultChk {
    display: inline-block;
    width: 100px;
    position: absolute;
    top: 0px;
    right: 0px;
    height: 100px;
    background: url('../img/adultImage.png') no-repeat;
    background-size: cover;
}

.ui-widget-header {
    border: 1px solid var(--nimbus-blue);
    background: var(--nimbus-blue) url("/images/ui-bg_gloss-wave_75_2191c0_500x100.png") 50% 50% repeat-x;
    color: #eaf5f7;
    font-weight: bold;
}

.hp-button {
    font-size: 1.3rem;
    font-family: 'San-Serif';
    background-color: transparent;
    border: solid 2px #5f5f5f;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    color: #5f5f5f;
    display: inline-block;
    letter-spacing: .5px;
    line-height: 1em;
    margin: 8px 0 0;
    padding: 11px 25px;
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
    -webkit-transition-duration: .3s;
    -moz-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: background,color,border;
    -moz-transition-property: background,color,border;
    -o-transition-property: background,color,border;
    transition-property: background,color,border;
    -webkit-transition-timing-function: ease-in;
    -moz-transition-timing-function: ease-in;
    -o-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    white-space: nowrap;
}


.cell-flash {
    background-color: yellow !important;
    transition: background-color 0.5s;
}
