/******general.css - As long as BusOpp & General pages share colors this file should be identical to busopp.css ******/
/******This file defines the coloring for the General pages. See utility.css for layouts of the General Pages ******/
/****** Section Image ******/
#SectionImageDiv {
	background-color: #DDEFEF;
}

#secondBodyDivA {
	border: none;
}
/****** End Image ******/

/***** Utility Page Styles *****/

.UtilityMainTextDiv {
	padding-left: 183px;
	padding-right: 25px;
}

.UtilityBodyDiv #SectionImageDiv {
	margin-left: 155px; 
}

.UtilityBodyDiv #LeftImageDiv {
	width: 155px;	
	min-height: 344px;	
}

/****** Individual Page specific styles******/
/***** FAQ Page *****/
.UtilityFAQ
{
	padding-left: 158px;
	padding-right:158px;
}	
/***** END FAQ Page *****/

/***** Sitemap Page *****/
.SiteMapEntry
{
	margin-left: 32px;
	margin-top: 8px;
}
#pnl404{
	color:Red;
}
	
	
#SectionImageDiv {
	background-image: url(../images/HowToBuySecHdr_stretch.gif);
}

	
/*****END Sitemap Page *****/
/****** End Individual Page specific styles******/

.MarketList {
	width: 150px;
	float:left;
}

/****** End Utility Page Styles *****/

/****** Header Navigation Styles *****/

.global_nav_selected {
	padding-left: 22px;
	padding-right: 22px;
	font-size: 90%;
	font-weight: bold;
	color: #D5C4A1;
	text-decoration: none;
}

A.global_nav_selected:link {
	color: #D5C4A1;
	text-decoration: none;
}

A.global_nav_selected:active {
	color: #D5C4A1;
	text-decoration: none;
}

A.global_nav_selected:visited {
	color: #D5C4A1;
	text-decoration: none;
}

/****** End Header Navigation Styles ******/
/****** How to Buy Bug Styles *****
.howbug {
	border: #A3CDCC 1px solid;
	color: #6BACA9;
}

.howbug_blk {
	background-color: #A3CDCC;
}

.howbug_blk_hover {
	background-color: #6BACA9;
}

.howbug_txt A:active {
	color: #6BACA9;
}

.howbug_txt A:hover {
	color: #6BACA9;
}

.howbug_txt A:link {
	color: #6BACA9;
}

.howbug_txt A:visited {
	color: #6BACA9;
}*/
/****** End How to Buy Bug Styles ******/

/****** Style for How to buy landing page links ******/
A.landing_links, A.landing_links:link, A.landing_links:active, A.landing_links:visited  {
	color: #666666;
}