@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background:white; 
	background-color:#a0e1da;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #333;
}
.twoColFixRtHdr #container { 
	width: 780px;  
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
/*	border: 1px solid #888;*/
	text-align: left; /* this overrides the text-align: center on the body element. */
	background:white;
} 
.twoColFixRtHdr #header { 
	/*background:#fdc5ab;*/ /* needed to prevent a thin horizontal line between the bottom of the header image and the top of the menu in IE6 */
						/* match style for "div#MainMenuContainer li a",
						   "div#MainMenuContainer ul.level1 li.submenu:hover ul.level2",  and
						   "div#MainMenuContainer ul.level2 li.submenu:hover ul.level3" */
	margin:0;
	padding: 0px 0px 0 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	
	height:164px;	/* eliminates thin horizontal line mentioned above; works for IE7, not for IE6 */
} 
.twoColFixRtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

#shadowleft {
	width: 810px;  
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	background: url('../images/left-shadow.jpg') top left;
	background-repeat:repeat-y;
}
#shadowright {
	width: 810px;  
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	background: url('../images/right-shadow.jpg') top right;
	background-repeat:repeat-y;
}


/*                 */
/* Navigation Menu */
/*                 */
#MainMenuContainer {
	/*background-color:green;*/ 
	width:778px/*780px*/; 
	margin: 0 0 0 0; 
	padding:0;
	behavior: url(csshover.htc); /* For IE6 Win */
}
div#MainMenuContainer { height:3.15em;font-size:small; border:2px solid #a83a17; /*border-bottom:2px solid white/*#a83a17*/;  }
			/* height is needed to get borders on left/right/bottom in Firefox */
div#MainMenuContainer {margin: 0; }
div#MainMenuContainer ul {margin: 0; padding: 0; /*background: green;*/}
div#MainMenuContainer li {position: relative; list-style: none; margin: 0; float:left; text-align:center;}


/* Home Page */
div#MainMenuContainer li a:hover { background-color:#fee3d6;  }
div#MainMenuContainer li a {display: block; padding:1em 0; text-decoration: none; color:#a83a17; background-color:#fdc5ab; font-weight:bold; }
div#MainMenuContainer ul.level1 li.submenu:hover ul.level2, 
  div#MainMenuContainer ul.level2 li.submenu:hover ul.level3 {display:block; background-color:#fdc5ab; 
  		border-bottom:2px solid #a83a17; border-left:2px solid #a83a17; border-right:2px solid #a83a17;}  
 /* About Judy */
div#AboutJudy #MainMenuContainer { font-size:small; border:2px solid #1d507c; }
div#MainMenuContainer #AboutJudyMenu  li a:hover { color:#1d507c; background-color:#c0e0fc }
div#MainMenuContainer #AboutJudyMenu li a {display: block; padding:1em 0; text-decoration: none; color:#1d507c; background-color:#85b6e0; font-weight:bold;}
div#MainMenuContainer #AboutJudyMenu ul.level1 li.submenu:hover ul.level2, 
  div#MainMenuContainer ul.level2 li.submenu:hover ul.level3 {display:block; background-color:#85b6e0;
	  border-bottom:2px solid #1d507c; border-left:2px solid #1d507c; border-right:2px solid #1d507c;}

/* Testimonials */
div#Testimonials #MainMenuContainer { font-size:small; border:2px solid #cb3c94; }
div#MainMenuContainer #TestimonialMenu  li a:hover { color:#cb3c94; background-color:#ffdff7;}
div#MainMenuContainer #TestimonialMenu li a {display: block; padding:1em 0; text-decoration: none; color:#cb3c94; background-color:#f9b9eb; font-weight:bold;}
div#MainMenuContainer #TestimonialMenu ul.level1 li.submenu:hover ul.level2, 
  div#MainMenuContainer ul.level2 li.submenu:hover ul.level3 {display:block; background-color:#85b6e0;
	  border-bottom:2px solid #cb3c94; border-left:2px solid #cb3c94; border-right:2px solid #cb3c94;}
 
/* About Hypnosis */
div#AboutHypnosis #MainMenuContainer { font-size:small; border:2px solid #307f5f;}
div#MainMenuContainer #AboutHypnosisMenu  li a:hover { color:#307f5f; background-color:#ddfdb2}
div#MainMenuContainer #AboutHypnosisMenu li a {display: block; padding:1em 0; text-decoration: none; color:#307f5f; background-color:#a4d85f; font-weight:bold;}
div#MainMenuContainer #AboutHypnosisMenu ul.level1 li.submenu:hover ul.level2, 
  div#MainMenuContainer ul.level2 li.submenu:hover ul.level3 {display:block; background-color:#85b6e0;
	  border-bottom:2px solid #307f5f; border-left:2px solid #307f5f; border-right:2px solid #307f5f;}

