@charset "utf-8";

@import url("../../css/tier_three_master.css");

/*enjoy*/

/* navigation bar styling and rollover for second tier*/

#nav_two {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background-color: #33507b;
	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:#fac186;
	border-bottom-width: thick;
	border-bottom-style: solid;
	border-bottom-color: #fac186;
}

/* tier two sub navigation*/

#nav_two_sub {
	text-align: center;
	text-transform: uppercase;
	color: #666666;
	font-size: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
}
#nav_two_sub a{
	text-decoration: none;
	color: #666666;
}
#nav_two_sub a:hover{
	text-decoration: none;
	color: #FFFFFF;
	background-color: #666666;
	padding-top: 3px;
	padding-bottom: 3px;
}


#subject a {
	color:#333333;

}
/* copied form tier two portal master*/
#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: #db7c1b;
}
#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: #db7c1b;
}
#subject .links {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	text-align: left;
	padding-top: 7px;
	padding-bottom: 7px;
	white-space: normal;
	clear: left;
}
#subject .links img {
	float: left;
	margin-right: 5px;
	margin-top: 0px;
	height: 95px;
	width: 125px;
	padding-bottom: 10px;
}
/*#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: #245bab;
}*/
#subject .links p {
	font-size: 11px;
	line-height: 14px;
	padding-top: 3px;
	margin-top: 3px;
	padding-left: 3px;
	margin-left: 3px;
	font-style: italic;
}
#subject .links a {
	text-decoration: none;
	color:#000000

}

#subject .links a:hover{
	color:#000000;
	background-color: #CCCCCC;
}
