html, body{
    margin: 0;
    padding: 0;
    background-color: #ffffff;
    font-family: verdana;
    color: #333;
    font-size: 11px;
     height: 100%;
}


a, a:visited { color: #1f2c90; }
a:hover { color: #000; }

a, input {
   outline: none;
}

/* Alignment, Float, Positioning */

.center { text-align: center; }
.left   { text-align: left; }
.right  { text-align: right; }

.remove{ display:none; }
.hide{ visibility:hidden; }

.floatRight{ float: right; display: inline; }
.floatLeft{ float: left; display: inline; }

.alignRight{ text-align: right; }
.alignLeft{ text-align: left; }

.clearRight{ clear: right; }
.clearBoth { clear: both; }
.clearLeft {clear: left; }

.nowrap{ white-space: nowrap; }
.noPad{ padding:0px; margin:0px auto; }

a.selBold{font-weight: bold;}

h1{
    font-size: 12px;
    font-weight: bold;
    margin: 0;
    padding: 0 0 10px 0;
    text-transform: uppercase;
}

h2{
    font-size: 12px;
    color: #fff;
    margin: 0;
    padding: 0 0 7px 0;
}

h3{
    font-size: 12px;
    margin: 0;
    padding: 0 0 10px 0;
}

h4{
    font-size: 11px;
    font-weight: bold;
    margin: 0;
    padding: 0 0 10px 0;
    color: #1a144f;
}

#site{
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -32px; /* the bottom margin is the negative value of the footer's height */
}

#nav{
    width: 100%;
    background: url('../images/nav-bg.gif') repeat-x 0px 0px;
    height: 93px;
}

#navContent{
    width: 950px;
    margin: 0 auto;
    position: relative;
}

#navLinks{
    float: right;
    display: inline;
    width: 520px;
    height: 19px;
    padding-top: 68px;
    margin-right: 15px;
}

#navLogo{
    position: absolute;
    left: 25px;
    top: 40px;
    width: 309px;
    height: 104px;
}


#navLinks ul{
    margin: 0;
    padding: 0;
    list-style: none;
}

#navLinks ul li{
    float: left;
    display: inline;
    list-style-type: none;
    background-image: url('../images/nav-spacer.gif');
    background-repeat: no-repeat;
    background-position: right top;
    padding-right: 1px;
}

ul.exploreLink{
    margin: 0;
    padding: 0;
    list-style: none;
}

ul.exploreLink li{
    background-image: url('../images/dot.gif');
    background-repeat: no-repeat;
    padding-left: 15px;
    background-position: 6px 8px;
    font-size: 12px;
    line-height: 20px;
}

#landing{
    width: 100%;
     min-width: 970px;
     height: 670px;
     margin: 0 auto;
}

/*
#landingShell{
    width: 100%;
     min-width: 970px;
     height: 640px;
     margin: 0 auto;
     overflow: hidden;
}

#landing{
    width: 100%;
    height: 100%;
}
*/


#landingNF{
      width: 900px;
     margin: 0 auto;
     position: relative;
     top: 70px;
}

#noflash-msg{
     width: 201px;
     float: left;
     display: inline;
}

#noflash-globe{
     width: 508px;
     float: left;
     display: inline;
}

#landing-noflash{
     width: 900px;
     margin: 45px auto 0px auto;
}

#noflash-explore{
     width: 178px;
     float: right;
     display: inline;
     padding-top: 55px;
}

#footer{
    width: 100%;
    height: 32px;
    z-index: 1400;
    background-color: #d8deef;
    position: relative;
}

.footer{
    width: 970px;
    margin: 0 auto;
    font-size: 11px;
    line-height: 12px;
    font-family: arial;
    color: #35316a;
    height: 20px; 
    padding: 10px 0 0 15px;
    position: relative;
}

.footer a {
    color: #35316a;
}

#credit{
    position: absolute;
    left: 900px;
     top: 0;
    width: 62px;
    height: 31px;
}
