body {
    background: #ffffff;
    width: 990px;
    color: #000000;
    font-size: 11pt;
    font-family: Verdana, Arial, Tahoma, sans-serif;
    margin:0 auto;
    padding: 0px;
}

.main {
    background: #ffffff url("../images/bg.gif") center repeat-y;
    background-position: top left;
    width: 983px;
    margin: 0px auto 0px auto;
    padding: 0px 0px 0px 0px;
}

header {
    background: #FFFFFF;
    width: 983px;
    color: #000000;
    margin: 0px auto 0px auto;
    padding: 0px 0px 0px 0px;
    overflow: hidden;
    text-align:center;
}

.mob-button {
    display:none;
}

.nav {
    width: 983px;
    height: 58px;
    background:url("../images/navbar.gif") no-repeat center center;
    margin:0 auto;
}

.nav ul {
    list-style:none;
    padding:0px;
    margin:0px 0px 0px 15px;
}

.nav ul li {
    margin: 0px;
    padding: 0px;
    float: left;
    position: relative;
}

.nav ul li a {
    display: block;
    font-weight: bold;
    height: 29px;
    padding: 29px 15px 0px 15px;
    margin: 0px;
    float: left;
    color: #ffffff;
    text-decoration:none;
}

.nav ul li:hover a {
    color:#006600;
}


.nav ul li.current-menu-item {
    background-image: url("../images/navselect.gif");
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: top right;
    height: auto !important;
    margin-left: 5px;
    padding: 0px 10px 0px 0px;
}

.nav ul li.current-menu-item a {
    background-image: url("../images/navselect.gif");
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: top left;
    margin-left: -10px;
    text-align: center;
}

.nav ul li.current-menu-parent {
    background-image: url("../images/navselect.gif");
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: top right;
    height: auto !important;
    margin-left: 5px;
    padding: 0px 10px 0px 0px;
}

.nav ul li.current-menu-parent a {
    background-image: url("../images/navselect.gif");
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: top left;
    margin-left: -10px;
    text-align: center;
}

.nav ul li.current-post-ancestor {
    background-image: url("../images/navselect.gif");
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: top right;
    height: auto !important;
    margin-left: 5px;
    padding: 0px 10px 0px 0px;
}

.nav ul li.current-post-ancestor a {
    background-image: url("../images/navselect.gif");
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: top left;
    margin-left: -10px;
    text-align: center;
}

.nav ul li.current-page-ancestor {
    background-image: url("../images/navselect.gif");
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: top right;
    height: auto !important;
    margin-left: 5px;
    padding: 0px 10px 0px 0px;
}

.nav ul li.current-page-ancestor a {
    background-image: url("../images/navselect.gif");
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: top left;
    margin-left: -10px;
    text-align: center;
}

.nav ul li ul {
    position: absolute;
    width: 160px;
    border-left: 3px solid #ffffff;
    border-right: 3px solid #ffffff;
    border-bottom: 3px solid #ffffff;
    margin: 0;
    padding: 0;
    z-index: 1000;
    margin-left: 20px;
    display: none;
    left: 0;
    height: auto;
    top: 58px;
}

.nav ul li:hover ul {
    display:block;
}

.nav ul li.current-menu-item:hover ul {
    display:none;
}

.nav ul li.current-category-ancestor:hover ul {
    display:none;
}

.nav ul li.current-post-ancestor:hover ul {
    display:none;
}

.nav ul li.current-page-ancestor:hover ul {
    display:none;
}

.nav ul li.current-menu-ancestor:hover ul {
    display:none;
}

.nav ul li ul li {
    float: left;
    margin: 0px;
    padding: 0px;
    width: 160px;
    display: block;
    height: auto;
}

.nav ul li ul li a {
    background: #2975bd;
    float: none;
    margin: 0px;
    padding: 8px 30px 8px 10px;
    color:#fff!important;
    border-top: 1px solid #FFFFFF;
    font-size: 12px;
    display: block;
    height: auto;
}

.nav ul li ul li a:hover {
    color: #006600!important;
    background: #CBE2FF!important;
}

.subnav {
    background: #006600 url("../images/subnavbg.gif");
    background-repeat: repeat-x;
    width: 971px;
    height: 39px;
    margin: 0px auto 0px auto;
    padding: 0px 0px 0px 0px;
    border-bottom: 2px solid #006600;
    z-index: 1;
}

