@charset "UTF-8";
/*  margin and padding numbers are :top, right, bottom, left */
body  {
	  background-image:url('http://newlifehealthandwellnesscenter.com/images/green-white-green_gradient(1x800).png'); 
	background-repeat:repeat;  
	/*  background-image:url('http://newlifehealthandwellnesscenter.com/images/backgroundpics/orangepurplegreenwaterwave.jpg'); */
  
	/*min-width: 640px;*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
 	font-size: 100.01%;
	font-weight: bold;
		/* margin: 0 0 0 0; */  
	 /* margin: .3em .3em .3em .3em; */
	 width: 54em;  /*Apparently 800 pixels for "Medium" font size (16pt)*/
/*	margin 0 auto;*/
	text-align: center; /* will center the page*/
	margin-left: auto; 
	margin-right: auto;  /* will center the container on the page. */
	
	padding: .5em .5em .5em .5em;
}
/*#backgroundPic 	{ z-Index:0; position:absolute; display:block; left:0%; top:0%; width:100%; height:100%; }
#MainTable 	{ z-Index:1; border:0px; position:absolute; left:0%; top:0%; width:100%; min-height:100%; }
*/

.twoColElsLtHdr #container {
	width: 54em;
	font-size: 1em;
	font-weight: bold;
	font-style: italic;
	/*color: #FFF;*/
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-top: .3em;
	margin-bottom: .3em;
	padding-top: .3em;
	padding-right: auto;
	padding-bottom: .6em;
	padding-left: auto;  
	/* padding: 0 0 0 0;
	margin: 0 0 0 0; */ 
}  

/* Tips for Elastic layouts 
1. Since the elastic layouts overall sizing is based on the user's default fonts size, they are more unpredictable. Used correctly, they are also more accessible for those that need larger fonts size since the line length remains proportionate.
2. Sizing of divs in this layout are based on the 100% font size in the body element. If you decrease the text size overall by using a font-size: 80% on the body element or the #container, remember that the entire layout will downsize proportionately. You may want to increase the widths of the various divs to compensate for this.
3. If font sizing is changed in differing amounts on each div instead of on the overall design (ie: #sidebar1 is given a 70% font size and #mainContent is given an 85% font size), this will proportionately change each of the divs overall size. You may want to adjust based on your final font sizing.
*/
.twoColElsLtHdr #container p img {
	 width: 54em;  /* this width will create a container that will fit in an 800px browser window if text is left at browser default font sizes */
	 overflow: auto;
  /* width: 100%; */
  /*position:relative; */
  /* float: left; */

/*	background: #C7FFC2; */
	margin 0 0 0 0;
	margin-left: auto;  margin-right: auto;  # will center the container on the page.
	text-align: center; /* this overrides the text-align: center on the body element. */
	padding: 0 0 0 0;
	font-weight: normal;
} 
.twoColElsLtHdr #header {
	/* width: 100%; */
/*	background: #C7FFC2; */
	padding: 0 0 0 0;  /* 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. */
} 

.twoColElsLtHdr #header h1 {
	margin: 0 0 0 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: 0em 0 0.2em 0; /*padding: .5em .5em .5em .5em; using padding instead of margin will allow you to keep the element away from the edges of the div */
	/*font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;*/
	font-family: "Cambria", Cambria, serif;
	font-size: 1.95em;
	text-align: center;
	font-style: normal; /*font-style: italic; */
}

.twoColElsLtHdr #header h2 {
	margin: 1em 0 0 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: 0 0 0 0; /*padding: .5em .5em .5em .5em; using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 3.0em;
	text-align: center;
}

.twoColElsLtHdr #boldtext p {
	font-style: bold; 
}

/* Tips for sidebar1:
1. Be aware that if you set a font-size value on this div, the overall width of the div will be adjusted accordingly.
2. Since we are working in ems, it's best not to use padding on the sidebar itself. It will be added to the width for standards compliant browsers creating an unknown actual width. 
3. Space between the side of the div and the elements within it can be created by placing a left and right margin on those elements as seen in the ".twoColElsLtHdr #sidebar1 p" rule.
*/


.twoColElsLtHdr #sidebarleft  {
	width: 39.2em; /* since this element is floated, a width must be given */
	float: left;
	text-align: right;
	/*	background: #C7FFC2; /* the background color will be displayed for the length of the content in the column, but no further */
	margin-left: 0em;
	margin-right: 0em;
	margin-top: 0em;
  margin-bottom: 0em;
	padding:  0.2em 0em 0.1em 4em ;  /* top, right, bottom, left - left:4em moves the right sidebar to the right (vs 0)*/
	font-size: .8em;
}

