body {
   margin: 0;
   padding: 0;
   background: #fff;
   color: #333;
   font-family: "Lucida Grande", "Lucida Sans Unicode", Tahoma, Arial, Helvetica, sans-serif;
   line-height: 1.5;
}

a { color: #61224E; }

p, h1, h2, h3, h4, h5, h6 {
   margin: 0 0 1em;
}

h1.cms-page-title {
   font-size: 20px;
   font-weight: normal;
   color: #53003F;
}

.lead {
   font-size: 15px;
   color: #61224E;
}

.highlight {
   color: #26632B;
}

a.btn {
   display: block;
   font-weight: bold;
   font-size: 16px;
   text-align: center;
   padding: 6px;
   background: url(/SiteData/images/btn-bg-gray.png) repeat-x;
   -moz-border-radius: 6px;
   -webkit-border-radius: 6px;
   box-shadow: 2px 2px 2px #aaa; 
   -moz-box-shadow: 2px 2px 2px #aaa;
   -webkit-box-shadow: 2px 2px 2px #aaa;
}

#doc {
   margin: 0 auto;
   width: 960px;
   background: url(/SiteData/images/page-bg.png) repeat-y;
   padding: 0 10px;
}

#hd #nfca-link {
   float: left;
   width: 348px;
   height: 36px;
   text-indent: -999em;
   overflow: hidden;
   background: url(/SiteData/images/nfca-text-logo.png) no-repeat;
   margin-left: 40px;
}

#hd #util {
   float: right;
   width: 375px;
   padding: 10px 50px;
   font-size: 11px;
}

#hd #util .WelcomeDiv {
   float: right;
   padding-right: 6px;
}

#hd #util .cms-core-nav-list-container {
   float: right;
}

#hd #util ul li {
   float: left;
   padding: 0 6px;
}

#great-logo {
   clear: both;
   background: url(/SiteData/images/header-bg.png) no-repeat;
}

#great-logo a {
   display: block;
   text-indent: -999em;
   width: 960px;
   height: 110px;
   background: url(/SiteData/images/GREAT-logo/467a1b404417a8f0/GREAT-logo.png) no-repeat;
}

#hd .nav {
   background: url(/SiteData/images/navbar-bg.png) repeat-x;
   padding-left: 10px;
   margin-top: 3px;
}

#hd .nav ul li {
   float: left;
   font-size: 15px;
   font-weight: normal;
   font-family: "Optimum", "Optima", "Lucida Grande", "Lucida Sans Unicode", Tahoma, sans-serif;
}

#hd .nav ul li a {
   color: #fff;
   display: block;
   background: url(/SiteData/images/great-nav-bg.png) no-repeat right top;
   padding: 3px 20px;
   text-decoration: none;
}

#hd .nav ul li a:hover {
   background-position: right -33px;
}

#hd .nav ul li a.cms-core-nav-list-item-selected {
   background-position: right -66px;
}

#hd .subnav {
   background: #53003F;
   padding-left: 40px;
}

#hd .subnav ul li {
   float: left;
   font-size: 11px;
   padding: 5px 10px;
}

#hd .subnav ul li a { 
   color: #C3AEBE;
   text-decoration: none;
}

#hd .subnav ul li a:hover {
   color: #fff;
}

#bd {
   padding: 20px 30px;
}

#ft {
   clear: both;
   background: #E4F5DC;
   border-top: 1px solid #55A031;
   padding: 20px;
   color: #133216;
   font-size: 11px;
}

#ft #copyright,
#ft .nav {
   float: left;
   padding-top: 20px;
}

#ft #copyright {
   
   padding-right: 6px;
}

#ft .nav ul li {
   float: left;
   padding: 0 6px;
}

#ft .nav ul li a {
   color: #26632B;
}

#ft #accreditations {
   float: right;
   width: 500px;
}

#ft #accreditations ul {
   margin: 0;
   padding: 0;
   list-style: none;
}

#ft #accreditations ul li {
   float: left;
   padding-left: 10px;
}

#ft #accreditations img {
   vertical-align: middle;
   margin-bottom: 5px;
}

#ft .cms-footer {
   clear: both;
   text-align: center;
}

/* User profile / registration */

.cms-core-user-profile-required {
   margin: 0 0 2em;
}

h3.cms-core-profile-required-heading,
h3.cms-core-profile-optional-heading {
   color: #6DB441;
}

.cms-core-group-membership-div h3 {
   color: #6DB441;
}


.cms-core-required-field-note {
   font-size: 11px;
   margin-bottom: 6px;
}

.cms-core-user-profile-button {
   margin-top: 12px;
}

.cms-core-user-profile-table th,
.cms-core-user-profile-table td {
   padding-bottom: 6px;
}

.cms-core-user-profile-table td input:focus,
.cms-core-user-profile-table td select:focus,
.cms-core-user-profile-optional-table td input:focus,
.cms-core-user-profile-optional-table td select:focus,
.cms-core-group-membership-table td select:focus {
   outline: 2px solid #2A6603;
}

.cms-core-group-membership-table-div {
   margin: 1em 0;
}

.cms-core-user-profile-table th,
.cms-core-user-profile-optional-table th,
.cms-core-group-membership-table th {
  width: 150px;
}
