/* global styles */
/*
body {
	margin: 10px 0 0 0;
	padding: 0;
	font-family: Helvetica, Arial, sans-serif;
}
*/

a {
	outline: none;
	color: #0882ce;
}

hr {
	clear: both;
}

/* header styles */
#he_header {
	width: 980px;
	height: 105px;
	margin: 0 auto;
	position: relative;
}

#he_login {
	position: absolute;
	right: 0;
	top: 0;
	font-size: 14px;
	text-decoration: none;
}
#he_login:hover {
	text-decoration: underline;
}

#he_logo {
	position: absolute;
	left: 0;
	top: 13px;
}
#he_logo img {
	width: 175px;
	border: 0;
}

#he_search_tabs {
	height: 25px;
	position: absolute;
	left: 220px;
	top: 0;
}
#he_search_tabs a.tab {
	width: 200px;
	color: #FFF;
	display: block;
	padding: 5px;
	font-size: 12px;
	line-height: 14px;
	text-decoration: none;
	text-align: center;
	float: left;
	padding-right: 14px;
}
#he_search_tabs a#medical { background: #98C44F; }
#he_search_tabs a#allied { background: #3E72AE; }
#he_search_tabs a#complementary { background: #742262; }
#he_search_tabs a#login {
	width: 55px;
	padding: 5px;
	background: #73C0E6;
	color: #004678;
}
#he_search_tabs a:hover#login { text-decoration: underline; }

#he_search_tabs a.icon {
	display: block;
	color: #000;
	text-decoration: none;
	text-align: center;
	text-indent: 20px;
	overflow: hidden;
	width: 20px !important;
	height: 20px !important;
	background: url('../img/search_tab_more_out.gif') no-repeat left top;
}
#he_search_tabs a.icon:hover {
	background: url('../img/search_tab_more_over.gif') no-repeat left top;
}
#he_search_tabs a#medical_more { position: absolute; top: 2px; left: 197px;}
#he_search_tabs a#allied_more { position: absolute; top: 2px; left: 416px;}
#he_search_tabs a#complementary_more { position: absolute; top: 2px; left: 635px;}

/*
#he_search_bar {
	margin: 0;
	width: 800px;
	height: 80px;
	position: absolute;
	left: 180px;
	top: 24px;
	color: #FFF;
}
*/

form.medical { background: #98C44F; }
form.allied { background: #3E72AE; }
form.complementary { background: #742262; }

#query_label {
	font-size: 16px;
	font-weight: bold;
	position: absolute;
	left: 40px;
	top: 11px;
}
#query_label span {
	font-size: 10px;
	margin-left: 10px;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: normal;
}
#location_label {
	font-size: 16px;
	font-weight: bold;
	position: absolute;
	left: 350px;
	top: 11px;
}
#location_label span {
	font-size: 10px;
	font-family: Helvetica, Arial, sans-serif;
	margin-left: 10px;
	font-weight: normal;
}
#adv_label {
	position: absolute;
	font-family: Helvetica, Arial, sans-serif;
	left: 660px;
	top: 18px;
	font-size: 10px;
	line-height: 10px;
}
#adv_label a {
	color: #FFF;
	text-decoration: none;
}
#adv_label a:hover {
	text-decoration: underline;
}

/*
#query {
    border: 1px solid #FFFFFF;
	position: absolute;
	top: 33px;
	left: 40px;
	width: 295px;
	font-size: 16px;
	height: 22px;
	padding: 3px 2px 2px 2px;
	margin: 0;
	font-family: "Lucida Grande","Lucida Sans Unicode",Arial,sans-serif;
}
#location {
    border: 1px solid #FFFFFF;
	position: absolute;
	top: 33px;
	left: 350px;
	width: 295px;
	font-size: 16px;
	height: 22px;
	padding: 3px 2px 2px 2px;
	margin: 0;
	font-family: "Lucida Grande","Lucida Sans Unicode",Arial,sans-serif;
}
#search_button {
	position: absolute;
	left: 660px;
	top: 33px;
	width: 100px;
	height: 31px;
	border: 0;
	background: url('/g/jc/img/home-search-button2.gif') no-repeat left top;
	color: #024937;
	cursor: pointer;
	text-indent: -100px;
	font-size: 0px;
	display:block;
	line-height: 0px;
}
*/

