/* CSS Document */

body{
	margin:0;
	background-color:#E2E2E2;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#676767;
}

a{
	text-decoration:none;
}

form{
	margin:0px;
}

img {
	border:0;
}

input{
	/*background-color:#ECF8FF;
	border:1px solid #0E66B9;
	font-size:10px;*/
}




.left{
	float:left;
}

.right{
	float:right;
}

#wrapper{
	width:800px;
	height:auto;
	overflow:hidden;
	margin:auto;
	background:transparent url(../images/wrapper_bg.gif) 0 0 repeat-x;
	background-color:#68AED4;
}

/* BANNER */
.banner_text{
	width:100%;
	height:auto;
	overflow:hidden;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#000000;
	margin-left:10px;
	margin-top:10px;
}
.banner_container{
	width:100%;
	height:auto;
	overflow:hidden;
}
.banner_container_top{
	width:754px;
	height:12px;
	background:transparent url(../images/body_top.gif) 0 0 no-repeat;
}
.banner_container_center{
	width:735px;
	margin:auto;
	overflow:hidden;
	height:70px;
	background-color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#000000;
	padding-left:10px;
}
.banner_container_bottom{
	width:754px;
	height:12px;
	background-image:url(../images/body_bottom.gif);
	background-repeat:no-repeat;
}

/* /BANNER */

/* BODY */

.body_container{
	width:754px;
	margin:auto;
	overflow:hidden;
	height:auto;
}

/* LOGO */

#logo_container{
	width:100%;
	height:74px;
}

#logo_container .logo_containerL{
	width:10px;
	height:74px;
	float:left;
	background:transparent url(../images/logo_leftimg.gif) 0 0 no-repeat;
}

#logo_container .logo_containerM{
	width:734px;
	height:74px;
	background-image:url(../images/logo_bg.gif);
	background-repeat:repeat-x;
	float:left;
}

.logo{
	padding:15px 0px 0px 7px;
	float:left;
}

.logo a{
	font-family:Arial, Helvetica, sans-serif;
	font-size:30px;
	font-weight:bold;
	color:#7D9601;
	text-decoration:none;
}

.imgLink{
	float:right;
	padding:13px 15px 0px 0px;
}

.imgLink_padding{
	padding-right:15px;
	float:left;
}

#logo_container .logo_containerR{
	width:10px;
	height:74px;
	float:left;
	background:transparent url(../images/logo_rightimg.gif) 0 0 no-repeat;
}

/* /LOGO */

/* TOP LINK */

.topLink_container{
	width:720px;
	height:auto;
	overflow:hidden;
	padding:6px 4px 6px 16px;
}

.topLink_padding{
	float:left;
	padding:0px 0px 0px 21px;
}

/* /TOP LINK */

/* SIGN UP + IMAGE */

#topBanner_container{
	width:100%;
	height:auto;
	overflow:hidden;
}

.therapist_image{
	width:503px;
	height:212px;
	float:left;
}

.login_container{
	width:244px;
	height:215px;
	float:right;
	background-image:url(../images/login_bg.gif);
}

.login_txtimg{
	padding:10px 0px 0px 30px;
}

.login_form{
	margin:18px 20px 25px 25px;
}

.login_txt{
	width:74px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#4D4D4D;
	font-weight:bold;
	float:left;
}

.input_box{
	padding-bottom:10px;
	float:left;
}

.login_btn{
	padding:22px 0px 22px 0px;
}

.forget_txt{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666666;
	font-weight:bold;
	text-decoration:none;
}

.forget_txt:hover{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666666;
	font-weight:bold;
	text-decoration:underline;
}

#txtLeft{
	float:left;
}

#txtRight{
	float:right;
}

/* /SIGN UP + IMAGE */

/* BODY CONTENTS */

.contents_container {
	width:100%;
	height:auto;
	overflow:hidden;
}

#top{
	width:100%;
	height:13px;
	background:transparent url(../images/body_top.gif) 0 0 no-repeat;
}

#mid{
	width:100%;
	height:auto;
	overflow:hidden;
	background:transparent url(../images/body_bg.gif) 0 0 repeat-y;
}

