/* Patient Services */

a { color: #BD2121; }
a.bold { color: #BD2121; font-weight: bold }
a.incat { color: #BD2121; }
a:visited { color: #6A6A6A; }

b, strong { color: #BD2121; font-weight: bold }
h1 { color: #BD2121; font: bold 17px/21px Verdana, Arial, Helvetica, sans-serif }
h2 { color: #23648D; font: bold 14px/20px Verdana, Arial, Helvetica, sans-serif }
h4 { color: #BD2121; font: bold 11px/17px Verdana, Arial, Helvetica, sans-serif; margin: 0; }

h1.pageTitle { color: #BD2121; font: bold 24px/31px Verdana, Arial, Helvetica, sans-serif; margin-bottom: 5px; }
h2.subtitle { color: #000000; font: bold 18px/24px Verdana, Arial, Helvetica, sans-serif; margin-bottom: 5px; margin-top: 30px; }
h2.subtitle span {
	color: #BD2121; font: bold 12px/18px Verdana, Arial, Helvetica, sans-serif;
}
ul li { font: normal 11px/17px  "Verdana", "Arial", "Helvetica", sans-serif}

.answer span {
	color: #BD2121; font: bold 14px/20px Verdana, Arial, Helvetica, sans-serif
}

.answer b {
	color: black;
}

/* update CSS */

#contact_caption
{
	font-style: italic;
	margin-top: 5px;
	padding-bottom: 5px;
	margin-left: 5px;
	color: #BB2521;
}
	

#patientServicesNav {
	width: 544px;
	display: block;
	margin: 0 0 1em 0; padding: 0;
	height: 28px;
}

#patientServicesNav li {
	margin: 0; padding: 0;
	list-style: none;
	display: block;
	height: 28px;
	width: 150px;
	float: left;
	text-align: center;
	border-right: 1px solid #fff;

}

#patientServicesNav li a {
	margin: 0; padding: 0;
	text-decoration: none;
	display: block;
	width: 150px;
	height: 28px;
	line-height: 25px;
	background: #BB1721;
	color: #fff;
	font-weight: bold;
}

#patientServicesNav li a h2 {
	margin: 0; padding: 0;
	color: #fff;
	font-size: 1em;
	line-height: 25px;
}

#patientServicesNav li a:hover {
	background: #7B0000;
}

#patientServicesNav li.subnav_faq, #patientServicesNav li.subnav_faq_f2,
#patientServicesNav li.subnav_faq a, #patientServicesNav li.subnav_faq_f2 a  {
	width: 230px;
	-moz-border-radius: 4px 0 0 4px;
	-webkit-border-top-left-radius:4px;
	-webkit-border-bottom-left-radius:4px; 
	-khtml-border-radius: 4px 0 0 4px;
	border-radius: 4px 0 0 4px;

}

#patientServicesNav li.subnav_faq_f2 a  {
	background: #7B0000;
}

#patientServicesNav li.subnav_ask, #patientServicesNav li.subnav_ask_f2,
#patientServicesNav li.subnav_ask a, #patientServicesNav li.subnav_ask_f2 a  {
	width: 173px;
}

#patientServicesNav li.subnav_ask_f2 a {
	background: #7B0000;
}


#patientServicesNav li.subnav_contact, #patientServicesNav li.subnav_contact_f2,
#patientServicesNav li.subnav_contact a, #patientServicesNav li.subnav_contact_f2 a  {
	width: 135px;
	-moz-border-radius: 0 4px 4px 0;
	-webkit-border-top-right-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	-khtml-border-radius:  0 4px 4px 0;
	border-radius:  0 4px 4px 0;
	
}

#patientServicesNav li.subnav_contact_f2 a {
	background: #7B0000;
}






#PSContentBox { width: 528px; }
#PSContentBox h2 { margin: 0; margin-bottom: 7px; }

#mailingAddress { float: right; width: 200px; }
#hoursOfOperation { clear: both; margin-bottom: 1em; padding-top: 1em; }

div.faq_box 
{
  margin-bottom: 20px;
}

div.faq_box .content
{
    padding: 12px;
    border-left: 1px solid #B92020;
    border-right: 1px solid #B92020;
    width: 514px;
}

div.faq_box .content .column { float: left; width: 225px; padding-right: 12px; }


/* contact us */

div.question {
	margin-bottom: 45px;
}

div#contactForm {  width: 454px; background-color: #CFCFCF; padding: 0 13px; margin: 0;}
div#contactForm form { margin: 0; padding: 0;}
div#form { width: 220px; float: left; }
div#captcha { width: 220px; margin-left: 250px; background: #BB2521; color: #FFFFFF; padding: 12px; }
div#captcha a { color: #FFFFFF; }
div#captcha h3 { margin: 0; margin-bottom: 13px; font-size: 120% }

div.formElementStacked div.label { font-weight: bold; }

input {
	 vertical-align: middle;
}

.fixed_width  {
	width: 210px;
}

#askForm {
	margin-top: 30px;
}

