body {
background: #35395c url('images/body_bg.jpg') repeat-x;
font: normal 12px "Arial", verdana, sans-serif;
color: #666666;
line-height: 16px;
}

img {
border: none;
}

p {
padding-top: 5px;
padding-bottom: 5px;
}

ul {
list-style: none;
}

a {
color: #35395c;
text-decoration: none;
}

a:hover {
text-decoration: underline;
}

h1{
font-family: "Trebuchet Ms", Arial, sans-serif;
font-size: 24px;
line-height: 24px;
color: #35395c;
}

h3{
color: #35395c;
font-weight: bold;
margin-bottom: 5px;
font-size: 14px;
}

.clear {
clear: both;
}

#container {
background: #f7f7f7;
width: 960px;
border: solid 1px #333333;
margin: 0 auto;
margin-bottom: 10px;
min-height: 700px;
-moz-box-shadow: 3px 2px 5px #333333;
-webkit-box-shadow: 3px 2px 5px #333333;
box-shadow: 3px 2px 5px #333333;
}

#header {
width: 960px;
margin: 0 auto;
margin-top: 15px;
margin-bottom: 8px;
height: 40px;
}

#header img{
float: left;
}

/* navigation */

@import url(https://fonts.googleapis.com/css?family=Montserrat:400,700);
#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a,
#cssmenu #menu-button {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#cssmenu:after,
#cssmenu > ul:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
#cssmenu #menu-button {
  display: none;
}
#cssmenu {
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;}
#cssmenu > ul > li {
  float: left;
}
#cssmenu.align-center > ul {
  font-size: 0;
  text-align: center;
}
#cssmenu.align-center > ul > li {
  display: inline-block;
  float: none;
}
#cssmenu.align-center ul ul {
  text-align: left;
}
#cssmenu.align-right > ul > li {
  float: right;
}
#cssmenu > ul > li > a {
  padding: 10px;
  font-size: 12px;
  letter-spacing: 1px;
  text-decoration: none;
  color: #dddddd;
  font-weight: 300;
  text-transform: uppercase;
}
#cssmenu > ul > li:hover > a {
  color: #ffffff;
}
#cssmenu > ul > li.has-sub > a {
  padding-right: 30px;
}
#cssmenu > ul > li.has-sub > a:after {
  position: absolute;
  top: 22px;
  right: 11px;
  width: 8px;
  height: 2px;
  display: block;
  background: #dddddd;
  content: '';
}
#cssmenu > ul > li.has-sub > a:before {
  position: absolute;
  top: 19px;
  right: 14px;
  display: block;
  width: 2px;
  height: 8px;
  background: #dddddd;
  content: '';
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}
#cssmenu > ul > li.has-sub:hover > a:before {
  top: 23px;
  height: 0;
}
#cssmenu ul ul {
  position: absolute;
  left: -9999px;
}
#cssmenu.align-right ul ul {
  text-align: right;
}
#cssmenu ul ul li {
  height: 0;
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}
#cssmenu li:hover > ul {
  left: auto;
}
#cssmenu.align-right li:hover > ul {
  left: auto;
  right: 0;
}
#cssmenu li:hover > ul > li {
  height: 35px;
}
#cssmenu ul ul ul {
  margin-left: 100%;
  top: 0;
}
#cssmenu.align-right ul ul ul {
  margin-left: 0;
  margin-right: 100%;
}
#cssmenu ul ul li a {
  border-bottom: 1px solid rgba(150, 150, 150, 0.15);
  padding: 11px 15px;
  width: 170px;
  font-size: 12px;
  text-decoration: none;
  color: #dddddd;
  font-weight: 400;
  background: #35395c;
}
#cssmenu ul ul li:last-child > a,
#cssmenu ul ul li.last-item > a {
  border-bottom: 0;
}
#cssmenu ul ul li:hover > a,
#cssmenu ul ul li a:hover {
  color: #ffffff;
}
#cssmenu ul ul li.has-sub > a:after {
  position: absolute;
  top: 16px;
  right: 11px;
  width: 8px;
  height: 2px;
  display: block;
  background: #dddddd;
  content: '';
}
#cssmenu.align-right ul ul li.has-sub > a:after {
  right: auto;
  left: 11px;
}
#cssmenu ul ul li.has-sub > a:before {
  position: absolute;
  top: 13px;
  right: 14px;
  display: block;
  width: 2px;
  height: 8px;
  background: #dddddd;
  content: '';
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}
#cssmenu.align-right ul ul li.has-sub > a:before {
  right: auto;
  left: 14px;
}
#cssmenu ul ul > li.has-sub:hover > a:before {
  top: 17px;
  height: 0;
}
#cssmenu.small-screen {
  width: 100%;
}
#cssmenu.small-screen ul {
  width: 100%;
  display: none;
}
#cssmenu.small-screen.align-center > ul {
  text-align: left;
}
#cssmenu.small-screen ul li {
  width: 100%;
  border-top: 1px solid rgba(120, 120, 120, 0.2);
}
#cssmenu.small-screen ul ul li,
#cssmenu.small-screen li:hover > ul > li {
  height: auto;
}
#cssmenu.small-screen ul li a,
#cssmenu.small-screen ul ul li a {
  width: 100%;
  border-bottom: 0;
}
#cssmenu.small-screen > ul > li {
  float: none;
}
#cssmenu.small-screen ul ul li a {
  padding-left: 25px;
}
#cssmenu.small-screen ul ul ul li a {
  padding-left: 35px;
}
#cssmenu.small-screen ul ul li a {
  color: #dddddd;
  background: none;
}
#cssmenu.small-screen ul ul li:hover > a,
#cssmenu.small-screen ul ul li.active > a {
  color: #ffffff;
}
#cssmenu.small-screen ul ul,
#cssmenu.small-screen ul ul ul,
#cssmenu.small-screen.align-right ul ul {
  position: relative;
  left: 0;
  width: 100%;
  margin: 0;
  text-align: left;
}
#cssmenu.small-screen > ul > li.has-sub > a:after,
#cssmenu.small-screen > ul > li.has-sub > a:before,
#cssmenu.small-screen ul ul > li.has-sub > a:after,
#cssmenu.small-screen ul ul > li.has-sub > a:before {
  display: none;
}
#cssmenu.small-screen #menu-button {
  display: block;
  padding: 17px;
  color: #dddddd;
  cursor: pointer;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 700;
}
#cssmenu.small-screen #menu-button:after {
  position: absolute;
  top: 22px;
  right: 17px;
  display: block;
  height: 4px;
  width: 20px;
  border-top: 2px solid #dddddd;
  border-bottom: 2px solid #dddddd;
  content: '';
  box-sizing: content-box;
}
#cssmenu.small-screen #menu-button:before {
  position: absolute;
  top: 16px;
  right: 17px;
  display: block;
  height: 2px;
  width: 20px;
  background: #dddddd;
  content: '';
  box-sizing: content-box;
}
#cssmenu.small-screen #menu-button.menu-opened:after {
  top: 23px;
  border: 0;
  height: 2px;
  width: 15px;
  background: #ffffff;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
