.search_dropdown{
	width: 400px; 
	border: 1px solid #AAAAAA;
    padding: 0.4em;
}

#funding_choices{
	height: 18.750;
	overflow-y: scroll;
}

#ugrad_years_container {
	display:block;
	padding:0 0 0 1.250em;
}

.submit {
	display: block;
	padding: 0.4em 3em;
}

.funding_link a:hover{
	text-decoration: underline !important;
	/*border: 1px solid red;*/
}

#apply a:active,
#apply a:hover,
#apply a:visited,
#apply a:link {
	float:left;
	width:127px;
	height:37px;
	color:#ffffff;
	font-size:120%;
	padding:8px 0 0 18px;
	margin-bottom:15px;
}

#apply a{
	background:url(../images/apply-now.jpg) 0 0 no-repeat;
}

#apply a:hover {
	background:url(../images/apply-now.jpg) 0 -45px;
}

/* search result list
------------------------------------------------------------ */

#funding_results {
	list-style: none;
	padding: 0;
}

#funding_results li {
	display: block;
	margin: 0 0 1em;
	padding: 1em;
	border: 1px solid #E5E5E5;
	border-radius: 3px;
	background: #F5F5F5;
}

#funding_results a {
	color: #444;
	text-decoration: none; 
}

#funding_results h2 {
	color: #057DBC;
	text-decoration: none; 
	margin: 0;
	line-height: normal;	
	font-size: 150%;
}

#funding_results li:hover,
#funding_results li:focus {
	background: #fff;
	border: 1px solid #067ebc;
}
 


/* details
------------------------------------------------------------ */

h2:first-of-type {
	margin-top: 0;
}