﻿body {
    background-color: #dcdcde;
    /*background-image:url(../Images/BodyBg.gif); background-repeat:repeat-x;*/
    font-family: Arial, Helvetica, sans-serif;
    height: 100%;
}

#wrapper {
    display: block;
    background-color: #ffffff;
    width: 960px;
    margin: 0 auto;
}

.clear {
    clear: both;
}


/* --- These classes are in the RVControls for Header and Footer*/
.clsMainFooter {
    background-color: #00703c;
    width: 100%;
    height: 50px;
}

.clsMainFooter img{
   padding-right:20px;
}
.clsMainHeader {
    background-color: #00703c;
    width: 960px;
    text-align: center;
    margin: 0 auto;
}

.clsTableFooterContainer {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    width: 960px;    
}

.clsTablePageContainer {
    margin: 0 auto;
    padding: 0px 0 0 0;
    width: 960px;
    background-color: #ffffff;
}

.clsPanelBody {
    background-color: #ffffff;
}

.clsPanel {
    color: #000000;
    background-color: #ffffff;
    color: #000000;
    font-family: Arial;
    font-size: 12px;
    margin-bottom: 5px;
    width: 100%;
}

#PLFooter {
    display: block;
    margin: 0 auto;
    width: 980px;
    clear: both;
}

#PLHeader {
    display: block;
}

#home_content {
    display: block;
    background-color: #fff;
    clear: both;
    width: 100%;
    height: 100%;
}
#home_content h1{
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    color: #00703c;
    font-size: 26px;
    padding-top: 15px;
    padding-left: 20px;
    text-align: left;
    font-variant: normal;
}

.clsLoginLabelBold {
    background-color: #fff;
    font-family: Arial;
    font-size: 12px;
    color: #000000;
    font-weight: bold;
    padding: 2px 0 3px 5px;
    margin-bottom: 5px;
}

a.clsLoginLinks:link {
    background-color: #fff;
    font-family: Arial;
    font-size: 12px;
    color: #000000;
    text-decoration: none;
    padding: 2px 10px 3px 5px;
    text-align: left;
}

a.clsLoginLinks:hover {
    color: #333;
    text-decoration: underline;
    background-color: #fff;
}

a.clsLoginLinks:visited {
    font-size: 12px;
    background-color: #fff;
}

.clsFooterLabelBold {
    font-family: Arial;
    font-size: 10px;
    color: #fff;
    font-weight: bold;
}

a.clsFooterLinks:link {
    font-family: Arial;
    font-size: 10px;
    color: #fff;
    text-decoration: none;
    padding: 0 10px 5px 5px;
    text-align: left;
}

a.clsFooterLinks:hover {
    font-family: Arial;
    font-size: 10px;
    color: #fff;
    text-decoration: underline;
    padding: 0 10px 5px 5px;
    text-align: left;
}


/*Main content panel on PL Home page */


/* ----------------------- Login Panel -------------------------------- */
#panel02 {
    background: #00703c;
    background-image: url(../Images/backgroundright.png);
    background-repeat: no-repeat;
    padding: 0;
    margin: 0;
    display: block;
    float: left;
    background-position: right bottom;
    height: 534px;
    width: 651px;
}

#panel02 .login{
    background-color: #EBEBEB;
    float: left;
    display: block;
    padding: 0 20px 20px 20px;
    width: 210px;
    margin: 80px 0 50px 380px;
    height: 365px;
    border: 2px solid #DEDEDF;
    border-radius: 25px;
}

.panel02title {
    padding: 15px 10px 5px 0px;   
    color: #00703c;
    font-weight: bold; 
    font-size: 18px;    
    font-family: Arial, Helvetica, sans-serif;
    display: block;    
}

#panel02 p {
    font-family: inherit;
    font-size: 14px;
    font-weight: bold;
    color: #3b1815;
    margin-top:0px;
}

#panel02 .txthints{
    float: right;
    font-size: 13px;
    font-weight: bold; 
    color: #b5b6b0;
    padding: 0.2em 20px 0.2em 0.2em;
}

#panel02 p a:link {
    color: #0645AD;
    font-size: 14px;
    font-weight: bold;
    margin: 12px auto;
    display: block;
    width: 100%;  
    text-decoration: none;
    margin-top:0px;
}

#panel02 p a:hover {
    color: #0645AD;
    font-size: 14px;
    margin: 12px auto;
    display: block;
    width: 100%;
    text-decoration: underline;
    margin-top:0px;
}

#panel02 p a:visited {
    color: #0645AD;
    font-size: 14px;
    margin: 12px auto;
    display: block;
    width: 100%;
    text-decoration: underline;
    margin-top:0px;
}

#panel02 p.bold {
    font-family: inherit;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
}

