/* This file should manage only fonts, colors, sizes, and weights */
html { font-size: 12px; font-family: "Arial","Helvetica",sans-serif; color: #3c3c3c; }

a:link, a:active {
	color: #916e35;
	text-decoration:underline;
}
a:hover {
	color: #3073a7;
}
a:visited {
	color: #3073a7;
}

/* --- HEADINGS --- */		
	h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 21px;
	font-weight: bold;
	color: #000000;
	margin: 0 0 15px 0;}
	h1 strong {
		font-weight:normal;}
	
	h2 {
	margin: 20px 0 10px 0;
	font-size: 18px;
	font-weight:bold;
	color: #00467f;
	border-bottom: 1px solid #40749f;
	padding: 0 0 1px 0;
	line-height: 1.2; }
	
	ul + h2 { padding-top: 10px; }
	
	.doctor-profile h2 { clear: left; } /* used on eCV profiles */
	
	/*h2 a:after { content: "\00BB"; }*/
	h2 a:link, h2 a:active { color: #00467f; text-decoration: none; }
	h2 a:visited { color: #00467f; text-decoration: none; }
	h2 a:hover { color: #000; text-decoration: none; }
		
	h3 {
	color: #002542;
	margin: 20px 0 5px 0;
	font-size: 14px; }
		h3.sectionHeading {
			color:#00467f;
			font-family:Georgia, "Times New Roman", Times, serif;
			font-weight:normal;
			font-size:20px;
			margin:0 0 15px;
			padding:0 0 3px;
			border-bottom:1px solid #00467f;
			width:950px;
			text-transform:none;}
		
	h4 {
	color: #002542;
	margin: 1em 0 0 0;
	font-size: 12px; 
	font-style:italic; }
	
/* --- TEXT --- */	
	p {
		font-size: 12px;
		line-height: 1.2;
		margin: 0 0 15px 0; }
		#secondary p{
			line-height:16px;}
	
	blockquote {
	padding: 15px 0;
	border-top: 1px solid #d4d4d4;
	border-bottom: 1px solid #d4d4d4;
	margin: 25px;
	font-style: italic; }
