@charset "UTF-8";
/* --- American Olean Site CSS --- */

/* 
 ---Colors ---

	Blues
	lightest - 1: #d9f0f5 rgb(217,240,245)
	light - 2: #abdae9 rgb(171,218,233)
	light - 3: #a0d5e5 rgb(160,213,229)
	light - 4: #94d0e2 rgb(148,208,226)
	mid - 5: #34b6dd rgb(139,203,223)
	grayish blue - 6: #a7c0ca rgb(167,192,202)
	grayish blue - 7: #829faa rgb(130,159,170)	
	
	Site
	background: #34b6dd rgb(139,203,223)
	scroll bar: #a7c0ca rgb(167,192,202)
	nav background: #d9f0f5 rgb(217,240,245)
	light gray bar: #dcddde rgb(220,221,222)
	
	button(blue): #34b6dd rgb(139,203,223)
	button(gray): #829faa rgb(130,159,170)
	
	Text
	white: #ffffff rgb(255,255,255)
	light gray: #8a8c8e rgb(138,140,142)
	dark gray: #636466 rgb(99,100,102)
	blue: #34b6dd rgb(139,203,223)

*/

/* Here is some of the general definations on the ao_styles.css page

p { font-family: Helvetica, Arial, sans-serif; font-size: 12px; color: #636466; line-height: 18px; text-align: left }
	p a:link { color: #34b6dd; text-decoration:none; }
	p a:visited { color: #34b6dd; text-decoration: none; }
	p a:hover { color: #34b6dd; text-decoration: underline; }
	p a:active { color: #34b6dd; text-decoration: underline; }
	
a:link { color: #34b6dd; text-decoration:none; }
a:visited { color: #34b6dd; text-decoration: none; }
a:hover { color: #34b6dd; text-decoration: underline; }
a:active { color: #34b6dd; text-decoration: underline; }

h1.pgTitle { color: #636466; font-size: 36px; line-height: 36px; padding: 15px 0 0 0; font-weight: normal; }
h3.subTitle { color: #34b6dd; font-size: 16px; line-height: 20px; padding: 0 0 0 0; font-weight: normal; }

*/

