/******** Header ********/

	/* == Top level divs are 960 and centered */
	body>div,
	#quickContactInfo,
	#catchPhraseImages li	{ width: 960px;}
	
	/* == Header is 330 height */
	#header { height: 330px; }
	
	/* == Logo is 90 wide by 100 height */
	#logo { width: 200px; height: 100px; overflow: hidden;}
	
	/* == TopNav and Searchbox are 35 height */
	#topNav,  #searchBox { height: 35px; }
	
	/* == QuickContactInfo */
	#quickContactInfo  { height: 29px; } 
	
	/* == TopNav first level list items, 120px wide */
	#topNav>li { width: 120px; }

	/* == TopNav 2nd Level container is 160px wide */
	#topNav>li>ul { width: 220px; }
	
	/* == Catch Phrase Images are 960x315 */
	#catchPhraseImages,
	#catchPhraseImages li {
	width: 960px;
	height: 315px;
	display: block !important;
}
	
	/* == Catch Phrase Images */
	#catchPhraseImages { overflow: hidden; }
	#topNavBottomShadow { width: 960px; }
	#catchPhraseImageLeftShadow,
	#catchPhraseImageRightShadow {
	height: 315px;
}
	
	.topShadow, .bottomShadow { height: 50px; }
	.leftShadow, .rightShadow { width: 50px; }
	
	#mainContentTopShadow { width: 640px; }
	#sideBar1TopShadow { width: 320px; }
    #contentTopShadow { width: 960px; }
/******** Content ********/
	/* == Main Content Area */
	#content { min-height: 500px;  }
    body.secondary #content { overflow: auto; }
	
	/* == SideBars are 35px below the main */
	#sideBar1 { width: 320px; min-height: 365px; }
	#mainContent { width:640px; min-height: 400px; }
	
