
html, body {
    margin: 0;
    padding: 0;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10pt;
    float: none;
}

.hide {
    display: none;
    float: none;
}

#wrapper {
    float: none;    
}


#header {
    background: #ffffff;
    margin: 0;
    padding: 0;
    height: 94px;
    float: none;
}

#logo {
    float: none;
}

#teasershm {
    float: none;
}

#pgquote {
    float: none;
}

#container {
    width: 100%;
    float: none;
    margin-left: 0px; 
}

#contentmain {
    float: none;
}


#leftnav {
    background-color: #ff9900;
    position: absolute;
    left: 0;
    top: 94px;
    padding: 0;
    margin-top: 0;
    width: 175px;
    float: none;
}

#bookleftnav {
    padding: 0;
    margin-top: 0;
    width: 175px;
    float: none;
}

#navbtn {
    margin-top: 0;
    padding: 0;
    height: 28px;
    align: top;
    float: none;
}

#navspacer {
    margin-top: 0;
    padding: 0;
    height: 12px;
    align: top;
    float: none;
}

#footer {
    background: #ffffff;
    float: none;
}

p {
    margin: 0px;
    margin-bottom: 10px;
}

a:link, a:hover, a:visited, a:visited:hover {
    text-decoration: none;
    color: #000000;
}

a:hover, a:visited:hover {
    text-decoration: underline;
}

h4, h3, h2, h1 {
    font-weight: bold;
    color: #000000;
    margin: 1em 0 0.5em 0;
}

h4 {
    font-size: 100%;
}

h4.store {
    margin: 0 0 0.5em 0;
}

h3 {
    font-size: 110%;    
}

h2 {
    font-size: 125%;
}

h1 {
    font-size: 150%;
    font-style: italic;
    margin: 1em 0 0.5em 0;
}

.pageHdr12Blue {
    font-size: 12pt;
    font-weight: bold;
    color: #364560;
}

.pageHdr14Blue {
    font-size: 14pt;
    font-weight: bold;
    color: #364560;
}

.pageHdr12Orange {
    font-size: 12pt;
    font-weight: bold;
    color: #FF6600;
}

.pageHdr14Orange {
    font-size: 14pt;
    font-weight: bold;
    color: #FF6600;
}

#workShopLeftCol {
    width: 63%;
    float: left;
    margin-bottom: 5px;
    float: none;
}

#workShopRightCol {
    width: 34%;
    float: right;
    margin-bottom: 5px;
    float: none;
}

.secrets {
    margin-top: 5px;
    margin-bottom: 15px;
    margin-right: 25px;
    width: 300px;
    border: 1px solid
    background-color: #FFFFFF;
    background-image: url(../../www/images/secrets_bg.jpg);
    background-repeat: repeat-y;
    float: left;
}

.secretTitle {
    display: none;
}

.secretTitlePrint {
 
}

.secretBody, .sbBody {
    padding: 10px;
}
 
.secret {
    margin-bottom: 10px;
}

.secret .title {
    font-weight: bold;
    color: #000000;
}
.secret .description {
    margin-left: 15px;
}

hr {
    border: none 0; 
    border-top: 1px dashed #ff9900;/*the border*/
    height: 1px;/ *whatever the total width of the border-top and border-bottom equal*/
}

.last {
    margin-bottom: 0;
}

.clearing {
    height: 0;
    clear: both;
}

img {
    border: 0px;
}