#mid #midLeft{
	float:left;
	width:220px;
	text-align:justify;
	padding:0 0 0 10px;
}
#mid #midcenter{
	float:left;
	width:270px;
	text-align:justify;
	padding:0 10px 0 10px;
}
#mid #midcontent{
	float:left;
	width:63%;
	text-align:justify;
	padding:0 0 0 20px;
}
#mid #midfull{
	float:left;
	width:94%;
	text-align:justify;
	padding:0 0 0 20px;
}

.contentTitle{
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	color:#0E66B9;
	margin-top:20px;
}

#mid #midRight{
	float:right;
	width:225px;
}
.righthgt{
	width:205px;
	height:20px;
}
.subHeading {
	width:205px;
	background-color:#6EB1D6;
	text-transform:uppercase;
	color:#FFFFFF;
	font-weight:bold;
	padding:5px;
}

.subHeadingBottom {
	width:210px;
	background-color:#6EB1D6;
	font-size:1px;
	height:8px;
	margin-top:2px;
}

div.right_links {
	width:90%;
}

div.right_links a{
	display:block;
	width:190px;
	color:#626262;
	font-size:11px;
	font-weight:bold;
	border-bottom:1px dashed #626262;
	padding:5px 0px 5px 20px;
	background:transparent url(../images/bullet1.gif) 8px 8px no-repeat;
}

div.right_links a:hover{
	display:block;
	width:190px;
	color:#6EB1D6;
	font-size:11px;
	font-weight:bold;
	border-bottom:1px dashed #626262;
	padding:5px 0px 5px 20px;
	background:transparent url(../images/bullet1.gif) 8px 8px no-repeat;
}


div#featuredTherapist {
	width:220px;
	height:auto;
	/*margin-top:10px;
	background:transparent url(../images/featured_mid.gif) 0 0 repeat-y;*/
	background:transparent url(../images/featured_bg.gif) 0 0 repeat-y;
	overflow:hidden;
	padding-bottom:10px;
}

div#featuredTherapist .top {
	/*background:transparent url(../images/featured_top.gif) 0 0 no-repeat;*/
}

div#featuredTherapist .bot {
	/*background:transparent url(../images/featured_bottom.gif) 0 100% no-repeat;
	overflow:hidden;
	height:auto;
	padding-bottom:10px;*/
}

.subHeading_noBg {
	color:#6EB1D6;
	font-weight:bold;
	float:right;
	margin:50px 8px 0px 0px;
}

.featuredText {
	width:90%;
	float:right;
	margin:10px 8px 0px 0px;
	text-align:justify;
}

.featuredTherapistImage {
	width:90%;
	float:right;
	margin:10px 8px 0px 0px;
}

#bottom{
	width:100%;
	height:13px;
	background-image:url(../images/body_bottom.gif);
	background-repeat:no-repeat;
}
/* /BODY CONTENTS */

/* /BODY */

/* FOOTER */

#footer {
	width:100%;
	height:70px;
	background-color:#0E66B9;
	color:#FFFFFF;
	border-top:1px dashed #FFFFFF;
}

#footer .footerLeft{
	width:100%;
	margin:10px 0px 0px 20px;
}

/*#footer .footerRight{
	width:100%;
	float:right;
	margin:10px 0px 0 0;
	font-size:10px;
}*/

#footer a {
	color:#FFFFFF;
	text-decoration:none;
	font-weight:bold;
	font-size:10px;
}

#footer a:hover {
	color:#FFFFFF;
	text-decoration:underline;
	font-weight:bold;
	font-size:10px;
}

/* /FOOTER */



.error {
	color: maroon;
}



.cont{
	 padding-left:16px;
	 padding-right:14px;
	 font-family:Verdana, Arial, Helvetica, sans-serif;
	 font-weight:normal;
	 font-size:17px;
	 color:#ffffff;
}

.hide {
	display:none;
	width:600px;
	height:500px;
	top:500px;
	border:1px solid #999999;
	padding:10px;
	margin:auto;
}

.content {
	overflow:auto;
	width:100%;
	height:460px;
	top:10px;
}

.closePop {
	float:right;
	padding:20px;
	cursor:pointer;
}
