div.sc_menu_wrapper {
  position: relative;
  margin: -69px 0 0 210px;
  width: 700px;
}

div.sc_menu {	
}

/* un-comment these if list items are links
.sc_menu a {
  display: block;
  width: auto;
  height: 130px;
  color: #FFFFFF;   
}

.sc_menu a:hover {
  border-color: rgb(130, 130, 130);
  border-style: dotted;
  opacity:0.4; 
  filter:alpha(opacity=40);
}
*/

.sc_menu_wrapper .loading {
	margin: 0px 0px 0px 150px;
	padding: 25px;
	font: bold 14px Arial;
  	width: 220px;
  	-webkit-border-radius: 4px;
  	-moz-border-radius: 4px;      
  	text-align: center;
  	color: #FFF;
  	position: absolute;
}

#wrapper {
    
}

#column3, #column4 {
    padding: 0px;
}

#section1 {
    float: left; /* Sets this section to the left */
    width: 232px;
    border: 0px solid #9EDDFF;
}

#column1 { /*talent image*/
	padding: 0px 0px 0px 0px;
	width: 90px;
    float: left; /* Sets this column to the left inside its section */
    border: 0px solid #4CA2DC;
}

#column1 img {
	border: 3px solid #4CA2DC;
}

#column2 { /*talent name and starrating*/
	padding: 6px 0px 0px 0px;
    float: right; /* Sets this column to the right inside its section*/
    width: 140px;
    height: 90px;
    border: 0px solid #9EDDFF;
    background: url(../img/talentBgLeft.png) no-repeat top left;
    font: bold 16px Arial;
}

#column2 a {
	color: #FFF;
	font: bold 12px Arial;
	text-decoration: none;
	margin-left: 10px;
}

#expertname
{
	display:block;
	margin-left: 10px;
}

#rating {
	margin: 5px 0px 5px 10px;
	display:block;
}

#icons {
	margin: 10px 0px 0px 0px;
}

#contact {
	margin: 0px 0px 12px 0px;
	/*display:block;*/
}

#status {
	margin-top: 10px;
	padding: 0px 10px 10px 10px;
}

#section2 {
    float: left; /*Sets this section to the right */
    width: 448px;
    height: 90px;
    border: 0px solid #FFF;
}

#column3 {
	padding: 10px 0px 0px 0px;
    float: left; /* Sets this column to the left inside its section */
    width: 313px;
    height: 88px;
    font: 12px Arial;
    color: #85D2FF;
    border: 0px solid #000;
    background: url(../img/talentBgCenter.png) no-repeat top left;
}

#column3inside {
	margin-left: 15px;
	color: #FFFFFF!important;
}

#column4 {
	padding: 10px 0px 0px 0px;
	text-align:center;
    float: right; /* Sets this column to the right inside its section*/
    width: 135px;
    height: 90px;
    border: 0px solid #000;
    font: bold 12px Arial;
    background: url(../img/talentBgRight.png) no-repeat top left;
}

#column4 a {
	display:inline-block;
	color: #FFF;
	font: bold 12px Arial;
	text-decoration: none;
	border: 0px solid #000;
	margin-bottom:5px;
}

img {
	border: 0px solid #000;
}

#message {
	margin: 20px 0px 0px 150px;
	padding: 25px;
	font: bold 16px Arial;
  	width: 220px;
  	height: 30px;
  	-webkit-border-radius: 6px;
  	-moz-border-radius: 6px;      
  	text-align: center;
  	color: #fff;
  	background: #0084D7;
  	position: absolute;
}

#searchCrumb{
	height: 16px;
	margin: 0px 0px 13px 4px;
	font: bold 16px Arial;
	color: #FFF;
}