.subnav ul {
    list-style: none;
    padding: 0px;
    margin: 0px 0px 0px 15px;
    height: 39px;
}

.subnav ul li {
    padding: 0px;
    margin: 0px;
    float: left;
    display: block;
}

.subnav ul li a {
    float: left;
    margin: 0px;
    font-weight: bold;
    display: block;
    font-size: 10pt;
    height: 24px;
    padding: 15px 8px 0px 8px;
    margin: 0px 2px 0px 2px;
    color: #ffffff;
    text-align: center;
    text-decoration:none;
}

.subnav ul li a:hover {
    border-bottom: 6px solid #006600;
    height: 18px;
    text-decoration: none;
}

.subnav ul li.current-menu-item a {
    border-bottom: 6px solid #006600;
    height: 18px;
    text-decoration: none;
    color: #006600;
}

.subnav ul li.current-menu-parent a {
    border-bottom: 6px solid #006600;
    height: 18px;
    text-decoration: none;
    color: #006600; 

}
.subnav ul li.current-page-ancestor a {
    border-bottom: 6px solid #006600;
    height: 18px;
    text-decoration: none;
    color: #006600;
}

.content {
    width: 960px;
    margin: 0px auto;
    padding: 0px;
    font-family: Verdana, Arial, Tahoma, sans-serif;
}

.contentleft {
    float: left;
    width: 656px;
    margin: 0px 0px 0px 0px;
    padding: 10px 0px 0px 0px;
}

.postarea {
    background: #FFFFFF;
    float: left;
    width: 646px;
    margin: 0px 0px 10px 0px;
    padding: 10px 10px 0px 10px;
}

.content .catTitle {
    background: url("../images/h1-post-tag-bg.jpg");
    background-repeat: no-repeat;
    height: 45px;
    width: 630px;
    margin: 0px 0px 15px 0px;
    padding: 0px;
}

.content .catTitle h1 {
    font-size: 15pt;
    color: #FFFFFF;
    font-weight: bold;
    font-family: Arial, Tahoma, Verdana;
    margin: 0px 0px 0px 0px;
    padding: 10px 0px 5px 15px;
    line-height: 24px;
}

.contentleft p {
    padding: 0px 0px 15px 0px;
    margin: 0px;
}

.contentleft strong {
    font-weight:bold;
}

.contentleft ul {
    list-style-type: square;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 15px 0px;
}

.contentleft ul li {
    list-style-type: square;
    margin: 0px 0px 0px 20px;
    padding: 0px 0px 0px 0px;
}

.content h1 {
    color: #000000;
    font-size: 15pt;
    font-family: Arial, Tahoma, Verdana;
    font-weight: bold;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 5px 0px;
    line-height: 24px;
}

.content h2 {
    color: #000000;
    font-size: 13pt;
    font-family: Arial, Tahoma, Verdana;
    font-weight: bold;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 10px 0px;
}

.content h3 {
	color: #000000;
	font-size: 14px;
	font-family: Arial, Tahoma, Verdana;
	font-weight: bold;
	margin: 0px 0px 10px 0px;
	padding: 5px 0px 10px 0px;
}
	
.content h4 {
	color: #000000;
	font-size: 16px;
	font-family: Arial, Tahoma, Verdana;
	font-weight: bold;
	margin: 0px 0px 10px 0px;
	padding: 0px;
}

.content .alignleft {
    float:left;
    padding-right:15px;
    padding-bottom:15px;
}

.content .alignright {
    float:right;
    padding-left:15px;
    padding-bottom:15px;
}

.content .aligncenter {
    margin:0 auto;
    display:block;
}

.categoryBox {
    padding-left: 1em;
    padding-right: 1em;
    padding-top: 1em;
}

.categoryBox .catname {
    color: #006600;
    font-size: 12pt;
    font-weight: bold;
    padding-bottom: 0.5em;
}

.categoryBox ul li {
    font-size: 10pt;
    float: none;
    width: 100%;
}

.stageHeader {
    display: block;
    font-size: 14pt;
    font-weight: bold;
    color: #006600;
}

.content .postarea h2 a {
    font-size: 11pt;
    text-decoration: underline;
    color: blue;
}

.stageDescription {
    background-color: #CCFFCC;
    padding: 0.5em;
}

.lengthOfStage {
    background-color: #FFFFCC;
    padding: 0.5em;
    font-weight: bold;
}

