.search-content p, .search-content table, .search-content ul, .search-content li {
	font: normal 1em/1.4 verdana, arial, sans-serif;
}

.search-content ul li {
	padding-bottom: 15px;
}

/*
.search-content a {
	font-family: verdana, arial, sans-serif;
	color: #003399;
	text-decoration: none;
}
*/

.search-content a.ArticleTitleLarge {
	color: #039;
	font-family: verdana, arial, sans-serif;
	font-size: 16px;
	text-decoration: none;
}

.search-content .arrow {
	display: block;
	margin: 0;
	padding: 0;
}

.search-content .arrow ul {
	list-style: disc url(../images/arrow.gif);
	list-style: none;
	margin: 0;
	padding: 0;
	line-height: 1.2em;
}

.search-content .arrow li {
	background-image: url(../images/arrow.gif);
	background-repeat: no-repeat;
	background-position: 0 4px;
	padding: 0px 10px 5px 8px;
	margin: 0px;
}

.search-content li.noArrow {
	font-family: Verdana, sans-serif;
	font-size: 11px;
	list-style: none;
	margin: 0;
	padding: 0 0 0 0;
	line-height: 1.2em;
}

.search-content li.item { padding-bottom: 10px; }

.search-content a.moreLink {
	color: #003399;
	font-family: Verdana, sans-serif;
	font-weight: bold;
	text-decoration: none;
}

.search-content .counter {
	background-image: url(../images/border_hr.gif);
	background-repeat: repeat-x;
	background-position: left top;
	margin: 0px 0px 0px 130px;
	padding-top: 0px;
	width: 510px;
}

.search-content a.counter_link {
	color: #000;
	text-decoration: none;
	text-transform: uppercase;
}

#searchtabs {
	float: left;
	width: 100%;
	height: 40px;
	font-size: 10px;
	line-height: normal;
	/*background: #fff url(/images/searchtab_fade.gif) repeat-x bottom;*/
}

#searchtabs ul {
	margin: 0;
	list-style: none;
	padding: 10px 10px 21px 10px;
	border-bottom: 1px solid #999;
}

#searchtabs li {
	margin: 0;
	padding: 0;
	display: inline;
}

#searchtabs a {
	float: left;
	margin: 0 0 0 3px;
	padding: 0 0 0 4px;
	text-decoration: none;
	background: url(/images/searchtab_l.gif) no-repeat left top;
}

#searchtabs a span {
	float: left;
	color: #666;
	display: block;
	padding: 5px 8px 4px 6px;
	background: url(/images/searchtab_r.gif) no-repeat right top;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#searchtabs a span { float: none; }
/* End IE5-Mac hack */

#searchtabs a:hover span {
	color: #000;
}

#searchtabs a:hover {
	color: #000;
	background-position: 0% -42px;
}

#searchtabs a:hover span {
	color: #000;
	background-position: 100% -42px;
}

#searchtabs li.current a, #searchtabs li.current a:hover {
	color: #000;
	font-weight: bold;
	padding-bottom: 0px;
	background: url(/images/searchtab_l_on.gif) no-repeat left top;
}

#searchtabs li.current a span, #searchtabs li.current a:hover span {
	color: #000;
	font-weight: bold;
	padding-bottom: 5px;
	background: url(/images/searchtab_r_on.gif) no-repeat right top;
}

/* used on the search_sisters.html page */
#search_results h1 {
	margin: 30px 0 0;
	padding: 0;
}



.sister {
  margin-bottom: 10px;
}

.sister .wrapper {
  padding: 20px 40px;
}

.sister legend {
  color: #0066cc;
}

.sister label {
  display: inline;
}

.sister ul {
  list-style: none;
  margin: 0 0 10px 0;
  padding: 0;
}

.sister .center {
  text-align: center; 
  width: 100%;
}

.right {
  float: right;
}

