.inside{
	width:98%;
}



#topHeader{
    height: auto;
    background:#fff;
}
#headerMissionStmt{
    font-size: 12px;
    line-height: 1.1em;
}



.node-teaser {
    border-bottom: 1px dashed #777;
    padding: 12px 0;
    /* background: #009; */
    position: relative;
}

.node-teaser .teaserImageOrVid {
    float: none;
    width: 90%;
	height:90%;
	margin:0 auto;
    padding:6px;
}
.node-teaser .teaserImageOrVid img {
    background: #ededed;
    width: 100%;
    height: auto;
	max-width:300px;
	margin:0 auto;
}

.node-teaser .teaserContent {
    position: relative;
    width: 90%;
    float: none;
    height: auto;
	margin:0 auto;
	padding:0 0 30px 0;
}