/* body styles */
#he_body {
	width: 980px;
	margin: 0 auto;
	position: relative;
	overflow: auto;
}

/* tab and panel styles */
#he_left_column {
	position: absolute;
	left: 0;
	top: 0;
	width: 180px;
}

#he_tabs {
	list-style: none;
	margin: 0;
	padding: 0;
}
#he_tabs li {
	margin: 0;
	padding: 0;
}
#he_tabs a {
	display: block;
	padding: 5px 10px;
	font-size: 12px;
	color: #267A5B;
	text-decoration: none;
	border-bottom: 1px solid #F3F2E8;
}
#he_tabs a.profile {
	font-size: 14px;
}
#he_tabs a.meta, #he_tabs a.meta:hover, #he_tabs li.here a.meta {
	color: #57564E;
}
#he_tabs a.none {
	border: 0;
	color: #57564E;
}
#he_tabs li.here a {
	color: #267A5B;
	background-color: #F3F2E8;
	font-weight: bold;
	text-decoration: none;
	border-bottom: 2px solid #BFBDAC;
}
#he_tabs li.here a:hover {
	text-decoration: none;
}
#he_tabs li a:hover {
	color: #267A5B;
	text-decoration: underline;
}

.he_tab_panels {
	margin-left: 180px;
	width: 800px;
	overflow: hidden;
}

.he_tab_panel {
	background-color: #F3F2E8;
	padding: 10px;
	min-height: 290px;
	border-bottom: 1px solid #BFBDAC;
	overflow: auto;
}
#he_service .he_tab_panel {
	min-height: 420px;
}

.he_tab_panel p, .he_tab_panel ul, .he_tab_panel ol {
	font-size: 14px;
	line-height: 20px;
	margin: 10px 0 0 0;
	padding: 0;
}
.he_tab_panel li {
	margin-left: 25px;
}
.he_tab_panel h1 {
	margin: 0 0 8px 0;
	padding: 0;
	font-size: 22px;
	font-weight: normal;
}
.he_tab_panel h1 span {
	font-size: 14px;
	padding-left: 10px;
	font-weight: normal;
}
.he_tab_panel h2.specialties {
	font-size: 18px;
	font-weight: normal;
	clear: none;
	margin: 0 0 0 0;
	padding: 0;
}
.he_tab_panel h2.specialties a {
	color: #267A5B;
}
.he_tab_panel blockquote {
	margin: 0 0 10px 0;
	font-style: italic;
	font-size: 16px;
}


/* page tools sidebar */

#he_page_tools {
	border: 1px solid #FAF9F3;
	border-top-width: 2px;
	margin: 10px 10px 0 0;
	padding: 10px;
	font-size: 12px;
}
#he_page_tools a {
	color: #57564e;
}
#he_page_tools select {
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-family: Helvetica, Arial, sans-serif;
}

/* new standard for sharing tools */
#he_panel_tools {
	text-align: right;
	font-size: 12px;
	line-height: 16px;
	height: 20px;
	position: relative;
	top: -2px;
}
#he_panel_tools-a {
	float: right;
}
#he_panel_tools a {
	margin-left: 5px;
}

/* home page */
#he_home {
	
}
#he_home li {
	margin: 0 0 5px 20px;
}
#he_home_photos {
	width: 325px;
	height: 223px;
	float: left;
	margin-right: 10px;
}
#he_home_photos img {
	width: 64px;
	height: 74px;
	float: left;
	display: block;
	margin: 0 1px 1px 0;
	border: 0;
}
#he_home_blog1 {
	float: left;
	border: 5px solid #E4F3E0;
	width: 230px;
	height: 250px;
	margin-right: 10px;
	padding: 10px;
}
#he_home_blog2 {
	float: left;
	border: 5px solid #e0edf3;
	width: 230px;
	height: 250px;
	margin-right: 10px;
	padding: 10px;
}
#he_home_blog3 {
	float: left;
	border: 5px solid #F3F2E8;
	width: 230px;
	height: 250px;
	padding: 10px;
}

