
* {
	font-family: arial, helvetica, sans-serif;
	}

.breaker {
	clear: both;
	}

A:active { color: #246B97; text-decoration: underline}
A:link { color: #246B97; text-decoration: underline}
A:visited { color: #246B97; text-decoration: underline}
A:hover { color: #246B97; text-decoration: none}

A.credit:active { color: #0C4E60; text-decoration: underline}
A.credit:link { color: #0C4E60; text-decoration: underline}
A.credit:visited { color: #0C4E60; text-decoration: underline}
A.credit:hover { color: #0C4E60; text-decoration: none}

/* interior page styles */

.docName { font-size: 11px; color: #ffffff; }
.address { font-size: 11px; line-height: 14px; color: #ffffff;  }
.breadcrumb { font-size: 12px; color: #ffffff;  }
.body { font-size: 12px; line-height: 14px; color: #333333;  }
.credit { font-size: 10px; color: #000000;  }
.error { font-size: 13px; line-height: 14px; color: #39779A;  }
.form {font-size: 11px; font-family: tahoma, arial, helvetica, sans-serif}
.questionnaire {font-size: 12px; line-height: 13px; color: #333333; font-family: tahoma, arial, helvetica, sans-serif}
.required {font-size: 11px; color: red; font-family: tahoma, arial, helvetica, sans-serif}
.links { font-size: 12px; line-height: 14px; color: #333333;  }

A.links:active { color: #333333; text-decoration: none}
A.links:link { color: #333333; text-decoration: none}
A.links:visited { color: #333333; text-decoration: none}
A.links:hover { color: #062456; text-decoration: underline}

A.address:active { color: #062456; text-decoration: none}
A.address:link { color: #062456; text-decoration: none}
A.address:visited { color: #062456; text-decoration: none}
A.address:hover { color: #062456; text-decoration: underline}

A.breadcrumb:active { color: #B8DA5B; text-decoration: none}
A.breadcrumb:link { color: #B8DA5B; text-decoration: none}
A.breadcrumb:visited { color: #B8DA5B; text-decoration: none}
A.breadcrumb:hover { color: #B8DA5B; text-decoration: underline}

P { font-size: 12px; line-height: 14px; color: #333333;  }
H1 { font-size: 16px; color: #1B5CA1; font-weight: bold; ; margin-bottom: 0px; }
H2 { font-size: 13px; color: #1B5CA1; font-weight: bold; ; margin-bottom: 0px; }
UL { font-size: 11px; line-height: 14px; color: #444444;  }
LI { font-size: 11px; line-height: 14px; color: #444444;  }

ul#links {
	list-style-type: square;
	margin: 10px 0 0 0;
	padding-top: 10px;
	border-top: 1px solid #D6D6D6;
	border-bottom: 1px solid #D6D6D6;
	}
	
ul#links li {
	font-size: 13px;
	margin-bottom: 10px;
	}

ul#links li p {
	margin: 0 !important;
	}
	
div.error {
	border: 1px dashed #0C498A;
	padding: 10px;
	margin: 10px 0;
	}

div.error p {
	margin-top: 0;
	}
	
div.error ul {
	margin: 0;
	}
	
div.error * {
	color: #0C498A !important;
	}
	
.indicates_required {
	color: #531200!important;
	font-weight: bold;
	}
		
/* forms generic
------------------------------------------------------------ */		
	
label {
	display: block;
	margin-bottom: 2px !important;
	clear: both;
	font-weight: bold;
	line-height: 120% !important;
	font-size: 12px;
	}

label .required {
	display: inline !important;
	}

/* general container styles */	

.c_textinput,
.c_select,
.c_radio,
.c_dateinput {
	width: 229px;
	margin-right: 25px; 
	float: left;
	display: inline;
	padding-bottom: 12px;
	font-size: 12px;
	}

.checkbox_element {
	width: 229px;
	float: left;
	display: inline;
	margin: 0 !important;
	padding: 0 !important;
	font-size: 12px;
	}

.c_radio_element {
	float: left;
	margin-right: 20px;
	display: inline; 
	}
	
.textblob,
.c_checkbox,
.c_textarea {
	width: 520px;
	clear: both;
	padding-bottom: 12px;
	}
	
.c_submit {
	padding-top: 12px;
	padding-bottom: 12px;
	width: 520px;
	clear: both;
	}

/* general input styles */	
	
.c_textinput input,
.c_select select,
.c_textarea textarea {
	display: block;
	width: 100%;
	}

.c_dateinput select {
	margin-right: 10px;
	}
	
select {
	margin-bottom: .5em !important;
	}

/* news
------------------------------------------------------------ */		

.news_item {
	border-top: 1px solid #D6D6D6;
	padding: 0 0 0 0;
	margin: 10px 0 0 0;
	}

.news_text img {
	float: right;
	margin: 0 0 10px 10px;
	}

.news_text img {
	border: 6px solid #39779A;
	}

/* doctor
------------------------------------------------------------ */		

.staff_bio {
	border-top: 1px solid #D6D6D6;
	padding: 10px 0 0 0;
	margin: 10px 0 0 0;
	}

.staff_bio h2 {
	font-size: 12px;
	margin: 0 !important;
	}

.bio_photo {
	float: right;
	margin: 10px 0 0 10px;
	}

.bio_photo img {
	border: 6px solid #fff;
	}

/* contact us forms
------------------------------------------------------------ */		

#contact_intro {
/* custom contact intro */
	}

#email_form_c {
	width: 520px;
	float: left;
	}

p.contact_special {
	font-size: 14px !important;
	line-height: 140%;
	margin: 0 0 15px 0 !important;
	padding: 0 0 15px 0;
	border-bottom: 1px dashed #C8AC8A;
	}

#schedule_intro .contact_special strong,
#contact_intro .contact_special strong {
	white-space: nowrap;
	}
	
#email_form_c #c_email_sender {
	width: 229px !important;
	margin-bottom: 10px;
	display: block;
	}

#email_form_c #c_email_sender input {
	width: 100%;
	}

#email_form_c #c_message {	
	width: 520px;
	}

#email_form_c #c_message textarea {
	width: 100%;
	height: 120px;
	}

#email_form_c #c_submit {	
	margin: 10px 0 0 0;
	}

/* new patient forms 
------------------------------------------------------------ */		
	
.np_div,
.quest_div {
	font-size: 1em;
	color: #000;
	display: block;
	margin: 10px 0;
	border: 1px solid #461F4C;
	padding: 10px;
	}
	
.np_div a {
	display: inline;
	}
	
.np_div img {
	display: inline;
	}
	
.np_div p {
	margin: 2px 0 0 0 !important;
	padding: 3px 0 0 0 !important;
	}
	
#new_patient_request #email_c, #new_patient_request #health_problem_c, #message_c {
	width: 520px !important;
	}
	
#new_patient_request #treatment_c {
	width: 520px;
	}	
	
#new_patient_request #ill_health_c {
	width: 520px;
	}		
	
#new_patient_request span {
	display: block;
	font-size: 1em !important;
	margin-bottom: 1px;
	}
	
/* new patient forms (exam request and hh)
------------------------------------------------------------ */		
	
#new_patient_request_c,
#healthhistory_form_c {
	float: left;
	width: 520px;
	}
	
#new_patient_request_c form, 
#healthistory_form_c form {
	margin: 0;
	padding: 0;
	}

/* site-specific (labels and titles) */		

#healthhistory_form_c h4 {
	border-bottom: 1px solid #4A1D53;
	clear: both;
	margin-bottom: 10px;
	width: 520px !important;
	}

/* Exam Request-Specific
-------------------------------------------- */

/* force new rows */

#schedule #c_first_name {
	clear: left;
	}

#c_health_problem textarea {
	height: 8em;
	}

