	#worldTimeZones_topleft {
		float: left;
		width: 128px;
	}
	
	#worldTimeZones_icon {
		background: url(../images/header_bg_subheader-travel.gif) no-repeat;
		float: left;
		width: 114px;		
		border: 2px solid #003399;
		text-decoration: none;
		padding-bottom: 0%;
		padding-left: 10px;
   	}
   	
   	.worldTimeZones_subHeader {
	    font-size: 14px;
	    font-family:Arial, Helvetica, sans-serif;
	    color: #FFFFFF;
	    font-weight: bold;
	    float: left;
	    margin: 10px 0 0px 0px;
	    padding-left: 35px;
	    text-decoration: none;
    }
    
    .worldTimeZones_subLinks {
		float: left;
		width: 109px;
		margin: 15px 0px 0px 0px;
		padding-right: 5px;
	}
    
    #worldTimeZones_topright {
		float: left;
		margin: 0px 0px 0px 19px;
		width: 434px;
	}
	
	#worldTimeZones_current, #worldTimeZones_timezonemap, #worldTimeZones_aroundtheglobe
	 {
			float:left;
			margin-bottom:25px;
	 }
	 
	 #worldTimeZones_current_content, #worldTimeZones_timezonemap_content, #worldTimeZones_aroundtheglobe_content
	 {
			border:2px solid #003399;
			float:left;
			height:128px;
			margin:4px 0 0;
			width:432px;
	 }
	 
	 #worldTimeZones_timezonemap_content
	 {
	 		height:229px;
	 }
	 
	 #worldTimeZones_aroundtheglobe_content
	 {
	   border-width:0;
		 border-top:1px solid #003399;
	 }
	 
	 #worldTimeZones_current_header
	 {
			background:url(../images/bg_today_outlook.gif) repeat-x;
			height:20px;
	    padding:4px 0 0 8px;
			color:#003399;
			border-bottom: 1px solid #003399;
			text-align: left;
			font-weight: bold;
	 } 
	 
	 #worldTimeZones_current_detail
 {
    padding:9px 15px 0 15px;	
 }

	#worldTimeZones_aroundtheglobe_content
	{
	    height:300px; 
	}
	
	#worldTimeZones_aroundtheglobe_content ul
	{
	    list-style-type:none;
			padding:0;
			margin:8px 0;
	}
	
	#worldTimeZones_aroundtheglobe_content li
	{
	    float:left;
			width:143px;
			padding-bottom:15px;
			border-right:1px solid #d5d5d5;
			border-bottom:1px solid #d5d5d5;
			text-align:center;
	}
	
	#worldTimeZones_aroundtheglobe_content li.lastrow
	{
			border-bottom-width:0;
	}
	
	#worldTimeZones_aroundtheglobe_content li.endofrow
	{
			border-right-width:0;
	}
	.timezone, .analog, .digital
	{
			float:left;
	}
	.timezone
	{		width: 140px;
			padding: 0 10px 10px 0;
			margin:20px 0px 0 0;
	}	
		.timezone strong
		{
				display:block;
				margin-bottom:2px;
		}
			
	.analog
	{
		margin:0 18px 0 0;
	}
	
	.analog-small
	{
		margin:9px auto;
	}
	
	.digital
	{
		margin:11px 0 0 0;
		font-size:22px;
		border:1px solid #d5d5d5;
		padding:16px 15px 16px;
	}
	.digital-small
	{
		font-size:15px;
		font-weight:bold;
		color:#333333;
	}
	