@font-face {    font-family: 'dros';    src: url('fonts/Droidserif.eot');    src: url('fonts/Droidserif.eot?#iefix') format('embedded-opentype'),         url('fonts/Droidserif.woff') format('woff'),         url('fonts/Droidserif.ttf') format('truetype'),         url('fonts/Droidserif.svg#dros') format('svg');    font-weight: normal;    font-style: normal;}

p{
    line-height: 17px;
}

a{
	text-decoration: none;
	color: #0080ff;
}

a:hover{
	font-weight: bold;
}

.container{
	margin-left: auto;
	margin-bottom: 0;
	margin-right: auto;
	margin-top: 0;
	width: 1000px;
}

body{
    background: url("images/head-back.jpg") repeat-x scroll 0 0 #f5f5f5;
}

header[role="banner"] {
    float: left;
    width: 100%;
}

#bannerad{
	font-size: 36px;
	font-weight: bold;
	font-family: "Myriad Pro";
	color: #124357;
	padding-top: 45px;
	padding-left: 720px;
	background-repeat: no-repeat;
	background-image: url(images/header.jpg);
}
#logo{
    background: url("images/logo.png") no-repeat;
	height: 98px;
	width: 424px;
	float:left;
}

#head-right{
    padding-left: 0;
    padding-bottom: 0px;
    padding-right: 0;
    padding-top: 40px;
    color: #2490D5;
    float: left;
    margin-left: 124px;
    width: 427px;
}

#head-search{
	float:left;
}

#head-search h1{
	margin-left: 40px;
	margin-right: 20px;
	margin-top: 5px;
	line-height: 24px;
	font-size: 28pt;
	font-weight: bold;
	color: #cd3100;
}
#head-right p{
   float: left;
    text-decoration: underline;
}

#head-right input[type="search"], .hdsearch {
    background: url("images/search.png") no-repeat scroll 0 0 transparent;
    border: medium none;
    float: left;
    height: 30px;
    margin-left: 8px;
    padding-left: 3px;
    padding-right: 34px;
    width: 135px;
    color: #2490D5;
}

#socialbooks{
    float: left;
    margin-left: 10px;
}

#socialbooks img{
   margin-left: 3px;
}

nav[role="navigation"] {
    clear: both;
    float: left;
    width: 100%;
}

nav[role="navigation"] .menu{
    float: left;
    margin-left: 4px;
    width: 100%;
}

.menuItem {
  	background-color: white;
  	padding:4px 10px 4px 10px;
  	border-top:solid 1px #dddddd;
  	width: 230px;
	}
	
.menuItem:first-child {
  	border-top:none;
	}

.menuItem:hover {
  	background-color:#f1f1f1;
	}

.menuItem a {
  	font-size: 10pt;
  	font-style: normal;
  	font-weight: normal;
  	color: #66669a;
  	text-decoration:none;
	}

.menu ul{
	width:100%;
}

.menu li{
    background: url("images/menu-div.jpg") no-repeat scroll right 0 transparent;
    float: left;
    padding: 10px 20px 4px;
}

.menu li.last{
	background:none;
}

.menu li a{
    color: #D6EAF4;
    text-decoration: none;
    text-transform: capitalize;
}

.menu li a:hover{
    font-style: normal;
    font-weight: normal;
    color: #fba216;
}

section[role="slide"]{
	float:left;
	padding:0;
}

article[role="slideholder"]{
	float:left;
	background: url(images/slide-back.png) no-repeat;
	height: 488px;
	width: 671px;
}

#slide-wrap{
    padding: 37px 0 0 29px;
}

.stepcarousel{
position: relative; /*leave this value alone*/
border: 1px solid #ee5e26;
overflow: scroll; /*leave this value alone*/
width:625px; /*Width of Carousel Viewer itself*/
height: 408px; /*Height should enough to fit largest content's height*/
}

.stepcarousel .belt{
position: absolute; /*leave this value alone*/
left: 0;
top: 0;
}

.stepcarousel .panel{
float: left; /*leave this value alone*/
overflow: hidden; /*clip content that go outside dimensions of holding panel DIV*/
margin: 0px; /*margin around each panel*/
width: 625px; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
}

aside[role="booksession"]{
    float: left;
    width: 329px;
}

#freereport h1 {  
	margin-left: 0px;  
	margin-bottom: 12px;  
	margin-right: 0px;  
	margin-top: 20px;  
	line-height: 24pt;  
	font-size: 20pt;  
	padding: 0px;  
	color: #fbffff;  
	
}

