@charset "utf-8";
/* CSS Document */

body{
	margin:0;
	padding:0;
	font-family:"Trebuchet MS";
	font-size:12px;
	}

h1, h2, h3, h4, h5, h6, p, ul, li, ol, span, img{
	margin:0;
	padding:0;
	}

img{
	border:none;
	}

a{
	text-decoration:none;
	color:#0077c0;
	}

a:hover{
	text-decoration:underline
	}

.clear{
	clear:both;
	}

.leftFloat{
	float:left;
	}
.rightFloat{
	float:right;
	}

#warpar{
	width:968px;
	margin:auto;
	height:auto;
	}

#mainContainer{
	width:100%;
	margin:auto;
	height:auto;
	}

/************Header End***************/

#header{
	position:relative;
	width:100%;
	height:112px;
	text-align:left;
	background:url(../images/header_bot_strip.gif) bottom repeat-x;
	}

#header #logo{
	position:absolute;
	top:31px;
	width:189px;
	height:31px;
	left:0;
	}

#header #top-navigation{
	position:absolute;
	right:0;
	top:0;
	width:396px;
	}

#top-navigation a.feedback{
	width:131px;
	padding:3px 0;
	text-align:center;
	font-size:12px;
	color:#0077c0;
	float:left;
	margin-left:1px;
	font-weight:bold;
	}
	
#top-navigation a.patient{
	background:#a8a9ad;
	width:131px;
	padding:3px 0;
	text-align:center;
	font-size:12px;
	color:#FFFFFF;	
	float:left;
	margin-left:1px;
	font-weight:bold;
	}
	
#top-navigation a.forpatient{
	background:#87bfe1;
	width:131px;
	padding:3px 0;
	text-align:center;
	font-size:12px;
	color:#FFFFFF;	
	float:left;
	margin-left:1px;
	font-weight:bold;
	}
	
#top-navigation a.sign-in{
	background:#a8a9ad;
	width:131px;
	padding:3px 0;
	text-align:center;
	font-size:12px;
	color:#FFFFFF;
	float:left;
	margin-left:1px;
	font-weight:bold;
	}
	
#top-navigation a.patient:hover, #top-navigation a.sign-in:hover, #top-navigation a.forpatient:hover, #top-navigation a.selected{
	font-weight:bold;
	text-decoration:none;
	background:#0077c0;
	}

#header #search-box{
	position:absolute;
	right:0;
	top:77px;
	}

#search-box input.searchbox{
	background:#ffffff;
	color:#000000;
	font-family:"Trebuchet MS";
	font-weight:normal;
	font-size:14px;
	border:1px solid #acacac;
	padding:3px 9px 2px 9px;
	width:200px;
	float:left;
	display:block;
	}

#header #menu{
	position:absolute;
	left:2px;
	top:82px;
	font-family:"Trebuchet MS";
	font-size:14px;
	color:#58595b;
	font-weight:bold;
	}

#menu li {
    list-style:none;
    display:inline;
}

#menu a{
	font-family:"Trebuchet MS";
	font-size:14px;
	color:#58595b;
	font-weight:bold;
	}

#menu a:hover{
	font-family:"Trebuchet MS";
	font-size:14px;
	color:#0077c0;
	font-weight:bold;
	text-decoration:none;
	}

#menu a.select{
	font-family:"Trebuchet MS";
	font-size:14px;
	color:#0077c0;
	font-weight:bold;
	border-bottom:none;
	text-decoration:none;
	}

#menu span{
	padding:0 13px;
	}


/************Header End***************/

/************body Containt***************/

#body-containt{
	position:relative;
	width:100%;
	text-align:left;
	}

/***Banner***/

#banner-section{
	padding:11px 2px 7px 2px;
	}

#banner-section #banner{
	float:left;
	width:662px;
	height:304px;
	}

#banner-section #video-section
	{
	float:right;
	padding:19px 17px 0 17px;
	height:254px;
	background:url(../images/video_bg.gif) repeat-x top #ededed;
	border-bottom:1px solid #d2d2d2;
	border-right:1px solid #d2d2d2;
	font-size:20px;
	color:#0077c0;
	text-align:center;
	}

#banner-section #video-section a{
	color:#0077c0;
	display:block;
	margin:14px;
	}
/***Banner#***/

/***Sub-Nav***/
#sub-nav{
	margin-bottom:12px;
	padding:10px 10px;
	background:url(../images/nav_bg.gif) repeat-x;
	border:1px solid;
	border-left-color:#e0e0e0;
	border-top-color:#efefef;
	border-right-color:#e0e0e0;
	border-bottom-color:#f5f5f5
	}

#sub-nav ul li{
	list-style:none;
	display:inline;
	}
#sub-nav ul li{
	padding:0 15px;
	font-weight:600;
	color:#58595b;
	}

#sub-nav ul li a{
	color:#58595b;
	}

#sub-nav ul li a:hover, #sub-nav ul li a.select{
	color:#0077c0;
	text-decoration:none;
	}

/***Sub-Nav#***/


.box{
	background:url(../images/box_bg.gif) repeat-x top #ededed;
	border-bottom:1px solid #d2d2d2;
	border-right:1px solid #dddddd;
	padding:10px 12px;
	min-height:355px;
	*height:355px;
	}

