@charset "utf-8";
/* CSS Document */

#mortgages {
width: 250px;
height: 168px;
border: 5px solid #b4b5b5;
margin-right: 10px;
margin-top: 10px;
background: url(images/mortgages.jpg);
background-repeat: no-repeat;
float: left;
}

#pensions {
width: 250px;
height: 168px;
border: 5px solid #b4b5b5;
margin-top: 10px;
background: url(images/pensions.jpg);
background-repeat: no-repeat;
float: left;
}

#investments {
width: 250px;
height: 168px;
border: 5px solid #b4b5b5;
margin-right: 10px;
margin-top: 10px;
margin-bottom: 15px;
background: url(images/investments.jpg);
background-repeat: no-repeat;
float: left;
}

#life-cover {
width: 250px;
height: 168px;
border: 5px solid #b4b5b5;
margin-top: 10px;
margin-bottom: 15px;
background: url(images/life-cover.jpg);
background-repeat: no-repeat;
float: left;
}

#feature-wrapper {
width: 530px;
height: 276px;
}

.feature {
padding: 8px 3px 3px 100px;
}

.feature-title {
color: #154985;
font-weight: bold;
font-size: 110%;
padding-bottom: 5px; /* allows baseline padding */
border-bottom: 1px dotted #707070;
}

#standard-life {
padding-top: 8px;
padding-bottom: 8px;
border-top: 1px dotted #707070;
border-bottom: 1px dotted #707070;
}




