@import url("global.css");
#IntroBox{
padding:5px 10px 10px 20px;
}
#HomeContentBox{
float:left;
padding:15px 0 10px 20px;
width: 636px; /* 656 */
}
	#HomeContentBox img{
	border:none;
	}
	#HomeContentBox ul{
	padding:0;
	margin:0;
	list-style:none;
	}
#BookmarkEmail li{
float:right;
padding:0 10px 15px 0;
}
/*-------------------------
MediaBox
--------------------------*/
#MediaBox{
padding:10px 0 0 0;
margin:20px 0 20px 0;
}
	#MediaBox ul{
	padding:0;
	margin:0;
	list-style:none;
	} 
	#VideoBox{
	float:left;
	}

		#VideoBox li{
		padding:2px 0px 0 0px;
		}
		
	.Video{
	background:url(../images/BgVideoBox.jpg) repeat-x #656565;
	padding:15px 10px 8px 10px;
	width:341px; /* 351 */
	}
		.VideoInfo{
		float:left;
		text-align:right;
		width:220px;
		}
		.VideoImg{
		float:left;
		padding:10px 0 0 10px;
		}
		
	#Publications {	
	float:left;
	padding:0px 10px 0px 5px;	
	margin:0 0 0 10px;
	}
	.Magcover {
	padding: 0 0 0 0px;
	_padding:10px 0 0 0px; /*Fix IE bug */
	}
/*-------------------------
Photo Gallery
--------------------------*/
#VirtualGalleryBox{
background:url(../images/BgVirtualPhoto.jpg) no-repeat #000;
height:260px;
padding:20px 0 0px 0;
margin:25px 0 0 0;
}

#VirtualGalleryBox a {
	text-decoration:none;
}
#VirtualGalleryBTN li {
	float:left;
}
#VirtualGalleryBTN .previous {
	background:#333;
	width:70px;
	height:18px;
	display:block;
	text-align:center;
	float:left;
	margin:5px 2px 0 0;
	padding-top:2px;
}

#VirtualGalleryBTN .next {
	background:#333;
	width:70px;
	height:18px;
	display:block;
	text-align:center;
	float:left;
	padding-top:2px;
	margin-top:5px;
}

.BeforeAfter{
float:left;
padding:0 30px 0 20px;
width:164px;
height:240px;
}

#PhotoGalleryBtn{
background:url(../images/BtnPhotoGallery.jpg) no-repeat;
height:128px;
width:626px;
display:block;
margin:20px 0 25px 0;
}

/*-------------------------
ProcedureBox
--------------------------*/
#ProceduresBox{
background:url(../images/BgProcecures.jpg) no-repeat #000;
height:337px;
padding:20px 0 0px 25px;
margin:25px 0 0 0;
}
	#ProceduresBox ul{
	padding:0;
	margin:0;
	list-style:none;
	}
	#ProceduresBox li{
	padding:0 0 4px 0;
	}
	
	#ProceduresBox a{
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color:#FFF;
	text-decoration:none;
	}
	#ProceduresBox a:hover{
	color:#999;
	}

	.Proclist{
	float:left;
	text-align:center;
	width:195px;
	}
	
	.Other{
	padding:0 0 0 90px;
	}
	
