/* CSS Document */

#immigration-banner {
background-image:url(img/right-sponsor-banner.gif);
background-repeat:no-repeat;
background-position:right top;
width:350px;
height:87px;
float:right;
}

#immig-container {
	clear: both;
	width: 500px;
	}
	
#immig-container em {
	font-size: 100%;
	font-family: Trebuchet MS, Verdana, Arial, sans-serif;
	font-weight:bold;
	color: #693;
	}
#immig-container .comment a {
	color:#00749E;
	text-decoration: none;
	}

#immig-container .comment a:hover {
	text-decoration:underline;
	color:#C00;
	}
	

#immig-container dl {
	clear: both;
	margin: 15px 0 10px 0;
	padding: 0;
	}	
	
#immig-container dt {
	color:#00749E;
	font-weight: 700;
	font-family:Sans-Serif, Arial;
	font-size:14px;
	float: left;
	width: 490px; 
	margin: -30px 0 0 0;
	padding: 0;
		}
#immig-container dd {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666;
	font-weight:400;
	line-height:16px;
	margin: 0; 
	padding: 0;
	text-align: justify;
	}

#immig-container dd.img img {
	float: left;
	margin: 0 8px 0 10px;
	padding: 4px;
	border: 1px solid #CCC;
	}
.immig-container dd.img a:hover img {
	background-color: #CCC;
	}

/* reverse float */
#immig-container .alt dt {
	padding: 0 0 5px 0;
	float: left;
	}

#immig-container .alt dd.img img {
	float: right;
	margin: 5px 0 0 15px;
	}
#immig-container .caption {
	text-align: right;
	width: 375px;
	color: 000;
	font-size: 10px;
	}
#immig-container .alt dd.img2 img {
	float: left;
	margin: 10px 15px 0 0;
	}
	
#immig-container .caption2 {
	text-align: left;
	width: 375px;
	color: 000;
	font-size: 10px;
	}
.immig-title {
width:175px;
background-color:#09F;
margin:0 0 -2px;
}