#freereport h2 {  
	
	padding-top: 20px;  
	
	margin-left: 0px;  
	
	margin-bottom: 25px;  
	
	margin-right: 0px;  
	
	margin-top: 0px;  
	
	line-height: 20pt;  
	
	font-size: 16pt;  
	
}
#freereport input{
	margin-left: 0;
	margin-bottom: 10px;
	margin-right: 0px;
	margin-top: 0px;
	padding: 5px;
	font-size: 12pt;
	font-family: "Droid Sans", Helvetica, Arial, sans-serif;
	border-radius:6px;
    height: 28px;
    width: 270px;

}
#sessioninfo{
    color: white;
    float: left;
    margin-left: 3px;
    padding-left: 3px;
}

#sessioninfo ul{
    float: left;
    margin: 4px 0 0;
    padding-left: 6px;
}

#sessioninfo li{
    background: url("images/arrow.png") no-repeat scroll 0 9px transparent;
    font-size: 20px;
    line-height: 36px;
    padding-left: 25px;
}

#sessioninfo li a{
	color: white;
}

.session-learn{
    margin-top: 13px;
    padding-left: 7px;
}

section{
    float: left;
    padding: 20px 15px 10px 23px;
}

article[role="box"]{
    background-color: #FFFFFF;
    border: 1px solid #E3E6E8;
    border-radius: 4px 4px 4px 4px;
    float: left;
    margin-right: 6px;
    min-height: 208px;
    padding: 10px 10px 35px;
    width: 288px;
}

article[role="box"] h3{
    color: #22225e;
    font-size: 26px;
    line-height: 29px;
    margin-bottom: 10px;
    margin-top: 5px;
}

article[role="box"] h3 span{
	font-weight:bold;
}

article[role="information"]{
    background-color: #FFFFFF;
    border: 1px solid #E3E6E8;
    border-radius: 4px 4px 4px 4px;
    float: left;
    margin-right: 6px;
    padding: 20px 20px 35px;
    width: 590px;
}

article[role="information"] h1{
    color: #22225E;
    font-size: 26px;
    line-height: 29px;
    margin-bottom: 10px;
    margin-top: 5px;
}

article[role="information"] h2{
    font-size: 20px;
}

article[role="information"] img[align="right"]{
    margin-left: 10px;
}

article[role="information"] img[align="left"]{
    margin-right: 10px;
}

article[role="information"] ul{
    margin-top: 10px;
    margin-bottom: 10px;
    background-color: white;
    border-radius: 4px 4px 4px 4px;
}

article[role="information"] ul li{
    margin-left: 40px;
    background-color: #FFFFFF;
    border-radius: 4px 4px 4px 4px;
}

article[role="information"] ul ul{
    margin-left: 20px;
    background-color: #FFFFFF;
    border-radius: 4px 4px 4px 4px;
}

article[role="information"] span.yellowhl{
	line-height: 12pt;
	color: #757575;
	font-size: 11pt;
	background-color: #ffff66;
}

blockquote{
	clear: both;
}

blockquote img{
	margin-right: 5px;
	border-radius: 5px;
}

blockquote img[align="right"]{
	margin-left: 10px;
}

blockquote:nth-child(odd) {  
	padding: 10px;  
	background-color: #f5f5f5
}

ul.check li{
	font-style: italic;
	font-weight: bold;
	list-style-image: url(images/check.png);
}

ul.arrow li{
	list-style-image: url(images/li-arrow.png);
}

.css3gallery img{
-webkit-transform:scale(0.8); /*Webkit: Scale down image to 0.8x original size*/
-moz-transform:scale(0.8); /*Mozilla scale version*/
-o-transform:scale(0.8); /*Opera scale version*/
-webkit-transition-duration: 0.5s; /*Webkit: Animation duration*/
-moz-transition-duration: 0.5s; /*Mozilla duration version*/
-o-transition-duration: 0.5s; /*Opera duration version*/
margin: 0 10px 5px 0; /*margin between images*/
}

.css3gallery img:hover{
-webkit-transform:scale(1); /*Webkit: Scale up image to 1.2x original size*/
-moz-transform:scale(1); /*Mozilla scale version*/
-o-transform:scale(1); /*Opera scale version*/
box-shadow:0px 0px 30px gray; /*CSS3 shadow: 30px blurred shadow all around image*/
-webkit-box-shadow:0px 0px 30px gray; /*Safari shadow version*/
-moz-box-shadow:0px 0px 30px gray; /*Mozilla shadow version*/
}