#hear-Doctor{
	float:left;
	width:216px;
	}

.heading{
	margin:0 0 15px 0;
	display:block;
        font-size:12px;
	}

.heading h1{
	font-size:18px;
	font-weight:bold;
	color:#58595b;
	border-bottom:1px solid #0077c0;}

.heading span{
	color:#58595b;
	line-height:22px;
	}

.round-box{
	background:url(../images/round_box.png) no-repeat;
	padding:7px 10px 12px 12px;
	margin:5px 0;
	font-size:10px;
	height:55px;
	width:195px;
	}

.round-box a{
	color:#58595b
	}

.round-box a:hover{
	color:#58595b;
	text-decoration:none;
	}

#easy-moving{
	float:left;
	width:200px;/*
	margin-left:11px;*/
	}

#easy-moving p, #conversation p{
	color:#58595b;
	line-height:18px;
	}

#easy-moving ul
	{
	color:#58595b;
	line-height:30px;
	margin-left:38px;
	}
        
#easy-moving ul li a{
    color:#0077c0;
    text-decoration:none;
}

#easy-moving ul li a:hover{
    color:#0077c0;
    text-decoration:underline;
}
	
	
#view-result ul
	{
	color:#58595b;
	line-height:18px;
	margin-left:33px;
	margin-top:20px;
	}

#conversation{
	float:left;
	width:210px;
	/*margin-left:9px;*/
	}
#conversation a{
	color:#0077c0;
	font-weight:normal;
	}

#view-result{
	float:left;
	width:216px;
	/*margin-left:9px;*/
	}

#view-result #slider{
	padding:0 0px;
	font-size:12px;
	color:#58595b;
	}

#view-result #slider .slider img{
	padding:2px 0 8px 0;
	*padding:2px 0 1px 0;
}

#view-result #slider .slider .leftFloat, .calculator #slider .slider .leftFloat{
	float:left;
	font-size:10px;
	padding-bottom:5px
	}

#view-result #slider .slider .rightFloat, .calculator #slider .slider .rightFloat{
	float:right;
	font-size:10px;
	padding-bottom:5px
	}

#view-result a.btn_view-result{
        font-size:12px;
	font-family:"Trebuchet MS";
	background:#0077c0;
	color:#FFFFFF;
	border:none;
	padding:3px 15px;
	float:right;
	margin-top:3px;

	}

#view-result a.btn_view-result:hover{
	font-family:"Trebuchet MS";
	background:#0077c0;
	color:#FFFFFF;
	border:none;
	padding:3px 15px;
	float:right;
	margin-top:3px;
	text-decoration:none;

	}
/************body Containt***************/

/*********FOOTER*********/
#footer{
	width:100%;
	height:50px;
	text-align:left;
	background:url(../images/footer_top_strip.gif) top repeat-x;
	margin-top:12px;
	padding-top:18px;
	color:#a1a1a1;
	font-size:10px;
	}

#footer .footer_nav{
	float:left;
	margin:0 50px;
	}

#footer .footer_nav a{
	padding:0 10px;
	color:#a1a1a1;
	}

#footer .footer_nav a:hover{
	padding:0 10px;
	color:#0077c0;
	}
	
#footer img{
	margin:0 1px 0 1px}

/*********FOOTER*********/



/*******FOYER START******/

#foyer{
	padding:0;
	}
	
#foyer a{
	text-decoration:none;
	color:#0077c0;
	}

#foyer a:hover{
	text-decoration:none
	}

#foyer h1{
	font-size:20px;
	font-weight:bold;
	line-height:26px;
	color:#58595b;
	border-bottom:1px solid #0077c0;
	}

#foyer p{
	font-size:14px;
	color:#58595b;
	}

#foyer p span{
	font-size:14px;
	color:#0077c0;
	display:block;
	padding:10px 0;
	font-weight:bold
	}

#foyer .foyer_slide{
	padding:35px;
	}

#foyer-attend{
	float:left;
	width:260px;
	}

#foyer-attend .num, #demo-account .num{
	margin:20px;
	}



#foyer-attend label{
	font-size:14px;
	color:#0077c0;
	padding-top:20px;
	display:block
	}

#foyer-attend  input.textbox{
	background:#ffffff;
	color:#bcbec0;
	font-family:"Trebuchet MS";
	font-weight:bold;
	font-size:14px;
	border:1px solid #acacac;
	padding:3px 9px 2px 9px;
	width:120px;
	display:block;
	margin-top:5px;
	}

#foyer-attend img.img{
	float:right;
	position:relative;
	top:50px;
	}


#demo-account{
	float:left;
	width:260px;
	margin-left:94px;
	}
	
	
#demo-account a, #foyer-attend a, #hear-Doctor a, #easy-moving a{
	text-decoration:none;
	color:#58595B;
	display:block;
	cursor:pointer
	
}

#demo-account a:hover{
	text-decoration:none;
	
}

#demo-account input.btn_begin{
	font-family:"Trebuchet MS";
	background:#ffffff;
	border:1px solid #d2d1d1;
	letter-spacing:3px;
	color:#0077c0;
	padding:1px 25px;
	#padding:0px 12px;
	margin-top:50px;
	font-size:16px;
	font-weight:bold;
	}

#foyer .learnMore, .learnMore{
	padding:30px;
	color:#58595b;
	}

