/* Left Column */
#leftCol {
	width: 250px;
	float: left;
}
#topRow {
	height: 300px;
}
#quickSearch {
	padding: 30px 0 0 45px;
}

/* AboutFinancing Section */
#aboutFinancingContent {
	border: 10px solid #666;
	width: 690px;
	padding: 20px;
	float: left;
	min-height: 440px;
}

#aboutFinancingContent {
    color: #9D9D9D;
}
#pageTitle {
    font-size: 2.5em;
    }
.aboutFinancingSubHead {
    font-size: 1.6em;
    font-weight: bold;
    text-transform: uppercase;
    }
.headline_list {
    padding-left: 15px;
    margin: 0 0 2em;
    }
    .headline_list li {
        margin-bottom: 1em;
        }
div.headlineCallOut {
    margin-bottom: 1em;
    }
.headlineCallOut {
    font-size: 1.5em;      
    font-weight: bold;
    color: #FFF;
    }
em {
    color: #FFF;
    font-style: normal;
    }
.takeMeToLinks {
    padding: 0;
    list-style: none;
    margin: 2em 0;
    }
    .takeMeToLinks li {
        margin-bottom: 0.5em;
        }
    .takeMeToLinks a {
        text-decoration: none;
        font-weight: bold;
        }
.financingDisclaimer {
    font-size: 0.8em;    
    }
