div#content {
	background: url(../_images/_global/bg/three-col-tile.gif) left top repeat-y;
}
div.main_col {
	width: 392px;
}
div.right_col {
	float: right;
	width: 205px;
	border-left: 1px solid #fff;
}
div#main_image {
	border-bottom: 1px solid #fff;
}
div#main_image img {
	vertical-align: bottom;
}
	div#main_content {
		margin: 20px 22px;
		padding: 6px 0 0;
		padding: 0px 0 0; /* No "Welcome" headline */
		background: transparent;
		color: #fff;<!---->
		border-bottom: none;
	}

		h1#welcome_hdl {
			height: 14px;
			width: 82px;
			background: url(../_images/home/welcome.gif) no-repeat left top;
			margin-bottom: 12px;
		}

		p {
			
			font: 1.4em/1.8 Arial, Verdana, sans-serif;
			letter-spacing: .03em;
		}
		p strong { 
			font-weight: normal; 
		}

		p.fast_facts_link {
			height: 13px;
			width: 92px;
			background: url(../_images/home/fast-facts.gif) no-repeat left top;
		}
		p.fast_facts_link a {
			display: block;
			height: 13px;
			width: 92px;
			background: url(../_images/home/fast-facts.gif) no-repeat left top;
		}

div#spotlight_container {
	color: #fff;
	padding: 25px 19px;
	height: 312px;
	border-bottom: 1px solid #fff;
}

	h3#hdl_spotlight {
				height: 14px;
				width: 84px;
				background: url(../_images/home/spotlight.gif) no-repeat left top;
	}
	h3#hdl_spotlight a {
				display: block;
				height: 14px;
				width: 84px;
				background: url(../_images/home/spotlight.gif) no-repeat left top;
	}
	div#spotlight_container p {
		font: 1.2em/2 Arial, Verdana, sans-serif;
	}
	div#spotlight_container p a:link, 
	div#spotlight_container p a:visited {
		color: #fff;
		text-decoration: none;
	}
	div#spotlight_container p a:hover {
		color: #fff;
		text-decoration: underline;
	}

img.leadin_arrow {
	vertical-align: middle;
	margin: 0 0 4px 2px;
}

div#careers_container {
	padding: 25px 19px;
}

	h3#hdl_careers {
				height: 14px;
				width: 69px;
				background: url(../_images/home/careers.gif) no-repeat left top;
	}
	h3#hdl_careers a {
				display: block;
				height: 14px;
				width: 69px;
				background: url(../_images/home/careers.gif) no-repeat left top;
	}
	div#careers_container p {
		font: 1.2em/1.8 Arial, Verdana, sans-serif;
	}
		p.learn_more_link {
			height: 13px;
			width: 105px;
			background: url(../_images/home/learn-more.gif) no-repeat left top;
		}
		p.learn_more_link a {
			display: block;
			height: 13px;
			width: 105px;
			background: url(../_images/home/learn-more.gif) no-repeat left top;
		}

div#green_container {
	padding: 25px 19px;
}
		
h3#hdl_green {
	height: 14px;
	width: 130px;
	background: url(../_images/home/exciting-news.gif) no-repeat left top;
}
h3#hdl_green a {
	display: block;
	height: 14px;
	width: 130px;
	background: url(../_images/home/exciting-news.gif) no-repeat left top;
}

	div#green_container p {
	font: 1.2em/1.8 Arial, Verdana, sans-serif;
	color: #FFF;
	}
		p.green_learn_more_link {
	height: 13px;
	width: 105px;
	background-image: url(../_images/home/learn-more-green.gif);
	background-repeat: no-repeat;
	background-position: right top;
		}
		p.green_learn_more_link a {
			display: block;
			height: 13px;
			width: 105px;
			background: url(../_images/home/learn-more-green.gif) no-repeat left top;
		}



