/*
------------------------------------------------------------
 - Version: 0.0.1
 - Updated: Wednesday, 04.02.2009 @ 23:34

 - Section: Home Settings
------------------------------------------------------------
*/
    div#content-wrapper div#home-about {
    z-index: 10000;
    position: absolute;
    left: 480px;
    top: 0px;
    height: auto!important;
    min-height: 250px;
    height: 250px;
    width: 322px;
    }
    
        div#content-wrapper div#home-about div#home-about-content {
        background-image: url("../img/backgrounds/home_about_background.png");
        background-position: 0 0;
        background-repeat: repeat;
        background-color: transparent;
        height: 424px;
        width: 290px;
        max-width: 290px;
        float: left;
        padding: 16px;
        }
    
        div#content-wrapper div#home-about div#home-about-detail {
        float: left;
        background-image: url("../img/backgrounds/home_about_down.png");
        background-position: 0 0;
        background-repeat: no-repeat;
        background-color: transparent;
        height: 9px;
        width: 322px;
        cursor: pointer;
        }
        
        div#master-container div#content-wrapper div#home-about div.home-about-detail-toggled { 
        background-image: url("../img/backgrounds/home_about_up.png");
        }
    
        div#content-wrapper div#home-about div.content {
        border: 1px solid #ffffff;
        background-color: #eae7dd;
        padding: 5px;
        margin-bottom: 16px;
        padding-right: 16px;
        }
    
                div#content-wrapper div#home-about h2 {
                display: block;
                font-size: 0.8em;
                font-weight: bold;
                color: #43423b;
                padding: 0.5em 0 0.2em 10px;
                }
                
                div#content-wrapper div#home-about p {
                font-size: 0.7em;
                font-weight: normal;
                color: #4c4b42;
                margin: 0.2em 0 0 10px;
                }
                
                div#content-wrapper div#home-about ul {
                margin: 0.3em 0 0.3em 0;
                }
                
                    div#content-wrapper div#home-about ul li {
                    display: block;
                    font-size: 0.7em;
                    font-weight: normal;
                    color: #4c4b42;
                    margin: 0.2em 0 0 10px;
                    }
                    
                    
                
                div#content-wrapper div#home-about p.final {
                margin: 0.2em 0 1.0em 10px;
                }
                
                    div#content-wrapper div#home-about blockquote p {
                    font-size: 0.8em;  
                    font-weight: bold;
                    line-height: 1.4em;
                    color: #43423b;
                    margin: 0.2em 0 10px 10px;
                    }
                
                div#content-wrapper div#home-about a {
                color: #43423b;
                border-bottom: 1px dotted #43423b;
                }
                
                div#content-wrapper div#home-about a:hover {
                color: #a20d3b;
                border-bottom: 1px dotted #a20d3b;
                text-decoration: none;
                }

                div#content-wrapper div#home-about span {
                border-bottom: 1px dotted #43423b;
                }
                
                