#content div.intro {
    width: auto;
}

#content div.box-gray {
    padding: 0 0 3px 0;
}

#content div.box-gray p {
    margin: 0;
}

#content div.box-gray ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

div.top {
    overflow: hidden;
}

div.top div.left {
    float: left;
    width: 444px;
}

div.top div.right {
    float: left;
    width: 216px;
}

ul.tabs {
	overflow: hidden;
    padding-bottom: 1em;
	background: url(../img/divider-horizontal.gif) repeat-x bottom left;
}

ul.tabs li {
	float: left;
	margin-right: 4px;
    width: 100px;
}

ul.tabs li a {
	display: block;
	background-repeat: no-repeat;
	overflow:hidden;
	text-indent: -5000px;
	height: 21px;
}

ul.tabs li.map a {
	background-image: url(../img/tab/map.gif);
}

ul.tabs li.listings a {
	background-image: url(../img/tab/listings.gif);
}

ul.tabs li a:hover {
	background-position: 0px -21px;
}

ul.tabs li a.active {
	background-position: 0px -42px;
}


li.article {
    margin-bottom: 2em;
    background-position: top right;
    background-repeat: no-repeat;
    overflow: hidden;
}

li.article div.article-content {
    float: left;
    width: 444px;
}

li.article div.article-sidebar {
    float: left;
    margin-left: 20px;
    width: 216px;
    padding-top: 216px;
}

#content li.article h3 {
    margin: 1em 0 0 0;
}

li.article p.location {
    overflow:hidden;
    margin: 0.5em 0 0 0;
}

li.article p.location span.continent,
li.article p.location span.city-country {
    float: left;
    margin: 2px 6px 0 0;
}

li.article p.location img.flag {
    float: left;
}

li.article div.copy {
    margin-top: 2em;
    padding: 0;
}

div.locations {
    float: left;
    width: 502px;
    height: 278px;
}

#listings {
    overflow: hidden;
    padding: 20px 0 20px 10px;
}

#listings a {
    color: #333;
}

#listings a.current,
#listings a:hover {
    color: #8a0000;
}

#listings ul.continents a {
    text-decoration: none;
}

#listings ul.continents {
    float: left;
    width: 132px;
    font-weight: bold;
}

#listings ul.article-index {
    float: left;
    width: 350px;
    height: 258px;
    margin-left: 10px;
    overflow: auto;
}

#listings ul.article-index li.continent {
    overflow: hidden;
}

div.news {
    float: left;
    width: 154px;
    margin-left: 10px;
    padding: 20px 0 0 0;
}

div.news h5 {
    color: #8a0000;
    margin: 0 0 0.5em 0;
    font-size: 1.1em;
}

div.news ul li p {
    margin: 0;
    display: inline;
}