#foyer .learnMore a, .learnMore a{
	padding:20px;
	color:#58595b;
	}
#foyer .learnMore a:hover, .learnMore a:hover{
	color:#0077c0;
	text-decoration:none;
	}

#leftside{
	float:left;
	width:692px;
	margin-top:4px;
	}

#rightside{
	float:right;
	width:259px;
	margin-top:4px;
	}

.top_leftcor{
	background:url(../images/top_leftcor.gif) no-repeat left;
	height:7px;
	}

.top_midcor{
	background:url(../images/top_midcor.gif)  repeat-x ;
	height:7px;
	}

.top_rightcor{
	background:url(../images/top_rightcor.gif)  no-repeat right;
	height:7px;
	}

.bot_leftcor{
	background:url(../images/bot_leftcor1.gif) no-repeat left;
	height:26px;
	width:26px;
	float:left;
	}

.bot_midcor{
	background:url(../images/bot_midcor1.gif)  repeat-x ;
	height:26px;
	width:640px;
	float:left;
	}

.bot_rightcor{
	background:url(../images/bot_rightcor1.gif)  no-repeat right;
	height:26px;
	width:26px;
	float:right;
	}

.middle_cor{
	border-left:1px solid #ebebeb;
	border-right:1px solid #ebebeb;
	padding:5px 17px 5px 25px;
	min-height:400px;
	}



#leftside h1{
	font-size:28px;
	font-weight:bold;
	color:#0077c0;
	border-bottom:2px solid #0077c0;
	padding:0px 0 0px 0;
	margin-bottom:10px;
	}

#leftside h2{
	font-size:20px;
	font-weight:bold;
	color:#464646;
	padding:5px 0 0px 0;
	}

#leftside h3{
	font-size:16px;
	font-weight:bold;
	color:#464646;
	}

#leftside h4{
	font-size:14px;
	font-weight:bold;
	line-height:25px;
	color:#464646;
	}

#leftside p{
	font-size:12px;
	color:#464646;
	line-height:20px;
	padding:5px 0 10px 0;
	}
	
#leftside p span{
	font-size:14px;
	color:#464646;
	line-height:22px;
	padding:5px 0 0px 0;
	}

#step-freedom{
	}

#step-freedom p{
	font-size:12px;
	}

#step-freedom h2{
	font-size:14px;
	font-weight:bold;
	color:#0077c0;
	padding:5px 0 5px 0;
	}

#step-freedom ul{
	font-size:12px;
	font-style:italic;
	color:#464646;
	line-height:28px;
	margin:5px 0 15px 35px;
	}
	
.middle_cor ul{
	font-size:12px;
	font-style:italic;
	color:#464646;
	line-height:22px;
	margin:5px 0 15px 35px;
	}

#step-freedom hr{
	border:1px solid #CCCCCC;
	}



#step-freedom .left{
	float:left;
	margin-right:128px;
	margin-bottom:25px;
	}

#step-freedom .left span{
	display:block;
	font-size:20px;
	color:#464646;
	}

#rightside #getStart{
	background:url(../images/get_start_img.jpg) no-repeat;
	height:149px;
	width:149px;
	margin:0px auto;
	}

#rightside #getStart a{
	display:block;
	height:149px;
	width:149px;
	margin-top:10px;
	margin-bottom:10px;
	}

#rightside #comment-box{
	margin:0px 0 10px 0;
	}

#comment-box .topcomment_cor{
	background:url(../images/top_comment_cor.gif) no-repeat;
	height:10px;
	}

#comment-box .botcomment_cor{
	background:url(../images/bot_comment_cor.gif) no-repeat;
	height:25px;
	}

#comment-box .midcomment_cor{
	border-left:1px solid #ebebeb;
	border-right:1px solid #ebebeb;
	background:#ededed url(../images/mid_comment_cor.gif) repeat-x top;
	padding:15px 15px ;
	font-size:18px;
	font-style:italic;
	color:#acacac;
	}

#comment-box .midcomment_cor span{
	text-align:left;
	display:block;
	font-size:12px;
	font-style:normal;
	font-weight:bold;
	color:#7d7d7d;
	padding-top:10px;
	}

#rightside #chat_nav{
	border-top:1px solid #cfcfd0;
	border-left:1px solid #ebebeb;
	border-right:1px solid #ebebeb;
	background:#ededed;
	font-size:14px;
	color:#0077c0;
	font-weight:bold;
	padding-top:6px;
	}

#chat_nav .midStrip{
	border-top:1px solid #ededed;
	height:1px;
	}

#chat_nav .call{
	background:url(../images/call_icon.gif) no-repeat left center;
	padding:5px 25px 3px 25px;
	margin:0 0 0 18px;
	}

#chat_nav .chat{
	background:url(../images/chat_icon.gif) no-repeat left center;
	padding:3px 25px 5px 25px;
	margin:0 0 0 18px;
	}

#pay_video{
	background:url(../images/pay_video_bg.gif) no-repeat;
	width:528px;
	height:125px;
	margin:5px 0 10px 0px;
	}

#pay_video .cont{
	padding:18px;
	}

#pay_video .cont .left{
	float:left;
	font-size:10px;
	color:#464646;
	}

#pay_video .cont .right{
	float:left;
	margin-left:16px;
	font-size:12px;
	color:#464646;
	width:350px;
	}

