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;
}

a {
color: #7881d1;
text-decoration: none;
}

a:hover {
text-decoration: underline;
}

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

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

.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 */

#nav {
font-family: "Trebuchet Ms", Arial, sans-serif;
width: 610px;
float: right;
margin-right: -50px;
}

#nav img{
float: none;
}


#nav li {
  color: white;
  padding-left: 20px;
  padding-right: 20px;
  border-right: solid 1px;
  list-style: none;
  float: left;
  text-align: center;
}

#nav li.last {
  border-right: none;
}

#nav li a {
  color: white;
  text-decoration: none;
}

#nav li a:hover {
text-decoration: underline;
}

#nav li ul {
  display: none;
  margin-left: -61px;

}

#nav li ul li {
  float: left;
  text-align: left;
  background-color: #35395c;
  color: #ffffff;
  width: 150px;
  border-bottom: solid 1px #ffffff;
  position: fixed;
  padding: 5px;
}

#nav li ul li a{
  color: #ffffff;
}

#nav li ul li:hover{
  background-color: #5a5e79;
  
}

#nav li ul li:hover a{
  color: white;

}

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

/*feature*/


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

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

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

#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: 464px;
margin-bottom: 10px;
margin-top: 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;
}

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;
}

/* New Styles */

div#header-container {
    background: #2c3145;
}

div#header {
    margin-top: 0;
    padding-top: 20px;
    padding-bottom: 20px;
}

body{
  margin: 0px;
}

div#feature {
    background-color: #00071a;
}

div#contentsd {
    width: 940px;
    margin: 0 auto;
    background-color: #ffffff;
    padding: 0 21px;
}

p {
    font-size: 20px;
    color: #444;
    line-height: 27px;
    text-align: justify;
}

h1, h2, h3, h4 {
    text-align: center;
}

h1 {
    font-size: 39px;
    line-height: 39px;
    font-weight: 700;
}

h1.HeadTitle {
    margin-top: 0px;
    font-size: 30px;
    line-height: 32px;
    color: #698dbd;
}

h1.callout {
    font-size: 27px;
    margin-top: 0px;
    color: #00071a;
    background-color: #1b8a83;
    padding: 9px 100px !important;
    font-weight: 900;
    line-height: 38px;
    float: none;
    display: inline;
}

.callout-container {
    text-align: center;
}

#feature_content p {
    color: #fff;
}

ul.check {
    color: #fff;
    font-size: 16px;
}

ul.check {
    color: #fff;
    font-size: 16px;
    margin-top: 22px;
    margin-bottom: 27px;
    line-height: 22px;
}


.action-call {
    background-color: #1b8a83;
    width: 577px;
    padding: 9px 0px;
    margin: 0 auto;
}

.action-call ul p {
    color: #fff;
    margin: 0;
    display: inline;
    position: relative;
    line-height: 30px;
    bottom: 3px;
    padding: 0px 0px 0px 7px;
}


ul {
   list-style: none;
}

.action-call ul li:before {
    content: "\2022";
    font-size: 25px;
    color: #fff;
}

h2 {
    font-size: 40px;
    color: #012993;
    line-height: 47px;
}

.module {
    width: 80%;
    margin: 0 auto;
    padding: 20px;
    border: 1px solid #ccc;
    box-shadow: 0px 0px 20px #cccccc;
    margin-bottom: 20px;
    margin-top: 10px;
}

p.module-img {
    text-align: center;
}

.module ul li {
    font-size: 19px;
    line-height: 33px;
}

.module ul {
    list-style: inherit;
}

h4 {
    font-size: 44px;
    color: blue;
    font-weight: 800;
    margin: 0 auto;
    line-height: 49px;
}

#group-img img {
    margin: -131px 0 -120px 0;
}

div#content-container {
    background: #35395c url(images/body_bg.jpg) repeat-x;
}

#container {
    background-color: #35395c;
}

div#colum_container_background {
    width: 982px;
    margin: 0 auto;
    background-color: #fff;
}

div#content-container {
    background: #35395c url(images/body_bg.jpg) repeat-x;
    margin-bottom: -17px;
    margin-top: -26px;
}

ul{
      font-size: 21px;
    line-height: 40px;
  padding-left: 98px;
}

li {
    background-image: url(http://hypnoticlanguagecertified.com/media/green-check.png);
    background-repeat: no-repeat;
    background-size: 3%;
    padding-left: 40px;
}


.action-call p {
    color: #fff;
    margin: 0;
    padding: 1px 30px;
}

.module ul {
    list-style: none;
}

.module p {
    text-align: center;
    font-size: 23px;
    margin: 0;
    margin-bottom: 13px;
}

.module img {
    margin-top: -55px;
    margin-bottom: -97px;
}

p.module-img-bundle img {
    margin-top: -212px;
    margin-bottom: -53px;
}

p.module-img-bundle {
    text-align: center;
}

p.modulep {
    text-align: justify;
}

div#le_body_row_2_col_1_el_39 {
    margin-top: 0px;
    padding-top: 0px;
}

div#le_body_row_2_col_1_el_39 {
    background-color: #fe7;
    margin-bottom: 50px;
}

.testimonialbox1 {
    font-family: Georgia, Times, "Times New Roman", serif ! important;
    background-color: #FFFFFF;
    border-bottom: 1px solid #CCCCCC;
    border-top: 1px solid #CCCCCC;
    font-size: 24px;
    font-weight: normal;
    margin: 0px auto;
    text-align: center;
    width: 100%important;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 20px;
    padding-left: 20px;
    margin-top: 50px;
    margin-bottom: 10px;
}