/* Contact */
div#Contact #MainMenuContainer { font-size:small; border:2px solid #93610c; }
div#MainMenuContainer #ContactMenu  li a:hover { color:#93610c; background-color:#ffe5b6}
div#MainMenuContainer #ContactMenu li a {display: block; padding:1em 0; text-decoration: none; color:#93610c; background-color:#f8ce88; font-weight:bold;}
div#MainMenuContainer #ContactMenu ul.level1 li.submenu:hover ul.level2, 
  div#MainMenuContainer ul.level2 li.submenu:hover ul.level3 {display:block; background-color:#f8ce88;
	  border-bottom:2px solid #93610c; border-left:2px solid #93610c; border-right:2px solid #93610c;}
 
/* Bone-us & DogBlog */
div#Bonus #MainMenuContainer { font-size:small; border:2px solid #307f5f; }
div#MainMenuContainer #BonusMenu  li a:hover { color:#307f5f; background-color:#d5f9d2}
div#MainMenuContainer #BonusMenu li a {display: block; padding:1em 0; text-decoration: none; color:#307f5f; background-color:#8be085; font-weight:bold;}
div#MainMenuContainer #BonusMenu ul.level1 li.submenu:hover ul.level2, 
  div#MainMenuContainer ul.level2 li.submenu:hover ul.level3 {display:block; background-color:#f8ce88;
	  border-bottom:2px solid #307f5f; border-left:2px solid #307f5f; border-right:2px solid #307f5f;}

/*div#MainMenuContainer li.submenu {background: url(/dropmenu.gif) 95% 50% no-repeat;}*/
/*div#MainMenuContainer li.submenu:hover {background-color:green;}*/

#home_menu { width:83px; padding-left:0px;}
#aboutjudy_menu { width: 135px; }
#testimonials_menu { width:155px; }
#abouthyp_menu {width:185px; }
#whatitcando_menu {width:185px; }	/* match #abouthyp_menu */
#hypnosisfaq_menu {width:185px; }	/* match #abouthyp_menu */
#contact_menu {width:110px; }
#bone-us_menu {width:110px;}
#creative_menu  {width:109px;} /* need an extra pixel for some reason to match #contact_menu */
#dogblog_menu   {width:109px;} /* need an extra pixel for some reason to match #contact_menu */
/*div#MainMenuContainer>ul a {width: auto;}*/
div#MainMenuContainer ul ul {position: absolute; /*width: 7em;  */display: none;}
/*div#MainMenuContainer ul ul li {border-bottom: 1px solid #CCC;}*/
div#MainMenuContainer li.submenu li.submenu {background: url(submenu.gif) 95% 50% no-repeat;}
/*div#MainMenuContainer li.submenu li.submenu:hover {background-color: #EDD;}*/

div#MainMenuContainer ul.level2 {top: 3.1em; left: -1px;}
div#MainMenuContainer ul.level3 {top: -1px; left: 7em; }



/*         */
/* Sidebar */
/*         */
.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 200px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
/*	background:url(../images/sidebar_gradient.gif) repeat-x; *//* the background color will be displayed for the length of the content in the column, but no further */
	background:white;
	margin:0;
	padding: 20px 10px;
/*	border-left:1px solid #fdc5ab;*/
}
.twoColFixRtHdr #sidebar1 h2 {
	background:url(../images/h2background-sidebar.jpg);
	background-repeat:no-repeat;
	padding:19px 0 7px 45px;
	margin: 10px 0 0 0;
	color:#93610c;
	font-size:100%;
}
.twoColFixRtHdr #sidebar1 #home_sb h2 {
	background:url(../images/h2bg-orange-pink-sbar.jpg);
	background-repeat:no-repeat;
	padding:19px 0 7px 45px;
	margin: 10px 0 0 0;
	color:#a83a17;
	font-size:100%;
}
.twoColFixRtHdr #sidebar1 #aboutjudy_sb h2 {
	background:url(../images/h2background-blue-sbar.jpg);
	background-repeat:no-repeat;
	padding:19px 0 7px 45px;
	margin: 10px 0 0 0;
	color:#1d507c;
	font-size:100%;
}
.twoColFixRtHdr #sidebar1 #testimonials_sb h2 {
	background:url(../images/h2bg-pink-sbar.jpg);
	background-repeat:no-repeat;
	padding:19px 0 7px 45px;
	margin: 10px 0 0 0;
	color:#cb3c94;
	font-size:100%;
}
.twoColFixRtHdr #sidebar1 #abouthyp_sb h2 {
	background:url(../images/h2bg-green-sbar.jpg);
	background-repeat:no-repeat;
	padding:19px 0 7px 45px;
	margin: 10px 0 0 0;
	color:#307f5f;
	font-size:100%;
}
.twoColFixRtHdr #sidebar1 #bone-us_sb h2 {
	background:url(../images/h2bg-lightgreen-sbar.jpg);
	background-repeat:no-repeat;
	padding:19px 0 7px 45px;
	margin: 10px 0 0 0;
	color:#307f5f;
	font-size:100%;
}
.twoColFixRtHdr #sidebar1 h3 {
	margin:10px 0 0 0;
	font-size:80%;
}
.twoColFixRtHdr #sidebar1 p {
	font-size:80%;
	line-height:130%;
	margin: 5px 0 0 0;
}
.twoColFixRtHdr #sidebar1 ul {
	margin:0 8px;
	padding:0;
}
.twoColFixRtHdr #sidebar1 li {
	font-size:80%;
	margin:0;
	padding:0.5em 0 0 0;
	list-style:inside;
	}

