/* Must use em for margin, px used everywhere else */


/*a:link {color:#37512c;}*/
a:link {color:#23210c;}
a:visited {color:#48b848;}
a:hover {color:#94ca39;}
a:active {color:#ffff00;}


body { 
    margin: 0em; 
    padding: 0em; 
    background-image: url("images/BackSpots.gif");
    background-color: #ffffff;
    background-repeat: no-repeat;
    background-attachment: scroll;  
    background-position: 50% 50%;
    background-size: 100% 100%; 
    width: 100%;
    height: 100%;
    height: auto !important;
    min-height:100%;
    font-family: arial, sans-serif; 
    /*color: #000063;*/ 
    /*color: #37512c;*/
    color: #23210c;
    font-size: 14px;
} 


/* Page Header */
#MainHeader {
    height: 106px; 
    color: #37512c; 
    background: transparent url("images/HeaderSlice.gif") repeat-x; 
}
#MainHeaderMainTitle { 
    float: left; 
    height: 106px; 
    color: #ffffff; 
    background: url("images/TopCorner.gif") no-repeat; 
}
#MainHeaderMainTitle span { 
    padding-left: 10px; 
    font-size: 56px; 
    font-weight: bold; 
    font-style: italic; 
}
#MainHeaderQuote { 
    float: right; 
    font-size: 18px; 
    font-weight: bold; 
    font-style: italic; 
    text-align: right; 
    padding-right: 6px; 
    color: #ffffff; 
    background-color: #37512c; }


/* Navigation Menu */

#NavMenu { float: left; width: 160px; }
#NavMenu ul { list-style: none; margin: 0px; padding: 0px; }
#NavMenu ul li { display: inline; } /* Inline to fix IE vertical space */
#NavMenu ul li div { height: 70px; margin: 0px; padding: 0px; text-align: center; }
#NavMenu ul li div a { display: block; height: 36px; text-decoration: none; font-size: 18px; font-style: italic; }
#NavMenu ul li div a span { line-height: 36px;  color: #ffffff; }

/* li should be block, but is inline to make IE happy.  This necessitates the extra div */

#ButtonA div { 
    width: 124px; 
    background: url("images/LeftNavNormal.gif") no-repeat 0px -30px; 
}
#ButtonA div a:hover { 
    background: url("images/LeftNavHot.gif") no-repeat 0px -30px; 
}

#ButtonB div { 
    width: 130px; 
    background: url("images/LeftNavNormal.gif") no-repeat 0px -100px; 
}
#ButtonB div a:hover { 
    background: url("images/LeftNavHot.gif") no-repeat 0px -100px; 
}

#ButtonC div { 
    width: 138px; 
    background: url("images/LeftNavNormal.gif") no-repeat 0px -170px; 
}
#ButtonC div a:hover { 
    background: url("images/LeftNavHot.gif") no-repeat 0px -170px; 
}

#ButtonD div { 
    width: 148px; 
    background: url("images/LeftNavNormal.gif") no-repeat 0px -240px; 
}
#ButtonD div a:hover { 
    background: url("images/LeftNavHot.gif") no-repeat 0px -240px; 
}

#ButtonE div { 
    width: 154px; 
    background: url("images/LeftNavNormal.gif") no-repeat 0px -310px; 
}
#ButtonE div a:hover { 
    background: url("images/LeftNavHot.gif") no-repeat 0px -310px; 
}

#ButtonF div { 
    width: 154px; 
    background: url("images/LeftNavNormal.gif") no-repeat 0px -380px; 
}
#ButtonF div a:hover { 
    background: url("images/LeftNavHot.gif") no-repeat 0px -380px; 
}

#ButtonG div { 
    width: 154px; 
    background: url("images/LeftNavNormal.gif") no-repeat 0px -450px; 
}
#ButtonG div a:hover { 
    background: url("images/LeftNavHot.gif") no-repeat 0px -450px; 
}

#ButtonH div { 
    width: 140px; 
    background: url("images/LeftNavNormal.gif") no-repeat 0px -520px; 
}
#ButtonH div a:hover { 
    background: url("images/LeftNavHot.gif") no-repeat 0px -520px; 
}


/* Content Container */

#Content {
    margin-left: 164px; 
    padding-right: 6px; 
    background: 32px top url('images/ZhangJianKang.gif') no-repeat;
	background-size: 360px auto; 
}


/* Page Footer */

#Footer { margin-left: 164px; margin-top: 10px; text-align: center; font-size: 12px; clear: both; }
#Footer div { margin: 6px 0px 0px 0px; }
#FooterStyleSheetOptions ul { list-style: none; display: inline; margin: 0px; padding: 0px; }
#FooterStyleSheetOptions ul li { display: inline; padding: 10px; }



/* Home Pages */

/* Two columns in a table, one for a picture, one for text content. */
#HomePageContent { 
    margin-left: 4px; 
    font-size: 16px; 
    font-weight: bold; 
    max-width: 800px; 
    min-height: 750px;
padding-top: 20px; 
}
#Picture { 
    padding-top: 350px;
}
/* make pictures same width */
#Picture img {
    width: 360px;
    height: auto;
}


/* enable included text as seamless iframe */
/* this does not work.... */
/*
iframe[seamless]{
    background-color: transparent;
    border: 0px none transparent;
    padding: 0px;
    overflow: hidden;
}*/


