#three-cols {
    background-color: white;
}
#three-cols td.col-3 .box {
margin:0 10px 0 10px;
}
#three-cols td {
    vertical-align: top;
    padding-bottom: 30px;
}
#three-cols td.col-1 {
    width: 180px;
	padding: 0 10px;
}
#three-cols td.col-2 {
    width: 308px;
	padding: 0 10px;
}
#three-cols td.col-3 {
    width: 460px;
	padding: 0 10px;
}
#three-cols h3 {
    color: #797979;
    border-bottom: solid #cbcbcb 1px;
    padding-top: 10px;
    margin: 10px;
	font-size:18px;
	font-weight:normal;
	padding-bottom:3px;
	
}
#three-cols div.content {
    font-size: 12px;
    color: #5b5b5b;
    padding-bottom: 10px;
}
#three-cols div.content p {
    margin: 0;
    padding: 0 10px;
}
#three-cols div.content ul {
    margin: 0 15px;
    padding: 0 10px;
}
#three-cols div.content ul li {
    list-style-position: outside;
}
#three-cols img.map {
    border: solid #cbcbcb 1px;
	margin: 0 10px 0 10px;
}