/*              */
/* Main Content */
/*              */
.twoColFixRtHdr #mainContent { 
width:510px;
	margin: 0 0px 0 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 15px 20px; 
	background-color:white;
/*	border-right:1px solid gray;*/
} 
.twoColFixRtHdr #mainContent h1,h2,h3,h4,h5,h6 {
	color:#333;
	text-align: center;
}
#homeborder {
/* Margins and padding here counteracts padding on ".twoColFixRtHdr #mainContent" to end up
   with the border in the same location as when it was applied in ".twoColFixRtHdr #mainContent" 
   but allows setting the border color independently on each page */
	padding:15px 20px;
	margin:-15px -20px;
	border-right:1px solid #fdc5ab;
	}
#aboutjudyborder {
/* Margins and padding here counteracts padding on ".twoColFixRtHdr #mainContent" to end up
   with the border in the same location as when it was applied in ".twoColFixRtHdr #mainContent" 
   but allows setting the border color independently on each page */
	padding:15px 20px;
	margin:-15px -20px;
	border-right:1px solid #5f9dd2;
	}
#abouthypborder {
/* Margins and padding here counteracts padding on ".twoColFixRtHdr #mainContent" to end up
   with the border in the same location as when it was applied in ".twoColFixRtHdr #mainContent" 
   but allows setting the border color independently on each page */
	padding:15px 20px;
	margin:-15px -20px;
	border-right:1px solid #90c34c;
	}
#testimonialsborder {
/* Margins and padding here counteracts padding on ".twoColFixRtHdr #mainContent" to end up
   with the border in the same location as when it was applied in ".twoColFixRtHdr #mainContent" 
   but allows setting the border color independently on each page */
	padding:15px 20px;
	margin:-15px -20px;
	border-right:1px solid #f9b9eb;
	}
#contactborder {
/* Margins and padding here counteracts padding on ".twoColFixRtHdr #mainContent" to end up
   with the border in the same location as when it was applied in ".twoColFixRtHdr #mainContent" 
   but allows setting the border color independently on each page */
	padding:15px 20px;
	margin:-15px -20px;
	border-right:1px solid #f8ce88;
	}
#bone-usborder {
/* Margins and padding here counteracts padding on ".twoColFixRtHdr #mainContent" to end up
   with the border in the same location as when it was applied in ".twoColFixRtHdr #mainContent" 
   but allows setting the border color independently on each page */
	padding:15px 20px;
	margin:-15px -20px;
	border-right:1px solid #8be085;
	}	
.twoColFixRtHdr #mainContent h1 { 
	margin-bottom:0;
	padding-bottom:0;
	font-size:125%;
}
.twoColFixRtHdr #mainContent h2 { 
	font-size:105%;
	margin-bottom:0;
	color:#93610c;
	padding:15px 0 6px 50px;
	background:url(../images/h2background.jpg);
	background-repeat:no-repeat;
}
.twoColFixRtHdr #home h2 {
	background:url(../images/h2background-orange-pink.jpg);
	background-repeat:no-repeat;
	padding:19px 0 7px 45px;
	margin: 10px 0 0 0;
	color:#a83a17;
	font-size:100%;
}
.twoColFixRtHdr #mainContent #aboutjudy h2 { 
	font-size:105%;
	margin-bottom:0;
	color:#1d507c;
	padding:15px 0 6px 50px;
	background:url(../images/h2background-blue.jpg);
	background-repeat:no-repeat;
}
.twoColFixRtHdr #mainContent #testimonials 	h2 { 
	font-size:105%;
	margin-bottom:0;
	color:#cb3c94;
	padding:15px 0 6px 50px;
	background:url(../images/h2background-pink.jpg);
	background-repeat:no-repeat;
}
.twoColFixRtHdr #mainContent #abouthyp 	h2 { 
	font-size:105%;
	margin-bottom:0;
	color:#307f5f;
	padding:15px 0 6px 50px;
	background:url(../images/h2background-green.jpg);
	background-repeat:no-repeat;
}
.twoColFixRtHdr #mainContent #contact 	h2 { 
	font-size:105%;
	margin-bottom:0;
	color:#93610c;
	padding:15px 0 6px 50px;
	background:url(../images/h2background.jpg);
	background-repeat:no-repeat;
}
.twoColFixRtHdr #mainContent #bone-us 	h2 { 
	font-size:105%;
	margin-bottom:0;
	color:#307f5f;
	padding:15px 20px 6px 50px;
	background:url(../images/h2background-light-green.jpg);
	background-repeat:no-repeat;
}
.twoColFixRtHdr #mainContent #bone-us 	h3 { 
	font-size:90%;
	color:#307f5f;
	margin-bottom:0;
	padding:5px;
	background:url(../images/h3background-light-green.jpg);
	background-repeat:no-repeat;
}
.twoColFixRtHdr #mainContent h3 { 
	font-size:90%;
	margin-bottom:0;
	padding-bottom:0;
}
.twoColFixRtHdr #mainContent p { 
	margin:0.25em  0 0 0;
	padding:0 0 0.5em 0;
	font-size:70%;
	line-height:130%;
}
.twoColFixRtHdr #mainContent ol,ul {
	margin-top:0;
	padding-top:0;
	}