#pay_video .cont .right h3{
	font-size:16px;
	color:#464646;
	}

#pay_video .cont .right a{
	background:url(../images/arrow.png) right center no-repeat;
	padding-right:13px;
	font-size:14px;
	color:#0077c0;
	padding-left:5px;
	}

#techno{
	margin:5px 0px 20px -22px;
	}

.watchmovie {
	padding:10px 0;}

.watchmovie a{
	background:url(../images/arrow.png) right center no-repeat;
	padding-right:13px;
	font-size:14px;
	font-weight:bold;
	color:#0077c0;
	display:block;
	float:left;
	margin-top:15px;
	}

.calculator{
	float:left;
	width:300px;
	margin:0 20px 0 0px;
	}

.calculator #slider{
	padding:0 0px;
	font-size:14px;
	color:#58595b;
	}

.calculator #slider .slider img{
	padding:2px 0 8px 0;
	*padding:2px 0 15px 0;
	display:block;
}

.calculator input.btn_calculator{
	font-family:"Trebuchet MS";
	background:#0077c0;
	color:#FFFFFF;
	border:none;
	padding:3px 10px;
	#padding:3px 0px;
	float:left;
	margin-top:6px
	}

.calculator ul
	{
	color:#58595b;
	line-height:30px;
	margin-left:30px;
	font-size:14px;
	}

.calculator span{
	color:#0077c0;
	font-size:18px;
	}

.calculator input.textbox{
	background:#ffffff;
	color:#bcbec0;
	font-family:"Trebuchet MS";
	font-weight:bold;
	font-size:14px;
	border:1px solid #acacac;
	padding:3px 9px 2px 9px;
	width:120px;
	display:block;
	margin:10px 0;
	}


#form{
	margin-top:0px;
	}

#form label{
	float:left;
	width:170px;
	text-align:right;
	font-size:13px;
	padding:3px 15px 0 0;
	}
        
        
#form span{
	float:left;
	text-align:left;
	font-size:13px;
	padding:3px 15px 0 0;
	}
	
#contactme label.checked
{
	background:url(../images/checked.gif) no-repeat scroll 0 0 transparent;
}

#contactme label.error {
	margin-top:3px;
	background:url(../images/unchecked.gif) no-repeat 0px 0px ;
	padding-left: 16px;
	display: inline;
	width: 300px;
	text-align:left;
	display: inline;
	color: #E79441;
	padding-top: 2px;
    margin-left:188px;
	*margin-left:172px;
	font-size: 11px;
	font-weight: bold;
}

#webinar label.checked
{
	background:url(../images/checked.gif) no-repeat scroll 0 0 transparent;
}

#webinar label.error {
	margin-top:3px;
	background:url(../images/unchecked.gif) no-repeat 0px 0px ;
	padding-left: 16px;
	display: inline;
	width: 300px;
	text-align:left;
	display: inline;
	color: #E79441;
	padding-top: 2px;
    margin-left:188px;
	/**margin-left:172px;*/
	font-size: 11px;
	font-weight: bold;
}

#gcf { width: 600px; }
#gcf label.error {
	margin-top:3px;
	background:url(../images/unchecked.gif) no-repeat 0px 0px ;
	padding-left: 16px;
	display: inline;
	width: 300px;
	text-align:left;
	display: inline;
	color: #E79441;
	padding-top: 2px;
    margin-left:188px;
	font-size: 11px;
	font-weight: bold;
}

#business label.error {
	margin-top:3px;
	background:url(../images/unchecked.gif) no-repeat 0px 0px ;
	padding-left: 16px;
	display: inline;
	width: 300px;
	text-align:left;
	display: inline;
	color: #E79441;
	padding-top: 2px;
    margin-left:188px;
	*margin-left:172px;
	font-size: 11px;
	font-weight: bold;
}


#form input.textbox{
	background:#ffffff;
	color:#666666;
	font-family:"Trebuchet MS";
	font-size:14px;
	border:1px solid #acacac;
	padding:3px 9px 2px 3px;
	width:220px;
	display:block;
	}
	
	
#form input.textbox1{
	background:#ffffff;
	color:#666666;
	font-family:"Trebuchet MS";
	font-size:14px;
	border:1px solid #acacac;
	padding:3px 9px 2px 3px;
	width:145px;
	display:block;
	}
	
	
#form select{
	color:#666666;
	font-family:"Trebuchet MS";
	font-size:14px;
	margin-right:5px;
	*margin-left:3px;
	float:left;
	}

#form textarea.textarea{
	background:#ffffff;
	color:#bcbec0;
	font-family:"Trebuchet MS";
	font-weight:bold;
	font-size:14px;
	border:1px solid #acacac;
	padding:3px 9px 2px 9px;
	width:350px;
	display:block;
	}

#form .spacer{
	padding:5px;
	}

#form input.button{
	font-family:"Trebuchet MS";
	background:#0077c0;
	color:#FFFFFF;
	border:none;
	padding:3px 10px;
	float:left;
	margin-top:6px;
	margin-right:6px;
	}


/*home page*/
#home{

}

#home #welcome{
 margin:20% auto  20% auto;
 width:736px;
 height:161px;
 }
 
#welcome .img{
 background:url(../images/welcome_slide.png) no-repeat;
 width:736px;
 height:161px;
 margin:20px auto;
 }
 
