/* These rules apply to about.html
---------------------------------------------------------------------------------------------
--------------------------------------------------------------------------------------------- */

/* Main intro div; image and caption
--------------------------------------------------------------------------------------- */
	#main-intro img {
		display:block;
	}

	#intro-img-caption {
		position:absolute;
		top:168px;
		left:0;
		display:block;
		text-align:center;
		width:100%;
		font:bold 2.5em arial, helvetica, sans-serif;
		text-transform:uppercase;
		color:#fff;
		letter-spacing:1px;
	}

	#intro-img-caption b {
		display:block;	
		font-size:77px;
	}

/* About us navigation
--------------------------------------------------------------------------------------- */
	#about-us-nav {
		padding:22px 0 29px 0;
		margin:0;
		list-style:none;
		text-transform:uppercase;
		float:left;
		width:720px;
		font:italic 1.3em georgia, garamond, times, serif;
	}

	#about-us-nav li {
		float:left;
		padding:0 35px 0 0;
	}

	#about-us-nav a:link, #about-us-nav a:visited {
		text-decoration:none;	
		color:#808585;
	}

	#about-us-nav a:hover {
		color:#006892;
	}

	#about-us-nav a.current {
		color:#006892;	
	}
	
/* Secondary Column Tweek (on account of Javascript)
--------------------------------------------------------------------------------------- */	
	
	#secondary-column h4{
		padding-top: 66px;
	}
	
	
	

/* A little padding for"about" sections in the event that javascript it disabled. 
It will be removed by the Javascript function when it runs
--------------------------------------------------------------------------------------- */	

	#responsibility,
	#company  {
		padding-bottom: 25px;
	}