#homepage
{
float:left;
width:100%;
margin-top:20px;
}

#homepage .top_destinations, #homepage .top_airports
{
float:left;
width:438px;
height:322px;
display:inline;
margin-top:30px;
border:1px solid #E4E4E4;
overflow:hidden;
background:url('../images/homepage/top_dest.jpg') 2% center  no-repeat;
}
#homepage .top_airports
{
margin-left:18px;
background:url('../images/homepage/top_air.jpg') 2% center  no-repeat;
}
#homepage .top_destinations .title, #homepage .top_airports .title
{
float:left;
width:360px;
margin:14px 0px 0px 70px;
color:#4A9EF2;
font-size:18px;
text-transform:uppercase;
}
.top_destinations .title b, .top_airports .title b
{
color:#00526C;
}
.top_destinations .inner, .top_airports .inner
{
float:left;
margin-left:62px;
}
.top_destinations .inner a, .top_airports .inner a
{
float:left;
width:160px;
padding-left:14px;
margin:9px 0px 0px 12px;
color:black;
text-decoration:none;
background:url('../images/homepage/arrow.jpg') no-repeat left center;
}
.top_destinations .inner a b, .top_airports .inner a b
{
text-transform:capitalize;
}

#homepage .about
{
float:left;
width:99.9%;
margin-top:50px;
display:inline;
overflow:hidden;
border:1px solid #E4E4E4;
}
#homepage .about .title
{
float:left;
width:100%;
line-height:43px;
font-size:18px;
font-weight:bold;
color:#00526C;
display:inline;
overflow:hidden;
text-indent:1.5em;
background:#E4E4E4;
}
#homepage .about .text
{
float:left;
padding:15px;
text-align:justify;
text-indent:1em;
}
