body {
    background: #e0e0e0 url("../images/top_bg.jpg") top repeat-x;
    font-family: Georgia;
    font-size: 13px;
    color: #9F9F9F;
    text-align: left;
    margin: 0;
    padding: 0;
    width: 100%;
    overflow-x: hidden;
}
a {
    color:#369;
    text-decoration:underline;
    outline: 0;
}
a img {
	border: none;
}
#page-container{
	width: 100%;
}
#header{
	height: 173px;
	width: 850px;
	margin: 0px auto;
}
.logo{
	text-align: center;
	padding-top: 40px;
}
.people_logo {
	display: block;
    position: relative;
	float: left;
	padding-right: 15px;
	
}
#about {
    display: none;
    position:absolute;
    top: 30px;
    left: 0;
    width: 554px;
    z-index: 9;
    background: transparent url("../images/shadow_box.png") repeat-y center;
}
#about h2 {
    color: #666;
    font: italic 22px Georgia, "Times New Roman", sans-serif;
    margin-bottom: .3em;
}
#about p {
    font: italic 12px Georgia, "Times New Roman", sans-serif;
    margin: 0;
    padding: 0 0 .5em;
}
#about .shadow-box-top {
    background: transparent url("../images/shadow_box_top.png") no-repeat top;
    height: 15px;
    margin-top: -15px;
}
#about .shadow-box-content {
    background: #fff url("../images/content_bg.png") repeat-x bottom center;
    padding: 0 8px 0 6px;
    margin-left: 4px;
    margin-right: 8px;
}
#about .shadow-box-btm {
    background: transparent url("../images/shadow_box_btm.png") no-repeat bottom;
    height: 15px;
    margin-bottom: -15px;
}
#about .close-button {
    display: block;
    position: absolute;
    right: 5px;
    top: 0;
    width: 105px;
    height: 21px;
    padding-top: 1px;
    padding-left: 13px;
    background: transparent url("../images/close-button.png") no-repeat;
    text-decoration: none;
    color: #fff;
    font: italic 14px Georgia, "Times New Roman", sans-serif;
}
#about #intro {
    margin-top: 32px;
}
.search_bar{
/*	padding-top: 35px; */
}
.search_bar input{
	float: left;
	display: block;
	margin:35px 0 0;
	background: url("../images/search_bg.png") left center no-repeat;
	border: none;
	font-style: italic;
	color:#9F9F9F;
	width: 432px;
	height: 16px;
	padding: 3px 10px;
}
.search_bar input.search_btn{
	margin:35px 0 0 -2px;
	background: url("../images/search_btn.png") left center no-repeat;
	border: none;
	font-style: italic;
	color:#9F9F9F;
	width: 38px;
	height: 22px;
	cursor: pointer;
	outline: none;
	padding: 3px 0px;
}
.search_bar em{
	color: #5A5E61;
	font-size: 14px;
	position: relative;
	top: 30px;
}
.search_bar b{
	font-size: 21px;
	font-weight: normal;
}
#loader {
    position: absolute;
    width: 100%;
    top: 174px;
    bottom: 52px;
    z-index: 100;
    background: #E0E0E0;
    color: #808080;
    font-size: 17px;
    text-align: center;
}
#loader span{
    color: #333333;
    font-size:26px;
}
.bar{
    font-size: 1px;
    width: 330px;
    height: 2px;
    border-top: 1px solid #d6d6d6;
    border-bottom: 1px solid #e6e6e6;
    background: #FFFFFF;
    margin: 24px auto 0;
    text-align: left;
}
#progress{
    height: 2px;
    width: 0;
    background: #666666;
}
#container{
	background: #E0E0E0;
	padding: 15px 20px;
	text-align: left;
    height: 100%;
    overflow: hidden;
    min-width: 850px;
	
}
#container img {
	display: block;
	float: left;
	margin:0px;
	padding: 0px;
	margin: 2px;
    width: 40px;
    height: 40px;
    background: transparent url(../images/person.gif) no-repeat center;
}
#vcard {
    position: absolute;
    width: 354px;
    height: 86px;
    display: none;
    padding: 15px;
    background: transparent url("../images/popup.png") no-repeat center;
    overflow: hidden;
}
#vcard img {
   width: 70px;
   height: 70px;
   margin-right: 15px;
   float: left;
}
#vcard p.name {
    font: italic 18px Georgia,"Time New Roman",sans-serif;
    color: #c6cbd4;
    margin: 0 0 5px;
}
#vcard p.subject a {
    font: italic 12px Georgia,"Time New Roman",sans-serif;
    color: #333;
    margin: 0 0 5px;
}
#footer{
	background:url("../images/footer_bg.jpg") repeat-x;
	height: 51px;
	position: absolute;
	bottom: 0;
	width: 100%;
    min-width: 850px;
}
#footer .show-all{
	background: url("../images/showall_bg.jpg") right center no-repeat;
	width: 246px;
	height:31px;
	position: absolute;
	text-align: center;
	top: 0;
	right: 0px;
}
#footer .show-all a{
	font-size: 13px;
	color: #000;
	font-weight: bold;
	text-decoration: none;
	padding-right: 15px;
}
#footer .show-all a.expand{
	background: url("../images/arr.gif") no-repeat right 5px;
}
#footer .show-all a.collapse{
	background: url("../images/arr.gif") no-repeat right -18px;
}
#footer .show-all a span{
	border-bottom: 1px dashed #000;
}
#footer .show-all a:hover span{
	border-bottom: none;
}
#footer dl {
	margin: 0 auto;
	display: block;
	width: 450px;
	position: relative;
	bottom: -20px;
}
#footer dl dt, #footer dl dd {
	margin: 0px;
	display: inline;
	font-style: italic;
}
#footer dl dt{
	color: #404244;
	font-size: 16px;
	font-weight: 600;
	padding-right: 30px;
	margin-right: 10px;
}
#footer dl a{
	color: #434547;
	line-height: 15px;
	font-size: 13px;
	margin:0px 8px;
}
#footer .info {
    float: left;
    width: 280px;
    margin-left: 20px;
    font-size: 10px;
    font-style: italic;
}
#footer .info a {
    color: #434547;
} 
#footer a:hover {
	text-decoration: none;
}
.clearfix { zoom: 1 }
.clearfix:after {
    content: ' ';
    clear:both;
    display: block;
    width: 0; height: 0;
    overflow: hidden;
    font-size: 0;
}
.ac_results {
	padding: 0px;
	border: 1px solid black;
	background-color: white;
	overflow: hidden;
	z-index: 99999;
}
.ac_results ul {
	width: 100%;
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;
}
.ac_results li {
	margin: 0px;
	padding: 2px 5px;
	cursor: default;
	display: block;
	font: italic 16px Georgia,"Times New Roman",sans-serif;
    color: #333;
    line-height: 30px;
    border-bottom: 1px solid #e9e9e9;
	overflow: hidden;
}
.ac_results li img {
    float: left;
    padding-top: 5px;
    padding-right: 8px;
}
.ac_loading {
	background: white url('/images/indicator.gif') right center no-repeat;
}
.ac_over {
    background: #f4f4f4;
}
