/********************************  GENERAL  ************************/


#footer ul.child-nav
{
	display: none;
}

#footer ul li
{
	display: inline;
	border-left: 1px solid #006666;
	padding-left: 5px;
}

#footer ul li.first
{
	border: none;
}

img
{
	border: none;
}

body,
	html {
		margin : 0;
		padding : 0;
	}
	
html { min-height: 100%; margin-bottom: 1px; }	
	
body {
    background : url(/images/layout/bg-content.gif) repeat-x;
	font-family : Tahoma, Arial, Helvetica, sans-serif;
   	font-size : 14px;
	font-style : normal;
	font-weight : normal;
	min-width :	900px;
	background-color : #ffffff;
	border : 0px;
	padding : 0px;
	margin : 0px;
	behavior: url("/css/csshover.htc");
}

body A:link {text-decoration: none; color:#006666;}
body A:visited {text-decoration: none; color:#006666;}
body A:active {text-decoration: none; color:#006666;}
body A:hover {text-decoration: none; color:#003333; text-decoration:underline;}
	
H1 {
 	color:#006666;
	font-size:20px;
}
	
H2 {
	color:#006666;
	font-size:14px;
}
	
H3 {
	font-size : 12px;
}
	
	
	
p {
   	font-size : 12px;
	text-align : left;

}

.highlight {
	color:#006666;
	font-style:normal;
	font-weight:bold;

}

.regular {
	font-size : 12px;
}

.boldaqua {
	font-weight: bold;
 	color: #006666;
}	

.boldblack {
	font-weight: bold;
 	color: #000000;
}	

.boldlist li {
	line-height: 15px;
	font-weight: bold;
	list-style-type: circle;
	color: #006666;

}

.imagefloat-left {
	float: left;
	padding: 5px 10px 5px 5px;
}


/********************************  LAYOUT  ************************/
	
#header  {
	background : url("../images/layout/theta-healing-logo.gif") no-repeat;
	margin-top : 10px;
   	height : 98px;	
	width: 900px;
}

#header #search {
	float: right;
	margin-right: 16px;
}	

#header #headerlink {
	width: 454px;
	height: 88px;
	position: absolute;
}

#header #login {
	background : url("../images/layout/login-bg.png") repeat-x;
	width: 359px;
	color: #006666;
	height: 63px;
	margin-top: 6px;
	font-size: 10px;
	font-weight: bold;
    margin-right: 10px;
	float: right;
	clear: both;
	background-color: #a0d5d6;
	height: 83px;
		
}

#header #login .incorrect-login
{
	color: red;
	font-size: 14px;
}

#header #login form
{
	margin: 0px;
	padding: 0px;
}

#log_in_container {
	padding: 10px;
}

.logintxt {
	padding: 10px;

}

#header #login table {
   margin-left: 7px;
   margin-top: 5px;
}


.underline a, .underline a:active, .underline a:visited, .underline a:link {
	text-decoration: underline;
	color:#006666;
	line-height: 23px;
}

.underline a:hover { 
	text-decoration : none;
	color : #003333;
}

#content {
	width : 900px;
	clear : both;
}

#leftcolumn {
	margin-bottom :	10px;
	width :	240px;
	vertical-align : top;
}

#rightcolumn {
	margin-bottom :	10px;
	vertical-align : top;
	text-align:center;
	background-color:white;
}	

#wrapper{
	margin : 0 auto;
	width : 900px;
}

#footer {
	height : 25px;
	line-height : 18px;
	clear: both;
	margin-top: 10px;
	text-align : center;
	color : #006666;
	font-size: 12px;
}

.smallbutton a, .smallbutton a:active, .smallbutton a:visited, .smallbutton a:link {
	display : block;
	width : 75px;
	height : 23px;
	text-align: center;
	font-size: 12px;
	line-height : 20px;
	font-weight:normal;
	color: #FFFFFF;
	background : url("../images/layout/small-btn.png") 0 0 no-repeat;
	text-decoration : none;
	text-transform : uppercase;
}

.smallbutton a:hover { 
	background-position : 0 -23px;
	color: #FFFFFF;
}
			
.clear {
    clear:both;
    height:1px;
    overflow:hidden;
  }			

/********************************  LEFT NAVIGATION  ************************/

#leftnav {
	
}

#leftnav ul ul {
	visibility: hidden;
	display: none;
	position: absolute;
	top: 5px;
	width: 300px;
	left: 240px;
	border: solid 1px #70d7da;
	background-color: #8bdee0;
	z-index: 500;
	padding: 4px;
}
#leftnav ul {
	list-style-type : none;
	padding : 0;
	margin : 0;
	position: relative;
	z-index: 100;
}

