#contact {

    width: 900px;
    float: left;
    margin-top: 40px;


}

#contact h2 {


    letter-spacing: 2px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 30px;
    font-size: 120%;
    color: #00269b;
}

#bottomcontentwrapper p {

    padding: 10px 20px;
    font-size: 85%;
    font-weight: 100;
    color: #333;
    line-height: 20px;

}

#contact ul {

    list-style-type: none;
    margin: 20px 20px;
    padding: 20px;
    font-size: 85%;
    font-weight: 100;
    color: #333;
    border: 1px solid #ccc;
    width: 150px;
    background: #e3e3e3;

}

#bottomcontentwrapper a {

    text-decoration: none;
    font-size: 110%;
    color: #111;

}

#bottomcontentwrapper a:hover {

    color: #00269b;

}

#leadform {

    float: left;
    clear: left;
    font-size: 80%;
    font-weight: 100;
    color: #333;
    padding: 20px;
    background: #e3e3e3;
    border: 1px solid #ddd;

}

textarea {

    border: 1px solid #ccc;

}
	
	
	
	
	
	

