
#contentWrapper {
	width: 760px;
	padding-bottom: 10px;


}

#contentBlock {
	float: left;
	width: 175px;
	margin: 7px 0 0 10px;
	border: 1px solid #002E62;

}
		#contentBlock h2 {
			background-color: #002E62;
			color: #fff;
			margin: 0;
			padding-top: 5px;
			padding-bottom: 5px;
			padding-left: 5px;	
			font-size: 1.2em;
			}
			
			#contentBlock a {
				color: #fff;
				text-decoration: none;
			}
		
			#contentBlock a:hover {
				color: #fff;
				text-decoration: underline;
			}
			
		#contentBlock img {
			margin: 0;
			padding: 0;						
			}
			
		#contentBlock h3 {
			font-size: 1em;
			color: #fff;
			margin: -3px 0 0 0;
			padding: 5px;
			min-height: 135px; /*ff*/
			height: auto !important; /*ie7 */
			height: 135px; /*ie6 */		
			}
		
		#contentBlock h4 {
			background: url('/images/heli_home/link.png');
			background-repeat:no-repeat;
			margin-top: -20px;
			margin-left: 155px;
			text-indent: -9999px;
			
			}
			
			
			#contentBlock h4 a {
					display: block;
					width: 20px;
					height: 20px;					
					}
#contentWide  {
	float: left;
	width: 735px;
	margin: 7px 0 0 10px;
	border: 1px solid #002E62;

}
		#contentWide h2 {
			background-color: #002E62;
			color: #fff;
			margin: 0;
			padding-top: 5px;
			padding-bottom: 7px;
			padding-left: 5px;	
			font-size: 1.4em;
			}
			
			#contentWide a {
				color: #fff;
				text-decoration: none;
				font-weight: bold;
			}
		
			#contentWide a:hover {
				color: #fff;
				text-decoration: underline;
			}
			
		#contentWide img {
			margin: 0;
			padding: 0 10px 0 0 ;						
			}
			
		#contentWide h3 {
			font-size: 1.4em;
			color: #fff;
			margin: -3px 0 0 0;
			padding: 5px;
			min-height: 120px; /*ff*/
			height: auto !important; /*ie7 */
			height: 120px; /*ie6 */	
			font-weight: normal;	
			}
		
