/************************************************
*	Profile CSS									*
************************************************/
.people-listi-link {
 font-weight:bold;
 background-image:url(../images/profile_star.jpg);
 background-repeat:no-repeat;
 padding-left:21px;
}
.profiles_active_link {
 font-weight:bold;
 background-image:url(../images/profile_star_active.jpg);
 background-repeat:no-repeat;
 padding-left:21px;
}
.people-bio-img{
 border:1px solid #01265c;
 float:left;
}
.people-bio{
 margin-top:15px;
}
#people-list-sidebar{
margin-top:15px;
}

/*
#sidebar ul.people-list {
	list-style-type: none;
	margin: 0px 0px 10px 0px;
	padding: 0px;
	}
	
#sidebar ul.people-list li.people-listi {
	list-style-type: none;
	margin: 0px 0px 5px 0px;
	padding: 0px;
	}
*/

.urbangreymenu{
width: 100%; /*width of menu*/
}

.urbangreymenu .headerbar{
font: bold 13px Verdana;
color: #01265c;
background: #e2e2e2 url(../images/arrowstop.gif) no-repeat 2px 6px; /*last 2 values are the x and y coordinates of bullet image*/
margin-bottom: 0; /*bottom spacing between header and rest of content*/
text-transform: uppercase;
padding: 7px 0 7px 22px; /*31px is left indentation of header text*/
}

.urbangreymenu .headerbar a{
text-decoration: none;
color: #01265c;
display: block;
}

.urbangreymenu ul{
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 0; /*bottom spacing between each UL and rest of content*/
}