#cssmenu.small-screen #menu-button.menu-opened:before {
  top: 23px;
  background: #ffffff;
  width: 15px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#cssmenu.small-screen .submenu-button {
  position: absolute;
  z-index: 99;
  right: 0;
  top: 0;
  display: block;
  border-left: 1px solid rgba(120, 120, 120, 0.2);
  height: 46px;
  width: 46px;
  cursor: pointer;
}
#cssmenu.small-screen .submenu-button.submenu-opened {
  background: #000000;
}
#cssmenu.small-screen ul ul .submenu-button {
  height: 34px;
  width: 34px;
}
#cssmenu.small-screen .submenu-button:after {
  position: absolute;
  top: 22px;
  right: 19px;
  width: 8px;
  height: 2px;
  display: block;
  background: #dddddd;
  content: '';
}
#cssmenu.small-screen ul ul .submenu-button:after {
  top: 15px;
  right: 13px;
}
#cssmenu.small-screen .submenu-button.submenu-opened:after {
  background: #ffffff;
}
#cssmenu.small-screen .submenu-button:before {
  position: absolute;
  top: 19px;
  right: 22px;
  display: block;
  width: 2px;
  height: 8px;
  background: #dddddd;
  content: '';
}
#cssmenu.small-screen ul ul .submenu-button:before {
  top: 12px;
  right: 16px;
}
#cssmenu.small-screen .submenu-button.submenu-opened:before {
  display: none;
}
#cssmenu.small-screen.select-list {
  padding: 5px;
}

/*feature*/


#feature {
border-bottom: solid 10px #35395c;
background: url('images/enroll.png') no-repeat top left;
height: 420px;
}

#feature_content {
width: 940px;
margin: 0 auto;
margin-top: 10px;
}

#feature_content img {
padding: 10px;
padding-top: 15px;
float: left;
margin-right: 15px;
}

#feature_content h1 {
padding-top: 7px;
}

#feature_content a h1:hover, #secondary_feature a h1:hover{
text-decoration: underline;
}

#feature_content ul.check li {
list-style-image: url("images/check.png");
list-style-type: square;
margin-left: 400px;
padding-top: 8px;
}

#form {
float: right;
width: 200px;
position: relative;
top: -320px;
left: 200px;
z-index: 2;
text-align: right;
}

#ie7 #form {
position: relative;
top: -410px;
left: -30px;
float: right;
width: 220px;
}

#ie7 #form input.email{
margin-top: -10px;
}

