/* Global Style Sheet for The Hub Group
 * (c) Copyright 2006 Casey Visco
 */





/* ------------------------------------
 * NEUTRALIZATION
 * ------------------------------------
 */

/* Neutralize styling:
 * Elements we want to clean out entirely.
 */
html, body, 
form, fieldset,
div {
    margin: 0;
    padding: 0;
    font: 100%/120% Verdana, Arial, Helvetica, sans-serif;
}

/* Neutralize styling:
 * Elements with a vertical margin.
 */
h1, h2, h3, h4, h5, h6,
p, pre, blockquote,
ul, ol, dl, address {
    margin: 0 0 1em 0;
    padding: 0;
}

/* Apply left margin:
 * Only to the few elements that need it.
 */
li, dd, blockquote {
    margin-left: 1em;
}

/* Miscellaneous conveniences:
 */
form label {
    cursor: pointer;
}

fieldset {
    border: none;
}

input, select, textarea {
    font: 100% Verdana, Arial, Helvetica, sans-serif;
}

a img { 
    border: none;
}














/* ------------------------------------
 * STYLING
 * ------------------------------------
 */


body {
    font: 76% arial, sans-serif;
    text-align: left;
    background: #A3ADBF;
}

p {
    line-height: 1.4;
    margin: 0 0 1em 0;
}






/* ------------------------------------
 * LAYOUT
 * ------------------------------------
 */





div#home {
    position: relative;
    width: 770px;
    height: 523px;
    margin: 0;
    padding: 0;
    background: url(bg_home.gif) no-repeat top center;
    top: 20px;
}



div#flash {
    width: 730px;
    height: 140px;
    position: absolute;
    top: 21px;
    left: 20px;
}

div#flash object, div#flash embed {
    margin: 0;
    padding: 0;
}

div#footer {
    position: relative;
    width: 770px;
    height: 93px;
    margin: 0;
    padding: 0;
}

div#front_page_text {
    position: relative;
    width: 730px;
    margin: 20px 20px 0 20px;
    padding: 0;
    text-align: left;
}

div#footer_navigation {
    width: 705px;
    height: 21px;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 24px;
    left: 33px;
    text-align: center;
    border-bottom: 1px solid #EBEBEB;
}

div#copyright {
    width: 705px;
    height: 21px;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 52px;
    left: 33px;
    text-align: center;
    color: #EEEEEE;
    font: 9px verdana, sans-serif;
}










/* ------------------------------------
 * SUB NAVIGATION
 * ------------------------------------
 */






a.footer_link {
    margin: 0 5px;
    padding: 0;
    text-align: center;
    text-decoration: none;
    color: #EEEEEE;
    font: 9px verdana, sans-serif;
    font-weight: normal;
}          

a.footer_link2 {
    margin: 0;
    padding: 0;
    text-align: center;
    text-decoration: underline;
    color: #EEEEEE;
    font: 9px verdana, sans-serif;
    font-weight: normal;
}

a.footer_link:hover {
    text-decoration: underline;
}








p {
    clear: both;
}













