@import url("global.css");

/* ---- FEATURED ARTCILES STYLES  ----*/
#ArticlesBox {
background:url(../images/DiamondBoxBG.gif) repeat-y;
border-top:1px solid white;
display:table;
width:954px;
}

	#ArticlesContent {
	background:url(../images/MeetDoctorBG.gif) repeat-x #3a7fa0;
	float:left;
	color:white;
	padding:0 20px 0 20px;
	width:514px; /* 554px */
	}

	#ArticlesContent ul{
	list-style-position:inside;
	list-style:disc;
	padding-bottom:10px;
	padding-left:40px;
	}
		
#DiamondBoxRight {
float:left;
margin:0 0 0 1px;
width:399px;
overflow:hidden;
}
	
	#Certifications {
	background:url(../images/CertificationsBG.gif) repeat-x;
	padding:0 20px 0 20px;
	width:359px; /* 399px */
	}
		.certify {
		float:left;
		padding:0 20px 5px 0;
		}
	
		#Certifications a {
		color:white;
		text-decoration:none;
		}
		
		#Certifications a:hover {
		color:#999999;
		}
		
		#Certifications p {
		clear:both;
		}
		
	
	#VideoIntro {
	background:url(../images/VideoIntroBG.gif) repeat-x;	
	padding:0 20px 0 20px;
	width:359px; /*399px */
	}
.imgpadding{
padding:10px 10px 10px 0px;
}

#ArchivedArticles {
background:#d1be7f;
border-top:1px solid white;
float:left;
padding:0 20px 0 20px;
width:359px;
}
	#ArchivedArticles li {
	list-style:none;
	width:399px;
	}
	#ArchivedArticles a{
	color:#000000;
	}
	#ArchivedArticles a:hover{
	color:#716027;
	}
	
h1 {
	font: 14px Arial, Helvetica, sans-serif;
	font-weight:bold;
	line-height: 16px;
	padding-bottom: 10px;
	}
h2 {
	font: 12px Arial, Helvetica, sans-serif;
	font-style:italic;
	line-height: 14px;
	padding-bottom: 10px;
	}