p {
    margin: 0;
    padding: 0;
}
img {
    margin: 0;
    padding: 0;
}
a {
    outline: none;
}

html, body {
    padding: 0;
    margin: 0;
    text-align: center;
    background: #2e2826;
    font-family: arial, sans-serif;
}

.container {
    width: 860px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    position: relative;
}

#header {
    width: 100%;
    background: #2e2826;
    height: 65px;
    color: #ffffff;
    font-size: 11px;
}

#header a {
    font-size: 12px;
    font-weight: bold;
    color: #2e2826;
    text-transform: uppercase;
    text-decoration: none;
    width: 85px;
    height: 25px;
    display: block;
}

#header a:hover {
    color: #414b2d;
}

#headerright {
    float: right;
    padding-top: 22px;
    width: 270px;
}

#subscribe {
    background: url(images/subscribe.jpg);
    width: 85px;
    height: 25px;
    line-height: 26px;
    text-align: center;
    margin-top: 2px;
    margin-left: 0px;
    font-family: helvetica, arial, sans-serif;
}

#submit {
    background: url(images/submit2.jpg);
    width: 72px;
    height: 27px;
    line-height: 29px;
    text-align: center;
    font-weight: bold;
    margin-top: 15px;
    text-transform: uppercase;
    font-size: 12px;
    font-family: helvetica, arial, sans-serif;
}

#navarea {
    width: 100%;
    background: #e0ecc3;
    border-bottom: 5px solid #919870;
    height: 390px;
}

#maindiv {
    width: 100%;
    background: #ffffff;
}

#footer {
    width: 100%;
    background: #2e2826;
    padding-top: 17px;
    height: 42px;
}

#footer p {
    font-size: 11px;
    color: #e0ecc3;
    line-height: 1.5;
}

#footer .right {
    float: right;
    text-align: right;
}

#footer2 {
    background: #373636;
}

#footer2 p {
    text-align: right;
}

#logo {
    position: absolute;
    width: 58px;
    height: 83px;
    top: 6px;
    left: 0px;
}

h1 {
    margin: 0;
    padding: 0;
    margin-left: 70px;
    padding-top: 25px;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 200;
    font-family: "Century Gothic", helvetica, arial, sans-serif;
}

h2 {
    margin: 0;
    padding: 0;
    margin-top: 9px;
    margin-bottom: 5px;
    color: #394426;
    font-size: 18px;
}

#welcome p {
    font-size: 13px;
    color: #252525;
}

.left {
    float: left;
}

.right {
    float: right;
}

.centerit {
    text-align: center;
}

#lefttabs {
    width: 221px;
    float: left;
}

#maincontainer {
    background: url(images/shadow.jpg) 217px;
    background-repeat: repeat-y;
    padding-bottom: 70px;
}

#tabone {
    color: #2e2826;
    position: absolute;
    top: -36px;
    text-transform: uppercase;
    width: 109px;
    height: 31px;
    background: #ffffff;
    line-height: 31px;
    text-align: center;
    font-size: 13px;
    font-family: "Century Gothic", helvetica, arial, sans-serif;
    border-bottom: 5px solid #ffffff;
}

#tabone a {
    display: block;
    border-bottom: 5px solid #919870;
    background: #2e2826;
    width: 109px;
    height: 31px;
    text-decoration: none;
    color: #ffffff;
}

#tabone a:hover {
    background: #495431;
    cursor: pointer;
}

#tabtwo {
    color: #2e2826;
    position: absolute;
    left: 112px;
    top: -36px;
    text-transform: uppercase;
    width: 109px;
    height: 31px;
    background: #ffffff;
    border-bottom: 5px solid #ffffff;
    line-height: 31px;
    text-align: center;
    font-size: 13px;
    font-family: "Century Gothic", helvetica, arial, sans-serif;
}

#tabtwo a {
    display: block;
    border-bottom: 5px solid #919870;
    background: #2e2826;
    width: 109px;
    height: 31px;
    text-decoration: none;
    color: #ffffff;
}

#tabtwo a:hover {
    background: #495431;
    cursor: pointer;
}

