
/* ==== Patient button ==== */
#patientBtn {
	margin: 0 0 1px 0;
	/*padding: 4px 0 0 8px;*/
	width: 219px;
	height: 149px;
}
div#patientBtn h2 {
	margin: 4px 0 0 8px;
	color: #fff;
	font-weight: normal;
	font-size: 1.5em;
}
div#patientBtn h2 a  {
	color: #fff;
	text-decoration: none;
}
div#patientBtn h2 a:visited  {
	text-decoration: none;
}
div#patientBtn h2 a:hover  {
	text-decoration: none;
}
div#patientBtn a  {
	color: #fff;
	font-size: 1.5em;
	text-decoration: none;
}
div#patientBtn a:visited  {
	text-decoration: none;
}
div#patientBtn a:hover  {
	text-decoration: none;
}
/* ==== End Patient button ==== */

/* ==== Professional button ==== */
#professionalBtn {
	/*background: url(../images/professionalBtn_off.jpg);*/
	/*padding: 4px 0 0 8px;*/
	border-top: 2px solid #fff;
	border-bottom: 1px solid #000;
	width: 219px;
	height: 149px;
}
div#professionalBtn h2 {
	margin: 4px 0 0 8px;
	color: #fff;
	font-weight: normal;
	font-size: 1.5em;
}
div#professionalBtn h2 a  {
	color: #fff;
	text-decoration: none;
}
div#professionalBtn h2 a:visited  {
	text-decoration: none;
}
div#professionalBtn h2 a:hover  {
	text-decoration: none;
}
div#professionalBtn a  {
	color: #fff;
	font-size: 1.5em;
	text-decoration: none;
}
div#professionalBtn a:visited  {
	text-decoration: none;
}
div#professionalBtn a:hover  {
	text-decoration: none;
}

/* ==== End Professional button ==== */

/* ==== Entry Image 1 and quiz ==== */
/*div#entryImg01 { 
	width:520px;
	height: 298px;
	background: url(../images/entry_img01.jpg); 
	}
*/
div#quiz { 
	width:296px;
	height: 242px;
	background-color: transparent;
	/*background: url(../images/whiteTint.gif) ;*/ 
	margin: 31px 0 0 0 ;
	padding: 8px 0px 8px 8px;
	/*border: 1px solid #fff;*/
	}
	
div#quiz h2, h3, h4, h5 {
	color:#2d4079;
	font: Arial, Helvetica, sans-serif;
}

.quizText {
	color:#2d4079;
	font: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 1.2em;
	line-height: 1.2em;
	margin-top: 1.5em;
}

.quizTitle {
	color:#2d4079;
	font: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 1.5em;
	line-height: 1.2em;
}

div#quiz input {
	background: transparent;
}	

.answer {
	color: #c00;
}

/* ==== Entry Image 2 Patient ==== */
div#entryImg02 { 
	width:520px;
	height: 298px;
	/*background: url(../images/entry_img02.jpg); */
	}
	
div#entryImg03 { 
	width:520px;
	height: 298px;
	/*background: url(../images/entry_img03.jpg) no-repeat; */
	}	

div#introPatient { 
	width:250px;
	height: 243px;
	margin: 31px 0 0 0 ;
	padding: 8px 8px 8px 8px;
	}	
div#introPatient h2 {
	color:#fff;
	font: 1.6em/1.25em Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: normal;
}	

div#introPro { 
	width:250px;
	height: 243px;
	margin: 31px 0 0 0 ;
	padding: 8px 8px 8px 8px;
	}	
div#introPro h2 {
	color:#2d4079;
	font: 1.5em/1.25em Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: normal;
}	


div#provider {
	border:thin outset #F7B261; 
	width:170px; 
	line-height:1.5em; 
	font-size:.8em; 
	font-weight:bold; 
	margin:18px 19px 6px 19px; 
	padding:2px;
	text-align: center;
}