.lblPanel {
    color: #333;
    font-weight: bold;
    width: 65px;
    font-size: 13px;
    padding: 0.2em;     
}

.inputPanel {
    width: 180px;
    margin: 0.2em;
}

.buttonPL	{ background-image:url(/Resource/Images/loginbtn.png); background-repeat:no-repeat; border:none; display:block; margin:10px 0 0 0; width:69px; height:20px;}


#panel02 a:link {
    color: #3b1815;
    font-size: 14px;
    font-weight: bold;
    margin: 12px auto;
    display: block;
    width: 100%;  
    text-decoration: none;
}

#panel02 a:hover {
    color: #3b1815;
    font-size: 14px;
    margin: 12px auto;
    display: block;
    width: 100%;
    text-decoration: underline;
}

#panel02 a:visited {
    color: #3b1815;
    font-size: 14px;
    margin: 12px auto;
    display: block;
    width: 100%;
    text-decoration: underline;
}

#panel02 img {
    display: block;
    margin: 0 auto;
    padding-top: 0px;
    border: 0;
}


/* -------------------------- Panel 01 large left panel ------------------- */
#panel01 {
    background: #fff;
    background-image: url(../Images/backgroundleft.png);
    background-repeat: no-repeat;
    padding: 0;
    margin: 0;
    display: block;
    float: left;
    background-position: right bottom;
    height: 534px;
    width: 309px;
}

#panel01 h1{
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: #00703c;
    font-size: 28px;
    padding-top: 15px;
    padding: 15px 10px 0 10px;
    text-align: right;
    font-variant: normal;
}

#panel01 h3 {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: #2c4073;
    font-size: 18px;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 200px;
    text-align: left;
    font-variant: normal;
}

#panel01 p{
    font-size: 14px;
    font-weight: normal;
    padding-left: 15px;
    padding-right: 10px;
    text-align: right;
    line-height: 20px;
}

#panel01 p.bodytext01 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12pt;
    font-weight: normal;
    color: #333;
    text-align: left justify;
    margin-top: 10px;
    margin-right: 10px;
    margin-left: 10px;
    background-color: transparent;
    line-height: 20px;
    width: 47%;
    float: left;
}

#panel01 p.bodytext02 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12pt;
    font-weight: bold;
    color: #333;
    text-align: right justify;
    margin-top: 10px;
    margin-right: 0px;
    margin-left: 0px;
    background-color: transparent;
    line-height: 20px;
    width:49%;
    float: right;
}

#panel01 p.bannerimg {
   background-color: #DEDEDF;   
   height:150px;
   width:660px;
   padding: 0 5px 0 5px;  
   margin:30px 0px 0px 15px;
   display: block;
    
}

#panel01 p.bannerimg img{float:left; margin:10px;}

/* ----------------------- Bottom Panel -------------------------------- */
#panel03{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: #00703c;
    float: left;
    display: block;
    padding: 0 5px 0 23px;
    margin: 180px 0 0 0;
    text-align: right;
}

#panel03 a:link {
    color: #00703c;   
    text-decoration: none;
}

#panel03 a:hover {
    color: #00703c;   
    text-decoration: underline;
}

#panel03 a:visited {
    color: #00703c;  
}
/* ----------------------- Social Panel -------------------------------- */
#panelsocial{
  float:right; 
  padding: 5px 20px 0 5px; 
  margin-top:-50px; 
  width: 200px;
}

#panelsocial img{
border: none;
float: right; 
padding-left: 5px;
}

#homeBanner {
    display: block;
    background-position: top right;
    float: right;
    margin-bottom: 0px;
}

/* text for the login instructions on the home page under the login */
#logintext {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
    color: #fff;
    text-align: center;
    padding: 0 10px 0 0px;
}

#logintext h1 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 8pt;
    font-weight: bold;
    color: #fff;
}

.clsButtonRegister {
    text-decoration: none;
    width: 135px;
    height: 50px;
    display: block;
    color: #fff;
    font-family: Arial;
    font-size: 12px;
    font-weight: bold;
    line-height: 25px;
    padding-bottom: 10px;
    margin-left: 0px;
    border: 0;
    background-image: url('../Images/RegBtn.png');
    background-repeat: no-repeat;
}

.clsButtonRegister:hover {
    text-decoration: none;
    width: 135px;
    display: block;
    color: #fff;
    font-family: Arial;
    font-size: 12px;
    line-height: 25px;
    padding-left: 0px;
    font-weight: bold;
    margin-bottom: 10px;
    border: 0;
    background-image: url('../Images/RegBtn_over.png');
    background-repeat: no-repeat;
}

/*  ------------- Resource Links Page styles --------------------- */
.clsResourceLinks {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: #666;
    text-align: left;
    font-size: 12px;
    text-align: left;
    font-style: normal;
    text-decoration: underline;
    line-height: 40px;
}