#rss {
    background: url(images/RSS.jpg) bottom right;
    background-repeat: no-repeat;
    padding-right: 35px;
    width: 140px;
}

#menudiv {
    padding-top: 33px;
    float: left;
    margin-left: 1px;
    font-family: "Century Gothic", helvetica, arial, sans-serif;
    font-weight: lighter;
}

#welcome {
    padding-top: 33px;
    float: right;
    width: 620px;
}

.menuitemnolink {
    width: 215px;
    height: 30px;
    margin-bottom: 1px;
    color: #ffffff;
    font-size: 16px;
    font-weight: lighter;
    text-transform: uppercase;
    background: #495431;
    line-height: 30px;
    border-left: 5px solid #495431;
    padding-left: 7px;
}

.menuitem a {
    display: block;
    width: 215px;
    height: 30px;
    margin-bottom: 1px;
    color: #ffffff;
    font-size: 16px;
    font-weight: lighter;
    text-transform: uppercase;
    background: #2e2826;
    line-height: 30px;
    border-left: 5px solid #2e2826;
    padding-left: 7px;
    text-decoration: none;
}
.menuitem a:hover {
    border-left: 5px solid #495431;
}

#news {
    padding-top: 15px;
    padding-bottom: 30px;
}

.newsarticle {
    margin-left: 9px;
    width: 193px;
    padding-top: 10px;
}

.newsdate {
    font-size: 11px;
    color: #898989;
}

.newstitle {
    margin-top: 2px;
    font-size: 14px;
    color: #495431;
}

.newscopy {
    margin-top: 5px;
    font-size: 11px;
    color: #464646;
}

.newsarticle a {
    margin-top: 8px;
    display: block;
    background: url(images/arrow.jpg) 100% 2px;
    background-repeat: no-repeat;
    padding-right: 15px;
    font-style: italic;
    font-size: 12px;
    color: #2e2826;
    text-decoration: underline;
    width: 63px;
}

.newsarticle a:hover {
    background: url(images/arrow.jpg) 100% -22px;
    background-repeat: no-repeat;
    color: #495431;
}

.tabtable a {
    margin-top: 8px;
    display: block;
    background: url(images/arrow.jpg) 100% 2px;
    background-repeat: no-repeat;
    padding-right: 15px;
    font-style: italic;
    font-size: 12px;
    color: #2e2826;
    text-decoration: underline;
    width: 68px;
}

.tabtable a:hover {
    background: url(images/arrow.jpg) 100% -22px;
    background-repeat: no-repeat;
    color: #495431;
}

.rightmain a {
    margin-top: 8px;
    display: block;
    background: url(images/arrow.jpg) 100% 2px;
    background-repeat: no-repeat;
    padding-right: 15px;
    font-style: italic;
    font-size: 12px;
    color: #2e2826;
    text-decoration: underline;
    width: 68px;
}

.rightmain a:hover {
    background: url(images/arrow.jpg) 100% -22px;
    background-repeat: no-repeat;
    color: #495431;
}

.podlink a {
    margin-top: 8px;
    display: block;
    background: url(images/arrow.jpg) 100% 2px;
    background-repeat: no-repeat;
    padding-right: 15px;
    font-style: italic;
    font-size: 12px;
    color: #2e2826;
    text-decoration: underline;
    width: 90px;
}

.podlink a:hover {
    background: url(images/arrow.jpg) 100% -22px;
    background-repeat: no-repeat;
    color: #495431;
}

.dash {
    width: 193px;
    margin-left: 9px;
    margin-top: 15px;
    background: url(images/dash.jpg);
    background-repeat: repeat-x;
}

#primarycopy {
    float: right;
    width: 639px;
}

h3 {
    margin: 0;
    padding: 0;
    color: #495431;
    font-size: 16px;
    margin-left: 21px;
    padding-top: 25px;
}

.rightmain h3 {
    margin-left: 0px;
    padding-top: 5px;
}

.copyp {
    line-height: 17px;
    font-size: 12px;
    color: #464646;
    padding-left: 22px;
    border-bottom: 1px solid #d7d7d7;
    padding-bottom: 14px;
}

