@charset "utf-8";
@import url("../../css/tier_two_portal_master.css");
/*department portal*/
/* navigation bar styling and rollover for second tier*/

#nav_two {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background-color: #1c4477;
	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:#6699CC;
	border-bottom-width: thick;
	border-bottom-style: solid;
	border-bottom-color: #6699cc;
}


/* Intro paragraph and page description specific to the department area*/

#intro {
	float: left;
	/*clear: left;*/
	width: 580px;
	text-align: left;
	padding-left: 3px;
	margin-top: 5px;
}
#intro h2{
	font-size: 14px;
	font-weight: bold;
	padding-left: 5px;
	color: #1c4477;
	padding-bottom: -5px;
}
#intro p{
	font-size: 11px;
	padding-right: 5px;
	padding-left: 5px;
	line-height: 14px;
}
#intro h3{
	color: #453e34;
	font-size: 12px;
}
#intro h4{
	color: #605f7f;
	font-size: 12px;
	font-style: italic;
}

/* Subject is the series of links on the portal pages */


#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: 12px;
	color: #267272;
}
#subject .links ul {
	font-size: 11px;
	line-height: 14px;
	padding-top: 3px;
	margin-top: 0px;
	padding-left: 3px;
	margin-left: 3px;
	font-style: italic;
	float: left;
}
#subject .links li {
	margin-left: 10px;
	list-style-image: none;
	list-style-type: none;
	padding-bottom: 5px;
}

#subject .links a {
	text-decoration: none;
	color:#000000

}
#subject .links a:hover{
	color:#000000;
	background-color: #CCCCCC;
}


#subject h4{
	color: #830401;
	font-size: 12px;
	padding-left: 10px;
	margin-bottom: 3px;
	padding-bottom: 3px;
}
#subject  h3 {
	/*	padding-top: 1px;
	margin-top: 0px;
	padding-right: 3px;
	margin-right: 3px;
	padding-left: 3px;
	margin-left: 3px;
	margin-bottom: 1px;*/
	padding-left: 5px;
	/*	text-transform: uppercase;*/
	font-size: 14px;
	color: #453e34;
}

/* footer styling*/
 #footer {
	background-color: #FFFFFF;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	margin-top: 10px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
} 
 #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: x-small;
	text-align: center;
}
 #footer a{
	text-decoration: none;
	color: #666666;
}
 #footer a:hover{
	text-decoration: none;
	color: #FFFFFF;
	background-color: #666666;
}
#flashform{
	/*	float:left;*/
	text-align: left;
	height: 400px;
	width: 580px;
	float: left;
}

