
/* 
Western Federal Lands Roadside Roadside Revegetation Portal - HOME PAGE style sheet
Last Updated by: Joe Nortnik
   
Use the style sheet Table of Contents below to quickly jump to main sections of the style sheet

PORTAL INTRODUCTION TEXT
FOOTER
SECTION INTRODUCTIONS
	Technical Guide Introduction
	Training Modules Introduction
	Design Tool Introduction
*/

/* PORTAL INTRODUCTION TEXT ----------------------------------------------------*/

#portalIntro {
	background-color: #475c16;
	width: 792px;
	color: #eff1ea;
	padding: 30px 40px 30px 40px;
	margin: 0px 0px 0px 0px;
	line-height: 1.4em;
	background-image: url(/images/home/graphic_home_intro_bg.gif);
	background-position: left bottom;
	background-repeat: no-repeat;

}

#portalIntro p {
	padding: 0px 20px 0px 140px;
	margin: 0px 0px 0px 0px;
	

}

/* SECTION INTRODUCTIONS ----------------------------------------------------*/

.introsTable {
	background-color: #FFFFFF;
	line-height: 1.5em;
	margin: 0;
	padding: 0;
	font-size: 90%;
}

table.introsTable td {
	vertical-align: top;
	padding-left: 25px;
}

.rightBorder {
	border-right: 1px solid #E2E2E2;
}

.sectionIntro {
	padding: 15px 25px 15px 0px;
}

h1 {
	font: bold 145%/1.25em Helvetica, sans-serif;
	letter-spacing: .15em;
	padding: 0px 0px 0px 40px;
	margin: 0;
	color: #2a3a05;
}

/* Technical Guide Introduction */

.guideTopBorder {
	background-color: #5e742c;
}

.guideIntroLink {
	padding: 7px 25px 25px 0px;
}

.guideIntroLink a {
	color: #5f7729;
	text-decoration: none;
	font-weight: normal;
}

.guideIntroLink a:link {
	color: #5f7729;
	text-decoration: none;
}

.guideIntroLink a:visited {
	color: #5f7729;
}

.guideIntroLink a:hover {
	background-color: #e7f1d2;
	text-decoration: none;
}

/* Training Modules Introduction */

.trainingTopBorder {
	background-color: #2C7A96;
}

.trainingIntroLink {
	padding: 7px 25px 25px 0px;
}

.trainingIntroLink a {
	color: #2C7A96;
	text-decoration: none;
	font-weight: normal;
}

.trainingIntroLink a:link {
	color: #2C7A96;
	text-decoration: none;
}

.trainingIntroLink a:visited {
	color: #2C7A96;
}

.trainingIntroLink a:hover {
	background-color: #EAFBFF;
	text-decoration: none;
}

/* Design Tool Introduction */

.toolTopBorder {
	background-color: #7d2222;
}

.toolIntroLink {
	padding: 7px 25px 25px 0px;
}

.toolIntroLink a {
	color: #932828;
	text-decoration: none;
	font-weight: normal;
}

.toolIntroLink a:link {
	color: #932828;
	text-decoration: none;
}

.toolIntroLink a:visited {
	color: #932828;
}

.toolIntroLink a:hover {
	background-color: #fae7e7;
	text-decoration: none;
}

/* Share Introduction */

.shareTopBorder {
	background-color: #b6cc05;
}

.shareIntroLink {
	padding: 7px 25px 25px 0px;
}

.shareIntroLink a {
	color: #a6ba05;
	text-decoration: none;
	font-weight: normal;
}

.shareIntroLink a:link {
	color: #a6ba05;
	text-decoration: none;
}

.shareIntroLink a:visited {
	color: #a6ba05;
}

.shareIntroLink a:hover {
	background-color: #f4f7df;
	text-decoration: none;
}



