#discovery-adventures-button { 
    position: absolute; 
    bottom: 10px; 
    right: -15px; 
    width: 272px; 
    height: 52px; 
    z-index: 20; 
} 



body {
    text-align: center;
    font-size: small;
    font-family: "lucida grande", arial, sans-serif;
    line-height: 1.5em;
    color: #555;
    background: #006699 url(../images/body_bg.jpg) no-repeat 50% 0;
}

a {
    text-decoration: none;
    color: #006699;
}
a:link {
    text-decoration: none;
    color: #006699;   
}
a:visited {
    text-decoration: none;
    color: #006699;
    
}
a:hover {
    text-decoration: none;
    color: #006699;
    
}
a:active {
    text-decoration: none;
    color: #006699;
    
}



#left-column h1, 
#left-column h2, 
#left-column h3, 
#left-column p, 
#left-column ul {
    margin-bottom: 1em;
}

#left-column h3 {
    font-size: 150%;
    color: #FF9900;
    margin-bottom: .5em;
    font-family: rockwell, georgia, serif;
    font-weight: normal;
}

#left-column li {
    margin-bottom: .5em;
}

#wrapper {
	width: 990px;
	margin: 0 auto;
	text-align: left;
	font-size: 95%;
	position: relative;
	margin-bottom: 80px;
}

#masthead {
    background: transparent url(../images/masthead_bg.png) no-repeat 0 100%;
    height: 120px;
    width: 990px;
}

#masthead h1 {
    position: absolute;
    left: 15px;
    top: 0;
    width: 370px;
    height: 120px;
    z-index: 990;
}



#masthead h2 {
    position: absolute;
    right: 80px;
    top: 38px;
    width: 424px;
    height: 21px;
    background: transparent url(../images/tagline.png) no-repeat 0 0;
    z-index: 199;
    text-indent: -5000em;
}

#login {
    width: 50px;
    height: 17px;
    position: absolute;
    right: 20px;
    top: 40px;
    z-index: 200;
}

/* Style settings for Discovery Header */
#loginLinks 
{
	display: none;
}


#nav {
    height: 50px;
    line-height: 50px;
    width: 600px;
    position: absolute;
    right: 5px;
    top: 70px;
    z-index: 999;
}

#nav li {
    float: left;
}

#nav li.headlink {
    height: 50px;
    display: block;
}

/* Head links */
#nav li.headlink { 
    float: left;
    cursor: pointer;
    height: 50px;
}

#nav li.headlink strong {
     text-indent: -5000em;
     height: 50px;
     display: block;
}

#nav li.headlink ul {
    font-size: 95%;
    width: 200px;
    display: none; 
    text-align: left;
    background: transparent url(../images/drop-down2_bg.png) no-repeat 0 100%;
    padding-bottom: 45px;
  
}

#nav li.headlink:hover ul { 
    display: block; 
}

#nav li.headlink ul li {
    margin-right: 0;
    float: none;
    line-height: 1.2em;
    border-bottom: 1px dotted #408cb3;
    margin-bottom: 0;
    width: 100%;
}

#nav li.headlink ul li a { 
    color: #fff;
    display: block;
    padding: 5px 10px;
    text-decoration: none;
}

#nav li.headlink ul li a:hover { 
    background-color: #408cb3; 
}

#nav li.headlink.teachers ul {
    position: relative;
    left: -75px;
}



#nav li.destinations {
    background: transparent url(../images/destinations_bg.png) no-repeat 0 0;
    width: 132px;
}

#nav li.about-our-trips {
    background: transparent url(../images/about-our-trips_bg.png) no-repeat 0 0;
    width: 164px;
}

#nav li.students {
    background: transparent url(../images/students_bg.png) no-repeat 0 0;
    width: 97px;
}

#nav li.parents {
    background: transparent url(../images/parents_bg.png) no-repeat 0 0;
    width: 88px;
}

#nav li.teachers {
    background: transparent url(../images/teachers_bg.png) no-repeat 0 0;
    width: 101px;
}

#nav li.destinations:hover,
#nav li.about-our-trips:hover,
#nav li.students:hover,
#nav li.parents:hover,
 {
    background-position: 0 -50px;
}