.locations {
    background-color: #FFFFCC;
    padding: 0.5em;
    font-weight: bold;
}

.content .postInfo {
    padding-top: 1em;
    padding-left: 1em;
    padding-right: 1em;
}

.content .postInfo .thumbnail {
    float: left;
    margin: 4px 8px 0px 20px;
}

.content .postInfo .excerpt {
    margin-left: 1em;
    width: 95%;
}

.content .postInfo h2 a:link, .content .postInfo h2 a:active, .content .postInfo h2 a:visited {
    font-size: 12pt;
    font-weight: bold;
    color: #006633;
    text-decoration: underline;
}

.sidebar {
    float: right;
    width: 284px;
    margin: 0px;
    padding: 10px 0px 10px 0px;
    line-height: 17px;
    display: inline;
}

.widget_search form {
    margin: 0px 0px 0px 20px;
    padding: 3px;
    overflow: hidden;
    display: block;
    width: 240px;
    border: 1px solid #999999;
    background-color: #CCCCCC;
}

.widget_search form div {
    margin: 0px auto 0px auto;
    width: 90%;
    padding: 3px 0px 3px 0px;
}

.widget_search form div .search {
    background: #FFFFFF;
    width: 120px;
    color: #000000;
    font-size: 11px;
    font-family: Verdana, Arial, Tahoma;
    font-weight: normal;
    padding: 2px 0px 2px 5px;
    margin: 0px;
    border-top: 1px solid #999999;
    border-right: 1px solid #DDDDDD;
    border-left: 1px solid #999999;
    border-bottom: 1px solid #DDDDDD;
    display: inline;
}

.toparticles {
    width: 246px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 1.0em;
}

.toparticles-header {
    background-image: url("../images/top-articles-header.gif");
    background-repeat: no-repeat;
    width: 246px;
    height: 42px;
    clear: both;
    margin: 0;
    padding: 0;
}

.toparticles-wrap {
    background-image: url("../images/top-articles-bg.gif");
    background-repeat: y-repeat;
    width: 236px;
    margin: 0px;
    padding: 0px 5px 0px 5px;
}

.toparticles-wrap ul {
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 10px;
    padding: 0;
    list-style-image: url("../images/top-articles-li.gif");
    list-style-position: inside;
}

.toparticles-wrap ul li a {
    color: #006600;
    text-decoration: none;
}

.toparticles-footer {
    background-image: url("../images/top-articles-footer.gif");
    background-repeat: no-repeat;
    width: 246px;
    height: 11px;
    line-height: 11px
}

.wp_quotes {
    width: 275px;
    clear: both;
    margin: 1em 0px 1em 0px;
}

.wp_quotes_wrap {
    position: relative;
    clear: both;
    width: 275px;
    height: 45px;
    background: url("../images/quotebox.gif") no-repeat top left;
}

.wp_quotes_quote {
    position: relative;
    background-color: #98BDD9;
    margin: 0px 0px 0px 10px;
    padding: 3px 5px;
    width: 255px;
    clear: both;
}

.wp_quotes_quote p {
    padding: 0px 10px 0px 0px;
    margin: 0px;
}

.wp_quotes_author {
    text-align: right;
    font-style: italic;
    margin: 0px 0px 0px 10px;
    position: relative;
    width: 255px;
    padding: 0px 5px 0px 5px;
    clear: both;
    background-color: #98BDD9;
}

.wp_bottom {
    background: url("../images/quoteboxbot.gif") no-repeat top left;
    width: 265px;
    margin-left: 10px;
    height: 8px;
}

.homepage {
    float: left;
    width: 666px;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}

.homebox {
    padding: 0px;
    margin: 10px 0px 10px 0px;
    width: 660px;
}

.homebox-header {
    width: 660px;
    font-size: 16pt;
    color: #009900;
    text-align: center;
    padding: 20px 0px 0px 0px;
    clear: both;
    margin: 0px 0px 15px 0px;
}

.homebox-wrap {
    width: 630px;
    margin: 0px auto 0px auto;
    clear: both;
    padding: 0px;
}

.homebox-image {
    float: left;
    margin: 0px 10px 0px 10px;
    height: 205px;
    border: 1px solid #003300;
    padding: 0;
}

.homebox-content {
    padding: 0;
    margin: 0;
}

.homebox-content em {
    font-weight: bold;
    font-style: normal;
}