.copyp2 {
    line-height: 17px;
    font-size: 12px;
    color: #464646;
    padding-left: 22px;
    padding-bottom: 14px;
}

.copyp2 a {
    color: #2e2826;
    text-decoration: underline;
    font-style: italic;
}

.copyp2 a:hover {
    color: #495431;
}

#maintabcontent {
    float: left;
    border-left: 1px solid #d7d7d7;
    border-top: 1px solid #d7d7d7;
    margin-top: 17px;
    width: 447px;
    margin-left: 16px;
    height: 190px;
}

#maintabs {
    float: right;
}

.activetab {
    border: 1px solid #d7d7d7;
    border-left: none;
    margin-top: 17px;
    width: 174px;
    height: 45px;
    line-height: 43px;
    font-size: 13px;
    color: #495431;
}

.activetab2 {
    border: 1px solid #d7d7d7;
    border-left: none;
    width: 174px;
    height: 45px;
    line-height: 43px;
    font-size: 13px;
    color: #495431;
}

.activetabtext {
    border-right: 5px solid #495431;
    padding-left: 23px;
    width: 140px;
    margin-left: 5px;
    height: 43px;
    margin-top: 1px;
    background: url(images/bigarrow.jpg) top left;
    background-repeat: no-repeat;
    font-weight: bold;
}

.inactivetab1 {
    border-left: 1px solid #d7d7d7;
    width: 174px;
    height: 45px;
    padding-bottom: 7px;
    margin-top: 17px;
}

.inactivetab2 {
    border-left: 1px solid #d7d7d7;
    width: 174px;
    height: 45px;
    padding-top: 5px;
}
.inactivetab3 {
    border-left: 1px solid #d7d7d7;
    width: 174px;
    height: 45px;
    padding-top: 7px;
}
.inactivetab4 {
    border-left: 1px solid #d7d7d7;
    width: 174px;
    height: 35px;
    padding-top: 7px;
}

.inactivetab6 {
    border-left: 1px solid #d7d7d7;
    width: 174px;
    height: 35px;
    padding-top: 5px;
}

.inactivetab5 {
    border-left: 1px solid #d7d7d7;
    width: 174px;
    height: 45px;
    padding-bottom: 7px;
}

.tablink a {
    display: block;
    width: 148px;
    height: 45px;
    border: 1px solid #d7d7d7;
    text-align: left;
    padding-left: 21px;
    line-height: 45px;
    margin-left: 5px;
    font-size: 13px;
    color: #2e2826;
    text-decoration: none;
    font-weight: bold;
}

.tablink a:hover {
    color: #ffffff;
    background: #495431;
    cursor: pointer;
}

.servlink a {
    margin-top: 8px;
    display: block;
    background: url(images/arrow.jpg) 100% 2px;
    background-repeat: no-repeat;
    padding-right: 20px;
    font-style: italic;
    font-size: 12px;
    color: #2e2826;
    text-decoration: underline;
    width: 92px;
    padding-left: 29px;
}

.servlink a:hover {
    background: url(images/arrow.jpg) 100% -22px;
    background-repeat: no-repeat;
    color: #495431;
}

.arrowlink a {
    margin-top: 4px;
    display: block;
    background: url(images/arrow.jpg) 100% 2px;
    background-repeat: no-repeat;
    padding-right: 20px;
    font-style: italic;
    font-size: 12px;
    color: #2e2826;
    text-decoration: underline;
    width: 113px;
}

.arrowlink a:hover {
    background: url(images/arrow.jpg) 100% -22px;
    background-repeat: no-repeat;
    color: #495431;
}

.tabtable {
    padding: 10px;
}

.tabtable tr {
    vertical-align: top;
}

.tabletitle {
    font-size: 13px;
    color: #495431;
    font-weight: bold;
    margin-bottom: 3px;
}

.tablecopy {
    font-size: 12px;
    color: #464646;
    line-height: 16px;
}