/* Pro Exchange */
.proXchange {float: right; padding: 0; margin-left: 15px; position: relative;}
.proXchange_menu {display: none; position: absolute; width: 160px; height: 50px; right: 0; top 40px;}
.proXchange ul {text-align:center;}
.proXchange ul li {float:left;display:inline; padding: 2px;}
.proXchange ul li ul {position:absolute;width:170px;background:#FFF; right: 0; z-index: 100; border: solid 1px #E6E6E6; }
.proXchange ul li ul li {width:166px; text-align: left;}
.proXchange ul li ul li a {display:block;padding:8px 4px;color:#99a6ad; font-size: .85em;}
.proXchange ul li ul li a:hover {color:#34b6dd;}
.proXchange ul li ul li:hover a {background:#F7F7F7; border: none;}
.proXchange ul li ul.fallback {display:none;}
.proXchange ul li:hover ul.fallback {display:block;}

/* END Pro Exchange */



/* Product Zoom */
.zoomLrgImg { padding: 3px 3px 3px 3px; border: solid 1px #34b6dd; height: 550px; width: 550px; }
.zoomSmlImg { padding: 10px 10px 10px 10px; background: #abdae9; border: solid 1px #abdae9; border-left: none; height: 54px; width: 54px; }
/* END Product Zoom */

/* Care & Maintenance */		
#careMaintDoDont {width: 805px; border: solid 1px #34b6dd; margin: 30px 0 10px 0; padding: 10px 0 10px 0; position: relative;}
	#careMainDoDontTitle { background: #34b6dd; padding: 2px 10px 2px 10px; position: absolute; top: -15px; left: 30px; }
		#doSec{ width: 370px; padding: 40px 15px 0 15px; float: left;}
			#doSec ul {color:#34b6dd;font-size:14px; margin:10px 0 0 15px;padding:0;}
				#doSec ul li {margin-bottom:10px;}			
		#dontSec {width: 370px; padding: 0 15px 0 15px; float: left;}
			#dontSec ul {color:#34b6dd;font-size:14px; margin:10px 0 0 15px;padding:0;}
				#dontSec ul li {margin-bottom:10px;}	
/* END Care & Maintencance */
	
/* Green Squared */
#greenSquaredList{ width: 780px; padding: 5px 15px 10px 25px;}
	#greenSquaredList ul {color:#34b6dd;font-size:14px; margin:5px 0 0 15px;padding:0;}
		#greenSquaredList ul li {margin-bottom:5px;}	
/* END Green Squared */

/* DCOF */
#DCOFList{ width: 780px; padding: 5px 15px 10px 25px;}
	#DCOFList ul {color:#34b6dd;font-size:14px; margin:5px 0 0 15px;padding:0;}
		#DCOFList ul li {margin-bottom:14px; }	
/* END Green Squared */

/* Factors to Consider */
#factorsList { width: 780px; padding: 5px 15px 10px 0px; }
	#factorsList h4 {font-size: 14px; color: #34b6dd; font-weight: bold; }
	#factorsList ol {font-size:12px; margin:5px 0 0 15px;padding:0 0 0 25px;}
		#factorsList ol li {margin-bottom:14px; }	
/* END Factors to Consider */

/* Trim */
.trimCatPageContainer { padding: 30px 0 30px 0; }
	.trimCatItemContainer { float: left; border: #8a8c8e solid 1px; margin: 15px 15px 15px 15px; padding: 85px 30px 20px 30px; position: relative; }
		.trimCatImg { position: absolute; bottom: 70px; left: 20%; }
		.trimCatTitle { color: #8a8c8e; font-size: 22px; text-align:center; line-height: 28px; padding: 0 0 0 0; }
				.trimCatTitle a:link { color: #8a8c8e; text-decoration:none; }
				.trimCatTitle a:visited { color: #8a8c8e; text-decoration: none; }
				.trimCatTitle a:hover { color: #34b6dd; text-decoration: underline; }
				.trimCatTitle a:active { color: #8a8c8e; text-decoration: none; }	
/* END Trim */

/* Stone Usage Guide */
#stoneUsageGuideContainer { width: 805px; padding: 20px 0 30px 0; }
	#stoneUsageGuideTable { width: 805px; }
		#mainMenuSUG{background-color: #FFF; height:82px; position:relative; }
		  #mainMenuSUG a{ background: #b1b3b6; font-family: Arial, sans-serif; font-size: 10px; line-height: 10px; width: 115px; height: 21px; vertical-align: middle; text-align:center; padding: 7px 7px 8px 8px; cursor: pointer; margin: 0 5px 5px 0; float: left; }
		#mainMenuSUG .activeMenuItem{background: #8a8c8e; text-decoration: none; color:#ffffff; cursor:pointer;} 
		#mainMenuSUG .activeMenuItem img{position:absolute; bottom:0px; right:0px;}
		#mainMenuSUG .inactiveMenuItem{text-decoration: none; color: #fff;}
		#submenuSUG{font-family: Arial, sans-serif; border:1px solid #8a8c8e; background-color:#fff; width:100%;	/* Don't change this option */}	
			#submenuSUG div{white-space:nowrap; /* Don't change this option */}
			#submenuSUG a{ }
			#submenuSUG a:hover{}
			.submenuContentSUG {padding: 8px 5px 8px 5px; width:760px; white-space:normal; }
#stoneUsageGuideDescContainer { width: 805px; padding: 30px 0 20px 0; }
	#stoneUsageGuideDescLeft { float: left; width:385px; padding: 20px 15px 0 0; }
	#stoneUsageGuideDescRight { float: left; width:400px; padding: 20px 0 0 0; }
		.stoneUsageGuideDesc { padding: 15px 0 20px 0; }
/* END Stone Usage Guide */

/* iPad iPhone */
#iPadiPhoneGallery { float: left; width: 402px; background: repeat-y url(../images/iPadiPhone/middleGallery.jpg); }
#iPadiPhoneCat { float: left; width: 399px; background: repeat-y url(../images/iPadiPhone/middleCat.jpg); }
	.iPadiPhoneContent { padding: 0 20px 0 50px; width:329px; }
		.iPadiPhoneTextList { padding: 15px 0 0 40px; }
			.iPadiPhoneTextList p { color: #636466; }
			.iPadiPhoneTextList ul { list-style:disc; font-size: 12px; color: #333333; padding: 10px 0 0 10px; }
			.iPadiPhoneTextList ul li { list-style:disc; font-size: 12px; color: #333333; padding: 3px 0 3px 0; }
		#iPadiPhoneButtonCat { padding: 33px 0 0 43px; }
		#iPadiPhoneButtonCatNEW { padding: 35px 0 0 135px; }
		#iPadiPhoneButtonGallery { padding: 15px 0 0 100px; }
		.mobileAppCatalog-instructions { padding: 35px 0 10px 0; margin: 0 0 0 0; height: 57px; }
			.mobileAppCatalog-instructions ul { list-style: none; padding: 0 0 0 45px; margin: 0 0 0 0; }
			.mobileAppCatalog-instructions ul li { padding: 0 0 2px 15px; margin: 0 0 5px 0; background: url(../images/bkgd/catalogArrow.gif) no-repeat left center; }
			.mobileAppCatalog-instructions ul li a { font-size: 14px; }
/* END iPad iPhone */

/* Warranty */
#warrantyOL ul { font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #636466; line-height: 18px; text-align: left; font-weight: normal; list-style: decimal; padding: 0 0 0 30px; }
#warrantyOL ul li { font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #636466; line-height: 18px; text-align: left; font-weight: normal; }
/* END Warranty */

/* FAQs */
.faqContainer{margin:0 0 0 0;padding:0 0 10px 0;}
.faqUL{margin:10px 0 0 0;padding:0;list-style:none;}
.faqUL li{margin:0;padding:0 0 8px 5px;}
.faqQA {font-size:12px;color: #636466;cursor:pointer; text-decoration: none; font-weight: normal; padding: 0 0 0 15px; background:url("../images/icons/FAQrightArrow.gif") no-repeat left top;}
	.faqQA a { color: #34b6dd; text-decoration:none; font-weight: normal; }
	.faqQA a:link { color: #34b6dd; text-decoration:none; font-weight: normal; }
	.faqQA a:visited { color: #34b6dd; text-decoration: none; font-weight: normal; }
	.faqQA a:hover { color: #636466; text-decoration: none; font-weight: normal; }
	.faqQA a:active { color: #34b6dd; text-decoration: none; font-weight: normal; }
.faqQAX {font-size:12px;color: #636466;cursor:pointer; text-decoration: underline; font-weight:bold;  padding: 0 0 0 15px; background:url("../images/icons/FAQdownArrow.gif") no-repeat left top;}
	.faqQAX a { color: #636466; text-decoration: underline; font-weight:bold; }
	.faqQAX a:link { color: #636466; text-decoration: underline; font-weight:bold; }
	.faqQAX a:visited { color: #636466; text-decoration: underline; font-weight:bold; }
	.faqQAX a:hover { color: #636466; text-decoration: underline; font-weight:bold; }
	.faqQAX a:active { color: #636466; text-decoration: underline; font-weight:bold; }
.faqA {font-size:12px;color: #636466; display:none; padding: 5px 0 10px 40px;}
/* END FAQ's */

/* Code of Conduct */
#codeList { padding: 0 0 20px 20px; }
#codeList ul { list-style: disc; padding: 0 0 0 20px; }
#codeList ul li { font-family: Helvetica, Arial, sans-serif; font-size: 12px; color: #636466; line-height: 18px; text-align: left }
/* Code of Conduct */

/* Catalog View */
#catalogSec { padding: 10px 0 20px 0; }
.catalogRow { padding: 10px 0 30px 0; width: 100%; margin: 0 0 0 0; }
.catalogItems { padding: 10px 0 0 0; }
	.catalogItems img { float: left; padding: 0 8px 9px 0; }
.catalogLinkIconBox { float:right; margin-bottom:.8em;}
	.catalogLink { float: left; width: 275px; margin: 10px 0 0 0; padding: 0 0 0 15px; background: url(../images/bkgd/catalogArrow.gif) left center no-repeat; }
		.catalogLink a {color: #51b8cc; text-decoration: underline; font-size: 14px; }
		.catalogLink a:link { color: #51b8cc; text-decoration: underline; }
		.catalogLink a:visited { color: #51b8cc; text-decoration: underline;}
		.catalogLink a:hover { color: #636466; text-decoration: none;}
		.catalogLink a:active { color: #636466; text-decoration: none;}
	.catalogLinkMSDS { float: left; width: 155px; margin: 10px 0 0 0; padding: 0 0 0 15px; background: url(../images/bkgd/catalogArrow.gif) left center no-repeat; }
		.catalogLinkMSDS a {color: #51b8cc; text-decoration: underline; font-size: 14px; }
		.catalogLinkMSDS a:link { color: #51b8cc; text-decoration: underline; }
		.catalogLinkMSDS a:visited { color: #51b8cc; text-decoration: underline;}
		.catalogLinkMSDS a:hover { color: #636466; text-decoration: none;}
		.catalogLinkMSDS a:active { color: #636466; text-decoration: none;}
	.catalogLinkPrint { float: left; width: 105px; margin: 10px 0 0 0; padding: 0 0 0 15px; background: url(../images/bkgd/catalogArrow.gif) left center no-repeat; }
		.catalogLinkPrint a {color: #51b8cc; text-decoration: underline; font-size: 14px; }
		.catalogLinkPrint a:link { color: #51b8cc; text-decoration: underline; }
		.catalogLinkPrint a:visited { color: #51b8cc; text-decoration: underline;}
		.catalogLinkPrint a:hover { color: #636466; text-decoration: none;}
		.catalogLinkPrint a:active { color: #636466; text-decoration: none;}
	.catalogIconBox { float: right; width: 450px; padding: 0 3px 0 0;}
		.catalogIcon { float: right; margin: 0 5px 0 0; }
/* END Catalog View */

/* Series */
.printFriendlyButton { margin: 0 0 20px 0; float: right; }
/* END Series */

/* Linear Express Page */
#linearExpressButton { margin: 20px 0 20px 0; }
	#linearExpressButton a { color: #34b6dd; text-decoration: none; font-size: 12px; }
	#linearExpressButton a img { }
	#linearExpressButton a:link { color: #34b6dd; text-decoration: none; font-size: 12px; }
	#linearExpressButton a:visited { color: #34b6dd; text-decoration: none; font-size: 12px; }
	#linearExpressButton a:hover { color: #34b6dd; text-decoration: none; font-size: 12px; }
	#linearExpressButton a:active { color: #34b6dd; text-decoration: underline; font-size: 12px; }
#linearExpressSizes { padding: 5px 0 9px 0; }
/* END Linear Express Page */

/* Installation Docs */
#installContainer { width: 800px; padding: 20px 0 0 0; margin: 0 0 20px 0; }
	#installBoxL { float: left; width: 350px; padding: 0 50px 0 0; border-right: solid 1px #8a8c8e; }
	#installBoxR { float: left; width: 350px; padding: 0 0 0 20px; }
		.installDoc { padding: 8px 15px 2px 35px; width: 300px; }
			.installDocText { width: 200px; padding: 0 0 0 0; float: left; font-size: 12px; color: #636466; }
				.installDocText a:link { color: #636466; text-decoration: none; }
				.installDocText a:visited { color: #636466; text-decoration: none; }
				.installDocText a:hover { color: #636466; text-decoration: underline; }
				.installDocText a:active { color: #636466; text-decoration: none; }
			.installDocIcon { float: right; }
		#installDoc1 { background: #ffffff; }
		#installDoc2 { background: #f0f1f1; }		
/* END Installation Docs */

/* Literature */
#literatureContainer { width: 800px; padding: 20px 0 20px 0; }
	#literatureBoxL { float: left; width: 400px; padding: 0 15px 0 0; }
	#literatureBoxR { float: left; width: 350px; padding: 0 0 0 20px; }
		.literatureTitle { padding: 0 0 20px 0; }
		.literatureTextL { font-family: Helvetica, Arial, sans-serif; font-size: 10px; color: #636466; line-height: 18px; text-align: left }
			.literatureTextL a:link { color: #34b6dd; text-decoration:none; }
			.literatureTextL a:visited { color: #34b6dd; text-decoration: none; }
			.literatureTextL a:hover { color: #34b6dd; text-decoration: underline; }
			.literatureTextL a:active { color: #34b6dd; text-decoration: underline; }
		.literatureTextC { font-family: Helvetica, Arial, sans-serif; font-size: 10px; color: #636466; line-height: 18px; text-align: center }
			.literatureTextC a:link { color: #34b6dd; text-decoration:none; }
			.literatureTextC a:visited { color: #34b6dd; text-decoration: none; }
			.literatureTextC a:hover { color: #34b6dd; text-decoration: underline; }
			.literatureTextC a:active { color: #34b6dd; text-decoration: underline; }
/* END Literature */

/* Locate Search */
.LocateSearchResultsContainer { border-top:1px solid #dcddde; width: 800px; }
h3.LocateResultsTitle { color: #34b6dd; font-size: 20px; line-height: 24px; padding: 0 0 0 0; font-weight: normal; }
	.LocateSearchResultsNumber { padding: 0 0 0 0; margin: 0 0 0 0; }
	.LocateSearchResultsBox { padding: 30px 0 30px 0; }
	.LocateSearchResult { float: left; padding: 0 10px 0 20px; width: 170px; }
/* END Locate Search */

/* Patterns */
.patternsHomePageList { width:370px; padding-right:20px; float:left; }
	.patternsHomePageList ul { padding: 10px 0 0 0; color: #34b6dd; font-size: 8px;  list-style:none;}
		.patternsHomePageList ul li { padding: 0 0 5px 10px; font-size: 12px; color: #636466; background: url(../images/icons/listDot.gif) left top no-repeat; }
#patternsHomePageListL { }
#patternsHomePageListR { }
/* END Patterns */
			
/* Contact */
.ContactFormColumns { float: left; width: 210px; padding: 20px 70px 20px 0; }
#ContactFotter { padding: 0 0 15px 0; margin: 0 0 0 0; }
	#ContactFooterLeft { padding: 5px 40px 5px 30px; float: left; border-right: solid 1px #34b6dd; }
	#ContactFooterRgiht { padding: 13px 0 15px 40px; float: left; }
.ContactPhoneNumber { text-align: center; font-size: 24px; color: #34b6dd; line-height:30px; font-family: Arial, Helvetica, sans-serif; }
/* END Contact */
		

		
		/* Tech Info */
		#techInfoBody
			{margin:15px 0 0 20px;}
		#techInfo
			{padding:0 0 15px 0;background:url("../images/bkgd/techinfo-bkgd.gif") no-repeat top left;width:886px;height:501px;}
		#techInfoRm
			{padding:12px 0 0 13px;width:369px;}
		#techSpecs
			{margin:35px 0 0 0;height:128px;}	
		#techMSDS
			{margin:26px 0 0 0;height:128px;}
		#techPerfSpecs
			{margin:26px 0 0 0;height:128px;}			
		/* END Tech Info */
		
		/* AIA Presentation */
		#AIApresBody
			{margin: 40px 0 15px 20px;}
		#AIApresItem
			{padding: 0 0 0 0; height:280px; width: 700px; background-repeat: no-repeat;}
		#AIApresDownload
			{padding: 160px 0 0 60px;}
		/* END AIA Presentation */
		

		

		
		/* LEED Cert Letter */
		#certLtBody
			{background:url("../images/bkgd/pgbody2-bkgd.gif") top left repeat;}
		/* ************ */
		
		#leedBCodeFrm
			{margin:0;background:#FFF;padding:0;border:6px solid #b0bfd5;width:338px;}
		#leedBCodeBody
			{margin:0;padding:0;border:2px solid #FFF;background:#FFF;}	
		label.leedLabel
			{float:left;text-align:left;margin:0 10px 0 10px;padding:2px 0 0 0;width:125px;}
		#leedCloseWin
			{background:#EBF0F4;margin:0;padding:8px 0;text-align:center;}		
		/* END LEED Section */
		
		/* Customers Section */
		.greyTxt
			{color:#475365;}
		.customerUL
			{margin:0;padding:0;list-style-type:none;font-size:12px;font-weight:bold;color:#91A6C5;}	
		.customerUL li
			{background: url("../images/logos/lnk_arrow4.gif") no-repeat 0 10%; margin:0; padding:0 0 0 15px;}	
		.customerUL a
			{color:#91A6C5;text-decoration:none;font-size:12px}
		
		/* END Customers Section */
		
		/* Inventory BLOG */
		.blogHdr
			{color:#FFF;font-weight:bold;}
		.blogHdr1
			{color:#FFF;font-weight:bold;border-left:1px solid #e8e9e2;}
		.blogData
			{}
		.blogData1
			{border-left:1px solid #e8e9e2;}
		/* END Inventory BLOG */
		
		/* National Accout / Job Registration */
		#natRegAccMain
			{position: relative; background: url("../images/NatRegAcc/landingRM.jpg") no-repeat; height: 350px; width: 936px;}
			.natAccMainBox
				{position: absolute; width: 130px; top: 25px; left: 20px;}
			.regAccMainBox
				{position: absolute; width: 130px; top: 165px; right: 20px;}
			.natRegAccTitle
				{color: #91A6C5; font-weight:bold;}
			.natRegAccThankYouTitle
				{font-size: 20px; color: #626262; padding: 10px 0 10px 0; text-align: center;}
			.natRegAccThankYouText
				{font-size: 14px; line-height: 25px;}
		#jobRegLanding
			{padding: 30px 0 30px 80px;}
			.jobRegLandingImg
				{float: left; margin: 0 0 0 25px;}
		#natRegAccFooter
			{margin: 5px 0 0 0; padding: 0 0 0 0; background: #f2f4f8;}
			.natRegAccFooterBox1
			{padding: 15px 0px 20px 20px; width:475px; border-right: solid 1px #ffffff; float: left;}
			.natRegAccFooterBox2
			{padding: 15px 0px 20px 20px; width:475px; float: left;}
				.natRegAccul-arrow
					{margin:0;padding:0;list-style-type:none;font-size:11px;}	
				.natRegAccul-arrow li
					{background: url("../images/logos/lnk_arrow6.gif") no-repeat 0 10%; margin:6px 0 0 0; padding:0 0 0 15px;}	
				.natRegAccul-arrow a
					{color:#636466;text-decoration:none; font: 11px;}
		/* END National Accout / Job Registration */
									
/* END All Pages */	




/* END Link Styles */

/* Form Styles */
#navSrchFrm
	{margin:0;padding:0;}	
.navSrch
	{width:100px;border:1px solid #91A6C5;font-family:Helvetica;font-size:10px;color:#666666;}	
#userLoginFrm
	{margin:10px 0 5px 0;padding:0;position:relative;}
	.usrLogN
		{width:110px;font-family:helvetica,verdana,arial;font-size:11px;color:#91A6C5;border:1px solid #E7E7E7;padding-left:2px;}

.fndTileLbl
	{display:block;font-size:11px;color:#91A6C5;font-weight:bold;margin:0 0 4px 0;}
.fndTileFld
	{font-family:helvetica,verdana,arial;font-size:11px;color:#666666;border:1px solid #E7E7E7;}

#login-form
	{position:relative;margin:5px 0 0 0;padding:0;}
	.frmFldTxt
		{width:160px;font-family:helvetica,verdana,arial;font-size:11px;color:#666666;border:1px solid #E7E7E7;padding-left:2px;}


.frmBlockLbl
	{font-family:Helvetica,Verdana,Arial;font-size:11px;font-weight:bold;color:#91A6C5;display:block;}	
	
#seriesSrch
	{margin:0;padding:0 0 0 15px;}	
	.serSelect
		{width:185px;font-family:helvetica,verdana,arial;font-size:11px;color:#666666;border:1px solid #E7E7E7;padding-left:2px;}

#prodSearch
	{margin:20px;padding:0;}
	
.techInfoFld
	{font-family:helvetica,verdana,arial;font-size:10px;color:#666666;}	

.a1FrmLbl
		{font-family:Helvetica,Verdana,Arial;font-size:11px;font-weight:bold;color:#91A6C5;float:left;width:15em;margin-right:8px;}	
/* END Form Styles */

/* END Press Room */


/* Why Tile V2 */
.whyTileV2-header {width: 100%; background: #116467; color: #ffffff; padding: 30px 0;}
	.whyTileV2-header h1 {text-align: center; font-weight: normal; font-size: 55px;}
.whyTileV2-ContentTop {padding: 30px 0;}
	.whyTileV2-CT-left {float: left; width: 68%;}
		.whyTileV2-CT-left h3 {letter-spacing: 5px;}
			.whyTileV2-CT-left h3 span.xLarge {color: #527e9d; font-size: 70px;}
			.whyTileV2-CT-left h3 span.large {color: #527e9d; font-size: 30px; font-weight: normal;}
		.whyTileV2-CT-left div.whyTile-NoChems {clear: both;}
			.whyTileV2-CT-left div.whyTile-NoChems img { margin: 20px 0; float: left;}
			.whyTileV2-CT-left div.whyTile-NoChems ul {float: left; width: 40%; list-style: disk; color: #818284; margin: 20px 0 0 30px;}
				.whyTileV2-CT-left div.whyTile-NoChems ul li {color: #818284; text-transform: uppercase; font-size: 22px; padding: 18px 0 0 0;}
					.whyTileV2-CT-left div.whyTile-NoChems ul li span {color: #cd202e;}
		.whyTileV2-CT-left div.checkMark {clear:both;}
			.whyTileV2-CT-left div.checkMark ul {float: left; width: 48%; list-style: none;}
				.whyTileV2-CT-left div.checkMark ul li {background: url("/images/whyTileV2/checkMark.png") no-repeat 10px 10px; padding: 15px 10px 20px 50px;}
	.whyTileV2-CT-right {float: right; width: 30%; background: #527e9d;}
		.whyTileV2-CT-right h4 {background: url("/images/whyTileV2/infoIcon.png") no-repeat 7px 25px; padding: 25px 0 10px 38px ; font-style: italic; font-family: Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", "serif"; font-size: 18px; color: #ffffff;}
		.whyTileV2-CT-right p {padding: 10px 0 30px 0; margin: 0 20px 0 20px; border-bottom: solid 1px #ffffff; color: #ffffff;}
h2.whyTileV2-middleHeader {clear: both; width: 100%; text-transform: uppercase; font-size: 30px; text-align: center; padding: 20px 0; color: #4c4d50;}
table.whyTileV2-ContentBottom {width: 100%;}
	table.whyTileV2-ContentBottom tr td img {width: 200px; padding: 10px;}
	table.whyTileV2-ContentBottom tr td p {font-size: 18px; text-align: center; padding: 10px 20px 20px; line-height: 26px;}
		table.whyTileV2-ContentBottom tr td p span {font-size: 26px; line-height: 35px;}
.whyTileV2-footer {width: 100%; background: #116467; color: #ffffff;}
	.whyTileV2-footer h2 {text-align: center; text-transform: uppercase; letter-spacing: 7px; padding: 20px 0; font-weight: normal;}

/* Seporated Together */
.COVID img {padding-bottom: 10px;}
.COVID h1 {display: none;}
.COVID h2 {color: #527e9d; font-size: 42px; line-height: 50px; text-align: center; width: 100%; clear: both; padding: 50px 0; font-weight: normal;}
.COVID h3 {color: #333333; font-size: 24px; line-height: 30px; text-align: center; padding: 8px 0;}
.COVID h4 {color: #333333; font-size: 16px; line-height: 30px; text-transform: uppercase; padding-bottom: 10px;}
.COVID #genTextpgContainer {padding-right: 0;}
.COVID .content {float: left; width: 710px; color: #333333;}
.COVID .content h3 {padding: 20px 0; }
.COVID .content .CTAs {width: 41%; text-align: center; float: left; padding: 30px;}
.COVID .updates {background-color: #527e9d; color: #ffffff; float: right; width: 250px; padding: 20px 10px; margin: 10px 8px 0 0; min-height: 600px;}
.COVID .updates .generalList ul li {list-style: outside; background: none; margin-left: 20px; padding-right: 10px;}
.COVID .updates h2, .COVID .updates h3, .COVID .updates h4, .COVID .updates li, .COVID .updates li a, .COVID .updates p {color: #ffffff;}
.COVID .updates p {padding: 15px 0; margin-bottom: 15px; border-bottom: 1px solid #ffffff; }
