h1 {
font-size:1.6em;
font-weight:bold;
margin-top:10px;
}
h2 {
padding-bottom:5px;
margin-bottom:10px;
border-bottom:2px dotted #ccc;
}
#home_content_margin {
padding-bottom:10px;
}
#fleet_listing{
	margin-top:30px;
}
#fleet_listing .nopad {
margin-right:0px;
}
.fleet_item {
border:1px solid #ccc;
width:433px;
float:left;
margin-bottom:10px;
margin-right:10px;
padding:10px;
background:#f2f2f2;
}
.fleet_item:hover {
background:#fcf8f2;
cursor:pointer;
}
.fleet_item p {
line-height:1.6em;
margin-bottom:10px;
}
.fleet_pic {
width:120px;
height:120px;
display:block;
overflow:hidden;
float:left;
margin:10px;
position:relative;
}
.fleet_png {
background:url(/images/theme/fleet-cover.png) no-repeat;
position:absolute;
width:120px;
height:120px;
left:0px;
top:0px;
}
.fleet_item h3 {
font-size:1.6em;
font-weight:bold;
padding-top:5px;
color:#000;
border-bottom:1px solid #f7971d;
float:left;
width:285px;
padding-bottom:3px;
margin-bottom:5px;
font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
}
.fleet_item .full:hover {
color:#DE8329;
font-weight:bold;
display:inline;
padding-right:15px;
background:url(/images/theme/black_arrow.gif) right 50% no-repeat;
}
.fleet_item .full {
font-size:1.2em;
color:#3d3f45;
font-weight:bold;
display:inline;
padding-right:15px;
background:url(/images/theme/black_arrow.gif) right 50% no-repeat;
}

