/************************************/
/*  Search Box */
/************************************/

div#peopleSearch {
	border: 1px solid #636363;
	margin: 0px 0px 20px 0px;
	width: 100%;
}

div#peopleSearchHeader {
	color: #cec8af;
	background-color: #636363;
	padding: 5px 15px 10px 20px;
	height: 40px;
}

ul#alphabet {
	border-top: 1px solid #d3d0c8;
	list-style: none;
	margin: 4px 0px 0px 0px;
}
ul#alphabet li {
	float: left;
	height: 15px;
	border-right: 1px solid #A6A087;
	padding: 0px 5px 0px 5px;
	margin: 4px 0px 0px 0px;
}
ul#alphabet li.first {
	margin-left: 0px;
	padding-left: 0px;
}
ul#alphabet li.last {
	border: 0px;
	margin-right: 0px;
	padding-right: 0px;
}
ul#alphabet li a:link,
ul#alphabet li a:visited {
	color: #ffffff;
}
ul#alphabet li a:hover,
ul#alphabet li a:active,
ul#alphabet li a.active {
	color: #cec8af;
}

div#peopleSearchHeader div#viewAll {
	float: right;
}
div#peopleSearchHeader div#viewAll a{
	color: #ffffff;
}

div#peopleForm {
	margin: 10px 10px 10px 20px;
	height: 120px;
}
div#peopleForm div.large {
	width: 205px;
	margin-right: 15px;
	float: left;
	padding: 0px;
}
div#peopleForm div.small {
	float: left;
	width: 57px;
	text-align: right;
}
div#peopleForm input.text {
	width: 196px !important;
	width: 185px;
	height: 17px;
	font-size: 11px;
	border: 1px solid #b1b1b1;
	margin: 5px 0px 5px 0px;
	padding: 3px 0px 1px 3px;
}
div#peopleForm select {
	width: 202px !important;
	width: 189px;
	height: 20px;
	font-size: 11px;
	border: 1px solid #b1b1b1;
	margin: 5px 0px;
	padding: 2px 0px 1px 0px;
}
div#peopleForm select.small {
	width: 100px !important;
	width: 93px;
}
div#peopleForm input.submit {
	border: 1px solid white;
	background-color: #636363;
	height: 21px !important;
	height: 17px;
	width: 57px;
	font-weight: normal;
	font-size: 11px;
	color: #c98521;
	margin: 5px 0px 0px 0px;
	cursor: pointer;
}


/************************************/
/*  Search Results */
/************************************/
table#searchResults {
	margin: 0px 0px 20px 0px;
	width: 100%;
}
table#searchResults thead tr {
	height: 20px;
	background-color: #858f70;
	background-image: none;
}
table#searchResults thead tr a {
	color: #ffffff;
}



table#searchResults tbody {
}

table#searchResults tbody tr {
	height: 25px;
	background: transparent url(/media/images/global/tan_bar_lg.jpg) repeat-x;
}

table#searchResults th {
	text-transform: uppercase;
	text-align: left;
	font-weight: normal;
	padding: 2px 5px 0px 10px;
	font-size: 12px;
	color: #ffffff;
}
table#searchResults tbody td {
	text-align: left;
	font-weight: normal;
	padding: 3px 5px 2px 10px;
	font-size: 11px;
	color: #000000;
}
table#searchResults .center {
	text-align: center;
}

/***********************/
/* admin table */
/***********************/
ul#admin {
	padding: 0;
	list-style: none;
	margin: 0px 0px 20px 0px;
	width: 100%;
}
ul#admin li {
	clear: both;
	height: 95px;
	background: transparent url(/media/images/global/tan_bar_lg.jpg) repeat-x;
	margin-bottom: 10px;
}
ul#admin div {
	float: left;
	padding: 2px 5px 0 10px;
}

ul#admin div.img {
	padding: 0;
}

ul#admin div.name { width: 125px; }
ul#admin div.contact { width: 125px; }
ul#admin div.office { width: 125px; }

div.name a:link,
div.name a:visited {
	color: #78292D;
	font-size: 12px;
}
div.name p.title {
	font-style: italic;
}
ul#admin p {
	margin: 0;
	padding: 0;
}


/************************************/
/*  Bio Detail  */
/************************************/
div#subheader h3 {
	font-size: 16px;
}
div#subheader h4 {
	font-style: italic;
	font-weight: normal;
	font-size: 13px;
	color: #78292D;
	margin-top: 0px;
}
div#bioDetailHeader {
	color: #a6a087;
	padding: 12px 10px 10px 20px;
	line-height: 1.3em;
}
div#bioDetailHeader span {
	margin-right: 10px;
}
div#bioDetailHeader p,
div#bioDetailHeader p.quote {
	text-align: right;
	font-family: "Times New Roman", Times, serif;
	font-size: 15px;
	line-height: 1.3em;
}
div#bioDetailHeader p.quoted {
	text-align: right;
	margin: 5px 0px 0px 0px;
	font-size: 13px;
}
div#quote {
	font-size: 15px;
	color: #606860;
	font-family: "Times New Roman", Courier, Garamond, serif;
	margin: 0px 0px 20px 0px;
}
div#quote p.quote {
	margin: 0px;
	padding: 0px;
}
div#quote p.quoted {
	display: block;
	text-align: right;
}
div.education ul li {
	margin-bottom: 8px;
}