.homebox-content p {
    margin-top: 1em;
    margin-bottom: 1em;
    line-height: 1.3;
}

.homebox-footer {
    width: 660px;
    height: 8px;
    padding-bottom: 0px;
    margin-bottom: 0px;
    margin-top: 0px;
    padding-top: 0px;
    position: relative;
    line-height: 8px;
}

.homepage ul {
    display:flex;
    flex-wrap:wrap;
    justify-content:space-between;
}

.homepage li {
    margin: 0.5em;
    padding-left: 0.5em;
    padding-right: 0.5em;
    width: 255px;
    line-height:1.2;
}

.homepage li strong {
    color: #003399;
    font-weight: bold;
}

.content a {
    text-decoration: underline;
    color: blue;
}

.main-bottom {
    width: 983px;
    background: #FFFFFF url("../images/footer.gif") no-repeat;
    height: 17px;
    margin: 0px;
    padding: 0px 0px 0px 0px;
    overflow: hidden;
}

table.reviews {
    padding: 5px;
    background-color: white;
    margin-bottom: 1em;
    border: 3px solid #009900;
}

table.reviews td {
    border-bottom: 1px solid #EEEEEE;
}

table.courses {
    padding: 5px;
    background-color: white;
    margin-bottom: 1em;
    border: 3px solid #009900;
}

table.courses td {
    border-bottom: 1px solid #EEEEEE;
}
 

footer {
    width: 983px;
    margin: 0px;
    padding: 0px 0px 0px 0px;
    clear: both;
}

footer p {
    color: #222222;
    font-size: 11px;
    line-height:1.2;
    font-family: Arial, Tahoma, Verdana;
    text-align: center;
    margin-top: 1em;
    margin-bottom: 1em;
}

footer p a {
    color: #006600;
    text-decoration: none;
}

.disclaimer {
    text-align: center;
    font-size:11px;
    line-height:1.2;
    padding-bottom:15px;
}

@media (max-width: 1000px) and (min-width: 800px) {

    body {
        width:780px;
    }
    
    .main {
        width:760px;
        background:none;
    }

    header {
        width:100%;
    }

    header img {
        width:100%;
    }

    .nav {
        width:100%;
    }

    .nav ul li a {
        font-size:12px;
    }

    .nav ul li:hover .sub-menu {
        display:none!important;
    }

    .subnav {
        width:100%;
    }

    .subnav ul li a {
        font-size:12px;
    }

    .content {
        width:100%;
    }

    .main-bottom {
        width:100%;
        background:none;
        border-top:1px solid #006600;
    }

    .sidebar {
        float: left;
    }

    footer {
        width:100%;
    }

}

@media (max-width: 800px) and (min-width: 540px) {

    body {
        width:530px;
    }
    
    .main {
        width:500px;
        background:none;
    }

    header {
        width:100%;
    }

    header img {
        width:100%;
    }

    .mob-button {
        display:block;
        text-align:right;
    }

    .mob-button button {
        background: transparent;
        border: none;
        outline: none;
        padding: 10px 0px;
    }

    .mob-button button span {
        display: block;
        width: 33px;
        height: 4px;
        margin-bottom: 5px;
        position: relative;
        background: #000;
        border-radius: 3px;
        z-index: 1;
    }

    .mob-button button span:last-child {
        margin-bottom:0px;
    }

    .nav {
        width:100%;
        height:198px;
        background:#32BC38;
        display:none;
    }

    .nav ul {
        width:100%;
        margin:0px;
    }

    .nav ul li {
        width:100%;
    }

    .nav ul li.current-menu-item {
        margin:0px;
        padding:0px;
        background-image:none;
        background:#74A5D4;
    }

    .nav ul li.current-menu-item a {
        margin:0px;
        padding:0px;
        background-image:none;
    }
    
    .nav ul li.current-menu-parent {
        margin:0px;
        padding:0px;
        background-image:none;
        background:#74A5D4;
    }
    
    .nav ul li.current-menu-parent a {
        margin:0px;
        padding:0px;
        background-image:none;
    }
    
    .nav ul li.current-post-ancestor {
        margin:0px;
        padding:0px;
        background-image:none;
        background:#74A5D4;
    }
    
    .nav ul li.current-post-ancestor a {
        margin:0px;
        padding:0px;
        background-image:none;
    }
    
    .nav ul li.current-page-ancestor {
        margin:0px;
        padding:0px;
        background-image:none;
        background:#74A5D4;
    }
    
    .nav ul li.current-page-ancestor a {
        margin:0px;
        padding:0px;
        background-image:none;
    }

    .nav ul li a {
        font-size:12px;
        line-height: 1;
        padding:10px 0px!important;
        border-bottom:1px solid #fff;
        margin:0px;
        height:auto;
        width: 100%;
        display: block;
        text-align:center;
    }

    .nav ul li:hover .sub-menu {
        display:none!important;
    }

    .subnav {
        display:none;
    }

    .content {
        width:100%;
    }

    .homepage {
        width:100%; 
    }

    .homebox {
        width:100%;
    }

    .homebox-header {
        width:100%;
    }

    .homebox-wrap {
        width:100%;
    }

    .homebox-image {
        width:60%;
        height:auto;
    }

    .homebox-image img {
        width:100%;
    }

    .contentleft {
        width:100%;
        padding-top:25px;
    }

    .postarea {
        width:100%;
        padding:0px;
    }

    .content .catTitle {
        width:100%;
        height: auto;
        background:#32BC38;
    }

    .main-bottom {
        width:100%;
        background:none;
        border-top:1px solid #006600;
    }

    .sidebar {
        float: left;
    }

    footer {
        width:100%;
    }

}