#he_home p, #he_home li {
	font-size: 12px;
}
#he_home h3 {
	font-size: 16px;
	font-weight: normal;
	margin: 10px 0 0 0;
}

#he_home table {
	width: 100%;
	margin-top: 10px;
	font-size: 12px;
	border-collapse: collapse;
}
#he_home th {
	border-top: 1px solid: #BFBDAC;
	border-bottom: 3px double #BFBDAC;
	padding: 5px;
	font-size: 12px;
}
#he_home td {
	padding: 5px;
	border: 1px solid #E8E8DF;
}
#he_home thead th {
	font-weight: bold;
	text-align: left;
}

.he_home_blog .logo {
	height: 50px;
}
.he_home_blog .logo h3 {
	margin: 0;
	padding-top: 8px;
	font-size: 16px;
	line-height: 18px;
	font-weight: normal;
}
.he_home_blog p {
	font-size: 12px;
	color: #333;
	margin: 10px 0;
	padding: 0;
}
.he_home_blog ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.he_home_blog ul li {
	margin: 7px 0 0 0 !important;
}
.he_home_blog ul li h4 {
	margin: 0;
	padding: 0;
	font-size: 12px;
	line-height: 16px;
	font-weight: normal;
}

/* doctor styles */

#he_doctor {
	font-size: 14px;
}
#he_doctor #he_panel_contact {
	padding-bottom: 30px;
	margin-bottom: 10px;
}

#he_doctor_profile {
	margin: 0 30px;
	border-bottom: 1px solid #bfbdac;
	margin-bottom: 15px;
	padding-bottom: 10px;
	position: relative;
	
}

#he_doctor_profile.platinum {
	border: 1px solid #ccccbb;
	border-top: 2px solid #ccccbb;
	border-bottom: 1px solid #ccccbb;
	padding: 18px;
	margin: 10px;
	background-color: #F8F9ED;
}

#he_doctor_platinum_badge {
	position: absolute;
	top: -9px;
	left: 50%;
	margin-left: -80px;
}

#he_doctor_photo {
	width: 160px;
	float: left;
	margin-right: 15px;
	margin-bottom: 10px;
}
#he_doctor_photo img {
	border: 1px solid #BFBDAC;
	width: 158px;
}
#he_doctor_photo img.platinum {
	border: 0;
	margin-top: 5px;
}
#he_doctor_info {
	margin-left: 170px;
	width: 545px;
}
#he_doctor_info.no_photo {
	margin-left: 0;
	float: left;
}
#he_doctor h1 {
	margin: 0 0 8px 0;
	padding: 0;
	font-size: 26px;
	font-weight: bold;
}
#he_doctor h1 abbr {
	margin-right: 5px;
}

#he_doctor h2.specialties {
	font-size: 14px;
	font-weight: normal;
	clear: none;
	margin: 0 0 0 0;
	padding: 0;
}
#he_doctor h2.specialties a {
	margin-right: 10px;
	color: #267A5B;
}

#he_doctor p.verified, #he_service p.verified {
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	background: #EEFFEE;
	border: 1px solid #26795B;
	color: #26795B;
	float: left;
	font-size: 12px;
	margin-top: 0;
	padding: 0 5px;
}

#he_doctor p.verified {
	margin-right: 30px;
}

#he_service p.verified {
	margin-right: 30px;
}

#he_doctor p.verified span, #he_service p.verified span {
	margin-right: 3px;
}

.doc_int_pro {
	width: 260px;
	float: left;
	margin: 0 0 15px 0;
}
.doc_int_pro h3 {
	font-size: 14px;
	margin: 20px 0 5px 0;
	padding: 0;
}
.doc_int_pro ul {
	margin: 0;
	padding: 0;
}
.doc_int_pro li {
	font-size: 14px;
	line-height: 18px;
}
#he_doctor dl {
	margin: 0;
	overflow: auto;
}
#he_doctor dt {
	float: left;
	width: 60px;
	font-weight: bold;
	line-height: 18px;
	margin-bottom: 3px;
}
#he_doctor dd {
	float: left;
	width: 440px;
	line-height: 18px;
	margin-bottom: 3px;
}

