/* Overall Div */
#dcCom_search{
	margin:10px auto;
	width:90%;
}

/* START: The Form */
#dcCom_search form{
	width:100%;
}

#dcCom_searchButTD{
	padding:10px;
	text-align:right;
}
#dcCom_searchButTD input{
	padding:5px 10px 5px 10px;
}
/* END: The Form */

/* Results: Jump-to Section Links */
#dcCom_search_SectionLinks{
	border-bottom:1px solid #AFAFAF;
	text-align:right;
	padding:2px 10px 2px 10px;
	margin:0 0 3px 0;
	color:#333;
}

/* Results: Section Groups */
#dcCom_search div.dcCom_sitesearchResultsGroup{
	border-bottom:1px solid #CCC;
	padding:10px;
}


/* Results: Link Lists */
#dcCom_search ul {
	list-style-type: none;
	margin:0;
	padding:0;
	width: 100%;
} 

#dcCom_search li {
	border-width: 1px 0;
	margin: 5px 0;
	background-repeat: no-repeat;
	background-position: 2px 4px;
}

#dcCom_search li a { 
	padding:5px 5px 5px 22px;
	display: block;
	font: bold 120% Arial, Helvetica, sans-serif;
	text-decoration: none;
}

 * html #dcCom_search li a {  /* make hover effect work in IE */
	width: 400px;
}

#dcCom_search li a:hover {
	background: inherit;
	background-color: #EFF4F7;
}

#dcCom_search a em { 
	color: #333;
	display: block;
	font-weight: normal;
	font-size: 80%;
	line-height: 125%; 
}

#dcCom_search a span {
	display: block;
	color: #125F15;
	font-weight: normal;
	font-size: 70%;
	line-height: 150%;
}