/* Basic CSS Import----------------------- */
@import url(../common/common.css);
@import url(../common/style.css);

/* Unique CSS ----------------------- */

#profile-head	{	background-image:url(../../images/profile/profile-head.jpg);	}

#profile-lead	{
	width:750px;
	height:150px;
	text-align:center;
	margin:0 auto;
	display:block;
	background-image:url(../../images/profile/profile-head.jpg);
	background-repeat:no-repeat;
	background-position:left bottom;
	position:relative;
}

#profile-lead p	{
	text-align:left;
	font-size:11px;
	line-height:130%;
	color:#CCCCCC;
	margin:0;
	position:absolute;
	top:80px;
	left:24px;
}

#main h3	{
	width:490px;
	height:32px;
	margin:0;
	display:block;
	background-repeat:no-repeat;
	background-position:left top;
	font-size: 1px;
	line-height: 0;
	text-indent: -9999px;
}

#about	{	background-image:url(../../images/profile/about.gif);	}
#members	{	background-image:url(../../images/profile/members.gif);	}
#history	{	background-image:url(../../images/profile/history.gif);	}
#costarring	{	background-image:url(../../images/profile/costarring.gif);	}

#main h3 em	{
	font-style:normal;
	font-weight:normal;
	font-size:11px;
	color:#ABABAB;
	padding-left:1em;
}

#member-block dt,#member-block dd	{
	font-size:11px;
	line-height:150%;
	margin-bottom:10px;
	display:block;
}

#member-block dd	{	margin-left:130px;	}

#member-block dt strong	{	display:none;	}

#member-block dt img	{	margin-top:3px;	}

#member-block dd strong,#member-block dd .bd	{	display:block;	}

#member-block dd strong	{
	font-size:12px;
	color:#ECE6E0;
	letter-spacing:1px;
	line-height:120%;
}

#member-block dd .bd	{
	font-size:10px;
	line-height:100%;
	padding-bottom:10px;
	margin-bottom:10px;
	border-bottom:1px solid #676767;
}

.member-past	{
	font-size:11px;
	line-height:130%;
	border:1px solid #676767;
	padding:3px;
	display:block;
}

.profile-botton,.profile-botton a	{
	width:90px;
	height:16px;
	margin:0;
	display:block;
	background-repeat:no-repeat;
	background-position:left top;
	font-size: 1px;
	line-height: 0;
	text-indent: -9999px;
}

#nv-about	{	left:10px;	}
#nv-members	{	left:100px;	}
#nv-history	{	left:190px;	}
#nv-costarring	{	left:280px;	}

#nv-about a	{	background-image:url(../../images/profile/nv-about.gif);	}
#nv-about,#nv-about a:hover	{	background-image:url(../../images/profile/nv-about2.gif);	}

#nv-members a	{	background-image:url(../../images/profile/nv-members.gif);	}
#nv-members,#nv-members a:hover	{	background-image:url(../../images/profile/nv-members2.gif);	}

#nv-history a	{	background-image:url(../../images/profile/nv-history.gif);	}
#nv-history,#nv-history a:hover	{	background-image:url(../../images/profile/nv-history2.gif);	}

#nv-costarring a	{	background-image:url(../../images/profile/nv-costarring.gif);	}
#nv-costarring,#nv-costarring a:hover	{	background-image:url(../../images/profile/nv-costarring2.gif);	}