#leftnav ul li:hover ul {
	visibility: visible;
	z-index: 500;
	display: block;
}
#leftnav li a {
	color : #FFFFFF;
	text-decoration : none;
}

#leftnav li {
	border-bottom : 1px solid #70d7da;
	color: #006666;
	font-size : 14px;
	padding : 5px 0 5px 10px;
	position: relative;
}


#leftnav ul.info-menu {
	background-color: #8fe4e7;
}

#leftnav li.first {
	background:  url(../images/layout/menu-top.png) ;
 	background-color : #66bec1;
}


#leftnav ul.info-menu a:link, #leftnav ul.info-menu a:active, #leftnav ul.info-menu a, #leftnav ul.info-menu a:visited {
 	margin : 0px;
	padding : 0px;
	color: #006666;
}

#leftnav .info-menu li a:hover {
	color : #003333;
	text-decoration: underline;
}

#leftnav li.specialists {
	background-color : #20c9cf;
	color : white;
	font-size : 14px;
}

#leftnav ul.specialist-menu {
 	margin : 0px;
	padding : 0px;
	background-color :#57d6db;
	z-index: 0;
	position: relative;
}

#leftnav ul.specialist-menu a:link, #leftnav ul.specialist-menu a:active, #leftnav ul.specialist-menu a, #leftnav ul.specialist-menu a:visited {
 	margin : 0px;
	padding : 0px;
	padding-left : 10px;
}

#leftnav .specialist-menu li {
	border-bottom: 1px solid #c1e5e5;
}

#leftnav .specialist-menu li a:hover {
	color : #266a6d;
	text-decoration: underline;
}
		
#leftnav #leftnav-bottom {
	background-image: url(../images/layout/bottom-nav-gradient.png) ;
	background-repeat : no-repeat;

	padding: 0px 4px 0px 4px;
}
		
#leftnav .newsheadline {
	font-size : 14px;
	font-weight : bold;
	text-align : center;
	padding-top : 5px;
	position: relative;
	z-index: 200;
	color: 	#006666;
}		

.sectionline {
	border-bottom : 1px solid #003333;
	float : left;
	height : 10px;
	margin-bottom : 3px;
	padding-top : 8px;
}

.sectionline.blog {
	width : 42%;
}

.sectionhead.blog {
	width : 15%;
}

.sectionline.article {
	width: 37%;
}

.sectionhead.article {
	width : 25%;
}


.sectionhead {
	color:#000000;
	float:left;
	font-size:12px;
	text-align:center;
	padding-top: 10px;
	margin-bottom: 5px;
}	

.blogdate {
	vertical-align:top;
	font-weight: bold;
	padding-right: 10px;
	font-size: 12px;
	width: 80px;
}

.articlegroup {
	padding: 0px 0px 0px 5px;
}

.articletitle {
	font-size : 12px;
	color: #006666;
	font-weight: bold;
	line-height: 20px;
	padding-bottom: 10px;
}


/********************************  RIGHT SIDE HOME PAGE  ************************/

#righttop {
	background-image: url(../images/layout/right-top.png);
	background-position:right;
	width: 660px;
	font-size: 0px;
	height: 10px;
}

.insidetext {
	padding: 0px 10px 5px 10px;
	width: 640px;
	text-align: left;
	font-size: 12px;
}

#flashblock {
	height: 364px;
	margin-bottom: 5px;
	left: 0;
	margin-top: -10px;
}

#flashblockwrapper {
	height: 358px;
	background-color : white;
}

.infobox {
	width: 215px;
	float: left;
	padding: 0px 3px 0px 2px;
	margin: 0px;
}

.infobox .header1 {
	font-size: 15px;
	color: #FFFFFF;
	height: 44px;
	text-align: center;
	line-height: 35px;
}

.infobox .body {
	font-size : 12px;
	padding: 5px;
	text-align: left;
	height: 245px;
}	

.infobox .footer {
	height: 20px;
}	

.infobox.purple .header1  {
	background : url("../images/layout/purple-box-header.png") no-repeat;
}	

.infobox.purple .body {
	background-color : #ce95c9;
}	

.infobox.purple .footer   {
	background : url("../images/layout/purple-box-footer.png") no-repeat;
}	

.infobox.green .header1  {
	background : url("../images/layout/green-box-header.png") no-repeat;
}

.infobox.green .body {
	background-color : #b7d09a;
}	

