@import url("global.css");

/* Bio */

#MeetPage #Header {
	width:970px;
	height:55px;
	background:url(../images/HDR_Meet.jpg) no-repeat;
}

#MediaAboutBox {
	background:#b6b6b6;
	width:970px;
}
	.MeetAbout{
		background:url(../images/MeetAbout.jpg) repeat-x #180e04;

		color: white;
		font: 12px Arial,Helvetica,sans-serif;
		padding: 34px 30px 50px;
	}
		.MeetAbout p{
			padding:0 0 15px 0;
		}
		.MeetAbout a{
			text-decoration:underline;
			color:#FFF;
		}
		.MeetAbout a:hover{
			text-decoration:none;
		}
	#CVBox {
		background:url(../images/BG_gold.gif) repeat-x #361c00;
		width:435px; /* 485px */
		float:left;
		padding:30px 20px 20px 30px;
	}
		#CVBox p {
			font:12px Arial, Helvetica, sans-serif;
			color:#fff;
			padding:0 0 12px 0;
		}
		#CVBox h1 {
			font:20px Arial, Helvetica, sans-serif;
			color:#fff;
			padding:0 0 12px 0;
			text-transform:uppercase;
			font-weight:bold;
		}
		#Training {
			float:left;
			background:url(../images/TrainingBG.jpg) repeat-x #b5b5b5;
			width:445px; /* 485px */
			padding:35px 20px 20px 20px;
		}
		#AddOne{
		float:left;
		}
		#AddTwo{
		float:left;
		padding:0 0 0 25px;
		}
			#Training h1 {
				font:20px Arial, Helvetica, sans-serif;
				color:#333;
				padding:0 0 12px 0;
				text-transform:uppercase;
				font-weight:bold;
			}
			#Training p,
			#AddOne p,
			#AddTwo p
			{
				font:13px Arial, Helvetica, sans-serif;
				color:#000;
				line-height:14px;
				padding:10px 0 0 0;				
			}
			
/* Affiliations */

#Affiliations {
	width:930px; /* 970px */
	padding:35px 20px 20px 20px;

}
	#Affiliations h1 {
		color:#9fc0da;
		font:20px Arial, Helvetica, sans-serif;
		font-weight:bold;
	}
	#Affiliations p {
		font:12px Arial, Helvetica, sans-serif;
		color:#fff;
		padding:10px 0 0 0;
	}	
	.AffiliationsColumn {
		width:310px;
		float:left;
		margin:20px 0 0 0;
	}
	.AffiliationsColumn .Row {
		clear:both;
		margin:0 0 30px 0;
		height:50px;
	}
	.AffiliationsColumn .Row img {
		float:left;
		margin:0 25px 0 0;
	}


/* Procedures List and Virtual Gallery */

#ProceduresBox {
	width:970px;
	background:#000;
}
	#ProceduresList {
		background:url(../images/HDR_Procedures.gif) no-repeat #000;
		width:455px; /*424px */
		padding:65px 0 0 30px;
		float:left;
	}
		#ProceduresList p {
			font:12px Arial, Helvetica, sans-serif;
			color:#fff;
		}
		#ProceduresList ul {
			padding:5px 0 0 0;
		}
		#ProceduresList ul li {
			list-style:url(../images/TriangleListStyle.gif);
			margin:0 0 0 15px;
			line-height:16px;
		}
		#ProceduresList ul li a {
			font:12px Arial, Helvetica, sans-serif;
			color:#fff;
		}
		#ProceduresList ul li a:hover {
			text-decoration:none;
		}
	#VirtualGalleryBox {
		background:url(../images/VirtualGalleryBoxBG.jpg) no-repeat;
		width:485px;
		height:228px;
		float:left;
	}
		#VirtualGalleryBox a {
			display:block;
			width:79px;
			height:22px;
			position:absolute;
			top:126px;
			left:36px;
		}
	
/* GalleryArticleBox */

#GalleryArticleBox {
	width:970px;
	background:url(../images/GalleryArticleBG.gif);
}
	#GalleryArticleBox .Left {
		float:left;
		width:484px;
	}
		#Exam {
			background:url(../images/100Percent.jpg) repeat-x #0d0d0d;
			width:274px; /* 484px */
			padding:70px 180px 30px 30px;
		}
		#Exam p {
			font:12px Arial, Helvetica, sans-serif;
			color:#fff;
			padding:0 0 10px 0;
		}
		#Exam p a {
			text-decoration:none;
			color:#fff;
		}
		#Exam p a:hover {
			color:#FF9933;
		}
		.BookInfo {
			background:url(../images/BookInfo.jpg) no-repeat;
			width:484px;
			height:193px;
			display:block;
		}
	#GalleryArticleBox .Right {
		background:url(../images/ArticleBG.jpg) repeat-x;
		border-left:1px solid black;
		float:left;
		width:420px; /* 485px */
		padding:40px 30px 0 35px;
    }
	#GalleryArticleBox h1 {
		font:18px Arial, Helvetica, sans-serif;
		color:#999;
		text-transform:uppercase;
		font-weight:bold;
		padding:0 0 12px 0;
	}
	#GalleryArticleBox .Right p {
		font:12px Arial, Helvetica, sans-serif;
		color:#fff;
		padding:0 0 20px 0;
		text-decoration:none;
	}
	#GalleryArticleBox .Right p a {
		font:12px Arial, Helvetica, sans-serif;
		color:#fff;
		text-decoration:none;
	}
	#GalleryArticleBox .Right p a:hover {
		color:#FF9933;
	}
	#GalleryArticleBox .Right p .BTN {
		font:14px Arial, Helvetica, sans-serif;
		color:#fff;
		text-decoration:none;
	}
	#GalleryArticleBox .Right p .BTN:hover {
		text-decoration:none;
		color:#FF9933;
	}
	
	.PastArchive {
		padding:20px 0 10px 0;
	}
	
