<style type="text/css">
	/*
	NOTES:

	-	Removed the script that flips through the banners which no longer
		exist on this page.

	-	Removed the extra banners and just kept the one.

	-	Removed the billboard that immediately followed the (old) rotating
		banner.
	*/


	/* Breadcrumb is suppressed on the home page. */
	body #breadcrumb { display: none; }

	/* Left navigation is suppressed on the home page. */
	#content #content-navigation { display: none; }

	/* Resize the remaining two columns - body and sidebar. */
	#content #content-body {
		margin-left: 0;
		width: 641px;
	}
	#content #content-sidebar {
		width: 313px;
	}

	/* Text within banner needs larger gutter space. */
	#content-body #banner {
		height: auto !important;

	}

	/* Two features that sit within the body column at the bottom of the
	page. */
	#content #content-body div.col-left,
	#content #content-body div.col-right {
		width: 313px;
	}
	
	#banner h1:first-child { display: none; } 

	div.banner-contact h1 {display:none}

	div.banner-contact h1.SunAdvantageTitle{display:block}

	/* Increased line height to add space between primary nav and superscript in H1. */
	
	body h1 {
		line-height: 50px;
	}

	/*Adding the background bullet to the list in the right navigation paragraph*/
	div.feature ul li{
		background: transparent url(/static/slfglobal/images/box_yellow.gif) no-repeat scroll 0 0.5em;
		margin-bottom: 0px;
		padding-left:16px;
		margin-left:10px;
		/*margin-top:5px;*/

	}


	/*Making the trademark smaller */
	.trademark{
		font-size:0.4em;
		font-variant:small-caps;
		line-height:normal;
		top:-2em;
	}

	/*Lining up content item 1 with the right navigation paragraphs*/
	div.three-column-layout #banner {
		margin-top:2px;
		}

</style>
