/* CSS Document */

body {
	padding-bottom: 300px;
}

#outer_container{
	min-height: 603px;
	height:auto !important;
	.height:603px;
}

#landing_body {
	clear: both;
	/*padding-top: 50px;*/
	/*padding-bottom: 100px;*/
	/*min-height: 546px;*/
}

#hover_map {
	float: left;
	border: 1px solid #344965;
	margin-top: 50px; /*135*/
}

#welcome_to_mc {
	background: url('../images/welcome_to_multichoice.jpg') no-repeat;
	width: 249px;
	height: 351px;
	float: left;
}

#landing_cookie .country_select, #landing_cookie .lang_select {
	float: left; clear: both;
	margin: 0 0 15px 0;
	width: 140px;
}

 /*--- #image map is the top layer with clickable regions (transparent) ---*/
#img_map {
	float: left;
	height: 351px;
	margin-top: -1px;
	width: 307px;
	.margin-right: -1;
	position: relative;
	top: 0;
	left: 0;
	z-index: 3;
}

/*--- #highlight_map contains all the rollover states ---*/
#highlight_map {
	position: absolute;
	/*top: 167px;
	.top: 182px;*/
	left: 250px;
	z-index: 2;
}

/*--- #blank_map contains a plain map with no highlighted regions  ---*/
#blank_map {
	float: left;
	height: 351px;
	width: 307px;
	position: absolute;
	/*top: 167px;
	.top: 182px;*/
	left: 250px;
	.left: 249px;
	z-index: 1;
}

#landing_copy {
	margin: 150px 60px 0 25px;
}

#landing_highlights {
	float: left;
	margin-top: 50px;
	margin-left: 3px;

}

.landing_news {
	/*width: 338px;
	.width: 348px;
	background: url("../images/news_fade.jpg") repeat-x;*/
	background: url("../images/news_bg4.jpg") no-repeat;
	width: 349px;
	height: 165px;
	margin-top: 2px;
	/*border: 1px solid #344965;*/
	/*padding: 5px;*/
}

.landing_news_content {
	float: left; 
	width: 140px; 
	.width: 155px;
	margin-right: 10px; 
	padding: 50px 0 0 15px;
}

h1.home_news {margin: 0;}

h1.home_news a {
	font-weight:bold;
	font-size:11px;
	color: white;
	text-decoration: none;
}

h1.home_news a:hover {
	text-decoration: underline;
}
