@charset "utf-8";
@import url("../../css/tier_two_portal_master.css");

/*experience portal*/
/* navigation bar styling and rollover for second tier*/

#nav_two {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background-color: #7ca740;
	text-align: center;
	width: 780px;
	list-style-type: none;
	font-size: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-weight: bold;
	line-height: 12px;
}

#nav_two a{
	color: #FFFFFF;
	text-decoration: none;
}
#nav_two a:hover{
	background-color:#c5d790;
	border-bottom-width: thick;
	border-bottom-style: solid;
	border-bottom-color: #c5d790;
}

#intro h2{
	font-size: 14px;
	font-weight: bold;
	padding-left: 5px;
	color: #7ca740;
	padding-bottom: -5px;
}
#subject .links h3 {
	padding-top: 1px;
	margin-top: 0px;
	padding-right: 3px;
	margin-right: 3px;
	margin-left: 3px;
	margin-bottom: 1px;
	text-transform: uppercase;
	font-size: 13px;
	color: #7ca740;
}
#subject .links h3 a{
	padding-top: 1px;
	margin-top: 0px;
	padding-right: 3px;
	margin-right: 3px;
	margin-left: 3px;
	margin-bottom: 1px;
	text-transform: uppercase;
	font-size: 13px;
	color: #7ca740;
}
