/* GLOBALS */
body {
    background: #40484e;
    font-family: Arial;
    margin: 0;
    top: 0;
}

a {
    color: #00adef;
    text-decoration: none;
}

* {
    margin: 0;
    padding: 0;
}

a:hover {
    color: #fff;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.clear {
    clear: both;
}

.left { float: left; }
.right { float: right; }

/* GLOBALS END */

/* HEADER START */

#headerBackground {
    width: 100%;
    background: #535d65;
    height: 73px;
    padding: 8px 0 0;
}

#header {
    width: 940px;
    margin: 0px auto;
    position: relative;
}

/* LOGO */

#header #logo {
    background: url('../images/header/logo.gif');
    width: 400px;
    height: 63px;
}

#header #logo a {
    position: absolute;
    top: 0;
    left: 0;
    width: 190px;
    display: block;
    height: 63px;
}

#header #logo span {
    display: none;
}

/* LOGO END */

/* NEWSLETTER FORM */

#header #newsletter {
    position: absolute;
    right: 0;
    top: 9px;
    width: 172px;
    height: 17px;
    background: url('../images/header/newsletterInput.gif') no-repeat;
}

#header #newsletter form:hover .tooltip {
    display: block;
}

#header #newsletter form .tooltip {
    position: absolute;
    top: 23px;
    z-index: 500;
    left: 5px;
    display: none;
    height: 33px;
    width: 144px;
    background: url('../images/toolTip.png');
}

#header #newsletter form {
    margin: 0;
    padding: 0;
}

#header #newsletter .input {
    width: 120px;
    margin: 1px 3px;
    font-family: Arial;
    font-size: 10px;
    color: #777f86;
    border: 0;
    background: none;
    padding: 1px;
}

#header #newsletter INPUT[TYPE="submit"] {
    position: absolute;
    top: 0;
    height: 17px;
    width: 43px;
    background: none;
    border: none;
}

#header #newsletter INPUT[TYPE="submit"]:hover {
    cursor: pointer;
}

#header #newsletter span {
    position: absolute;
    top: 21px;
    z-index: 20;
    right: 0;
    color: #00adef;
    font-size: 8px;
    text-transform: uppercase;
}


/* NEWSLETTER END */

/* NAVIGATION */

#header #navigation {
    float: right;
    text-transform: uppercase;
    font-size: 10px;
    color: #fff;
    margin: -10px 0 0;
}

#header #navigation ul li {
    float: left;
}

#header #navigation ul li a {
    color: #fff;
    padding: 0px 10px 0px 16px;
}

#header #navigation ul li a:hover {
    color: #00adef;
}

#header #navigation ul li a.current {
    color: #00adef;
}

#header #navigation ul li a.current:hover {
    color: #fff;
}

/* NAVIGATION END */

/* HEADER END */

/* SEPERATOR LINE TOP */

#topLine {
    border-top: 1px solid #e0e0e0;
    height: 1px;
    width: 100%;
    margin: 0 0 0;
    background: #535d65;
}

/* SEPERATOR LINE TOP END */

/* MIDDLE */
#middle {
    margin: -1px 0px;
    padding: 27px 0px 8px 0px;
    width: 100%;
    background: url('../images/mid/background.jpg') repeat-x #dfdfdf;
}

/* CONTENT HOLDER */

#middle #content {
    margin: 0 auto;
    width: 940px;
}

/* LEFT SIDE */
#middle #content #left {
    float: left;
}

/* RIGHT SIDE */
#middle #content #right {
    float: right;
}

#bottomLine {
    border-bottom: 1px solid #74838E;
    height: 10px;
    width: 100%;
    margin: 0 0 0;
    background: #535d65;
}

/* Footer */
#footer {
    background: #40484e;
    height: 100%;
    bottom: 0;
    width: 100%;
    margin: 0 0 0;
    padding: 8px 0;
}

#footer #footerContent {
    width: 940px;
    margin: 0 auto;
}

#footer #footerContent ul {
    width: 450px;
    padding: 10px 0 0;
    margin: 0 auto;
}

#footer #footerContent ul li {
    font-size: 9px;
    color: #fff;
    float: left;
    text-transform: uppercase;
}

#footer #footerContent ul li a {
    color: #fff;
    padding: 0px 4px 0px 8px;
}

#footer #footerContent ul li a:hover {
    color: #00adef;
}

#footer #footerContent p {
    font-size: 9px;
    color: #fff;
    margin: 10px auto;
    font-family: Arial;
    text-transform: uppercase;
}
