body#home ul#mainNav li#navHome a	{
	color: #ffce0a;
}

#contentWrapper	{
	padding-top: 10px;
	padding-right: 44px;
	padding-bottom: 0;
	padding-left: 32px;
}

#sectionNav	{
	display: none;
}

#content	{
	background: transparent;
}

/*	------------------------------
	2-Column Content Layout
	------------------------------*/
#mainContent	{
	position: relative;
	float: left;
	width: 825px;
	background: transparent url(../images/bg_main_column_home.jpg) no-repeat 0 261px;
	overflow: hidden;
}

#mainContent h1	{
	position: absolute;
	top: 10px;
	left: 10px;
}

#flashContent	{
	position: relative;
	width: 825px;
	height: 259px;
	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: 167px;
	padding: 15px 20px;
}

#feature3.feature	{
	width: 165px;
}

.feature img	{
	width: 140px;
	height: 140px;
	margin: 0 0 10px;
	border: none;
}

.feature h2	{
	color: #FFFFFF;
	font-size: 1.5em;
	font-weight: bold;
	font-family: "Myriad Pro";
}

.feature p	{
	margin: .5em 0 .75em;
	color: #ababab;
	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(../images/bg_feature.gif) no-repeat;
}


#secondaryContent	{
	float: right;
	width: 201px;
	margin-left: 10px;
	padding: 15px;
	background: transparent url(../images/bg_side_column_home.gif) no-repeat top;
}

#secondaryContent h2	{
	color: #FFCE0A;
}

#secondaryContent p	{
	margin: .5em 0;
	color: #ccc;
	font-size: 1.2em;
}

#secondaryContent a:link, #secondaryContent a:visited	{
	color: #FFCE0A;
	text-decoration: none;
}

#secondaryContent a:active, #secondaryContent a:hover	{
	color: #FFFFFF;
}

#secondaryContent p a:link, #secondaryContent p a:visited	{
	display: block;
	color: #ccc;
	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: #FFCE0A;
	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;
}