#he_doctor #intro_blurb { padding: 0 20px 10px 0; }

#he_doctor h2 {
	margin: 0;
	font-size: 18px;
}
#he_doctor h3 {
	margin: 10px 0 0 0;
}
#he_doctor blockquote.tagline {
	margin: 10px 0 0 0;
	color: #000;
	font-weight: bold;
}
#he_doctor .leftHalf {
	width: 50%;
	float: left;
}
#he_doctor .rightHalf {
	width: 50%;
	float: left;
}
#he_doctor table {
	margin-top: 10px;
}
#he_doctor table.data td {
	padding-right: 15px;
}

#he_doctor_contact {
	clear: both;
	margin: 0 30px;
	padding-top: 10px;
}

#he_doctor_map {
	clear: right;
	float: right;
	margin-top: 40px;
	width: 350px;
	height: 320px;
	display: block;
	border: 1px solid #BFBDAC;
}
#he_doctor_map.basic {
	height: 240px;
}

#he_doctor_health_providers {
	clear: right;
	float: right;
	width: 350px;
	display: block;
	margin-top: -10px;
}

#he_doctor_health_providers h3 {}

#he_doctor_health_providers .hp-block {
	display: block;
	padding-top: 20px;
	width: 175px;
}

#he_doctor_health_providers .hp-tick {
	float: left;
	height: 32px;
	padding-right: 20px;
}

#he_doctor_health_providers .hp-logo {
	float: left;
	height: 30px;
	margin-top: 1px;
}

#he_doctor_locations {
	width: 350px;
}
#he_doctor_locations h2 {
	font-size: 16px;
}
#he_doctor_locations h3 {
	font-size: 16px;
	margin: 0;
	font-weight: normal;
}
#he_doctor_locations dl {
	font-size: 14px;
	line-height: 18px;
	margin: 5px 0 0 0;
}
#he_doctor_locations dt {
	float: left;
	width: 60px;
	font-weight: bold;
	margin-top: 5px;
}
#he_doctor_locations dd {
	float: left;
	width: 250px;
	margin-top: 5px;
}
dd.tel {
	font-size: 18px;
}
.doctor_location {
	overflow: auto;
	width: 358px;
	padding: 10px 0;
	margin-bottom: 10px;
	border-top: 1px solid #BFBDAC;
	border-bottom: none;
}
#he_doctor_locations .primary {
	border-top: none;
	border-bottom-width: 1px;
}

.he_doctor_interests li {
	float: left;
	width: 46%;
}

a.type_m { color: #267a5b; }
a.type_a { color: #0D3878; }
a.type_c { color: #410542; }

/* service styles */
#he_service #he_panel_contact {
	padding-bottom: 30px;
}
#he_service h1 {
	margin: 0 0 8px 0;
	padding: 0;
	font-size: 26px;
	font-weight: bold;
}
#he_service h2 {
	margin: 0;
	font-size: 18px;
}
#he_service h3 {
	margin: 10px 0 0 0;
	font-size: 14px;
}
#he_service h2.specialties {
	font-size: 14px;
	line-height: 22px;
	font-weight: normal;
	clear: none;
	margin: 0 0 0 0;
	padding: 0;
}
#he_service h2.specialties a {
	color: #267A5B;
	margin-right: 10px;
}
#he_service blockquote.tagline {
	margin: 10px 0 0 0;
	color: #000;
	font-weight: bold;
}
#he_service #intro_blurb { padding: 0 20px 10px 0; }