#welcome .img a.patient{
 width:122px;
 height:40px;
 float:left;
 margin-top:5px;
 margin-left:380px;
 }
 
#welcome .img a.physican{
 width:157px;
 height:40px;
 float:left;
 margin-top:5px;
 margin-left:58px;
 }
 
#welcome .img a.patient:hover{
 background-image:url(../images/welcome_slide_hover.png);
 background-repeat:no-repeat;
 background-position:-380px -5px;
 width:122px;
 height:40px;
 float:left;
 margin-top:5px;
 }
 
#welcome .img a.physican:hover{
 background-image:url(../images/welcome_slide_hover.png);
 background-repeat:no-repeat;
 background-position:-560px -5px;
 width:157px;
 height:40px;
 float:left;
 margin-top:5px;
 }
/*home page*/

#second-nav{
	margin-top:10px;
	margin-bottom:20px
	}

#second-nav ul li{
	list-style:none;
	display:inline;
	padding:0 5px;
	font-weight:600;
	color:#58595b;
	font-style:normal;
	}

#second-nav ul li a{
	color:#58595b;
	font-size:12px;
	}

#second-nav ul li a:hover, #second-nav ul li a.select{
	color:#0077c0;
	text-decoration:none;
	font-size:12px;
	}
	
#second-nav a{
	color:#58595b;
	font-size:12px;
	margin:0px 10px 0px 10px;
}

#second-nav a:hover{
	color:#0077c0;
	text-decoration:none;
	font-size:12px;
	}
	


#demo_account{
	}

#demo_account h3{
	font-size:16px;
	font-weight:bold;
	color:#464646;
	}

#demo_account img{
	padding:7px;
	border:2px solid #EBEBEB;
	margin:5px 0;
	}

#demo_account input.button{
	font-family:"Trebuchet MS";
	background:#0077c0;
	color:#FFFFFF;
	border:none;
	padding:3px 10px;
	float:left;
	margin-top:6px;
	margin-right:6px;
	cursor:pointer
	}


#help{
	margin:10px 0;
	}
#help h1{
	/*font-size:28px;
	font-weight:bold;
	color:#464646;
	padding:5px 0 15px 0;*/
	font-size:28px;
	font-weight:bold;
	color:#0077c0;
	border-bottom:2px solid #0077c0;
	padding:0px 0 0px 0;
	margin-bottom:10px;
	width:100%;
	}
	
#signup h1{
	font-size:28px;
	font-weight:bold;
	color:#0077c0;
	border-bottom:2px solid #0077c0;
	padding:0px 0 0px 0;
	margin-bottom:10px;
}

#help h2{
	font-size:20px;
	font-weight:bold;
	color:#464646;
	padding:15px 0 5px 0;
	}

#help h3{
	font-size:16px;
	font-weight:bold;
	color:#464646;
	padding:10px 0 3px 0;
	}

#help h4{
	font-size:14px;
	font-weight:bold;
	line-height:25px;
	color:#464646;
	}

#help p{
	font-size:12px;
	color:#464646;
	line-height:22px;
	padding:0px 0 0px 0;
	}
	
#help p span{
	font-size:14px;
	}
	
#help p.leftpad{
	font-size:12px;
	padding-left:17px;
	padding-bottom:15px;
	}

#help p a.top{
	font-size:12px;
	line-height:22px;
	padding:5px 0 15px 0;
	}

#help hr{
background-color:#BFBFBF;
border-style:none;
clear:both;
color:#BFBFBF;
height:1px;
margin:6px 0 5px;
width:100%;
}



#accordion ul, #accordion1 ul{
	list-style:none;
  font-style:normal;
  margin-bottom:0px;
}

#accordion ul li div{
	list-style:none;
  font-style:normal;
  margin-bottom:10px;
}

#accordion1 ul li div{
	list-style:none;
  font-style:normal;
  margin-bottom:0px;
  margin-top:-5px;
}

.collapse-container ul{
	list-style:disc;
	margin-left:25px;
}


.collapse-container li{
	list-style:disc;
	padding-bottom:0px;
}

#accordion h4, #accordion1 h4{color:#0077C0;}
#accordion h4:hover, #accordion1 h4:hover{color:#0077C0; text-decoration:underline}


#findDoctor{
	padding:15px 0px;
	}

#findDoctor .col1{
	float:left;
	width:460px;
	padding:10px 0;
	}

#findDoctor .grid_2 {
	width: 140px;
	float:left
}

#findDoctor .grid_3
{
	width: 290px;
	float:right
}


#findDoctor.prefix_2 {
	padding-left: 160px;
}


#findDoctor img{
float:left;
margin: 5px 10px 5px 0;
border:2px solid #CCCCCC
}

#findDoctor .expert{
	font-size:16px;
	font-weight:bold;}

/*******BLOG******/
#blog .info-column {
    color: #444;
    float: left;
    font-size: 14px;
    text-align: left;
    width: 120px;
    margin-top: 1px;
}

#blog .date {
	margin:5px 0 0 0;
}
#blog .date-day {
    color: #444;
    font-weight: bold;
}

#blog .date a:hover {
    color: #0080C3;
}

#blog .post {
	padding:0 0 10px 0;
	border-bottom:1px solid #dbdbdb;
}

