#page {
    background-image: url(/images/new_page_bg.gif);
    background-repeat: repeat-y;
    background-position: top left;
        
    margin-top: 1em;    
    width: 734px;
    overflow: hidden;
    
}
#page ul {
    list-style-image: url(/images/bullet.gif);
    list-style-position: outside;
    margin-left: 1.5em;
}
#pageColumn1 {
    float: left;    
    width: 433px;
    padding-left: 10px; 
    padding-right: 20px;    
}

.blurb {    
    margin: 1.5em 0;
    color: #676566;
    font-size: 12px;
    font-weight: bold;
}
.authorDetails strong {
    font-style: italic;
}
#pageColumn2 {
    float: left;
    width: 232px;
    padding-left: 10px;
    padding-right: 26px;        
}
.pageSidebarHeading {    
    background-image: url(/images/new_pageSidebarHeading_bg.gif);
    background-position: left top;
    background-repeat: no-repeat;
    width: 232px;    
    height: 45px;    
    clear:both;
}
.pageSidebarHeading h2 {    
    line-height: 32px;
    padding-left: 1em;
    color: #fff;
    font-size: 11.5px;
    font-weight: bold;    
}
.pageSidebarHeading h2 a, .pageSidebarHeading h2 a:active, .pageSidebarHeading h2 a:visited, .pageSidebarHeading h2 a:hover {
    color: #fff;   
    font-weight: bold;
}
.pageSidebarContent, #pageSidebarEndorsement, #pageSidebarVision {    
    padding: 0 10px
}
/*.pageSidebarContent * {
        background-color: yellow;
}*/
.pageSidebarContent h3 {
    color: #2e2e2e;
    margin-bottom: 0.5em;    
}
#pageArrow {
    clear: both;
    background-image: url(/images/new_project_arrow.gif);
    background-position: top left;
    background-repeat: no-repeat;
    height: 60px;    
}

/* invest link in header-bar */
#invest {
    float: right;      
    padding-right: 3em;
    line-height: 20px;
    padding-top: 5px;
    height: 42px;    
}
#invest img {
    vertical-align: middle;    
}
#invest a, #invest a:active, #invest a:visited, #invest a:hover {
    text-decoration: none;
    color: #fff;
    font-weight: bold;
    font-size: 11px;
}
#invest a:hover {
    text-decoration: underline;
}

.projectActionTop {    
    width: 221px;    
    overflow: hidden;
    border-bottom: 1px dashed #c1c1c1;
    margin-bottom: 1em;  
}
#projectPrintTop {
    border-bottom: 0;
}
.projectActionTop .icons {
    float: left;
    width: 80px;
    padding-bottom: 1em;
}

.projectActionTop .text {
    float: left;
    width: 141px;
    padding-bottom: 1em;    
}

#projectInvestnow {
    margin-top: 1em;
}
.projectAction {    
    background-color: #fff;
    margin-left: 26px;
    border-bottom: 1px dashed #c1c1c1;    
    width: 392px;
    padding: 2em;
    padding-bottom: 0;
    overflow: hidden;    
}
.projectAction .icons {
    width: 80px;
    float: left;
    padding-bottom: 2em;    
}
.projectAction .text {    
    width: 310px;
    float: right;
    padding-bottom: 1em;    
}
#downloadIcon {
    margin-bottom: 2em;
}