#content {
    width: 100%;
    background: #fff url(../images/content_bg2.png) repeat-y 0 0;
    overflow: hidden;
    position: relative;
}

#journal-flash {
    width: 100%;
    height: 390px;
    background-color: #ddd;
}

#left-column {
    width: 755px;
    float: left;
    font-size: 95%;
    position: relative;
}

#right-column {
    float: right;
    width: 235px;
    font-size: 90%;
}


#footer {
    clear: both;
    height: 30px;
    background: transparent url(../images/footer_bg.png) no-repeat 0 100%;
    font-size: 90%;
}

#footer ul {
    padding-left: 20px;
}

#footer ul li {
    float: left;
    height: 30px;
    line-height: 30px;
    margin-right: 10px;
}

#footer ul li a {
    color: #fff;
    height: 30px;
    line-height: 30px;
}

.gutter {
    padding: 20px;
}

.gutter-25 {
    padding: 25px;
}

#right-column .check-list {
    padding: 1em;
    line-height: normal;
    color: #fff;
}

#right-column .check-list li {
    margin-bottom: 1em;
    padding-left: 40px;
    background: transparent url(../images/check_bullet.png) no-repeat 6px 50%;
}



#left-column .check-list li {
    margin-bottom: .5em;
    padding-left: 35px;
    background: transparent url(../images/check2_bullet.png) no-repeat 6px 50%;
}

#right-column .gutter {
    padding: 20px 8px;
}

#header {
    height: 100px;
    background-color: #8AC517;
    width: 100%;
    position: relative;
}

#header h1 {
    font-size: 250%;
    text-align: left;
    position: absolute;
    z-index: 399;
    left: 20px;
    top: 30px;
    font-family: rockwell, georgia, serif;
    color: #006699;
    line-height: normal;
}

#header ul {
    height: 35px;
    line-height: 35px;
    position: absolute;
    left: 20px;
    bottom: 0;
    margin-bottom: 0;
    z-index: 499;
}

#header ul li {
    float: left;
    font-size: 120%;
    margin-right: 20px;
    height: 35px;
    line-height: 35px;
    font-family: rockwell, georgia, serif;
}

#header ul li.current {
    background: transparent url(../images/arrow-up_bg.png) no-repeat 50% 100%;
}

#header ul li a {
    display: block;
    line-height: 35px;
    height: 35px;
    float: left;
    color: #006699;
}

.trip-highlights {
    clear: right;
    position: relative;
    margin-bottom: 2em;
}

.trip-highlights ul, .trip-highlights h3 {
    width: 65%;
}

.trip-highlights #postit {
    width: 213px;
    background: #FBD33B url(../images/postit_bg.png) repeat-x 50% 100%;
    position: absolute;
    right: 0;
    top: 0;
    padding-bottom: 10px;
}

.trip-highlights #postit h4 {
    font-size: 130%;
    font-family: rockwell, georgia, serif;
    margin-bottom: .5em;
}

.trip-highlights #postit .gutter {
    padding: 1em;
}

.trip-highlights #postit table {
    margin-bottom: 1em;
}

.trip-highlights #postit table tr td {
    padding: 5px 10px;
    line-height: normal;
}

.trip-highlights #postit table tr td,
.trip-highlights #postit table tr th {
    border-bottom: 1px dotted #555;
}

.trip-highlights #postit p {
    margin-bottom: 0;
    font-family: rockwell, georgia, serif;
    font-size: 130%;
    text-align: center;
}

.trip-highlights #postit p em {
    font-size: 60%;
    font-family: "lucida grande", arial, sans-serif;
    line-height: normal;
}



p.intro {
    font-size: 120%;
    line-height: 1.6em;
}

#right-column h3 {
    padding-left: 8px;
}

.box {
    margin-bottom: 2em;
}



.box ul li {
    margin-bottom: 0;
    border-bottom: 1px dashed #8AC517;
}

.box ul li a {
    color: #fff;
    padding: 5px 0 5px 27px;
    display: block;
    background: transparent url(../images/box-li_bg.png) no-repeat 0 50%;
}

.box ul li a:hover {
    background: transparent url(../images/box-li_bg.png) no-repeat -300px 50%;
    color: #fff;
}