#blog .post_by{
	 color: #bcbcbc;
	 font-size:13px;
	 line-height:25px;
	 width:400px;
	 float:left;
	 }
	 
#blog .post_by span{
	padding:0 10px;}

#blog .post_head{
	padding:10px 0 0 0;
	border-bottom:1px dotted #e5e5e5;
}


#blog .post_comment{
	 color: #0077c0;
	 font-size:13px;
	 line-height:25px;
	 }
	 
#blog  .post_body img{
	float:left;
	border:1px solid #0077c0;
	padding:1px;
	margin-right:20px;
	margin-top:10px;
	}
#blog  .post_body {
	padding:10px 0;
	}
	
#blog #post_share{
	float:right;
	}
	
#blog #post_share .share_this{
	float:left;
	padding:0 10px;
	
	}
	
#blog #post_share .retweet{
	float:left;
	padding:0 15px 0 0px;
	}

/* Entered By Hemendra Singh Bhati. */
#blog #post_share .retweet span
{
    position:absolute;
    margin:0px 0px 0px 81px;
}
#blog #post_share .retweet a img
{
    padding-top:2px;
}
/* Upto Here. */

#blog #post_share .face_share{
	float:left;
	padding:0 10px;
	}

#blog h1{
	line-height:normal;
	font-size:22px;
	font-weight:bold;
	color:#58595b;}
	
#blog  p{
	font-size:14px;
	color:#464646;
	}
	
#blog input.btn_view-result{
	font-family:"Trebuchet MS";
	background:#0077c0;
	color:#FFFFFF;
	border:none;
	padding:3px 15px;
	#padding:3px 0px;
	float:left;
	margin-top:3px;
	
	}


/*Search starts here*/
 
 /*******BLOG******/
#search .info-column {
    color: #444;
    float: left;
    font-size: 14px;
    text-align: left;
    width: 120px;
    margin-top: 1px;
}

#search .date {
	margin:5px 0 0 0;
}
#search .date-day {
    color: #444;
    font-weight: bold;
}

#search .date a:hover {
    color: #0080C3;
}

#search .post {
	padding:0 0 10px 0;
	border-bottom:1px solid #dbdbdb;
}

#search .post_by{
	 color: #bcbcbc;
	 font-size:13px;
	 line-height:25px;
	 margin-right:10px;
	 float:left;
	 }
	 
#search .post_by span{
	padding:0 10px;}

#search .post_head{
	padding:10px 0 0 0;
	border-bottom:1px dotted #e5e5e5;
}


#search .post_comment{
	 color: #0077c0;
	 font-size:13px;
	 line-height:25px;
	 float:left;
	 }
	 
#search  .post_body img{
	float:left;
	border:1px solid #0077c0;
	padding:1px;
	margin-right:20px;
	margin-top:10px;
	}
#search  .post_body {
	padding:10px 0;
	}
	
#search #post_share{
	float:right;
	}
	
#search #post_share .share_this{
	float:left;
	padding:0 10px;
	
	}
	
#search #post_share .retweet{
	float:left;
	padding:0 10px;
	}


#search #post_share .retweet span
{
    position:absolute;
    margin:1px 0px 0px -16px;
}
#search #post_share .retweet a img
{
    padding-top:2px;
}

#search #post_share .face_share{
	float:left;
	padding:0 10px;
	}

#search h1{
	line-height:normal;
	font-size:22px;
	font-weight:bold;
	color:#58595b;}
	
#search  p{
	font-size:14px;
	color:#464646;
	}
	
#search input.btn_view-result{
	font-family:"Trebuchet MS";
	background:#0077c0;
	color:#FFFFFF;
	border:none;
	padding:3px 15px;
	#padding:3px 0px;
	float:left;
	margin-top:3px;
	
	}
 
/*Search ends here*/




.sidebar-block {
	margin:5px 0 10px 20px;
}

h5 {
    color: #0077c0;
    font-size: 11px;
    font-weight: bold;
    padding-bottom: 3px;
    text-transform: uppercase;
}

.tags{
	margin:10px 0 10px 20px;
    font-size:12px;
    color:#58595b;
}


.contributors, .fans {
  margin:10px 0 10px 20px;
}
ul.contribs li, ul.contribs li a, ul.fans li, ul.fans li a {
    font-size: 11px;
    color: #666;
    list-style: none;
	font-weight:normal;
	padding:5px 0;
}
ul.contribs li img, ul.fans li img {
    vertical-align: middle;
}



/*******Blog*******/



/******Tab******/
#step-freedom #tabMenu {
color:#111111;
}

#step-freedom  #tabMenu ul.idTabs{
background:url(../images/tabmenu_strip.jpg) repeat-x bottom;
margin:0 0 -1px 0;
padding:0 0 3px 0;
width:auto;
list-style:none;
}

#step-freedom  #tabMenu ul.idTabs li {
margin:0;
font-style:normal;
width:auto;
display:inline;
list-style:none;
}

#tabMenu li a{
background:url(../images/tab_dactive.jpg) no-repeat;
padding:5px 20px 0px 20px;
font-size:12px;
color:#FFFFFF;
}

#tabMenu li a.selected, #tabMenu li a:hover {
background:url(../images/tab_active.jpg) no-repeat;
padding:5px 20px 0px 20px;
color:#ffffff;
text-decoration:none;
border-bottom:none;
}

