/* Standard Stylesheet
  Michelle's Yoga
*/
/* Reset all */
*{
        padding: 0;
        margin: 0;
        border: 0;
}

body {
        font-size: 80%;
        line-height: 1.5em;
        color: #333;
        background: url(bg.png) repeat-x fixed;
        font-family: verdana, "Lucida Grande","Lucida Sans Unicode",geneva,,sans-serif;
        text-align: center;
}

a:link {
        color: #333;
        text-decoration: underline;
}

a:visited {
        color: #333;
        text-decoration: underline;
}

a:hover {
        text-decoration: underline;
}

/* Clear Class */
.c {
        clear: both;
}

img, a img {
        border: 0;
}

p {
        font-size: 1em;
        line-height: 1.7em;
        margin: 7px 0;
        clear: both;
}


.s {
        font-size: 0.9em;
}

.leftalign {
        float: left;
        margin: 0 10px 0 0;
}

.rightalign {
        float: right;
        margin: 0 0 0 10px;
}

h1 {
        font: 5em/1.5 verdana, helvetica, arial, sans-serif;
        margin-left: 40px;

}

h2 {
        font: bold 2em/1.5 verdana, helvetica, arial, sans-serif;
        margin-left: 80px;
}

h3 {
        font: 1.5em/1.5 verdana, helvetica, arial, sans-serif;
        clear: both;
        color: #E17000;
}

h4 {
        font: bold 1.0em/1.5 verdana, helvetica, arial, sans-serif;
        clear: both;
        color: #E17000;
}

/* Layout */
#wrapper {
  width: 800px;
  /* background: url(bg2.png); */
  background-color:#FFF;
  margin:auto;
  text-align: left;
  height: auto;
  border-left:3px solid #000;
  border-right:3px solid #000;
}

#header {
}

#main ul {
	
}

#main li {
	
}

#navi {
  background: url(bbar.png) repeat-x;
  /* margin-left: 12px; */
  /* margin-right: 12px; */
  padding-top: 20px;
  
}

#navi ul {
  list-style-type:none;
  
}


#navi li {
  float: left;
  margin:0px 0px 0px 0px;
  padding:5px 13px 5px 13px;
  font-size: 1.2em;
  border-right:1px solid #fff;
}


#navi li a {
  color: #FFF;
  text-decoration: none;

}

#navi li a:hover {
  color: #000;
  text-decoration: none;
  

}

#content{
  margin-left: 12px;
  margin-right: 12px;
  padding-top: 20px;
}

#content0{
width:726px;
height: auto;
margin-left: 12px;
  margin-right: 12px;
padding:5px;
text-align:left;
font: 12pt/14pt 'Lucida Grande', Verdana, Helvetica, sans-serif;
color:#333333;
}

#content0 ul {
	font-size: 1.2em;
	background: none;
}

#content0 li {
	font-size: 12pt;
	background: none;
	font-style: normal;
}



.cntbtm {
  background: url(cntbtm.png) no-repeat;
  height: 15px;
  margin: 0;
}


#footer {
  margin: 0 0px 0 0px;
  background: url(btmbar.png) repeat-x;
  text-align: right;
  color: #E17000;
  padding-right: 5px;

}

#footer a {
  color: #E17000;
}

/*begin horizontal menu*/
.menu {width:790px; height:28px; position:relative; z-index:100;font-family:verdana, "Lucida Grande","Lucida Sans Unicode", sans-serif;}
/* hack to correct IE faulty box model */
* html .menu {width:790px;}
/* remove all the bullets, borders and padding from the default list styling */
.menu ul {padding:0;margin:0;list-style-type:none;}
.menu ul ul {width:128px;}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {float:left;position:relative;}
/* style the links for the top level */
.menu a, .menu a:visited {display:block;font-size:12px;text-decoration:none; color:#fff; height:28px; border:1px solid white; border-width:0px 1px 0px 0px;*/ background:#E17000; padding: 6px 0px 0px 8px; font-weight:bold;}
/* a hack so that IE faulty box model is corrected */
* html .menu a, * html .menu a:visited {width:128px;}

/* style the second level background */
.menu ul ul a.drop, .menu ul ul a.drop:visited {}
/* style the second level hover */
.menu ul ul a.drop:hover{}
.menu ul ul :hover > a.drop {}



/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {visibility:hidden;position:absolute;height:0;top:32px;left:0; border-top:1px solid white;}
/* another hack for IE */
* html .menu ul ul {top:32px;}

/* style the table so that it takes no ppart in the layout - required for IE to work */
.menu table {position:absolute; top:0; left:0; border-collapse:collapse;}

/* style the second level links */
.menu ul ul a, .menu ul ul a:visited {background:#d4d8bd; color:#000; height:22px; line-height:1em; width:128px;border-width:0 1px 1px 1px; padding: 8px 0px 0px 5px; }
/* yet another hack for IE */
* html .menu ul ul a, * html .menu ul ul a:visited {width:128px;}

/* style the top level hover */
.menu a:hover, .menu ul ul a:hover{color:#000; background:#b7d186;}
.menu :hover > a, .menu ul ul :hover > a {color:#000; background:#b7d186;}

/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,
.menu ul a:hover ul{visibility:visible; }
/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{visibility:hidden;}
/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul{ visibility:visible;}

/*end menu*/