.box ul li a:visited {
    color: #fff;
}

.box2 {
    margin-bottom: 2em;
}



.box2 ul li {
    margin-bottom: 0;
    border-bottom: 1px dashed #8AC517;
}

.box2 ul li a {
    color: #006699;
    font-weight:bold;
    padding: 5px 0 5px 27px;
    display: block;
    background: transparent url(../images/box-li_bg2.png) no-repeat 0 50%;
}

.box2 ul li a:hover {
    background: transparent url(../images/box-li_bg2.png) no-repeat -300px 50%;
    color: #006699;
}

.box2 ul li a:visited {
    color: #006699;
}

.floatright {
    float: right;
}

img.floatright {
    margin: 0 0 1em 1em;
}

.floatleft {
    float: left;
}


#right-column h3 {
    font-size: 150%;
    font-family: rockwell, georgia, serif;
    color: #fff;
    font-weight: normal;
    margin-bottom: 1em;
}

#slider {
    width: 715px;
    position: relative;
}

.itinerary-menu {
    position: relative;
    background: transparent url(../images/itinerary-menu_bg.png) no-repeat 0 50%;
    height: 36px;
    padding-left: 70px;
}

.itinerary-menu li {
    float: left;
    line-height: 36px;
    font-family: rockwell, georgia, serif;
    font-size: 110%;
    
}

.itinerary-menu li a {
    padding: 0 10px;
    display: block;
    color: #fff;
}

.itinerary-menu li a.selected {
    background-color: #ff9900;
    color: #006699;
    font-size: 130%;
    font-weight: bold;
    
}


.scroll {
    width: 715px;
    overflow: auto;
    overflow-x: hidden;
    position: relative;
    clear: left;
    color: inherit;
}

.scroll-container div.day {
    width: 715px;
    height: 600px;
}

.scroll-container div.day h3 {
    font-family: rockwell, georgia, serif;
    font-size: 150%;
    color: #ff9900;
    padding-top: 10px;
}

.scroll-container div.day ul li {
        margin-bottom: 2em;
        margin-left: 15px;
        list-style: disc;
        display: block;
}

.scroll-container div.day ul li ul {
    padding-top: 5px;
}

.scroll-container div.day ul li ul li {
        list-style: circle;
}

.scrollButtons.left {
    position: absolute;
    right: 25px;
    top: 8px;
    cursor: pointer;
}

.scrollButtons.right {
    position: absolute;
    right: 5px;
    top: 8px;
    cursor: pointer;
    
}

.section {
    margin-bottom: 2em;
}

#left-column .get-involved-option {
   padding: 1em;
   width: 29%;
   float: left;
   border-right: 1px dotted #ddd;
}

#left-column .get-involved-option h4 {
    margin-bottom: 1em;
}

#left-column .get-involved-option h4 span {
    font-size: 200%;
    float: left;
    margin-right: .5em;
    font-family: rockwell, georgia, serif;
    
}

#left-column .get-involved-option .check-list li {
    line-height: 1.3em;
    margin-bottom: 1em;
}

.end {
    margin-right: 0;
}

#intro {
    width: 100%;
    position: relative;
}

#sprite {
    width: 270px;
}


#intro-copy {
    width: 450px;
    position: absolute;
    left: 270px;
    top: 30px;
    z-index: 600;
}

#intro-copy h1 {
    font-size: 200%;
    font-family: rockwell, georgia, serif;
    color: #ff9900;
    margin-bottom: .5em;
}

#intro-copy p {
    font-size: 110%;
    font-family: rockwell, georgia, serif;
    line-height: 1.7em;
}

#intro-copy p span {
    font-size: 110%;
    font-weight: bold;
}


.small {
    font-size: 90%;
}

#full-column {
    width: 100%;
    background-color: #fff;
}

body#destination-comparison #content  {
    background: none;
    background-color: #fff;
}


table#comparison-grid {
    border-left: 1px solid #ddd;
    border-top: 1px solid #ddd;
}

table#comparison-grid thead td {
    font-weight: bold;
    line-height: 1.3em;
}

