/****************************************
 * APIC site
 * CSS Rules for Search and Search Results pages
 ****************************************/

#navcontainer li.new a {
	font-weight: bold;
}

#navcontainer li.new a em {
	color: #f90;
	font-style: normal;
}

.sectionIndex {
	float: right;
	width: 187px;
	background-image: url('images/index_bg_top.gif');
	background-repeat: no-repeat;
	background-position: top center;
	margin: 0 0 18px 13px;
	padding: 0;
}

.sectionIndex ul {
	float: left;
	width: 157px;
	background-image: url('images/index_bg_bottom.gif');
	background-repeat: no-repeat;
	background-position: bottom center;
	list-style: none;
	padding: 15px 15px 8px;
	margin: 0;
}

.sectionIndex ul li {
	padding: 0 0 0 16px;
	background-image: url('images/arrow_blue_bg.gif');
	background-repeat: no-repeat;
	background-position: left 1px;
	margin: 0 0 7px 0;
}

.sectionIndex ul li.active {
	font-weight: bold;
}

#assetSupportSearch h2 {
	color: #369;
	font-size: 1.25em;
	padding: 4px 0 0 0;
	margin: 0px 0 14px 0;
}

#assetSupportSearch ul.resultSummary {
	list-style: none;
	margin: 0;
	padding: 0;
	color: #666;
}

#assetSupportSearch ul.resultSummary li {
	margin: 0 0 12px 0;
	padding: 0;
}

#assetSupportSearch .dottedHr {
	width: 100%;
	clear: both;
	height: 2px;
	background-image: url('images/hr_bg.gif');
	background-repeat: repeat-x;
	background-position: 0 0;
	margin: 0 0 0px 0;
}

#assetSupportSearch .result {
	float: left;
	width: 100%;
	clear: both;
	margin: 10px 0 10px 0;
	padding: 10px;
}

#assetSupportSearch .result .county-hdr {
	color: #666;
	font-size: 1.4em;
	font-weight: bold;
	margin: 0 0 15px 0;
	padding: 0;
}

#assetSupportSearch .result .cat-hdr {
	color: #369;
	font-size: 1.4em;
	font-weight: bold;
	margin: 0 0 15px 0;
	padding: 0;
}

#assetSupportSearch .result .strat-hdr {
	color: #3c6;
	font-size: 1.4em;
	font-weight: bold;
	margin: 0 0 15px 0;
	padding: 0;
}

#assetSupportSearch .result h3 {
	color: #c90;
	font-size: 1.4em;
	margin: 0 0 13px 0;
	padding: 0;
}

#assetSupportSearch .result-bg h3 {
	color: #c90;
	font-size: 1.4em;
	margin: 0 0 13px 0;
	padding: 0;
}


#assetSupportSearch .result-contact-wrapper {
	width: 100%;
	/*background-image: url('images/contact_bg_top.gif');
	background-repeat: no-repeat;
	background-position: top center;*/
	margin: 0 0px 0px 0;
}

#assetSupportSearch .result-contact {
	padding: 2px 11px 0px 3px;	/*background-image: url('images/contact_bg_bottom.gif');
	background-repeat: no-repeat;
	background-position: bottom center;*/	/*background-color: #EEEECD;*/
}

#assetSupportSearch .result-contact address, #assetSupportSearch .result-contact span {
	font-style: normal;
	font-size: 1.1em;
	line-height: 1.2em;
}

#assetSupportSearch .result-description {
	width: 100%;
	margin-bottom: 0px;
}

#assetSupportSearch .result-description p {
	margin-top: 10px;
	margin-bottom: 0px;
}

#assetSupportSearch .result-metaInfo {
	float: left;
	width: 420px;
	padding: 0px 15px 8px 0px;
	color: #666;
}

#assetSupportSearch .pagination {
	float: left;
	width: 100%;
	font-size: 13px;
}

#assetSupportSearch .pagination a, #assetSupportSearch .pagination .inactive {
	float: left;
	padding: 2px 6px;
	border: 1px solid #2E86AF;
	color: #2E86AF;
	margin: 0 2px 0 0;
}

#assetSupportSearch .pagination a:hover {
	background-color: #036;
	border-color: #036;
	color: #fff;
}

#assetSupportSearch .pagination .inactive {
	border: 1px solid #666;
	background-color: #fff;
	color: #666;
}

#assetSupportSearch .pagination a.active {
	background-color: #2E86AF;
	border: 1px solid #2E86AF;
	font-weight: bold;
	color: #fff;
}

#assetSupportSearch .pagination .backNext {
	width: 70px;
	text-align: center;
}

#assetSupportSearch form, #assetSupportSearch .searchForm fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

#assetSupportSearch .searchForm-wrapper {
	float: left;
	clear: both;
	width: 450px;
	background-image: url('images/search_form_bg_top.gif');
	background-repeat: no-repeat;
	background-position: top center;
}

#assetSupportSearch .searchForm {
	padding-left: 20px;
	padding-bottom: 30px;
	padding-right: 50px;
	padding-top: 30px;
	float: left;
	width: 383px;
	background-image: url('images/search_form_bg_bottom.gif');
	background-repeat: no-repeat;
	background-position: bottom center;
}

#assetSupportSearch .searchForm h3 {
	font-size: 1.6em;
	margin: 0;
	padding: 0;
}

#assetSupportSearch .searchForm p {
	margin-top: 0;
}

#assetSupportSearch .searchForm select {
	margin: 0 0 10px 0;
}