.clsResourceLinks:hover {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: #666;
    text-align: left;
    font-size: 12px;
    text-align: left;
    font-style: normal;
    text-decoration: none;
}

.linktext01 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
    color: inherit;
    text-align: left;
    text-indent: 10px;
    text-decoration: none;
}

.linktext01:hover {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
    color: inherit;
    text-align: left;
    text-indent: 10px;
    text-decoration: underline;
}

/* --TAB MENU -- */

.Menu {
    width: 960px;
    background-color: #00703c;     
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 600;
    font-size: 14px;
    margin: 0;
}

.Menu td {
    width: 0 !important;
}

.staticMenuItemStyle {
/*background-color: #7d000a;float:left;display:block; - removed these to fix for chome and FF*/
    height: 25px;
    text-align: center;    
}

.staticMenuItemStyle td {
    width: 100%;
}

a.staticMenuItemStyle {
    color: #FFFFFF;
    padding-top: 8px;
    font-weight: bold;
    display: block;
   
}

.staticMenuItemStyle a:hover {  
    text-decoration: underline !important;
    color: #FFFFFF;
    font-weight: bold;
    display: block;
    width: 100%;
}

a.staticMenuItemStyle:hover {  
    text-decoration: underline !important;
    color: #FFFFFF;
    font-weight: bold;
    display: block;
    width: 100%;
}

.dynamicMenuItemStyle {
    background-color: #7d000a;
    display: block;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: bold;
    width: 120px;
    border: 1px solid #7D000A;
}

a.dynamicMenuItemStyle {
    color: #FFFFFF;
    background-color: #7d000a;
    padding: 5px;
}

a:hover.dynamicMenuItemStyle {
    background-color: #fff;
    color: #7d000a;
}
/* Quick Links Panel */
.clsQuickLinksNew {
    color: inherit;
    font-size: 12px;
    padding: 5px
}

.clsQuickLinksNew a {
    width: 100%;
    font-size: 12px;
    text-decoration: underline;
    color: inherit;
    font-family: Arial;
    padding: 5px
}

.clsQuickLinksNew a:hover {
    width: 100%;
    font-size: 12px;
    text-decoration: none;
    color: inherit;
    font-family: Arial;
    padding: 5px
}

.clsQuickLinksNew .clsQuickLinkWithSpace {
    margin-bottom: 10px;
    padding: 5px
}


/* Quick Links Panel */
.clsQuickLinks {
    color: inherit;
    font-size: 12px;
}

.clsQuickLinks a {
    width: 100%;
    font-size: 12px;
    text-decoration: underline;
    color: inherit;
    font-family: Arial;
}

.clsQuickLinks a:hover {
    width: 100%;
    font-size: 12px;
    text-decoration: none;
    color: inherit;
    font-family: Arial;
}

.clsQuickLinks .clsQuickLinkWithSpace {
    margin-bottom: 10px;
}

/* Page Titles and Text */
.clsPublicContentTitle {
    font-size: 19px;
    line-height: 21px;
    width: 99%;
    color: #43413E;
    font-style: italic;
    background-color: #ffffff;
    padding-top: 10px;
    padding-bottom: 15px;
    padding-left: 5px;
    padding-right: 5px;
    font-weight: normal;
    border-bottom: 1px solid #666666;
    width: 99%;
}

.clsPublicContentBody {
    font-family: Arial;
    font-size: 12px;
    width: 99%;
    color: #000000;
    background-color: #ffffff;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
    padding-right: 5px;
}

.clsNavLink {
    FONT-SIZE: 12px;
    COLOR: #666;
    FONT-FAMILY: Arial, Helvetica, sans-serif;
    TEXT-DECORATION: underline;
}

.clsNavLink:hover {
    FONT-SIZE: 12px;
    COLOR: #E36F1e;
    FONT-FAMILY: Arial, Helvetica, sans-serif;
    TEXT-DECORATION: none;
}


/* -------------------- Accreditation Page */
#accred {
    margin: 0 10px 0 20px;
    padding: 0;
    font-size: 12px;
}

#accred p {
    font-size: 12px;
    margin: 0;
    padding: 0;
}

#accred p.rev {
    font-size: 9px;
    padding-top: 10px;
}

#accred a {
    font-size: 12px;
    margin: 0;
    padding: 0;
}

#accred h1 {
    font-size: 18px;
}

#accred h2 {
    font-size: 16px;
}

#accred h3 {
    font-size: 12px;
    font-style: italic;
    margin: 2px 0 2px 10px;
}

#accred ul {
    margin: 0 0 0 10px;
}

#accred li {
    margin: 0;
    padding: 0;
    list-style-position: outside;
    list-style: disc;
}

#accred img.right {
    margin: 0 10px 0 0;
    float: right;
}



/*                      End Custom                     */
