/*Locations Section*/

#main-content {
height:591px;
background: url(../images/content-locations-corcovado.jpg) no-repeat;
}

span#location-number {
position:absolute;
top:240px;
left:24px;
width:322px;
color:#1170A0;
font-weight: bold;
}

h3#content-title {
position:absolute;
top:258px;
left:24px;
width:299px;
font-weight: normal;
}

#content-text {
position:absolute;
top:298px;
left:24px;
width:315px;
height:290px;
overflow: auto;
margin:0;
padding:0;
}

#content-text p {
font-size:12px;
margin:0;
padding:0 0 15px 0;
}

h3 {
margin:0 10px 10px 0;
padding:3px 0;
color:#1170A0;
border-bottom: 3px solid #FFCC00;
font-size:14px;
}

ul#locations-nav {
list-style: none;
}

a#location-rio {
position:absolute;
top:257px;
left:572px;
width:153px;
padding-top:47px;
height:0;
overflow: hidden;
background:url(../images/locations-nav-rio.jpg) no-repeat;
}

a#location-zancudo {
position:absolute;
top:502px;
left:625px;
width:115px;
padding-top:45px;
height:0;
overflow: hidden;
background:url(../images/locations-nav-zancudo.jpg) no-repeat;
}

a#location-corcovado {
position:absolute;
top:502px;
left:466px;
width:143px;
padding-top:39px;
height:0;
overflow: hidden;
background:url(../images/locations-nav-corcovado.jpg) no-repeat;
}

span.travel-category {
font-weight: bold;
color:#333333;
}

#content-text a {
color:#333333;
}

#content-text a.travel-back {
color:#006699;
}

a#back-link {
position: absolute;
display: block;
top:259px;
left:280px;
width:auto;
color:#1170A0;
font-size:14px;
padding:3px 3px 5px 3px;
text-decoration: none;
}

a#back-link:hover {
background-color: #FFCC00;
color:#fff;
}