.twoColFixRtHdr #mainContent li {
	font-size:70%;
	margin:0;
	padding:0.5em 0 0 0;
	list-style:outside;
	line-height:140%;
}
.floatbox {
	float:right; 
	width:200px; 
	margin:10px; 
	padding:10px; 
	border:solid #307f5f 1px; 
	background-color:#d8faaa;
}
.twoColFixRtHdr #footer { 
	padding: 0 5px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#888;
} 
.twoColFixRtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 5px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size:60%;
	background-color:#888;
	color:#DDD;
}

.authority {
	font-weight:bold;
	font-size:100%;
	}
.institution {
	font-size:small;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}


/* For wrapping text around an irregular shape.
	Put a series of these:    <em style="width:120px;"></em>
	with the appropriate widths
    into a div with id=holdit ahead of the <p> containing the text.
   see http://www.cssplay.co.uk/menu/flow.html */
#holdit em {
clear:left;
display:block;
float:left;
height:18px;
overflow:hidden;
}


/*
  Links
*/
a:link{
	color:#a83a17;
	background-color:#ffffff;
	text-decoration: underline;
	font-weight: 600;
	padding:1px 0;
}

a:visited{
	color: #e04c1d;
	font-weight: 600;
	text-decoration: underline;
}

a:hover{
	color:#a83a17;
	background-color:#fbe7dc;
	text-decoration: underline;
	font-weight:600;
}

/* About Judy */
#aboutjudy a:link{
	color:#1d507c;
	background-color:#ffffff;
}
#aboutjudy a:visited{
	color: #5492c7;
}
#aboutjudy a:hover{
	color:#1d507c;
	background-color:#c2e1fc;
}

/* Testimonials */
#testimonials a:link{
	color:#cb3c94;
}
#testimonials a:visited{
	color: #f9b9eb;
}
#testimonials a:hover{
	color:#cb3c94;
	background-color:#ffdff7;
}
#testimonials_sb a:link{
	color:#cb3c94;
}
#testimonials_sb a:visited{
	color: #f9b9eb;
}
#testimonials_sb a:hover{
	color:#cb3c94;
	background-color:#ffdff7;
}

/* About Hypnosis*/
#abouthyp a:link{
	color:#307f5f;
}
#abouthyp a:visited{
	color: #91c24c;
}
#abouthyp a:hover{
	color:#307f5f;
	background-color:#d8faaa;
}
#abouthyp_sb a:link{
	color:#307f5f;
}
#abouthyp_sb a:visited{
	color: #91c24c;
}
#abouthyp_sb a:hover{
	color:#307f5f;
	background-color:#d8faaa;
}

/* Contact */
#contact a:link{
	color:#93610c;
}
#contact a:visited{
	color: #f8ce88;
}
#contact a:hover{
	color:#93610c;
	background-color:#ffeac5;
}
#contact_sb a:link{
	color:#93610c;
}
#contact_sb a:visited{
	color: #f8ce88;
}
#contact_sb a:hover{
	color:#93610c;
	background-color:#ffeac5;
}

/* Bone-us */
#bone-us a:link{
	color:#236969;
}
#bone-us a:visited{
	color: #52aa4b;
}
#bone-us a:hover{
	color:#236969;
	background-color:#d8fad5;
}
#bone-us_sb a:link{
	color:#236969;
}
#bone-us_sb a:visited{
	color: #52aa4b;
}
#bone-us_sb a:hover{
	color:#236969;
	background-color:#d8fad5;
}


#bottomlinks a {
	line-height:1.5em;
	padding:0.3em;
}


label {
	font-weight:bold;
}
input, textarea {
	margin:0.2em;
}
