/* HOME PAGE SPECIFIC STYLES */
#home_news, #home_map {
	width: 450px;
	float: left;
	margin-right: 20px; /* Make an IE 6 only fix */
	margin-bottom: 20px;
}

.box_background {
	position: relative;
	top: -2px;
	height: 335px;
	background-image: url('../images/shell/box_background.png');
	background-repeat: repeat-x;
	padding-top: 15px;
}

.home_news_piece {
	padding: 0 20px 15px 20px;
	margin-bottom: 10px;
	height: 90px;
}

.home_news_piece h6 {
	font-size: 1.1em;
	margin-bottom: 5px;
}

.home_news_image {
	float: left;
	margin-right: 10px;
	padding-bottom: 10px;
}

.home_news_image img {
	margin-bottom: 10px;
}

.home_map_piece {
	padding: 0 10px 15px 10px;
}

/* MAP STYLES */
#home_map_image {
	position: relative;
	width: 450px;
	height: 262px;
	background-image: url('../images/misc/map_trans.png');	
	background-repeat: no-repeat;
	list-style: none;
	/*margin: 2em auto;
	padding: 0;*/
}

#home_map_image li {
display:block;
position:absolute;
list-style:none;
margin:0;
padding:0;
}

#home_map_image a {
display:block;
text-indent:-9999px;
text-decoration:none;
outline:none;
cursor:default;
}

#intl_client_image
{
	width:70px; 
	height:70px; 
	float:right; 
	position:absolute; 
	top:200px; 
	right:30px;
}
#intl_client_text 
{
	width:74px; 
	height:44px; 
	float:right; 
	position:absolute; 
	top:160px; 
	right:30px; 
	color:#FFF; 
	/*background:#004F8C url('/images/buttons/arrow_down.gif') no-repeat bottom center;*/
	background-color:#004F8C; 
	display:none;
	text-align:center;
	
}
#intl_client_text a
{
	 	color:#FFF; 
}
/*****************************/