body#home ul#mainNav li#navHome a	{
	color: #ffce0a;
}

#contentWrapper	{
	padding: 15px 44px 0 32px;
}

#sectionNav	{
	display: none;
}

#content	{
	background: transparent;
}

/*	------------------------------
	2-Column Content Layout
	------------------------------*/
#mainContent	{
	position: relative;
	float: left;
	width: 581px;
	background: transparent url(../img/bg_main_column_home.jpg) no-repeat 0 261px;
	overflow: hidden;
}

#mainContent h1	{
	position: absolute;
	top: 10px;
	left: 10px;
}

#flashContent	{
	position: relative;
	width: 579px;
	height: 259px;
	background: transparent url(../images/flash_placeholder.jpg) no-repeat;
	border: 1px solid #666;
	z-index: 100;
}

#flashContent h2, #flashContent p	{
	margin-right: 25px;
	margin-left: 120px;
}

#flashContent h2.first	{
	margin-top: 30px;
}

#flashContent p	{
	font-size: 1.2em;
}

.feature	{
	float: left;
	width: 153px;
	padding: 15px 20px;
}

#feature3.feature	{
	width: 152px;
}

.feature img	{
	width: 152px;
	height: 100px;
	margin: 0 0 10px;
	border: 1;
	border-color: #FFFF00;
}

.feature h2	{
	color: #FEF600;
	font-size: 1.6em;
	font-weight: normal;
}

.feature p	{
	margin: .5em 0 .75em;
	color: #FFFFFF;
	font-size: 1.1em;
}

.feature a:link, .feature a:visited	{
	color: #ffce0a;
	text-decoration: none;
}

.feature a:active, .feature a:hover	{
	color: #fff;
}

.feature:hover	{
	background: transparent url(../img/bg_feature.jpg) no-repeat;
}


#secondaryContent	{
	float: right;
	width: 201px;
	margin-left: 10px;
	padding: 15px;
	background: transparent url(../img/bg_side_column_home.jpg) no-repeat top;
}

#secondaryContent h2	{
	color: #9cc;
}

#secondaryContent p	{
	margin: .5em 0;
	color: #ccc;
	font-size: 1.2em;
}

#secondaryContent a:link, #secondaryContent a:visited	{
	color: #FCF600;
	text-decoration: none;
}

#secondaryContent a:active, #secondaryContent a:hover	{
	color: #fff700;
}

#secondaryContent p a:link, #secondaryContent p a:visited	{
	display: block;
	color: #FFFFFF;
	text-decoration: none;
}

#secondaryContent p.cta a:active, #secondaryContent p.cta a:hover	{
	color: #ccc;
}

#secondaryContent p.cta a:link, #secondaryContent p.cta a:visited	{
	display: block;
	color: #9cc;
	text-decoration: none;
}

#secondaryContent p.cta a:active, #secondaryContent p.cta a:hover	{
	color: #fff;
}

#secondaryContent ul	{
	margin: 0 0 10px;
	list-style: none;
	border-top: 1px solid #888;
}

#secondaryContent ul li	{
	padding: .4em 0 .4em 1em;
	background: transparent url(../images/bullet.gif) no-repeat left;
	border-bottom: 1px solid #777;
	color: #ccc;
	font-size: 1.2em;
}

#secondaryContent ul a:link, #secondaryContent ul a:visited	{
	color: #ccc;
	text-decoration: none;
}

#secondaryContent ul a:active, #secondaryContent ul a:hover	{
	color: #9cc;
	text-decoration: none;
}

#secondaryContent hr	{
	display: block;
	margin: 10px 0;
	height: 1px;
	border: none;
	border-top: 1px solid #444;
	visibility: hidden;
}