.twoColElsLtHdr #sidebarleft_services {
	background: #FFFFFF;
}

.twoColElsLtHdr #sidebarleft_textalignleft p{
	text-align: left;
	font-style: normal; 
}


.twoColElsLtHdr #sidebarright   {
	width: 14.8em;
	float: left;
	text-align: center;
		/* width: 1em; /* since this element is floated, a width must be given */
/*	background: #C7FFC2; /* the background color will be displayed for the length of the content in the column, but no further */
	margin: 0 -20em 0 2em;  /* top=0 right=-52 bottom=0 left=0
	/* margin-left: -1em;
	margin-right: auto;
	margin-top: .3em;
	margin-bottom: .3em; */
	padding:  4.1em 0 4.1em 0 ;
	font-size: 1em;
}

.twoColElsLtHdr #sidebarright_services {
	background: #FFFFFF;
}

/* Tips for mainContent:
1. If you give this #mainContent div a font-size value different than the #sidebar1 div, the margins of the #mainContent div will be based on its font-size and the width of the #sidebar1 div will be based on its font-size. You may wish to adjust the values of these divs.
2. The space between the mainContent and sidebar1 is created with the left margin on the mainContent div.  No matter how much content the sidebar1 div contains, the column space will remain. You can remove this left margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends.
3. To avoid float drop, you may need to test to determine the approximate maximum image/element size since this layout is based on the user's font sizing combined with the values you set. However, if the user has their browser font size set lower than normal, less space will be available in the #mainContent div than you may see on testing.
4. In the Internet Explorer Conditional Comment below, the zoom property is used to give the mainContent "hasLayout." This avoids several IE-specific bugs that may occur.
*/
.twoColElsLtHdr #mainContent {
/*	color: #FFF; */
	font-size: .8em;
	padding-left: 22em;
} 
.twoColElsLtHdr #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: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
/*	background-color: #929292  /*#939350;*/
	font-size: .9em;
	font-style: italic;
	font-weight: bolder;
	text-align: right;
/*	color: #C42708; */
	padding-right: .1em;
}

/* Miscellaneous classes for reuse */

.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;
      background-color: #66FF99; /* #66FF99 is rgb:102,255,153 or hsb: 140,60,100 */
}
.titlehomepage {
	font-size: 17px;
/*	color: #C42708; */
	padding-left: 2px;
	font-weight: bold;
}
.bodytext {
	font-size: .9em;
	font-weight: normal;
	text-align: center;
}
.feetext {
	text-indent: 25px;
	list-style-type: circle;
}
.bodytitle   {
	font-size: 1em;
	font-weight: bold;
}
.sidebaraddress  {
/*	background-color: #C7FFC2; */
	/* width: 17em;
	margin: 0 0 0 0;
	padding: 0 0 0 0; */
	font-size: .9em;
	font-weight: bold;
	font-style: normal;
	
}
.addressnormal {
/*	background-color: #C7FFC2; */
	/* width: 17em;
	margin: 0 0 0 0;
	padding: 0 0 0 0; */
	font-size: 1.0em;
	font-style: normal;
	font-weight: bold;
}
.addressitalic {
/*	background-color: #C7FFC2; */
	/* width: 17em;
	margin: 0 0 0 0;
	padding: 0 0 0 0; */
	font-size: 1em;
	font-style: italic;
	font-weight: bold;
}
.email    {
/*	background-color: #C7FFC2; */
	/* width: .9em; */
	font-size: .8em;
	font-style: normal;
	font-weight: normal;
}

.mapdirections {
	font-size: 1em;
	font-weight: bold;
}
.phone    {
/*	background-color: #C7FFC2; */
	/* width: 17em;
	margin: 0 0 0 0;
	padding: 0 0 0 0;*/
	font-size: 1.8em;
	font-weight: bold;
/*	color: #C42708; */
}
.hours {
/*	background-color: #C7FFC2; */
	/* width: 17em; */
	font-style: normal;
	font-weight: bold;
  font-size: 1em;	
}
.feelist {
	text-align: left;
	text-indent: 2em;
	list-style-type: circle;
}

.navbarclass {
	/*  background-color: #66FF99; /* #66FF99 is rgb:102,255,153 or hsb: 140,60,100 */
width: 46em;  
font-size: 100%
padding-top: .7em;
margin: 0 auto;
	/* background-image: url("images/menubar1white-nobars.png"); /* puts image of background parallelogram in this div id */
  /* background-repeat: no-repeat;  /* don't repeat placement of this image - we just want it once, behind the text in the <p> and <a> for this class. */ 
}