#he_service dl {
	margin: 0;
	font-size: 14px;
	width: 380px;
	overflow: auto;
}
#he_service dt {
	float: left;
	width: 70px;
	font-weight: bold;
	margin-top: 15px;
	line-height: 18px;
	clear: left;
}
#he_service dd {
	margin-top: 15px;
	float: left;
	width: 250px;
	line-height: 18px;
}
#he_service dd.tel {
	font-size: 18px;
}
#he_service dd span.day {
	float: left;
	width: 120px;
}
#he_service .leftHalf {
	width: 50%;
	float: left;
}
#he_service .rightHalf {
	width: 50%;
	float: left;
}
#he_service ul.he_services_list li {
	width: 46%;
	float: left;
	line-height: 22px;
}

#he_service_photo {
	width: 320px;
	float: right;
	margin-left: 10px;
}
#he_service_photo img {
	width: 300px;
	margin-bottom: 10px;
	border: 1px solid #CCC;
	// background-color: #FFF;
	padding: 10px;
}
#he_service_photo img.platinum {
	border: none;
	padding: 0;
	background: none;
	width: auto;
	margin-left: 80px;
}
#he_service_map {
	width: 320px;
	height: 320px;
	display: block;
	position: relative;
	font-size: 14px;
	border: 1px solid #BFBDAC;
}

#he_service table.he_table {
	width: 100%;
	margin-top: 10px;
	font-size: 14px;
	border-collapse: collapse;
}
#he_service table.he_table th {
	border-top: 1px solid #BFBDAC;
	border-bottom: 3px double #BFBDAC;
	padding: 5px;
	font-size: 12px;
}
#he_service table.he_table td {
	padding: 5px;
	border: 1px solid #E8E8DF;
}
#he_service table.he_table thead th {
	font-weight: bold;
	text-align: left;
	cursor: pointer;
}
#he_service table.he_table th.headerSortUp {
	background: url('../img/table_sort_asc.gif') no-repeat right center;
}
#he_service table.he_table th.headerSortDown {
	background: url('../img/table_sort_desc.gif') no-repeat right center;
}
#he_service table.he_table tbody tr.odd td {
	background-color: #E8E8DF;
}

#he_doctor p.claim-text, #he_service p.claim-text {
}

#he_doctor p.claim-text {
	padding-bottom: 20px;
}

#he_service p.claim-text {
	padding-bottom: 20px;
}

#he_doctor p.claim-text a, #he_service p.claim-text a {
	background: #FFFFDD;
	color: #26795B;
	display: block;
	float: left;
	font-size: 12px;
	font-weight: bold;
	padding: 5px 10px;
	text-decoration: underline;
}

#he_doctor hr, #he_service hr {
	background: #BFBDAC;
	border: none;
	clear: both;
	color: #BFBDAC;
	height: 1px;
	margin-bottom: 40px;
	position: relative;
	top: 20px;
}

.near_service {
	width: 380px; margin: 10px 20px 0 0; float: left; overflow: auto;
}
.near_service_img {
	float: left; margin-right: 6px; display: block; height: 70px; overflow: hidden;
}
.near_service_name {
	font-size: 16px; line-height: 18px;
}
.near_service_desc {
	font-size: 13px; line-height: 16px; margin-top: 2px;
}


#utilities {
	background: #E9EADF;
	border-bottom: 2px solid #BFBDAC;
	clear: both;
	display: block;
	font-size: 12px;
	min-height: 40px;
	margin: 0;
	margin-bottom: 20px;
	padding: 18px 30px 0 30px;
}

#address-book {
	display: block;
	float: left;
	margin: 0;
	width: 580px;
}

#print-email {
	display: block;
	position: relative;
	top: -2px;
	float: right;
	text-align: right;
	font-size: 12px;
	line-height: 16px;
}

#print-email a {
	margin-left: 5px;
}

#doc_extras {
	margin: 0 30px 20px 0;
}

#grp_extras {
	margin-bottom: 20px;
}

#doc_extras h3, #grp_extras h3 {
	font-size: 14px;
}

#doc_extras p, #grp_extras p {
	font-size: 12px;
	margin-top: 0;
}

.staffToggle {
	display: none;
}

#staffToggleLink {
	color: #0882CE;
	cursor: pointer;
	position: relative;
	text-align: right;
	text-decoration: underline;
	top: 5px;
}

