/* DCRED Feeder CSS */

/*----------------------------------------------------------------------------*/
/* Main Page Content                                                          */
/*----------------------------------------------------------------------------*/

/* Main */
* {
    font-size: 1.02em;
}

body {
    margin: 0;
    background: #fff;
}

p {
    padding-bottom: 20px;
}

/* Container */
#container {
    margin: 0 auto 0 auto;
    padding: 0 auto 0 auto;
    background: url(images/header-tile.png) repeat-x;    
} * html #container { text-align: center }

/* Header */
#header {
    margin: 0 auto 0 auto;
    padding: 0;
    text-align: center;
    height: 174px;
    width: 653px;
    background: url(images/header.png);
} 

/* Layout */
#content {
    clear: both;
    margin: 0 auto 0 auto;
    padding: 20px 20px 0 20px;
    border-bottom: 1px solid #666; 
    width: 766px;
} 

#content h1 {
    position: relative;
    text-align: center;
    top: -73px;
    color: #005082;
    margin: 0;
    font-family: serif;
    font-size: 1.8em;
    font-weight: normal;
    line-height: 1.2em;
    color: white;
    text-shadow: #000000 2px 2px 2px;
} 

#main {
    font-size: .9em;
    margin-top: -50px;
}

/* IE6 Fix: Main Text */
* html #main {
    clear: both;
    text-align: left;
}

/* Menu */
#menu {
    text-align: center;
    font-family: sans-serif;
    margin: 0 auto 0 auto;   
    float: left;
    padding-bottom: 30px;
} * html #menu { width: 766px; }

#menu ul {
    padding: 0;
    margin-left: -5px;
    list-style-type: none; 
}

#menu ul li {
    float: left;
}

#menu ul li a {
    outline: none;
    display: block;
    text-indent: -9000px;
    background-image: url(images/menu.png.html);
}

#menu ul li#home a {
    width: 217px;
}

#menu ul li#home a:hover {
    background-position: 0 30px;
}

#menu ul li#available-debt-investments a {
    background-position: -217px 0;
    width: 253px;
}

#menu ul li#available-debt-investments a:hover {
    background-position: -217px 30px;    
}

#menu ul li#about-us a {
    background-position: -470px 0;
    width: 107px;
}

#menu ul li#about-us a:hover {
    background-position: -470px 30px;
}

#menu ul li#contact-us a {
    background-position: -577px 0;
    width: 189px;
}

#menu ul li#contact-us a:hover {
    background-position: -577px 30px;
}

/* Formatting */
body {
    font-family: sans-serif;
    line-height: 1.8em;
    font-size: 90%;
}    

a {
    font-weight: bold;
    color: #00355a;
}


h2 {
    font-family: garamond, sans-serif;
    font-size: 1.5em;
    font-style: italic;
    display: block;
    border-bottom: 1px solid #e0e0e0;
    padding-left: 1em;
}

#links {
    clear: both;
    font-size: 0.8em;
    line-height: 2.0em;
    margin: 0 auto 0 auto;
    padding: 20px 20px 0 20px;
    width: 766px;
    color: #888888;
}  * html #container { text-align: center }

#links a {
    line-height: 2.0em;
    font-size: 1.0em;
    text-decoration: none;
    font-weight: normal;
    color: #888888;
}

#footer {
    background: url(images/footer-tile.png);
}

.copyright {
    padding-top: 10px;
    text-align: center;
    font-size: .8em;
}

/* Sticky Footer by Ryan Fait
http://ryanfait.com/ */

* {
    margin: 0;
}
html, body {
    height: 100%;
}
.wrapper {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -49px; /* the bottom margin is the negative value of the footer's height */
}
#footer, .push {
    height: 49px; /* .push must be the same height as .footer */
}