#step-freedom  #tabMenu img{
	margin-right:20px;
	margin-bottom:5px;
	}
	
#step-freedom  #tabMenu h3{
	font-size:18px;
	margin-bottom:10px;
	}
	
#step-freedom  #tabMenu .rounded-box{	
	border:2px solid #078AC2;
	padding:10px;
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
}
/******Tab******/

/* Entered By Hemendra Singh Bhati */
#hemendra
{
    list-style:none;
    display:inline;
    font-weight:600;
    font-size:16px;
    color:#58595b;
}
#hemendra a
{
    color:#58595b;
}

#hemendra a:hover, #hemendra a.select
{
    color:#0077c0;
    text-decoration:none;
}
/* Upto Here. */

/*********Leadership********/

#leadership .cont{
	padding:20px 0;
	border-bottom:1px solid #dbdbdb;
	}

#leadership .cont img{
	width:162px;
	height:106px;
	border:2px solid #dedcdc;
	float:left;
	margin-right:25px;
	margin-bottom:15px;
	}
	
#leadership .cont h3{
	font-size:20px;
	color:#0077c0;
	font-weight:normal;
	}
	
#leadership .cont h3 span{
	display:block;
	font-size:15px;
	color:#58595b;
	font-weight:normal;
	}
	
#leadership .cont .quote{
	font-size:15px;
	color:#58595b;
	padding:8px 0 0 0;
	line-height:20px;
	}

/*********Leadership********/

/*************For Patient Banner************/
#banner-section .bannerbg{
	background:url(../images/patient_banner_bg.gif) no-repeat;
	padding:10px;
	}
	
#banner-section .bannerbg #right_banner{
	float:right;
	width:731px;
	background:url(../images/patient_video_bg.gif) no-repeat;
	}
	
#banner-section .bannerbg #left_banner{
	float:left;
	margin-right:10px;
	padding:60px 0 60px 0;
	}
	
#banner-section .bannerbg #right_banner .patient_video{
	float:right;
	padding:10px 10px 10px 0;
}

#banner-section .bannerbg #right_banner .guide_tour{
	float:left;
	margin:10px 0 10px 10px;
	width:117px;
	height:330px;
	background:url(../images/guide_tour.png) no-repeat;
	_margin:10px 0 10px 5px !important;/*ie 6*/
}

#banner-section .bannerbg #right_banner .guide_tour a.guide-tour{
	display:block;
	height:30px;
}

#banner-section .bannerbg #right_banner .guide_tour a.find{
	margin-top:15px;
	display:block;
	height:35px;
}

#banner-section .bannerbg #right_banner .guide_tour a.find:hover{
	background:url(../images/guide_tour_active.png) no-repeat;
	background-position:0 -45px;
}

#banner-section .bannerbg #right_banner .guide_tour a.find-active{
	background:url(../images/guide_tour_active.png) no-repeat;
	background-position:0 -45px;
}

#banner-section .bannerbg #right_banner .guide_tour a.schedule{
	margin-top:20px;
	display:block;
	height:50px;
}

#banner-section .bannerbg #right_banner .guide_tour a.schedule:hover, #banner-section .bannerbg #right_banner .guide_tour a.schedule-active, #banner-section .bannerbg #right_banner .guide_tour a.schedule:active{
	background:url(../images/guide_tour_active.png) no-repeat;
	background-position:0 -100px;
}

#banner-section .bannerbg #right_banner .guide_tour a.appointment{
	margin-top:28px;
	display:block;
	height:60px;
}

#banner-section .bannerbg #right_banner .guide_tour a.appointment:hover, #banner-section .bannerbg #right_banner .guide_tour a.appointment-active, #banner-section .bannerbg #right_banner .guide_tour a.appointment:active{
	background:url(../images/guide_tour_active.png) no-repeat;
	background-position:0 -178px;
}

#banner-section .bannerbg #right_banner .guide_tour a.simplify{
	margin-top:25px;
	display:block;
	height:60px;
}

#banner-section .bannerbg #right_banner .guide_tour a.simplify:hover, #banner-section .bannerbg #right_banner .guide_tour a.simplify-active, #banner-section .bannerbg #right_banner .guide_tour a.simplify:active{
	background:url(../images/guide_tour_active.png) no-repeat;
	background-position:0 -263px;
}


/*************For Patient Banner************/


#leftside table{
	color:#464646;
	font-size:12px;
	}
	
#leftside table .dotted{
	border-top:1px dotted #cccccc;
        height:5px;
	}
        
    
#leftside table .date{
        color:#999999;
}

.feedburner_button
{
    font-size:12px;
    font-family:"Trebuchet MS";
    background:#0077c0;
    color:#FFFFFF;
    border:none;
    padding:3px 15px;
    margin-top:3px;
    cursor:hand;
}


.top_leftcor1{
	background:url(../images/top_leftcor.gif) no-repeat left;
	height:7px;
	}

.top_midcor1{
	background:url(../images/top_midcor.gif)  repeat-x ;
	height:7px;
	}

.top_rightcor1{
	background:url(../images/top_rightcor.gif)  no-repeat right;
	height:7px;
	_margin-top:-6px !important;
	}

