/*
About Us
*/
#about h2 {
	font-size: 1em;
	font-weight: bold;
}
#about .milestoneEra{
	margin: 0px 0px 15px;
	border-bottom: 1px solid #959595;
}
#about .milestoneOuter{
	margin: 0px;
	padding: 15px 0px;
	overflow:hidden;
	white-space: nowrap;
}
#about .milestoneOuter img{
	border: solid 3px #FFF;
	margin-right:5px;
}
#about .milestoneOuter img.last{
	margin-right:0px;
}
#about .milestoneDate{
	color: #630c00;
	font-size: 75%;
	text-transform: uppercase;
	padding-bottom: 0em;
}
.aboutContact{
    width: 100%;
    float: left;
    clear: both;
    background: url(../img/about-contact-bg.jpg) no-repeat left top;  
}
.col1{
    width: 110px;
    margin: 0px;
    padding: 20px 5px 0px 20px;
    float: left;
    clear: both;
}
.col2{
    width: 550px;
    margin: 0px;
    padding: 20px 5px 0px 5px;
    float: right;
    clear: none;
    line-height: 150%;
}
.contactPhoto{
    border: 4px solid #FFFFFF;
}
.contactName{
    font-size: 130%;
    font-weight: bold;
    color: #0F2B41;
}
.contactTitle{
    font-size: 100%;
    font-weight: bold;
    color: #630C02;
}
.clear{
    float: left;
    clear: both;
    visibility: hidden;
}