@import url("global.css");

/* Media and About */

#MediaAboutBox {
	background:url(../images/MediaAboutBG.gif) repeat-y;
	width:970px;
	display:table;
}
	#Media {
		background:url(../images/MediaBG.jpg) repeat-x #00182A;
		width:485px;
		float:left;
		padding:0 0 20px 0;
	}
		#Media .Left {
			float:left;
			width:330px;
		}
			#Media .Left .MediaClip {
				padding:70px 0 0 10px;
				float:left;
			}
		#Media .Right {
			float:left;
			width:153px;
		}
			#Media .Right img {
				margin:70px 0 0 10px;
			}
			#Media .Right p {
				font:12px Arial, Helvetica, sans-serif;
				color:#fff;
				padding:10px 20px 0 10px;
			}
		#About {
			float:left;
			background:url(../images/AboutBG.jpg) repeat-x #B5B5B5;
			width:445px; /* 485px */
			padding:20px;
		}
			#About h1 {
				font:17px Arial, Helvetica, sans-serif;
				color:#000;
				line-height:20px;
				padding:0 0 10px 0;
			}
			#About p {
				font:13px Arial, Helvetica, sans-serif;
				color:#000;
				line-height:14px;
				padding:10px 0 0 0;
			}
			

/* Procedures List and Virtual Gallery */

#ProceduresBox {
	width:970px;
	background:#000;
	display:table;
}
	#ProceduresList {
		background:url(../images/HDR_Procedures.gif) repeat-x #000;
		width:376px; /*424px */
		float:left;
		padding:60px 20px 0 28px;
		display:inline;
	}
		#ProceduresList p {
			font:12px Arial, Helvetica, sans-serif;
			color:#fff;
		}
		#ProceduresList ul {
			padding:10px 0 0 0;
		}
		#ProceduresList ul li {
			list-style:url(../images/TriangleListStyle.gif);
			margin:0 0 0 15px;
		}
		#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:546px;
		height:228px;
		float:left;
		position:relative;
	}
		#VirtualGalleryBox a {
			display:block;
			width:79px;
			height:22px;
			position:absolute;
			top:126px;
			left:36px;
		}
	
/* GalleryArticleBox */

#GalleryArticleBox {
	width:970px;
	background:url(../images/GalleryArticleBG.gif) repeat-y;
	display:table;
}
	#GalleryArticleBox .Left {
		float:left;
		width:485px;
	}
		.GalleryPreview {
			background:url(../images/GalleryPreview.jpg) no-repeat;
			width:485px;
			height:211px;
			display:block;
		}
		.BookInfo {
			background:url(../images/BookInfo.jpg) no-repeat;
			width:485px;
			height:193px;
			display:block;
		}
	#GalleryArticleBox .Right {
		background:url(../images/ArticleBG.jpg) no-repeat;
		float:left;
		width:420px; /* 485px */
		height:400px;
		padding:40px 30px 0 35px;
		overflow:auto;
       	}
	#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:#000;
	}
	#GalleryArticleBox .Right p .GreenBTN {
		font:14px Arial, Helvetica, sans-serif;
		color:#fff;
		text-decoration:none;
	}
	#GalleryArticleBox .Right p .GreenBTN:hover {
		text-decoration:none;
	}
	
	.PastArchive {
		padding:20px 0 10px 0;
	}
	