@CHARSET "UTF-8";

* {
    margin  : 0;
    padding : 0;
}

body#banner_body {
    background-image      : url( "../img/backcurves.gif" );
    background-attachment : fixed;
    background-position   : top right;
    background-repeat     : no-repeat;
    background-color      : #ffffff;  
}

div#logo {
    float               : left;
    width               : 250px;
    height              : 40px;
    background-image    : url("../img/logo.gif");
    background-position : top left;
    background-repeat   : no-repeat;
    background-color    : #ffffff;  
}

div#logo_ext {
    float        : left;
    font         : normal normal bold 14px "Century Gothic" Arial;
    color        : #707070;
    padding-left : 10px;
    padding-top  : 25px;
}

div#logo_ext strong {
    font-size : 22px;
    color     : #F7941D;
}

div#logo_daedalus {
    float         : right;
    color         : white;
    font          : normal normal bold 10px Arial;
    padding-top   : 67px;
    padding-right : 5px;
}

div#logo_daedalus_index {
    float         : right;
    color         : #cccccc;
    font          : normal normal bold 10px Arial;
    padding-top   : 67px;
    padding-right : 5px;
}

div#menu {
    display           : block;
    clear             : both;
    width             : 100%;
    height            : 26px;
    background-image  : url("../img/bgnav.gif");
    background-repeat : repeat-x;
}

div.itemin {
    display       : inline;
    font          : normal normal bold 13px "Century Gothic" Arial;
    color         : #8080a0;
    padding-left  : 60px;
    padding-right : 15px;
}

div.item {
    display       : inline;
    font          : normal normal bold 13px "Century Gothic" Arial;
    color         : #afa999;
    padding-left  : 15px;
    padding-right : 15px;
}

div.item a {
    color           : #545454;
    text-decoration : none;
}
div.item a:hover {
    color : #f7941d;
}

div.spacer {
    display           : inline;
    height            : 100%;
    width             : 6px;
    font-size         : 23px;
    line-height       : 26px;
    background-image  : url("../img/linenav.gif");
    background-repeat : no-repeat;
}

div#row_1 {
    background  : url('../img/upcurve.jpg') no-repeat center right; 
    height      : 84px; 
    padding-top : 25px;
}

div#row_2 {
    text-align : center;
}

div#row_3 {
    background : url('../img/downcurve.jpg') no-repeat center left; 
    height     : 84px;
}

label {
    font  : normal normal bold 14px "Century Gothic" Arial;
    color : #626262;
}

input {
    font             : normal normal bold 12px "Century Gothic" Arial;
    color            : black;
    border           : 1px solid black;
    padding          : 0 3px;
    background-color : white;
}