.infobox.green .footer {
	background : url("../images/layout/green-box-footer.png") no-repeat;
}	
.infobox.orange .header1  {
	background : url("../images/layout/orange-box-header.png") no-repeat;
}

.infobox.orange .body {
	background-color : #fcc380;
}	

.infobox.orange .footer {
	background : url("../images/layout/orange-box-footer.png") no-repeat;
}	


.boldpurple a:link, .boldpurple a:active, .boldpurple a:visited  {
	font-weight: bold;
 	color: #9d2c94;
	float: left;
	width: 205px;
	text-align:center;
	padding-top: 10px;
}	

.boldgreen a:link, .boldgreen a:active, .boldgreen a:visited{
	font-weight: bold;
 	color: #76a53d;
	float: left;
	width: 205px;
	text-align:center;
	margin-top: -10px;
}

.boldorange a:link, .boldorange a:active, .boldorange a:visited {
	font-weight: bold;
 	color: #fa931a;
	float: left;
	width: 205px;
	text-align:center;
	padding-top: 0px;
}

.booktitle {
	font-size : 12px;
	color: #006666;
	font-weight: bold;
	line-height: 20px;
}

.addtocart {
	font-size : 14px;
	color: #006666;
	font-weight: bold;
	line-height: 20px;
	padding-bottom: 10px;
}
/********************************  SEARCH RESULTS  ************************/

.searchresults {
	padding:0 10px 5px;
	text-align:left;
	width:640px;
	font-size: 12px;
	color: #333333;
	padding: 5px 5px 5px 5px;
}

.searchresults a:link, .searchresults a:visited, .searchresults a:active, .searchresults a {
	text-decoration : underline;
	color: #009999;
}

.searchresults a:hover {
	text-decoration: none;
	color: #006666;
}

.searchresults.header {
	font-size: 18px;
	color: #225859;
	background-image: url(../images/layout/search-result-types.jpg);
	background-position:bottom;
	background-repeat: no-repeat;
	height: 70px;
	width: 593px;
	border-bottom: 1px solid #006666;
}

.searchresults.header .country {
	color: #666666;
	font-size: 16px;
}

.searchresults.result {
	border-bottom: 1px solid #006666;
	margin: 10px 10px 0px 10px ;
	padding-bottom: 10px;
	width: 600px;
	float: left;

}

.searchresults.result .resultheader {
	font-size: 14px;
	font-color: #225859;
}

.searchresults.result .icons{
	float: right;
	text-align: right;
}

.searchresults.result .icon {
	margin: 0px 5px 0px 5px;
	float: left;
}

.searchresults.result .name {
	margin: 0px 15px 0px 5px;
	float: left;
	font-size: 18px;
	line-height: 25px;
	color: #006666;
	background: url(../images/layout/profile-user.png) center left no-repeat;
	padding: 0 0 0 20px;
}

.searchresults.result .image-contact {
	background: #f1f1f1;
	border: 1px solid #e8e8e8;
	box-shadow: 0 0 2px #fff inset;
	margin: 15px 0;
	padding: 7px;
}

.searchresults.result .image {
	height: 100%;
	float: left;
	clear: both;
	width: 100px;
	padding: 5px;
}

.searchresults.result .contact {
	float: right;
	width: 460px;
}

.searchresults.result .info {
	height: 100%;
	float: left;
	padding: 5px;
	line-height:18px;
	
}

.searchresults.result .location {
	background: url(../images/layout/profile-location.png) 2px center no-repeat;
	padding: 7px 0 4px 20px;
}

.searchresults.result .phone{
	background: url(../images/layout/profile-phone.png) center left no-repeat;
	padding: 0 0 4px 20px;
}

.searchresults.result .email{
	background: url(../images/layout/profile-email.png) center left no-repeat;
	padding: 0 0 4px 20px;
}

.searchresults.result .website{
	background: url(../images/layout/profile-website.png) center left no-repeat;
	padding: 0 0 4px 20px;
}

.searchresults.result .view-profile{
	background: url(../images/layout/profile-view.png) bottom left no-repeat;
	padding: 10px 0 0 20px;
}

.searchresults.result .year{
	padding-bottom: 6px;
}

.searchresults.result .classes{
	float: left;
	line-height: 20px;
	margin: 0 13px;
	width: 270px;
}

.searchresults.result td {
	vertical-align : top;
	padding-right:30px
}

table.styled {
  border-collapse: collapse;
  margin-top: 15px;
}
table.styled th {
  background-color: #006666;
  font-weight: bold;
  color: white;
}

table.styled tbody tr.alt {
  background-color: #ddf0f1;
}
table.styled td {
  padding: 4px;
}

