img, div { behavior: url(iepngfix/iepngfix.htc) }

body {
    background:#ffffff;
    font-family:"Trebuchet MS";
    margin:0;
    padding:0;
}

#cloudsHeader {
    position:absolute;
    min-width:800px;
    width:100%;
    top:0px;
    left:0px;
    z-index:-1;
}

#carouselHeader {
    position:relative;
    width:800px;
    top:0px;
    margin-left:auto;
    margin-right: auto;
    height:395px;
}

#carouselLeft {
    position:absolute;
    left:0px;
    width:400px;
}

#carouselRight {
    position:absolute;
    left:400px;
    width:400px;
    top:0px;
}

#logo {
    position:relative;
    left:0px;
    top:100px;
    font-size:1.5em;
    color:#5fbbff;
    font-weight: bold;
}

#carouselText {
    position:relative;
    top:150px;
    left:0px;
    
}

#cTextTitle {
    font-size:2em;
    padding-bottom:5px;
    color:#000000;
}

#cTextTitle2 {
    font-weight:bold;
    font-size:1.1em;
    padding-bottom: 10px;
    color: #000000;
}
.aquaHighlight {
    font-weight:bold;
    color:#5fbbff;
}

#cTextBlock {
    color:#999999;
    font-size: .875em;
}    

#carouselImg {
    position:absolute;
    right:0px;
    top:0px;    
}

#menuBar {
    background-image: url( 'menuGradient.png');
    background-repeat:repeat-x;
    width:800px;
    margin-left:auto;
    margin-right:auto;
    height:45px;
}

#main {
    width:800px;
    margin-left:auto;
    margin-right:auto;
    margin-top:60px;
    color: #999999;
}

.orangeHighlight {
    font-weight:bold;
    color:#ffb240;
}