.navbarclass #navbar p {
/*	color: #0000FD; */
	text-decoration: none;
	position:relative;
	top:-.1em;  /* needed to shift p up by -.1em to center it in image */
	left: -.1em;  /* needed to shift p left by -.1em to center it in image */
	}
.navbarclass #navbar a {
	font-size: 90%;
	text-decoration: none;
}
/*background-color: #66FF99; /* #66FF99 is rgb:102,255,153 or hsb: 140,60,100 */


/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssmenus.co.uk
Copyright (c) 2009- Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
ul#menu {
	padding: 0 0 0 0; 
	list-style:none; 
	background:url(http://newlifehealthandwellnesscenter.com/images/back.gif);
	text-align:center; 
	/*margin:0 auto;*/
	margin-top: 0.2em;
	margin-bottom: 0.9em;
	margin-left: auto; 
	margin-right: auto;  /* will center the container on the page. */ 
	font-size:0.9em; 
	font-family:arial, sans-serif; 
	height:41px; 
	width:53em; 
	position:relative;}  /* width:1000px; position:absolute; left:0; top:139px;}*/
/*ul#menu {padding:0; list-style:none; background:url(http://newlifehealthandwellnesscenter.com/images/back.gif); text-align:center; margin:0 auto; font-size:11px; font-family:arial, sans-serif; height:41px; width:1000px; position:absolute; left:0; top:139px;}*/
ul#menu ul {padding:0; margin:0; list-style:none; position:absolute; left:-9999px;}
ul#menu table {border-collapse:collapse; font-size:1em; float:left; margin:-1px;}

ul#menu ul li {float:left; margin:0; text-align:left;}
ul#menu ul li a {display:block; line-height:20px; margin:0; padding:0 10px; background:transparent; width:150px;}

ul#menu li {display:inline; margin:0 -2px; text-align:left;}
ul#menu li a {display:inline-block; height:36px; margin:5px 0 0 0;padding:0 20px 0 0; background:url(http://newlifehealthandwellnesscenter.com/images/button.gif) right top; line-height:30px; text-decoration:none; color:#000;}
ul#menu li a.sub {background:url(http://newlifehealthandwellnesscenter.com/images/button-arrow.gif) right top;}

html>/**/body ul#menu li {display:inline-block; padding:0;}

* html ul#menu li a.sub {margin-right:3px;}
* html ul#menu li a {margin-bottom:-4px;}

ul#menu li a b {display:block; height:36px; float:left; padding:0 0 0 20px; background:url(http://newlifehealthandwellnesscenter.com/images/button.gif) left top; cursor:pointer;}

ul#menu li a:hover {position:relative; background-position:right bottom; color:#fff;}
ul#menu li a:hover b {background-position:left bottom;}

ul#menu li:hover {position:relative;}
ul#menu li:hover > a {background-position:right bottom; color:#fff;}
ul#menu li:hover > a b {background-position:left bottom;}

ul#menu :hover ul {left:1px; width:105px; top:41px;}
* html ul#menu :hover ul {top:36px;}

ul#menu :hover ul li {display:block; float:left; margin:0; border-bottom:1px solid #fff;}
ul#menu :hover ul li a {display:block; float:left; margin:0; height:25px; line-height:25px; width:95px; background:#ddd; color:#000;}
ul#menu :hover ul li a.fly {background:#ddd url(http://newlifehealthandwellnesscenter.com/images/arrow.gif) no-repeat right center;}
ul#menu :hover ul li a:hover {background:#c60; color:#fff;}
ul#menu :hover ul li:hover > a {background:#c60; color:#fff;}

ul#menu :hover ul li a.fly:hover {background:#c60 url(http://newlifehealthandwellnesscenter.com/images/arrow-over.gif) no-repeat right center;}
ul#menu :hover ul li:hover > a.fly {background:#c60 url(http://newlifehealthandwellnesscenter.com/images/arrow-over.gif) no-repeat right center;}

ul#menu :hover ul ul {left:-9999px;}

ul#menu :hover ul :hover ul {left:105px; top:0; width:150px;}

ul#menu :hover ul :hover ul li {display:block; float:left; margin:0; border-bottom:1px solid #fff;}
ul#menu :hover ul :hover ul li a {display:block; float:left; margin:0; height:25px; line-height:25px; background:#bbb; color:#000;}
ul#menu :hover ul :hover ul li a:hover {color:#fff; background:#840;}