/* CSS Document */
/* PRACTITIONER OD MODS */

/* _____________________________ */
/* originally defined in main.css*/

		/* apply to all publication pages */
		#member-box a#members { background:#999999; }  
		a:hover#members { color: #CCCCCC; }
		#breadcrumbs {background: #000000;}
		h3 { color: #3D505A; }
		h4 { color: #ec681c; }
		#footer p { color: #3D505A; }
		#page {background-image:none; }
        #page{position:relative;}
		ul#nav1{padding-left:0; width: 600px; position:absolute; top:144px; left: 169px;}
		* html img.pub-img{margin-left:-3px;} /*fixes image alignment for IE*/
		#identity{display:none;}
		#member-box{padding-top: 25px}
		
/* images */
#content .space {
	background: url(../images/design/odn-content-header-PUBS.gif) repeat-x #fff;
}
#footer {
	background: url(../images/design/odn-pub-practitioner-footer.gif) no-repeat left top;
}
#main-body {
	background: url(../images/design/odn-pub-prac-contentbox-bg.gif);
}
		
h2 { color:#a38e43; } /* DARK */
html { background-color: #faebb8; } /* LIGHT */
#main-body { background-color: #faebb8; } /* LIGHT */

#sidebar a dl.green {
	background: #f6da7a;
	border-bottom: 16px solid #f1c633;

}

#sidebar a:hover dl.green  {
	background-color: #F3CF52;
	border-bottom-width: 16px;
	border-bottom-style: solid;
	border-bottom-color: #DDAE0F;
}

#sidebar a dl.blue {
	background: #fac493;
	border-bottom: 16px solid #f37b10;
}

#sidebar a:hover dl.blue {
	background-color: #F9B171;
	border-bottom-width: 16px;
	border-bottom-style: solid;
	border-bottom-color: #CE670B;
}

#sidebar a dl.orange {
	background: #c9d1e5;
	border-bottom: 16px solid #94a4cc;
}

#sidebar a:hover dl.orange {
	background-color: #AAB7D7;
	border-bottom-width: 16px;
	border-bottom-style: solid;
	border-bottom-color: #5C74B1;
}

#sidebar a dl.yellow  {
	background: #bfe0d5;
	border-bottom: 16px solid #8dc7b4;
}
#sidebar a:hover dl.yellow {
	background-color: #9FD0C0;
	border-bottom-width: 16px;
	border-bottom-style: solid;
	border-bottom-color: #57AC91;
}


/* ______________________________________ */
/* originally defined in p7tmbasicbut.css */

		
div#p7TMnav div a { background-color:#faebb8; } /* LIGHT */
div#p7TMnav div a:hover { background-color:#fcf2d0; }

#nav1 a:hover {
	background-color: #a38e43; /* DARK */
}

#homelink a {
	color: #a38e43;  /* DARK */
}

#homelink a:hover {
	background-color: #ffffff;
	color: #a38e43;
}

