@charset "utf-8";
/* CSS PROFILE */
.ProfileWrapperLeft
{
	width:200px;
	float:left;
	padding:0 0 10px 15px;
}
.ProfileWrapperRight
{
	width:340px;
	float:left;
	padding:0 0 10px 10px;
}

.ProfileColumnLSpace
{
	width:43px;
	height:90px;
	float:left;
}
.ProfileColumnRSpace{
	width:20px;
	height:90px;
	float:left;
}
.ProfileColumnL{
	width:207px;
	float:left;
}
.ProfileColumnR{
	width:320px;
	float:left;
}

.ProfileTitle{
	font-size:0.8125em;
	font-weight:bold;
	margin:4px 0 0 0;
	padding:2px 0 0 0;
	color:#4d5785;
	float:left;
}
.ProfileTxt{
	font-size:0.6875em;
	float:left;
	color:#6a6e75;
	
}


.ProfilePicWrapper{
	width:165px;
	height:200px;
	float:left;
}
	.ProfilePicTop{
		width:165px;
		height:161px;
		float:left;
		background-image:url(../images/profilePicWrapper.jpg);
		background-repeat:no-repeat;
	}
	.ProfilePicBottom{
		width:165px;
		height:31px;
		float:left;
	}
	.ProfilePic{
		width:140px;
		height:151px;
		
	}
	
	.ProfilePic img
	{
		width:140px;
		height:151px;
		margin:9px 0 0 13px;
	}

.ProfilePicSpace{
	width:140px;
	height:10px;
	float:left;
}
.ProfilePicSpace2{
	width:13px;
	height:10px;
	float:left;
}
.ProfilePicWrapperSpace{
	width:30px;
	height:50px;
	float:left;
}

.center_button_wrap
{
	width:565px;
	position:relative;
	padding:2px 0;
}

.ProfileButton_wrap{
	width:265px;
	position:relative;
	margin-top:5px;
	
}
	.ProfileButton_wrap a:link,
	.ProfileButton_wrap a:hover,
	.ProfileButton_wrap a:visited,
	.ProfileButton_wrap a:active
	{
		text-decoration:none;
		outline:none;
	}
	
.ProfileButton_wrap	.ProfileButton
{
		width:265px;
		height:21px;
		background:url(../images/phone_card.jpg) no-repeat;
		background-position:bottom;
		display:block;
		cursor:pointer;
		position:relative;
		text-align:center;
		
		/*text-decoration:none;*/
		
	}
.ProfileButton_wrap	 .ProfileButton span/*CLICK HERE*/
		{
				font-size:0.7876em;
				font-weight:bold;
				float:right;
				color:#9e3e02;
				display:block;
				cursor:pointer;
				margin:2px 30px 0 0;
				_margin:3px 15px 0 0;
		}
.ProfileButton_wrap .ProfileTxtSub{
	font-size:0.6em;
	float:left;
	margin:0 0 0 3px;
	color:#6a6e75;
}
.ProfileButtonB
{
	width:265px;
	height:21px;
	background-image:url(../images/phone_line.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
	
}

.ProfileButtonBTxt{
	width:115px;
	font-size:0.8125em;
	font-weight:bold;
	margin:2px 4px 0 0;
	float:right;
	color:#9e3e02;
	
	
}	
.ProfileTxtSub
{
	font-size:0.6em;
	float:left;
	height:12px;
	color:#6a6e75;
	margin:5px 0 5px 3px;
}
/*********************INLINE BUTTONS*************************************************/

	.ProfileButton_inline_wrap
	{
		width:265px;
		float:left;
		position:relative;
	}
	.ProfileButton_inline_wrap a:link,
	.ProfileButton_inline_wrap a:hover,
	.ProfileButton_inline_wrap a:visited,
	.ProfileButton_inline_wrap a:active
	{
		text-decoration:none;
		outline:none;
	}
	.ProfileButton_inline_wrap .ProfileButton
	{
		width:265px;
		height:21px;
		background:url(../images/phone_card.jpg) no-repeat;
		background-position:bottom;
		display:block;
		cursor:pointer;
		position:relative;
		
	}
	.ProfileButton_inline_wrap .ProfileButton span
	{
				font-size:0.7876em;
				font-weight:bold;
				float:right;
				color:#9e3e02;
				display:block;
				cursor:pointer;
				margin:3px 30px 0 0;
				
		}




.ProfileButton_inline_B_wrap
	{
		width:265px;
		height:21px;
		margin:0 0 0 18px;
		background-image:url(../images/phone_line.jpg);
		background-position:top;
		background-repeat:no-repeat;
		float:left;
		position:relative;
		
		
	}
.ProfileButton_inline_B_wrap .ProfileButton
{
		width:265px;
}
.ProfileButton_inline_B_wrap .ProfileButton span
{
	width:115px;
	height:16px;
	font-size:0.8125em;
	font-weight:bold;
	margin:3px 10px 0 0;
	color:#9e3e02;
	float:right;
	
	
}

.ProfileButton_inline_B_wrap .ProfileTxtSub
{	
	font-size:0.6em;
	float:left;
	width:200px;
	color:#6a6e75;
	margin:7px 0 0 2px;
	
}


.ProfileButtonSpace{
	width:144px;
	height:16px;
	float:left;
}