/* -----------------------------------*/
/* ---------->>> GENERAL <<<----------*/
/* -----------------------------------*/


body {
	background-color: #e0dcac
}


/* -----------------------------------*/
/* ---------->>> FOOTER <<<-----------*/
/* -----------------------------------*/


#footer,#extra_footer {
	font-size: 11px;
}



/* -----------------------------------*/
/* --------->>> HEADINGS <<<----------*/
/* -----------------------------------*/

.entry_header h2 {
	display: none;
}

/*#header h1 a {
	color: #000000;
}*/



/* -----------------------------------*/
/* ----------->>> LINKS <<<-----------*/
/* -----------------------------------*/

a:link, a:visited {
	color: #5d8701;
	font-weight: bold;
	text-decoration: none;
}

a:active, a:hover {
	color: #016987;
	text-decoration: underline;
}

/* Patient Testimonial Page Left Menu Links */

.patient_testimonial a:link, .patient_testimonial a:visited {
	color: #b60000;
	font-size: 14px;
	font-weight:bold;
	text-decoration: none;
}

.patient_testimonial a:hover {
	color: #016987;
	text-decoration: underline;
}


/* Back to Top Links */

.backtotop a:link, .backtotop a:visited {
	color: #666666;
	text-decoration: none;
	font-size: 12px;
	font-weight:bold;
}

.backtotop a:hover {
	color: #016987;
	text-decoration: underline;
}

/* Sidebar */

#sidebar li li {
	list-style-image: none;
	list-style-type: square;
	padding: 0 0 3px 0;	
}


.sidebar li li a:link, .sidebar li li a:visited {
	color: ##5D8701;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}


/* -----------------------------------*/
/* ----------->>> NAVBAR <<<----------*/
/* -----------------------------------*/

.custom #navbar {
	background: #fffbd5;
}

.navbar a:link, .navbar a:visited {
	color: #423428;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}

.navbar a:active, .navbar a:hover {
	color: #423428;
	text-decoration: underline;
}

/* -----------------------------------*/
/* ---------->>> SIDEBAR <<<----------*/
/* -----------------------------------*/


.sidebar hr {
	width: 20px !important;
}

.sidebar li li a:hover {
	color: #016987;
	text-decoration: underline;
}

#sidebar li li {
	list-style-image: none;
	list-style-type: square;
	padding: 0 0 3px 0;	
}


.sidebar li li a:link, .sidebar li li a:visited {
	color: ##5D8701;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}

.sidebar ul ul {
	margin-left: 0px;
}


/* -----------------------------------*/
/* ----->>> HOLISTIC LAB PAGE <<<-----*/
/* -----------------------------------*/


/* rollover images for holistic labs page */

#rollover_adrenal {
	background: url('/wp/wp-content/uploads/image/AdrenalStudiesButton.jpg') no-repeat 0 0;
	display: block;
	height: 102px;
	width: 202px;
}

#rollover_adrenal:hover { 
	background-position: 0 -102px;
}

#rollover_adrenal span {
	display: none;
}

#rollover_female {
	background: url('/wp/wp-content/uploads/image/FemaleHormonalButton.jpg') no-repeat 0 0;
	display: block;
	height: 102px;
	width: 202px;
}

#rollover_female:hover { 
	background-position: 0 -102px;
}

#rollover_female span {
	display: none;
}

#rollover_hair {
	background: url('/wp/wp-content/uploads/image/HairToxicButton.jpg') no-repeat 0 0;
	display: block;
	height: 102px;
	width: 202px;
}

#rollover_hair:hover { 
	background-position: 0 -102px;
}

#rollover_hair span {
	display: none;
}

#rollover_neurotransmitter {
	background: url('/wp/wp-content/uploads/image/NeuroTransmitterButton.jpg') no-repeat 0 0;
	display: block;
	height: 102px;
	width: 202px;
}

#rollover_neurotransmitter:hover { 
	background-position: 0 -102px;
}

#rollover_neurotransmitter span {
	display: none;
}

#rollover_otherlabs {
	background: url('/wp/wp-content/uploads/image/OtherLabs.jpg') no-repeat 0 0;
	display: block;
	height: 102px;
	width: 202px;
}

#rollover_otherlabs:hover { 
	background-position: 0 -102px;
}

#rollover_otherlabs span {
	display: none;
}