article[role="box"] .box-wrap{
    min-height: 200px;
}

.box-wrap li{
	margin-left: 2em;
	list-style-position: outside;
	list-style-type: disc;
}

.learnmore-wrap{
	float:left;
}

.learnmore-wrap .learnmore{
    margin-top: 17px;
}

.learnmore-wrap .viewresearch{
    margin-top: 17px;
    position: absolute;
}

.learnmore{
    background: url("images/learn-more.png") no-repeat scroll 0 0 transparent;
    height: 37px;
    width: 100px;
}

.viewresearch{
    background: url("images/view-research.png") no-repeat scroll 0 0 transparent;
    height: 37px;
    width: 100px;
}

article[role="content"]{
	float:left;
	width:636px;
}

section[role="report"]{
    background: url("images/main-ad.png") no-repeat scroll 0 0 transparent;
	height:245px;
	width:636px;
	float:left;
   padding-left: 0;
}

#report-wrap{
    float: left;
    padding: 15px 1px 1px;
    width: 365px;
}

article h2, section[role="sidebar"] h3{
    margin-left: 0;
    margin-bottom: 10px;
    margin-right: 0;
    margin-top: 0;
    color: #fba216;
    font-size: 24px;
    font-weight: bold;
    line-height: 25px;
}

#report-wrap h3{
    color: #22225E;
    font-size: 21px;
    line-height: 29px;
    margin: 0;
}

section[role="entry"]{
    color: #757575;
    float: left;
    padding-left: 1px;
    padding-top: 7px;
}

section[role="entry"] h2, section[role="sidebar"] h2{
    color: #22225e;
    font-size: 26px;
    font-weight: bold;
    margin-bottom: 10px;
}

.col2{
    float: left;
    margin-right: 20px;
    width: 280px;
}

.col2 li{
	margin-left: 2em;
	list-style-position: outside;
	list-style-type: disc;
}

section[role="sidebar"]{
    float: left;
    margin-left: 10px;
    width: 310px;
	padding:0;
}

.side{
	float:left;
}

section[role="sidebar"] input[type="text"]{
	background:#fff;
	border:solid 1px #c7c9ca;
	border-radius:4px 4px 4px 4px;
	padding:0 5px;
	height:30px;
	width:270px;
	margin-bottom:11px;
	box-shadow:0 2px 2px #5e5d5d;
}
section[role="sidebar"] input[placeholder]{
	color:#45454e;
}

section[role="content"]{
	background:#f5f5f5;
	width:100%;
	margin:50px 0 0 0;
	float:left;
}
article[role="contactcontent"] h3{
	font-size:24px;
	font-weight:normal;
	margin:-10px 0;
}
article[role="contactcontent"]{
	background:#fff;
	border:#e3e6e8 solid 1px;
	border-radius:10px;
	width:580px;
	padding:30px 20px;
	font-weight:100px;
	font-size:13px;
	float:left;
}
article[role="contactcontent"] input[type="text"]{
	width:355px;
	height:40px;
	border:#c7c9ca solid 1px;
	border-radius:4px;
	padding-left:15px;
	margin-bottom:15px;
	box-shadow:1px 2px 6px #616060;
}
article[role="contactcontent"] input[placeholder]{
	color:#45454e;
	font-size:13px;
}
article[role="contactcontent"] textarea{
	width:480px;
	height:135px;
	border:#c7c9ca solid 1px;
	border-radius:4px;
	padding:10px 15px 10px 15px;
	margin-bottom:15px;
	box-shadow:1px 2px 6px #616060;
	resize:none;
}
article[role="contactcontent"] span, section[role="sidebar"] span, section[role="pagecontent"] span{
	color:#22225e;
	font-size:32px;
	line-height:32px;
}
section[role="sidebar"] {  
	margin-top: 35px;  
}

