/* CSS RESET */
/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

/* remember to define focus styles! */
:focus {
    outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
    text-decoration: none;
}
del {
    text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* END CSS Reset */

/* -------------------------------------- */


body {
   background-color: #1b1b1b;
   font-family: Helvetica, Arial, "Sans-Serif";
   margin: 0;
   padding: 0;
   background-image: url( ../images/subpage_background2.png );
   background-repeat: repeat-x;

   height: 100%;
}
#container {
   width: 1002px;
   margin-left: auto;
   margin-right: auto;
   position: relative;
   border-top: 1px solid black;
}

#headerrow {
    height: 44px;
    position: relative;
    width: 100%;
}

#logoblock {
    position: absolute;
    left: 20px;
    top: 2px;
    width: 100px;
}

#loginblock{
   width: 135px;
   text-align: right;
   position: absolute;
   top: 0px;
   right: 0px;
   height: 32px;
   background-image: url( ../images/login_back.png );           
   background-repeat: no-repeat;
   background-position: top right;
   line-height: 30px;
   padding-right: 15px;
}

#loginblock a {
   text-decoration: none;
   color: white;
   font-size: 9pt;
   letter-spacing: .06em;
}

/* MENU */

#menurow {
    height: 26px;
    background-image: url( ../images/subpage_menuback.png );
    background-repeat: repeat-x;
    padding-left: 15px;
}

#menurow .menuitem {
    cursor: pointer;
}

#menurow .menuitem.over {
    color: white;
    background-image: url( ../images/subpage_menuback_over.png );
}
#menurow .menuitem.over a {
    color: white;
}

#menurow .menuitem a {
    height: 26px;
    line-height: 26px;
    padding-right: 15px;
    padding-left: 15px;

    color: #f6c7c7;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 9pt;
}

#menurow .menuitem a:hover {
    color: white;
}

/* TITLE */

#titlerow {
    background-color: #a2a2a2;
    height: 96px;
    border-bottom: 1px solid #8C8C8C;

    position: relative;
}

#titleblock {
    color: white;
    font-size: 20pt;
    letter-spacing: 0.1em;
    line-height: 100px;
    padding-left: 27px;

    left: 0px;
    top: 0px;

}

#titleblock .sub {
    color: #D6D6D6;
    padding-left: 5px;
    font-size: 16pt;
    text-transform: none;
}

#quoteblock {
    position: absolute;
    left: 600px;
    top: 0px;
    height: 100px;

    color: #e2e2e2;
    font-size: 9pt;
    line-height: 14pt;

    padding-top: 30px;
}

/* FOOTER */

#footerrow {
    background-color: white;
    height: 360px;
}
#footerrow .byline, #footerrow .byline a {
    color: #cccccc;
}
#footerrow .copy {
    color: #aaaaaa;
    font-size: 9pt;           
    text-align: center;
    padding-top: 60px;
}

#footerrow .content {
    height: 210px;
    position: relative;

    background-color: #e3e7e9;
    border-top: 1px solid #bbbbbb;
    border-bottom: 1px solid #bbbbbb;
    color: #888888;
    font-size: 9pt;           

    padding-left: 30px;
    padding-right: 30px;
}

#footerrow .column1 {
    padding-top: 20px;
    padding-bottom: 20px;
    float: left;
    height: 170px;
}
#footerrow .column2 {
    padding-top: 20px;
    padding-bottom: 20px;
    float: left;
    padding-right: 30px;
    border-right: 1px solid #bbbbbb;
    height: 170px;
}
#footerrow .column3 {
    position: absolute;
    right: 30px;
    top: 30px;
}
#footerrow a {
    text-decoration: none;
    color: #666699;
    margin-left: 5px;
    margin-right: 5px;
}

#footerrow a:hover {
    border-bottom: 1px dashed #6666aa;
}

#footerrow .column3 a {
    text-decoration: none;
    border-bottom: none;
}

#footerrow .column3 a:hover {
    text-decoration: none;
    border-bottom: none;
}


#quick_contact_form .title {
    color: #105983;
    font-weight: bold;
    padding-top: 20px;
    padding-bottom: 10px;
}   

#quick_contact_form .field {
    border: 1px solid #8d8d8d;
    padding: 1px;
    padding-left: 5px;
}   

#quick_contact_form .label {
    color: #6f7172;
    padding-bottom: 10px;
    font-size: 8pt;
    text-align: right;
    padding-right: 8px;
}   

#quick_contact_form .buttoncell {
    text-align: right;
}   

/* MAINROW HEADER */
#mainrow_header {
    background-image: url( /images/subpage_banner_background.gif );
    background-repeat: repeat-x;
    background-color: #f7f8fb;
    height: 146px;
    position: relative;
}

#mainrow_header .title {
    position: absolute;
    left: 250px;
    top: 40px;
    z-index: 10;

    font-size: 20pt;
    font-weight: normal;
    line-height: 30pt;
    padding-top: 10px;
    color: #105983;
    letter-spacing: 0.05em;


}
#mainrow_header .subtitle {
    position: absolute;
    left: 250px;
    top: 80px;
    z-index: 10;

    line-height: 18pt;
    font-size: 9pt;
    color: #777777;
}


/* CONTENT */

#mainrow {
   background-color: white;
   padding: 45px;
   padding-bottom: 20px;

   min-height: 500px;
   position: relative;

}

#mainrow .sidebar {
    float: right;
    border: 1px solid #bbbbbb;
    min-height: 200px;
    padding: 15px;
    width: 200px;
    margin-left: 20px;
    margin-bottom: 20px;
    clear: right;
}

#mainrow p, #mainrow ul {
    text-align: justify;
    line-height: 18pt;
    font-size: 9pt;
    color: #777777;
    padding-top: 10px;
    padding-bottom: 10px;

}

#mainrow h1 {
    font-size: 18pt;
    font-weight: normal;
    line-height: 30pt;
    padding-top: 10px;
    color: #105983;
    letter-spacing: 0.05em;
}

#mainrow h2 {
    font-size: 12pt;
    line-height: 26pt;
    color: #444444;
    letter-spacing: 0.05em;
}

#mainrow h3 {
    text-transform: uppercase;
    font-size: 10pt;
    line-height: 15pt;
    color: #c21d1c;
    letter-spacing: 0.02em;
}

#mainrow a { 
    font-size: 9pt;
    text-decoration: none;
    /* color: #3b3b88; */
    color: #7575ab;
    border-bottom: 1px dashed #dddddd;
}   
#mainrow a:hover {
    font-size: 9pt;
    text-decoration: none;
    border-bottom: 1px dashed #c21d1c;
    color: #c21d1c;
}   

#mainrow ul {
    list-style: square;
    margin-left: 14px;
}

em {
    font-weight: bold;
    color: #555555;
}
#mainrow .inline_quote {
    font-size: 12pt;
    color: #444444;
}



