/**
 * Author: Alexander Hauf <http://www.pilinx.net>
 **/
/**
 * Source parts taken from:
 *
 * Minimal and Modern Portfolio Layout PSD to HTML Conversion
 *
 * Author: Richard Carpenter <http://www.hv-designs.co.uk>
 * Copyright: 2009 Six Revisions
 **/

/** Original CSS Reset
* {
    margin: 0px;
    padding: 0px;
    border: none;
}**/

/** CSS Reset from http://meyerweb.com/erit/thoughts/2007/05/01/reset-reloaded
/** RESET START **/
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,
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-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
    vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
    outline: 0;
}
body {
    line-height: 1;
    color: black;
    background: white;
}
ol, ul {
    list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
    border-collapse: separate;
    border-spacing: 0;
}
caption, th, td {
    text-align: left;
    font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: "";
}
blockquote, q {
    quotes: "" "";
}
/** RESET END **/

body {
    background-image: url(images/background.png);
    background-repeat: repeat-x;
    background-color: #001b32;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 15px;
    color: #c8c8c8;
}
a {
    text-decoration: none;
    font-style: italic;
    color: #ffffff;
} 
#container {
    margin: auto;
    width: 900px;
}
#top {
    float: left;
    width: 900px;
    height: 120px;
}
#title {
    float: left;
    width: 308px;
    height: 44px;
    padding-top: 45px;
}
#title h1 {
    display: block;
    float: left;
    width: 308px;
    height: 44px;
    text-indent: -9999px;
}
#title h1 a {
    display: block;
    width: 100%;
    height: 100%;
    background-image: url(images/logo.png);
    background-repeat: no-repeat;
    background-position: 0 0;
}
#navigation {
    float: right;
}
.nav-links li {
    display: block;
    float: left;
    list-style-type: none;
}
.nav-links li a {
    float: left;
    width: 110px;
    height: 68px;
    text-decoration: none;
    text-transform: uppercase;
    color: #666666;
    font-size: 12px;
    text-align: center;
    padding-top: 51px;
    border-left-width: 1px;
    border-left-style: solid;
    border-left-color: #cecece;
}
.nav-links li a:hover {
    color: #00284a;
    background-image: url(images/nav_hover.png);
    background-repeat: no-repeat;
    background-position: bottom;
}
li.borderx2 {
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: #cecece;
}
#welcome {
    float: left;
    width: 900px;
    background-image: url(images/content_background.png);
    background-repeat: no-repeat;
    height: 390px;
    padding-top: 0px;
}
h2 {
    text-transform: uppercase;
    color: #ffffff;
    font-size: 18px;
    margin-bottom: 15px;
}
.heading-color2 {
    color: #9a9a9a;
}
#welcome-text {
    width: 500px;
    line-height: 17px;
    padding-top: 50px;
    float: left;
    text-align: left;
    font-size: 14px;
}
#welcome-text {
    margin-bottom:10px;
}
#welcome-image {
    float: right;
    height: 285px;
    width: 370px;
    padding-top: 60px;
}
.separator {
    background-image: url(images/separator.png);
    background-repeat: no-repeat;
    float: left;
    height: 17px;
    width: 850px;
    margin-top: 25px;
    margin-bottom: 20px;
}
#content {
    float: left;
    width: 800px;
    margin-left: 50px;
}
#content p {
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 10px;
}
#content td {
    font-size: 12px;
    line-height: 14px;
    vertical-align: top;
}
#content h2 {
    line-height: 20px;
}
#content_top {
    float: left;
    width: 800px;
}
#content_left {
    float: left;
    width: 350px;
}
#content_right {
    float: right;
    width: 350px;
}
#content_bottom {
    float: left;
    width: 800px;
}
.headline {
    font-size: 14px;
    line-height: 16px;
    font-weight: bolder;
}
.list li {
    text-decoration: none;
    font-size: 16px;
    line-height: 24px;
    background-image: url(images/bullet.png);
    background-repeat: no-repeat;
    list-style-type: none;
    float: left;
    width: 240px;
    padding-left: 20px;
    margin-top: 10px;
    margin-left: 50px;
    background-position: left center;
}
.list2 li {
    text-decoration: none;
    font-size: 14px;
    line-height: 20px;
    background-image: url(images/bullet2.png);
    background-repeat: no-repeat;
    list-style-type: none;
    float: left;
    width: 600px;
    padding-left: 10px;
    margin-top: 10px;
    background-position: left center;
}

#footer {
/** position: absolute;
    bottom: 0; **/
    float: left;
    width: 901px;
    background-image: url(images/footer.png);
    background-repeat: no-repeat;
    height: 60px;
    margin-top: 30px;
    padding-top: 15px;
    padding-left: 25px;
    text-align: center;
}
#footer p {
    font-size: 12px;
    line-height: 16px;
}

#team_pic1 {
    float: left;
    width: 200px;
    text-align: center;
}
#team_pic2 {
    float: right;
    text-align: center;
    width: 200px;
}
#team_pic.caption {
    vertical-align: baseline;
}