#search-encourager {
	background: #FFFFDD;
	border-bottom: 2px solid #F3D541;
	border-top: 2px solid #F3D541;
	clear: both;
	display: block;
	font-size: 14px;
	height: auto;
	margin-bottom: 20px;
	padding: 15px 30px;
	position: relative;
	top: 20px;
}
/*
#he_service tr.stripe td {
	background-color: #E8E8DF;
} */

#he_article p, #he_article ul {
	font-size: 12px;
	line-height: 20px;
	margin: 5px 0 0 0;
}
#he_article h2 {
	font-size: 16px;
	margin: 15px 0 0 0;
}

/* drop down index styles */
#he_medical_index { border: 5px solid #98C44F; }
#he_allied_index { border: 5px solid #3E72AE; }
#he_complementary_index { border: 5px solid #742262; }
#he_medical_index a { color: #267A5B; }
#he_allied_index a { color: #3E72AE; }
#he_complementary_index a { color: #742264; }

div.he_index {
	width:647px;
	height: 440px;
	color: #222;
	position: absolute;
	left: 50%;
	top: 34px;
	margin-left: -270px;
	display: none;
	background-color: #FFF;
	z-index: 1000;
}

/* footer styles */
#he_footer {
	clear: both;
	padding-top: 10px;
	padding-left: 180px;
	width: 800px;
	margin: 20px auto 20px auto;
	font-size: 12px;
	line-height: 16px;
	border-top: 3px solid #EEE;
	color: #666;
}
#he_footer p {
	margin: 0 0 10px 0;
}
p.he_footer_block {
	width: 200px;
	float: left;
}

/* index styles */
div.he_index {
	color: #222;
	position: absolute;
	left: 50%;
	top: 34px;
	margin-left: -270px;
	display: none;
	background-color: #FFF;
}
div.index_frame {
	padding: 20px;
	width:607px;
	height: 400px;
	overflow-y: scroll;
}

div.he_index h3 {
	font-size: 14px;
	margin: 10px 0 5px 0;
	padding: 0;
}
div.he_index ul {
	margin: 0;
	padding: 0;
	width: 100%;
	overflow: auto;
}
div.he_index li {
	font-size: 14px;
	line-height: 20px;
	width: 47%;
	float: left;
	margin-left: 15px;
}
div.he_index li a {
	text-decoration: none;
}
div.he_index li a:hover {
	text-decoration: underline;
}
div.he_index h2 {
	font-weight: normal;
	font-size: 20px;
	margin: 0;
	padding: 0;
}


fieldset {
	padding: 10px 20px;
	border: 2px solid #bfbdac;
	margin-top: 20px;
}
fieldset legend {
	font-size: 18px;
}

fieldset input, fieldset option, fieldset textarea, fieldset select {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
}

fieldset label {
	font-weight: bold;
	font-size: 14px;
}

fieldset input.text, fieldset textarea.textarea {
	width: 250px;
}
fieldset textarea.textarea { height: 70px; }
fieldset textarea.medium { height: 100px; }
fieldset textarea.wide { width: 100%; }
fieldset textarea.double { width: 580px; }
fieldset textarea.large { height: 150px; }
fieldset input.firstName { width: 90px; }
fieldset input.middleNames { width: 150px; }
fieldset input.lastName { width: 150px; }
fieldset select.state { width: 120px; }
fieldset input.postcode { width: 120px; }
fieldset select.select { width: 250px; }

fieldset div.buttons {
	text-align: right;
	margin-right: 70px;
	margin-top: 10px;
}
fieldset div.leftHalf {
	width: 50%; float: left;
}
fieldset div.rightHalf {
	width: 50%; float: left;
}

fieldset p {
	width: auto;
}

fieldset p.error {
	background: url('/templates/library/icons/exclamation.png') left top no-repeat;
	padding-left: 20px;
	font-weight: bold;
	font-size: 14px;
}
fieldset p.success {
	background: url('/templates/library/icons/accept.png') left top no-repeat;
	padding-left: 20px;
	font-weight: bold;
	font-size: 14px;
}