section[role="sidebar"] h4{
	color:#22225e;
	font-size:18px;
}
section[role="pagecontent"]{
	color: #757575;
    float: left;
    padding-left: 20px;
	width:620px;
}
section[role="pagecontent"] a{
	color:#0036ff;
}
article[role="conditions"]{
	width:570px;
	height:133px;
	background:#fff url('images/conditionbg.png') no-repeat top left;
	border:#e3e6e8 solid 1px;
	border-radius:0px 10px 10px 0px;
	padding-left:45px;
	margin-top:10px;
	box-shadow:0 1px 1px #d9dbdc;
	clear:left;
}
article[role="conditions"] p{
	line-height: 12px;
	font-size: 10px;
}
article[role="conditions"] span{
	color: #FFFFFF;
    float: left;
    margin-left: -40px;
    margin-top: 8px;
    text-decoration: underline;
}
article[role="conditions"] img.bg{
	float:right;
}
article[role="conditions"] h2{
	font-weight:bold;
	font-size:24px;
	color:#22225e;
	margin-bottom: 0px;
	margin-top: 10px;
	padding-bottom: 0px;
}
article[role="conditions"] a.learnmore{
	background:transparent;
	color:#225395;
	margin-top:10px;
}
h3.widget-title{
	color:#22225e !important;
	font-size:23px !important;
	margin-top:30px !important;
}
section[role="sidebar"] li {
    background: none repeat scroll 0 0 transparent !important;
    line-height: 15px;
	margin-left:-20px !important;
	clear:left;
}
section[role="sidebar"] li a{
	color:#1d1df1;
	font-size:14px;
	line-height:15px;
}
article[role="meettheteem"]{
	width:360px;
	text-align:justify;
	float:left;
}
article[role="img"]{
	float:right;
	font-size:15px;
	color:#111e2d;
	width:195px;
}
article[role="bottom"]{
	width:100%;
	clear:both;
	padding-top:30px;
}
article[role="bottom"] img{
	float:left;
}

#menu-5-step-treatment-program {  
	margin-left: 50px; 
	margin-top: 10px;  
}

#menu-5-step-treatment-program li {  
	list-style-type: decimal;  
	list-style-position: outside;  
	margin-bottom: 5px;  
}

#menu-conditions-treated {  
	margin-left: 50px; 
	margin-top: 10px;  
}

#menu-conditions-treated li {  
	list-style-type: disc;  
	list-style-position: outside;  
	margin-bottom: 5px;  
}

input[type="submit"]{
	background:#fba216;
	font-size:14px;
	color:white;
	border:none;
	width: 160px;
	height:37px;
	font-weight:bold;
	border-radius:4px 4px 4px 4px;
}

#CallToAction article[role="box"] .box-wrap h1{
	text-align: center;
	line-height: 28pt;
	margin: 10px;
	font-size: 28pt;
	color: #cd3100;
}

#CallToAction article[role="box"] .box-wrap h2{
	text-align: center;
	line-height: 24pt;
	color: #cd3100;
}

#CallToAction article[role="box"] .box-wrap h3{
	text-align: center;
	line-height: 24pt;
}

#CallToAction article[role="box"]{
	padding-right: 100px;
	padding-left: 100px;
	text-align: left;
	width: 710px;
	float: none;
}
#seo {
	margin-bottom: -20px;
	margin-right: -100px;
	margin-left: -100px;
	padding-left: 50px;
	padding-bottom: 10px;
	padding-right: 50px;
	padding-top: 10px;
	color: #e6e6e6;
	text-align: center;
	margin-top: 10px;
	background-color: #bbbbbb;
}
#seo p {
	color: #f5f5f5;
	text-align: center;
	font-size: 8pt;
}
#seo a {
	font-style: normal;
	font-weight: normal;
	color: #f5f5f5;
	font-size: 8pt;
}

footer{
    background-color: #2A2A2A;
    clear: both;
    color: #FFFFFF;
    float: left;
    width: 100%;
	padding-bottom:25px;
	padding-top:10px;
}

footer .container{
	width:950px;
}

.foot-col{
	float:left;
	margin-right:40px;
}

footer h3{
    font-size: 18px;
    margin: 0 0 5px;
}

.foot-col ul{
	margin:0;
	padding:0;
}

.foot-col li{
    line-height: 24px;
    list-style-image: url("images/li.png") !important;
    margin: 0 0 0 13px;
}
.foot-col a{
	text-decoration: none;
	color: white;
}

.foot-col a:hover{
	color: #fba216;
	font-weight: bold;
}

.foot-right{
    float: right;
    margin-right: 25px;
    text-align: left;
}

.foot-right p{
    margin: 0;
}

.foot-right a{
	text-decoration: none;
	color: white;
}

.foot-right a:hover{
	color: #fba216;
	font-weight: bold;
}

ul.footnav{
   margin: 13px 0 0;
}

ul.footnav li{
	float:left;
}

ul.footnav li a{
	text-decoration:none;
	color:white;
}

ul.footnav li a:hover{
	font-weight: bold;
	color: #fba216;
}

.alert{
	line-height: 18pt;
	font-size: larger;
	color: red;
}

.warning{
	font-style: italic;
	text-align: center;
	color: #cc0000;
}

