/* OFI
----------------------*/
#inspection{
margin-top:25px;
margin-right:10px;
}

#inspection a.print {
background-color: #1F5F83;
background-image: none;
display: block;
float: right;
width: 98px;
height: 15px;
padding: 5px 0px;
text-align:center;
margin: 5px 10px 0 0;
}


#inspection a.print:hover {
color:#fff;
}


#inspection h2 {
background-color: #1F5F83;
color:#fff;
/* Structure */
padding: 5px 0 5px 5px;
margin-bottom: 5px;
margin-top:20px;
}
#inspection dl {
border-bottom:1px solid #347091;
/* Structure */
overflow: hidden;
padding: 3px 0;
margin-bottom: 5px;
padding-left: 5px;
padding-right: 5px;
}
#inspection dl.stripe {
/* left blank incase you want the stripe */
background-color:#02466B
}
#inspection dt {
/* Structure */
width: 250px;
display: block;
float: left;
}
#inspection dd.address {
/* Structure */
float: left;
width: 260px;
padding-top:35px;
}
#inspection dd.address strong {
text-transform: capitalize;
}
#inspection dd.time {
font-weight: bold;
/* Structure */
float: left;
width: 150px;
padding-top:35px;
}
#inspection dd.link {
/* Structure */
float: right;
}
#inspection dd.link a  {
background-color: #1F5F83;
background-image: none;
display: block;
float: right;
width: 110px;
height: 15px;
padding: 5px 0px;
text-align:center;
margin: 35px 10px 0 0;
}
#inspection dd.link a:hover  {
color:#fff;}