#therapy {
    border-top: 1px solid #d7d7d7;
    margin-top: 25px;
    padding: 10px;
}

#archive {
    margin-top: 20px;
    margin-left: 9px;
}

#archive a {
    display: block;
    background: url(images/archive.jpg) 0px -25px;
    width: 127px;
    height: 25px;
    line-height: 25px;
    font-family: "Century Gothic", helvetica, arial, sans-serif;
    font-size: 12px;
    color: #ffffff;
    padding-left: 10px;
    text-decoration: none;
}

#archive a:hover {
    background: url(images/archive.jpg) 0px 0px;
}

#podarchive {
    margin-top: 5px;
    margin-left: 20px;
}

.archivedate {
    font-size: 11px;
    color: #898989;
    margin-top: 17px;
}

.archivecopy {
    margin-top: 2px;
    font-size: 12px;
    color: #464646;
    margin-bottom: -2px;
}

.contacttable {
    width: 620px;
    margin: 0px;
    margin-top: 9px;
    padding: 0px;
}

.contacttable td {
    padding: 0px;
    margin: 0px;
}

.contacttable tr {
    vertical-align: top;
}

.contacttable a {
    text-decoration: none;
    color: #2e2826;
}

.contacttable a:hover {
    color: #495431;
}

.borders {
    border-left: 1px solid #b2be96;
    border-right: 1px solid #b2be96;
}

.contacttable p {
    padding-left: 18px;
    padding-right: 18px;
}

.contacttable h2 {
    padding-left: 18px;
    padding-right: 18px;
    margin-top: 0px;
}

.nopadleft p {
    padding-left: 0px;
    padding-right: 18px;
}

.nopadleft h2 {
    padding-left: 0px;
    padding-right: 18px;
    margin-top: 0px;
}

.serv1 {
    padding-top: 12px;
    padding-bottom: 12px;
}

.serv2 {
    padding-top: 12px;
    border-top: 1px solid #d7d7d7;
}

.rightmain {
    float: right;
    width: 170px;
    padding-left: 21px;
    border-left: 1px solid #d7d7d7;
    margin-top: 20px;
    padding-bottom: 20px;
}

.leftmain {
    float: left;
    width: 430px;
}

.rssreaders {
    padding-left: 50px;
}

.contacttable2 {
    padding: 21px;
}

.contacttable2 p {
    margin: 0;
    padding: 0;
    color: #495431;
    font-size: 16px;
}

.input1 {
    background: #f3f3f3;
    border: 1px solid #e1e1e1;
    border-top: 2px solid #ababab;
    border-left: 2px solid #dadada;
    width: 284px;
    margin-top: 3px;
    margin-bottom: 10px;
    padding: 8px;
}

.input2 {
    background: #f3f3f3;
    border: 1px solid #e1e1e1;
    border-top: 2px solid #ababab;
    border-left: 2px solid #dadada;
    width: 602px;
    padding: 8px;
    margin-top: 3px;
    margin-bottom: 10px;
    font-family: arial, sans-serif;
}

.input3 {
    background: #f3f3f3;
    border: 1px solid #e1e1e1;
    border-top: 2px solid #ababab;
    border-left: 2px solid #dadada;
    width: 602px;
    padding: 8px;
    margin-top: 9px;
    font-family: arial, sans-serif;
    resize: none;
}

.contacttable2 a {
    text-decoration: none;
    color: #2e2826;
    display: block;
    height: 27px;
    width: 72px;
}

.contacttable2 a:hover {
    color: #495431;
}

.arrowback a {
    display: block;
    background: url(images/arrowbackdrop.jpg) 100% 0px;
    margin-left: 21px;
    width: 210px;
    padding-right: 35px;
    height: 25px;
    line-height: 25px;
    font-family: "Century Gothic", helvetica, arial, sans-serif;
    font-size: 12px;
    color: #ffffff;
    padding-left: 10px;
    text-decoration: none;
}

.arrowback a:hover {
    background: url(images/arrowbackdrop.jpg) 100% -25px;
}

.thankyou {
    font-size: 54px;
    color: #495431;
    margin: 22px;
}