@media (max-width: 540px) {

    body {
        width:100%;
    }
    
    .main {
        width:90%;
        background:none;
    }

    header {
        width:100%;
    }

    header img {
        width:100%;
    }

    .mob-button {
        display:block;
        text-align:right;
    }

    .mob-button button {
        background: transparent;
        border: none;
        outline: none;
        padding: 10px 0px;
    }

    .mob-button button span {
        display: block;
        width: 33px;
        height: 4px;
        margin-bottom: 5px;
        position: relative;
        background: #000;
        border-radius: 3px;
        z-index: 1;
    }

    .mob-button button span:last-child {
        margin-bottom:0px;
    }

    .nav {
        width:100%;
        height:198px;
        background:#32BC38;
        display:none;
    }

    .nav ul {
        width:100%;
        margin:0px;
    }

    .nav ul li {
        width:100%;
    }

    .nav ul li.current-menu-item {
        margin:0px;
        padding:0px;
        background-image:none;
        background:#74A5D4;
    }

    .nav ul li.current-menu-item a {
        margin:0px;
        padding:0px;
        background-image:none;
    }
    
    .nav ul li.current-menu-parent {
        margin:0px;
        padding:0px;
        background-image:none;
        background:#74A5D4;
    }
    
    .nav ul li.current-menu-parent a {
        margin:0px;
        padding:0px;
        background-image:none;
    }
    
    .nav ul li.current-post-ancestor {
        margin:0px;
        padding:0px;
        background-image:none;
        background:#74A5D4;
    }
    
    .nav ul li.current-post-ancestor a {
        margin:0px;
        padding:0px;
        background-image:none;
    }
    
    .nav ul li.current-page-ancestor {
        margin:0px;
        padding:0px;
        background-image:none;
        background:#74A5D4;
    }
    
    .nav ul li.current-page-ancestor a {
        margin:0px;
        padding:0px;
        background-image:none;
    }

    .nav ul li a {
        font-size:12px;
        line-height: 1;
        padding:10px 0px!important;
        border-bottom:1px solid #fff;
        margin:0px;
        height:auto;
        width: 100%;
        display: block;
        text-align:center;
    }

    .nav ul li:hover .sub-menu {
        display:none!important;
    }

    .subnav {
        display:none;
    }

    .content {
        width:100%;
    }

    .homepage {
        width:100%; 
    }

    .homebox {
        width:100%;
    }

    .homebox-header {
        width:100%;
    }

    .homebox-wrap {
        width:100%;
    }

    .homebox-image {
        width:60%;
        height:auto;
    }

    .homebox-image img {
        width:100%;
    }

    .contentleft {
        width:100%;
        padding-top:25px;
    }

    .postarea {
        width:100%;
        padding:0px;
    }

    .content .catTitle {
        width:100%;
        height: auto;
        background:#32BC38;
    }

    .main-bottom {
        width:100%;
        background:none;
        border-top:1px solid #006600;
    }

    .sidebar {
        float: left;
    }

    footer {
        width:100%;
    }

}