.suggestionsBox {
	position: absolute;
	float:left;
	z-index:9999;
	margin: 40px 0px 0px 0px;
	width: 200px;
	background-color: #212427;
	border: 2px solid #000;
	color: #fff;
}
.suggestionsBox img{
	position: relative;
	top: -12px;
	left: 6px;
}
.suggestionList {
	margin: 0px;
	padding: 0px;
}

.suggestionList li {
	margin: 0px 0px 3px 0px;
	padding: 3px;
	cursor: pointer;
	list-style-type:none;
}

.suggestionList li:hover {
	background-color: #659CD8;
}

/*================================================================

SUGGESTION BOX CSS CLASS FOR INDEX PAGE SEARCH AND ADVANCED SEARCH

================================================================*/

#suggestionList{
  width:301px;
  height:auto;
  display:block;
  position:absolute;
  z-index:99999;
   top: 80px;
  /top: 82px;
  margin-left:17px;
}

#suggestionList .SuggestionTop{
  background:url(../graphics/suggestion-top.gif) left top no-repeat;
  height:5px;
}

#suggestionList .SuggestionBottom{
  background:url(../graphics/suggestion-bottom.gif) center top no-repeat;
  height:5px;
}

#suggestionList .SuggestionMiddle{
  background:#fff;
  border-left:#cdcdcd solid 1px;
  border-right:#cdcdcd solid 1px;
  height:auto;
  padding:3px;
}

#suggestionList .SuggestionMiddle a{
  color:#424242;
  display:block;
  padding:3px;
  text-decoration:none;
}

#suggestionList .SuggestionMiddle a:hover{
  color:#fff;
  background:#7D97AE;
  display:block;
  padding:3px;
  text-decoration:none;
}

#suggestionList .SuggestionMiddle a.addHighlight{
  color:#fff;
  background:#7D97AE;
  display:block;
  padding:3px;
  text-decoration:none;
}


#suggestionList ul {
  list-style-type:none;
}

#suggestionList li {
  margin: 0px 0px 3px 0px;
  padding: 3px;
  cursor: pointer;
  list-style-type:none;
}


/*=============================================================

SUGGESTION SEARCH BOX CSS CLASS FOR ALL PAGES EXCEPT INDEX PAGE

==============================================================*/


#suggestionSearchList{
  width:188px;
  height:auto;
  display:block;
  position:absolute;
  z-index:99999;
  top: 215px;
  /top: 217px;
}


#suggestionSearchList .SuggationTop{
  background:url(../graphics/top-suggation.gif) left top no-repeat;
  height:7px;
}

#suggestionSearchList .SuggationBottom{
  background:url(../graphics/bottom-suggation.gif) center top no-repeat;
  height:7px;
}

#suggestionSearchList .SuggationMiddle{
  background:#fff;
  border-left:#cdcdcd solid 1px;
  border-right:#cdcdcd solid 1px;
  height:auto;
  padding:3px;
}

#suggestionSearchList .SuggationMiddle a{
  color:#424242;
  display:block;
  padding:3px;
  text-decoration:none;
}

#suggestionSearchList .SuggationMiddle a:hover{
  color:#fff;
  background:#7D97AE;
  display:block;
  padding:3px;
  text-decoration:none;
}
#suggestionSearchList .SuggationMiddle a.addHighlight{
  color:#fff;
  background:#7D97AE;
  display:block;
  padding:3px;
  text-decoration:none;
}

#suggestionSearchList ul {
  list-style-type:none;
}

#suggestionSearchList li {
  margin: 0px 0px 3px 0px;
  padding: 3px;
  cursor: pointer;
  list-style-type:none;
}
.bioTopText{
	font-weight: bold;
/*	text-align:center;*/
	padding:10px 0px 10px 0;
}
#bioSetBttn{
	text-align:center;
	padding:5px 0px 20px 8px;
	/padding-left:10px;
}
