
/* Example Mark Up

  i. Positioning

 ii. Size

iii. Decoration

*/




/* These are the styles for about-profile, careers-oppurtunities and careers-benefits/diversity
---------------------------------------------------------------------------------------------*/

#three a, #three a:visited, #three a:active {
	color: red;
	}

.threeHead {
	float: left;
	margin: 0px 0px 0px 6px;
	display: inline;
	height: 377px;
	}
	
	.threeLeft, .threeMiddle, .threeRight {
		float: left;
		margin: 20px 5px 0px 5px;
		display: inline;
		
		width: 289px;
		}
		
		.threeLeft p, .threeMiddle p, .threeRight p {
			float: left;
			margin: 0px 0px 10px 10px;
			display: inline;
			
			padding: 0px 10px 0px 10px;
			text-align: left;
			line-height: 20px;
			}
			
	 .threeMiddle {
	 	
	 	border-left: 1px dotted red;
	 	border-right: 1px dotted red;
	 	}
	 	
	 	
	
	
	
	
	