table#comparison-grid tr td {
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding: 5px;
    line-height: 1.3em;
    font-size: 90%;
}

table#comparison-grid tr.alt td {
    background-color: #efefef;
}


dt {
    font-weight: bold;
}

dd {
    padding-left: 1em;
}








h3 {
    clear: both;
}

h3.subhead {
    background-color: transparent;
    font-size: 130%;
    font-family: rockwell, georgia, serif;
    color: #006699;
    margin-bottom: 2em;
    clear: both;
}

#action-items {
    width: 100%;
    height: 53px;
    background: transparent url(../images/action-items_bg.png) repeat-x 0 0;
    font-family: rockwell, georgia, serif;
    font-size: 130%;
    position: absolute;
    z-index: 999;
    bottom:0;
    left: 0;
    
}
#action-items .bg{
	margin-top: -4px;
	width: 100%;
	height: 53px;
	
	top:0;
		
}
#action-items-menu {
    width: 990px;
    margin: 0 auto;
    padding-top: 4px;
    position: relative;
}

#action-items-menu ul {
    margin-bottom: 0;
}

#action-items-menu ul li {
    float: left;
    text-transform: uppercase;
    height: 50px;
    line-height: 50px;
    margin-right: 1em;
    background: transparent url(../images/action-items-li_bg.png) no-repeat 0 50%;
    padding-left: 25px;
    color: #006699;
    cursor: pointer;
}

#action-items-menu ul li a:hover {
    color: #fff;
}

#action-items-menu p.discovery-education-logo {
    position: absolute;
    right: 0;
    top: 8px;
    width: 65px;
    height: 40px;
}

.apply-now {
    text-align: center;
}

.apply-now em {
    font-family: arial, sans-serif;
    font-size: 90%;
    color: #fff;
    display: block;
}

#animation {
    width: 220px;
    height: 105px;
    position: absolute;
    right: 0;
    top: 124px;
    z-index: 998;
}

.fast-facts {
    color: #fff;
    padding: 0 10px;
    line-height: 1.4em;
}

.fast-facts li {
    border-bottom: 1px dashed #8AC517;
    padding: 5px 0 5px 23px;
    background: transparent url(../images/check_bullet3.png) no-repeat 0 8px;
}


.videos li {
    float: left;
    margin-right: 1.5em;
    font-size: 80%;
    font-family: arial, sans-serif;
    width: 100px;
    line-height: 1.1em;
    position: relative;
    padding-top: 79px;
    height: 70px;
}

.videos li img {
    width: 96px;
    height: 72px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
    border: 2px solid #ddd;
}



#accordion .destination {
    width: 100%;
    background-color: #ddd;
    position: relative;
    height: 30px;
    margin-bottom: 5px;
}

#accordion .destination h2 {
    line-height: 30px;
    font-size: 150%;
    font-family: rockwell, georgia, serif;
    color: #006699;
    text-indent: 10px;
    cursor: pointer;
    margin-bottom: 0;
    width: 50%;
}

#accordion .lesson {
    padding: 10px;
}

#accordion .lesson p.download-lesson {
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 300;
    font-family: "lucida grande", arial, sans-serif;
    font-size: 80%;
    height: 30px;
    display: block;
    line-height: 30px;
    z-index: 400;
}




.intro-video-button {
    margin-top:1.5em;
    text-align:center;
    width:100%;
}


.alertSide {
    margin-top: 1em;
}



.alertSide ul li {
    margin-bottom: 0;
    border-bottom: 1px dashed #8AC517;
}

.alertSide ul li {
    color: #fff;
    padding: 1px 0 1px 27px;
    display: block;
    background: transparent url(../images/box-li_bg.png) no-repeat 0 50%;
}



.alertSide ul li a:visited {
    color: #fff;
}


.screensaver
{
    float:right;
    text-align:right;
    padding-bottom:5px;
    font-weight:bold;
    width:500px;
}
.screensaver span
{
    color:#ff9900;
    padding-right:5px;
}

.screensaver a 
{
    padding: 2px 0px 0px 10px;
}

.socialmedia-button img
{
    behavior: url(/media/htc/iepngfix.htc);
    margin-top:3px;
    width:25px;
 
}
