#jump-page #content {
    padding-top: 15px;
    }

#jump-page .form-3 {
    background-image: none;
    }

#jump-page .form-3 .column-1,
#jump-page .form-3 .column-2,
#jump-page .form-3 .column-3 {
    padding-top: 10px;
    background: transparent url(../img/jump_page_border_vert.jpg) right top no-repeat;
    }

#jump-page .form-3 .column-3 {
    padding-left: 5px;
    background-image: none;
	}
	
#jump-page .form-3nobg {
    background-image: none;
  
	}
#jump-page .form-3nobg .column-1nobg,
#jump-page .form-3nobg .column-2nobg,
#jump-page .form-3nobg .column-3nobg {
    padding-top: 10px;
	
    }

#jump-page .form-3nobg .column-3nobg {
    padding-left: 5px;
    background-image: none;
    }


.client-services ul li {
    cursor: default;
    font-family: Helvetica, Arial, sans-serif;
    line-height: 1.1em;
    font-size: 1.2em;
    color: #888;
    padding : 0 0 0 10px;
    margin-bottom: 5px;
    background-color: transparent;
    }

.client-services ul li:hover {
    color: #d8001d;
    background: transparent url(../img/service_list_arrow.gif) left center no-repeat;
    }

.client-services ul li:hover .service-detail {
	display: block;
	position: absolute;
	z-index: 1;
	margin: -0px 0 0 55px;
	}

.client-services ul {
    width: 120px;
    margin: 0;
    padding: 0;
    list-style-image: none;
    list-style-type: none;
    }

.client-services ul li .service-detail {
    border: 1px solid #eee;
    background: #f9f9f9;
    cursor: default;
    width: 180px;
    padding: 10px;
    display: none;
    }

.service-detail p {
    font-family: Helvetica, Arial, sans-serif;
    line-height: 1.2em;
    font-size: 11px;
    margin: 0;
    padding: 0;
    }

.address-block {
    margin-top: 10px;
    }