#rollover_parasite {
	background: url('/wp/wp-content/uploads/image/ParasiteButton.jpg') no-repeat 0 0;
	display: block;
	height: 102px;
	width: 202px;
}

#rollover_parasite:hover { 
	background-position: 0 -102px;
}

#rollover_parasite span {
	display: none;
}

#rollover_toxicity {
	background: url('/wp/wp-content/uploads/image/ToxicityProfileButton.jpg') no-repeat 0 0;
	display: block;
	height: 102px;
	width: 202px;
}

#rollover_toxicity:hover { 
	background-position: 0 -102px;
}

#rollover_toxicity span {
	display: none;
}


/* -----------------------------------*/
/* >> SUCCESS STORIES WORKSHOP PAGE < */
/* -----------------------------------*/


#rollover_successstories {
	background: url('/wp/wp-content/uploads/image/SuccessStories.jpg') no-repeat 0 0;
	display: block;
	height: 250px;
	width: 100px;
}

#rollover_successstories:hover { 
	background-position: 0 -251px;
}

#rollover_successstories span {
	display: none;
}


/* -----------------------------------*/
/* ---->>> DEFINTION HOVER BOX <<<----*/
/* -----------------------------------*/

a.def_thyroid {
	color: #000000;
	font-weight: normal;
	text-decoration: underline;
}
 
a.def_thyroid span {
	display: none;
}
 
a.def_thyroid:hover {
	color: #000000;
	font-weight: normal;
	position: relative;
	text-decoration: underline;
}
 
a.def_thyroid:hover span {
	background: #EEEEEE;
	border: thin solid black;
	color: black;
	display: block;
	left: 1.5em;
	padding: .25em;
	position: absolute;
	top: 1.5em;
	width: 20em;
}


/* -----------------------------------*/
/* ------->>> MISCELLANOUS <<<--------*/
/* -----------------------------------*/

/ * remove all borders around images used for links */

a img {
	border: none; 
}


/* remove search from navbar */

#search_form {
	display: none;
}

#rollover_patienttestimonial {
	display: block;
	width: 152px;
	height: 98px;
	background: url('/wp/wp-content/uploads/image/submittestimonialrollover.jpg') no-repeat 0 0;
}

#rollover_patienttestimonial:hover { 
	background-position: 0 -98px;
}

#rollover_patienttestimonial span {
	display: none;
}

/* Healthcare Quiz Form Customization */

body.quiz {
	background: #423429;
}

table.quiz {
	background: #fffbd5;
	border: 1px solid #696969;
	font-family: Trebuchet MS;
	font-size: 10px;
}

table.quizbottom {
	background: #fffbd5;
	border: 0px;
	padding: 10px;
	font-family: Trebuchet MS;
	font-size: 10px;
}

td.quiz {
	background: #e0dcac;
	border-bottom: 1px solid #696969;
	font-family: Trebuchet MS;
	font-size: 10px;
	padding: 10px;
	vertical-align: top;
}

td.quizbottom {
	background: #e0dcac;
	border-bottom: 1px solid #2a3c4a;
	padding: 20px;
	font-family: Trebuchet MS;
	font-size: 10px;
}


td.quizleft {

	border-right: 1px solid #696969;
	border-bottom: 1px solid #696969;
	font-family: Trebuchet MS;
	font-size: 10px;
	padding: 3px;
	vertical-align: top;
}

td.quizlightbg {
	background: #fffbd5;
	border: 0px;
	border-bottom: 1px solid #000000;
	font-family: Trebuchet MS;
	font-size: 10px;
	padding: 10px;
}

td.quiznumber {

	border-right: 1px solid #696969;
	border-bottom: 1px solid #696969;
	color: #706140;
	font-family: Trebuchet MS;
	font-size: 12px;
	font-weight: bold;
	vertical-align: top;
}

td.quizQ {
	background: #fffbd5;
	border-bottom: 1px solid #2a3c4a;
	font-family: Trebuchet MS;
	font-size: 12px;
	padding: 3px 3px 3px 10px;
	vertical-align: top;
}

td.quizrequiredfield {
	color: #b60000;
	font-family: Trebuchet MS;
	font-size: 10px;
	text-align: left;
}

td.quiztop {
	background: #e0dcac;
	border-bottom: 1px solid #696969;
	font-family: Trebuchet MS;
	font-size: 10px;
	padding:20px 0;
}

/* thank you page from quiz */

table.thankyou {
	border: 1px solid #696969;
}