@charset "utf-8";
@import url("../../css/tier_three_master.css");

/*experience tier three*/

/* navigation bar styling and rollover*/
#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;
}
#subject .links h3 {
	padding-top: 1px;
	margin-top: 0px;
	padding-right: 3px;
	margin-right: 3px;
	padding-left: 3px;
	margin-left: 3px;
	margin-bottom: 1px;
	text-transform: uppercase;
	font-size: 13px;
	color: #AB5B14;
}
#subject h2 {
	font-size: 14px;
	color: #7ca740;
	margin-bottom: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
}
#info {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #f4f3e9;
	text-align: left;
	width: 565px;
	float: left;
	clear: left;
	padding: 10px;
}
.weather {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.weather a{
	text-decoration: none;
	color: #333333;
}
.weather a:hover{
	text-decoration: underline;
	color: #000000;
}
.category {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}
.category a{
	text-decoration: none;
	color: #000000;
}

.category a:hover{
	text-decoration: underline;	
}
#subject a {
	font-style: italic;
}
#intro p {
	font-style: italic;
}
#intro img {
	padding-bottom: 50px;
}