#form input.email, #secondary_form input.email {
background: url('images/input_sdw.gif') no-repeat;
border: solid 1px #35395c;
width: 100px;
padding: 2px 5px 0;
}

#form input, #secondary_form input {
float: right;
clear: right;
margin-top: 5px;
}

h1.callout {
text-transform: uppercase;
float: right;
width: 200px;
padding-right: 10px;
margin-top: 30px;
}

#column_container{
width: 940px;
margin: 0 auto;
overflow: auto;
}

#column_container h2 {
font-size: 17px;
color: #41466c;
margin-top: 5px;
margin-bottom: 0px;
}

#column_container h3 {
font-size: 11px;
color: #1c1c1c;
text-transform: uppercase;
font-weight: bold;
margin-top: 5px;
}

#column_container img {
background: #f8fbfc;
padding: 4px;
border: solid 1px #bebebe;
-moz-box-shadow: 2px 2px 2px #bebebe;
-webkit-box-shadow: 2px 2px 2px #bebebe;
box-shadow: 2px 2px 2px #bebebe;
}

#column_container img.noborder {
border: none;
background: none;
-moz-box-shadow: none;
-webkit-box-shadow: none;
box-shadow: none;
padding: 0;

}

#column_container a {
font-weight: bold;
text-transform: uppercase;
font-size: 10px;
}

.left{
float: left;
margin-right: 10px;
}

.column {
margin-right: 10px;
background: #ffffff;
border: solid 1px #b3b3b3;
width: 284px;
float: left;
padding: 10px;
}

.column_last{
border: solid 1px #b3b3b3;
background: #ffffff;
width: 284px;
height: 200px;
float: left;
padding: 10px;
}

.column, .column_last {
min-height: 290px;
margin-bottom: 10px;
}

/* secondary page layout */


#feature_container {
border-bottom: solid 10px #35395c;
height: 135px;
}

#secondary_feature {
background: url('images/alt_enroll.png') no-repeat;
height: 135px;
margin-left: 10px;
margin-top: 10px;
}

#secondary_feature h1 {
padding-top: 20px;
padding-left: 15px;
}

#secondary_feature h1.callout {
padding-top: 0px;
margin-top: -5px;
margin-right: 10px;
}

#secondary_form {
float: left;
width: 170px;
text-align: right;
margin: 10px;
padding-right: 35px;
border-right: solid 1px #dddddd;
}

/*Sidebar */

#sidebar{
float: left;
width: 280px;
padding: 10px;
background: #ffffff;
height: 200px;
margin: 10px;
margin-right: 0;
border: 1px solid #dadada;
min-height: 525px;
}

#sidebar h3{
color: #ffffff;
background: #5a5e79;
padding: 5px;
margin-top: 0;
border: solid 1px #387578;
}

p.quotename {
font-size: 90%;
margin-top: 0px;
font-style: oblique;
text-align: right;
}

#sidebar ul {
padding-left: 0;
}

/*Practitioners */

#content {
background: #ffffff;
width: 605px;
margin: 10px;
padding: 10px;
float: right;
border: 1px solid #dadada;
min-height: 525px;
}

#content h2 {
color: #5a5e79;
text-transform: uppercase;
font-weight: normal;
text-decoration: underline;
}

ul#key  {
padding-left: 0;
}

#key li {
background: #f7f7f7;
border-top: 1px solid #dadada;
border-right: 1px solid #dadada;
border-left: 1px solid #dadada;
padding: 5px;
}

#key li.last {
border: 1px solid #dadada;
}

#masterlist ul {
background: #ffffff;
border: 1px solid #dadada;
margin-bottom: 6px;
padding-left: 0;
margin-left: -40px;
}

#masterlist ul li {
padding: 2px;
margin-left: 0;
}

li .name{
background: #f8f8f8;
border-bottom: 1px solid #dadada;
font-size: 12px;
}

/* Membership */

label {
float: left;
padding: 5px;
height: 20px;
}

.leftlabel {
float: left;
clear: both;
}

#content form {
width: 350px;
}

label.left {
float: left;
clear: both;
margin: 10px;
}

#content input {
float: left;
width: 120px;
clear: left;
background: #e1e3ee;
border: solid 1px #387578;
padding: 5px;
margin: 2px;
}

a.submit {
width: 120px;
background: #e1e3ee;
border: solid 1px #387578;
padding:  5px 15px;
margin: 2px;
}

textarea {
background-color: #e1e3ee;
border: solid 1px #387578;
margin-bottom: 10px;
margin-left: 2px;
width: 300px;
}

/* Certification */

.check {
list-style-image: url("images/check.png");
}

#footer {
width: 960px;
margin: 0 auto;
}

#footer p {
font-size: 11px;
color: #dddddd;
font-family: "Trebuchet Ms", Arial, sans-serif;
margin-left: 15px;
}