.tile3 {
position:relative;
float:left;
width:300px;
background:url(/images/bg-3tile-center.gif) repeat-y;
margin-left:5px;
margin-right:6px;
}

.tile3 .content {
position:relative;
width:270px;
padding:15px;
padding-top:10px;
background:url(/images/bg-3tile-top.gif) no-repeat;
font-size:11px;
line-height:14px;
text-align:justify;
}

.tile3:hover .content {
color:#000000;
}

.tile3 .content h1, .tile3 .content h2 {
font-size:18px;
font-stretch:narrower;
font-weight:normal;
line-height:45px;
color:#145f15;
height:50px;
display:block;
margin-bottom:5px;
text-align:left;
}

.tile3 .content ul {
margin-left:30px;
list-style-image:url(/images/bullet.gif);
}

.tile3 .content ul li {
margin-bottom:5px;
}

.tile3 .content h1 img {
display:inline;

margin-right:5px;
}

.tile3 .content h3 {
font-size:14px;
}


.tile3 .footer {
position:relative;
width:300px;
height:6px;
overflow:hidden;
background:url(/images/bg-3tile-bottom.gif);
}
