@import url("global.css");

/* ---- MEDIA STYLES  ----*/
#ContentMedia {
border-top:1px solid white;
display:table;
width:954px;
}

#DiamondMedia {
background:url(../images/DiamondMediaBG.gif) no-repeat;
border-right:1px solid white;
float:left;
padding:25px 0 0 0;
height:152px;
width:554px; /*555px*/
}
	#DiamondMedia h1{
	color:white;
	padding:0 40px 20px 40px;
	}
	#DiamondMedia p{
	color:white;
	padding:0 40px 0 40px;
	}

#BoardCert {
background:url(../images/BoardCertBG.gif) no-repeat;
float:left;
height:177px;
width:399px;
}

#Television {
background:url(../images/ProceduresBoxBG.gif) repeat-x #3a7fa0;
border-bottom:1px solid white;
border-top:1px solid white;
color:#fff;
display:block;
padding:20px;
width:914px; /*954px*/
}

#Video {
float:left;
width:457px;
}

#Magazines {
background:url(../images/MagazinesBG.gif) repeat-x #85cacd;
border-bottom:1px solid white;
padding:20px;
height:300px; /* increase height when adding a 2nd row of magazine covers */
width:914px; /*954px*/
}
	
	#Magazines li {
	list-style:none;
	float:left;
	padding:0 20px 0 0;
	text-align:center;
	width:140px;
	}
	
	#Magazines a {
	color:black;
	}
	
	#Magazines a:hover {
	color:#318e92;
	}
#Events {
background:url(../images/ProceduresBoxBG.gif) repeat-x #3a7fa0;
border-bottom:1px solid white;
border-top:1px solid white;
display:block;
padding:20px;
width:914px; /*954px*/
}

.HR {
background:url(../images/HR.gif) repeat-x;
height:30px;
width:100%;
}
.Video {
width:445px;
float:left;
margin:0 10px 20px 0;
}
	.VideoThumb {
	border:5px solid #fff;
	float:left;
	margin:0 20px 20px 0;
	}
	
