/* BEGIN: FEATURED COUNTRY */
div#featured-country {
	padding: 0 0 15px 15px;
}

div#featured-country img.map {
	float: left;
	width: 400px;
	height: 270px;
	margin: 0 15px 15px 0;
	border: solid 1px black;
}

div#google-map {
	width: 50%;
	height: 410px;
	border: solid 1px #333;
	float: left;
	margin: 4px 10px 0 0;
}

div.isls-info {
	line-height: 1.1em;
}

div.isls-info img {
	float: left;
	width: auto;
	height: 60px;
	margin: 0 6px 4px 0;
}

div.isls-info h3 {
	margin: 0 0 4px 0;
}

div.isls-info p {
	margin: 0;
}
/* END: FEATURED COUNTRY */

/* BEGIN: FEATURED PROGRAMS SCROLLER STYLES */
div.topic {
	margin: 9px 18px 10px 18px;
}

div.topic h3 {
	margin-top: 0;
	float: left;
}

div.topic div.container {
	clear: both;
	width: 260px;
}

div.topic div.container div {
	position: relative;
	border: solid 2px #cccccc;
	background: #ffeb99;
	margin: 0 0 1px 0;
	width: 256px;
	overflow: hidden;
}

/* .open and .closed need to stay synched up with _styles.open and _styles.closed in topics.js */
div.topic div.container div.open {
	border-color: #7196f3;
	height: 190px;
}

div.topic div.container div.closed {
	border-color: #cccccc;
	height: 22px;
}

div.topic div.container div h4 {
	position: absolute;
	z-index: 999;
	top: 0;
	left: 0;
	margin: 0 16px 0 0;
	padding: 4px 8px;
	width: 240px;
	background: transparent url(../imgs/ui/translucent.png);
}

div.topic div.container div h4 a {
	color: white;
	font-style: normal;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
}

div.topic div.container div img {
	border: none;
	width: 100%;
}

div.topic div.container div p.caption {
	font-size: 11px;
	line-height: 12px;
	margin: 0;
	padding: 4px 6px;
	border: none;
	display: block;
}
/* END: FEATURED PROGRAMS SCROLLER STYLES */

.rotate {
    -moz-transform: rotate(7.5deg);
    -o-transform: rotate(7.5deg);
    -webkit-transform: rotate(7.5deg);
    -ms-transform: rotate(7.5deg);
    transform: rotate(7.5deg);
    filter: progid:DXImageTransform.Microsoft.Matrix(sizingMethod='auto expand', M11=0.9914448613738104, M12=-0.13052619222005157, M21=0.13052619222005157, M22=0.9914448613738104);
    -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.9914448613738104, M12=-0.13052619222005157, M21=0.13052619222005157, M22=0.9914448613738104,sizingMethod='auto expand')";
    zoom: 1;
}