.bot_leftcor1{
	background:url(../images/bot_leftcor1.gif) no-repeat left;
	height:26px;
	width:26px;
	float:left;
	}

.bot_midcor1{
	background:url(../images/bot_midcor1.gif)  repeat-x ;
	height:26px;
	width:915px;
	float:left;
	}

.bot_rightcor1{
	background:url(../images/bot_rightcor1.gif)  no-repeat right;
	height:26px;
	width:26px;
	float:right;
	}
	
.middle_cor{
	border-left:1px solid #ebebeb;
	border-right:1px solid #ebebeb;
	padding:5px 17px 5px 25px;
	min-height:400px;
	_margin-top:-7px !important;
	}
        
        
#subscribe-box{
        background:url(../images/subscribe_bg.gif)  no-repeat right;
        margin-bottom:9px;
        padding:6px 0;
        margin-top:-2px;
        height:169px;
}


/******************
2 Feb 2010
********************/
.blue-border{
	border:1px solid #0163ab;
	padding:10px 12px;
	}
	
.comment_date{
	border-top:1px solid #a8a8a8;
	border-bottom:1px solid #a8a8a8;
	margin:15px 0 0px 0;
	color:#464749;
	padding:3px 0;
	}
	
#hear-Doctor p{
	font-size:12px;
	color:#464749;
	padding:10px 0;
	}
	
.see-more{
	float:left;
	width:75px;
	color:#0062ab;
	font-size:11px;
	padding:20px 0 0 10px;
	}
	
/*Added on 11th Feb 2010*/
/*************Right Containt Box***************/
#containt-box{
	float:right;
	background:url(../images/containt_box.gif) no-repeat bottom;
	width:251px;
	margin:-10px 0px 0 20px;
	padding-bottom:8px;
	}
	
#containt-box .brder{
	border-left:2px solid #0077C0;
	border-right:2px solid #0077C0;
	}
	
#containt-box ul{
	list-style:url(../images/disc.gif);
	margin:0 0 0 20px;
	padding:20px 10px;
	font-size:16px;
	font-style:normal;
	color:#078AC2;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	}
	
#containt-box ul a{
	color:#e79441;
	}
	
#containt-box ul a:hover{
	color:#0077C0;
	}

/*************Right Containt Box***************/

#chat_nav .forum{
	background:url(../images/forum_icon.gif) no-repeat left center;
	padding:5px 25px 3px 25px;
	margin:0 0 0 18px;
	}
	
#rightside .getStart {
	border-bottom:1px solid #CFCFD0;
	margin:0 -15px 15px -15px;
	padding-bottom:15px;
	color:#0077C0;
	font-size:15px;
	font-weight:bold;
	text-align:center;
	font-style:normal;
	}
	
.video-heading{
	padding:10px 0;
	color:#e79441;
	font-size:18px;
	font-weight:bold;
}

#leadership .cont p{
	font-size:15px;
	color:#59585b;
	line-height:20px;
	font-weight:normal;
	display:block;
	}
	
#leadership .cont p span{
	font-size:15px;
	color:#e79441;
	line-height:20px;
	font-weight:normal;
	}
/*Added on 11th Feb 2010*/

/************************
testimonail Video
*************************/
#video-testimonial{
	padding:10px 0;
	}
#video-testimonial h1{
	font-size:18px;
	font-weight:bold;
	color:#464749;
	border-bottom:none;
	padding-bottom:0px;
	}
	
#video-testimonial .test_video{
	padding:0 50px 10px 0;
	}
#video-testimonial .test_video .leftFloat{
	margin-right:5px;
	/*margin-right:30px;*/
	/*border:1px solid #f4d6bd;*/
	padding:3px;}
	
#video-testimonial .test_video h3{
	font-size:15px;
	padding-bottom:10px;
	color:#0077c0;
	display:block;
	font-weight:normal;
	}
	
#video-testimonial .test_video img{
	border:1px solid #E59341;
	margin-right:2px;
	margin-bottom:10px;
	}
	
#video-testimonial p
{
	color:#464646;
	font-size:14px;
	line-height:18px;
	padding:5px 0 0;
}
#video-testimonial p span
{
	font-style:normal;
}
/************************
testimonail Video
*************************/

/*Making the move*/
#easy-moving .heading{
	margin:0px;
	}
/*making the move*/

/*For physicians A life changing decision Added on 24th Feb 2010*/
#problem img
{
	border:1px solid #E59341;
	margin:5px 12px;
	width:78px;
}
#problem a
{
	display:inline;
}
/*For physicians A life changing decision*/

/*For Testimonial page Added on 24th Feb 2010*/
#testimonial_detail{
	background:#f5f5f5;
	color:#464749;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	padding:16px;
	line-height:18px;
	}
	
#testimonial_detail img{
	float:left;
	margin:0 16px 0 0px;
	padding:1px;
	border:1px solid #0077c0}
	
#testimonial_detail .left{
	float:left;
	width:525px;}
	
#testi_video_pan{
	border-bottom:1px solid #c7c9ca;
	padding:23px 0;
	color:#464749;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:18px;
	}
	
#testi_video_pan .left{
	float:left;
	width:452px;}
	
#testi_video_pan .right{
	float:left;
	width:180px;
	padding:48px 0 0 10px;}
/*For Testimonial page Added on 24th Feb 2010*/