@charset "utf-8";
/* CSS Document */

body
{
	margin:0px;
	padding:0px;
}

img
{
	border:none;
}

p,span,h1,h2,h3,h4,h5,h6,td,div,ul,li
{
	 color: #474747;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: normal;
    list-style: none outside none;
    margin: 0;
    padding: 0;

    text-decoration: none;
}

a,a:hover
{
	text-decoration:none;
	color:#000;
}


/*Site Start*/

#wrapper
{
	width:1024px;
	height:auto;
	margin:0 auto;
	box-shadow: 2px 5px 5px 4px #CCCCCC;
	
	background:/*url(../images/header-without-shadow.png) top repeat-x;*/background: #fcfdfe; /* for non-css3 browsers */
background: -moz-linear-gradient(top, #fcfdfe,  #f5f8fa); /* for firefox 3.6+ */ 
background: -webkit-gradient(linear, left top, left bottom, from(#fcfdfe), to(#f5f8fa)); /* Safari 4+, Chrome */
background: -webkit-linear-gradient(left top, left bottom, #fcfdfe, #f5f8fa); /* Chrome 10+, Safari 5.1+, iOS 5+ */
background: -o-linear-gradient(top, #fcfdfe,#f5f8fa); /* Opera 11.10+ */
background: -ms-filter:"progid:DXImageTransform.Microsoft.Gradient(StartColorStr=#fcfdfe, EndColorStr=#f5f8fa, GradientType=0)";
background: linear-gradient(to bottom, #fcfdfe,#f5f8fa); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fcfdfe', endColorstr='#f5f8fa', GradientType='0'); /* for IE */

}

#header
{
	width:100%;
	height:auto;
	float:left;
/*background:url(../images/header-bg.png) center top no-repeat;*/
background:/*url(../images/new-top-header-bg.png) scroll;*/background: #fcfdfe; /* for non-css3 browsers */
background: -moz-linear-gradient(top, #fcfdfe,  #f5f8fa); /* for firefox 3.6+ */ 
background: -webkit-gradient(linear, left top, left bottom, from(#fcfdfe), to(#f5f8fa)); /* Safari 4+, Chrome */
background: -webkit-linear-gradient(left top, left bottom, #fcfdfe, #f5f8fa); /* Chrome 10+, Safari 5.1+, iOS 5+ */
background: -o-linear-gradient(top, #fcfdfe,#f5f8fa); /* Opera 11.10+ */
background: -ms-filter:"progid:DXImageTransform.Microsoft.Gradient(StartColorStr=#fcfdfe, EndColorStr=#f5f8fa, GradientType=0)";
background: linear-gradient(to bottom, #fcfdfe,#f5f8fa); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fcfdfe', endColorstr='#f5f8fa', GradientType='0'); /* for IE */


	
	

}

#content
{
	width:100%;
	height:auto;
	float:left;
	background:url(../images/content-bg.png) repeat;
}

#footer
{
	width:100%;
	height:auto;
	float:left;
	background:url(../images/footer-bg.png) #f5f5f5 top repeat-x;
	padding-top:29px;
}


/*/////////////////////////////////////////////////////////////////////////////
                               Home Page
/////////////////////////////////////////////////////////////////////////////*/

/*Header Start*/

.header
{
	width:1024px;
	height:auto;
	margin:0px auto;
}

.logo-part
{
	width:1024px;
	height:auto;
	float:left;
	padding-top:5px;
}

.logo

{
	width:524px;
	height:auto;
	float:left;
	padding-left:11px;
}

.Phone-number

{
	width:480px;
	height:auto;
	float:left;
	padding-right:9px;
}

.Phone-number h1

{
	width:480px;
	height:auto;
	float:left;
	text-align:right;
	font:lighter 14px/63px Arial,Helvetica,sans-serif;
	color:#0087BB;
	padding-bottom:17px;
	line-height:73PX;
}

.find
{
	width:480px;
	height:auto;
	float:left;
	font:Bold 14px Arial, Helvetica, sans-serif;
	color:#ffffff;
	text-transform:uppercase;
	text-shadow: 1px 1px #001a38;
}

.find ul
{
	margin:0px;
	padding:0px;
}

.find ul li
{
	display:inline-block;
	float:left;
	background:url(../images/divater.png) right no-repeat;
	padding-right:14px;
	padding-left:14px;
	
}

.find ul li a
{
	color:#ffffff;
}

.find ul li a:hover
{
	color:#1e7dee;
}

.menu-and-banner
{
	width:1005px;
	height:auto;
	float:left;
	padding-left:11px;
	padding-right:8px;
	/*background:url(../images/shadow.png) top no-repeat;*/
}

/*.menu-part
{
	width:1005px;
	height:49px;
	float:left;
	background:url(../images/menu-bg.png) repeat-x;
	padding-top:3px;
	font:Bold 12px Arial, Helvetica, sans-serif;
	color:#ffffff;
	text-transform:uppercase;
	/*text-shadow: 1px 1px #001a38;
}

.menu-part ul
{
	margin:0px;
	padding:0px;
}

.menu-part ul li
{
	display:inline-block;
	float:left;
	background:url(../images/menu-divater.png) right no-repeat;
	height:29px;
	padding-left:22px;
	padding-right:23px;
	padding-top:20px;
	position:relative;
}

.menu-part ul li a
{
	color:#ffffff;
	display:block;
}

.menu-part ul li a:hover
{
	color:#002c60;
}

 */ 

.nav{width:1005px; height:35px; margin:0px 0 0; padding-top:3px; float:left; background:url(../images/new-nav.png) repeat-x;font:Bold 12px Arial, Helvetica, sans-serif;color:#ffffff;
	}
.nav ul{list-style:none; margin:0; padding:0;}
.nav ul li{float:left; background:url(../images/nav-bdr.png) right no-repeat; position:relative;height:27px;
	padding-left:22px;
	padding-right:23px;
	padding-top:10px;
	position:relative;}
.nav ul li a{color: #FFFFFF;
    display: block;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 14px;
    font-weight: normal;
    text-decoration: none;}
.nav ul li a:hover{color:#002c60;
   }

   /*--drop-down--*/
.nav ul li ul{ position:absolute; width:293px; height:Auto; background:#357AB1; top:35px; left:5px; display:none; border-radius: 0 0 7px 8px; z-index:9999;}
.nav ul li ul li{ margin:0; padding:10px 0 0 10px; float:none; border-bottom:1px solid #1D6D6D; background:none !important;}
.nav ul li ul li a{ margin:0; padding:0; text-decoration:none; font-family:Arial, Helvetica, sans-serif; font-family:15px; color:#fff;}
.nav ul li:hover ul{ display:block;}









.banner
{
	width:1005px;
	height:auto;
	float:left;
}

/*Content Start*/

.content
{
	width:1024px;
	height:auto;
	margin:0px auto;
}

.left-bg
{
	width:26px;
	height:424px;
	float:left;
	background:url(../images/bg-left.png) no-repeat;
}

.right-bg
{
	width:26px;
	height:424px;
	float:left;
	background:url(../images/bg-right.png) no-repeat;
}
.content-center
{
	width:972px;
	height:auto;
	float:left;
	background:url(../images/ce-bg.png) top repeat-x;
	padding-top:0px;
}


.welcome-part
{
	width:972px;
	height:auto;
	float:left;
	padding-top:13px;
}

.health-care
{
	width:270px;
	height:auto;
	float:left;
	padding-left:28px;
	padding-right:24px;
}

.health-care h1
{
	width:270px;
	height:auto;
	float:left;
	font:Normal 18px Arial, Helvetica, sans-serif;
	color:#013f8a;
	font-weight:normal;
}

.health-care h1 span
{
	width:270px;
	height:auto;
	float:left;
	font:Normal 26px Arial, Helvetica, sans-serif;
	color:#474747;
	text-transform:uppercase;
}

.health-care h2
{
	width:270px;
	height:auto;
	float:left;
	margin-top:18px;
	margin-bottom:18px;
	border:5px solid #fff;
	box-shadow:0px 1px 1px 1px #ccc;
	
}

.health-care h3
{
	width:270px;
	height:auto;
	float:left;
	font:Normal 12px Arial, Helvetica, sans-serif;
	color:#474747;
	line-height:18px;
	padding-bottom:13px;
}

.health-care h4
{
	width:270px;
	height:auto;
	float:left;
}

.tools
{
	width:274px;
	height:auto;
	float:left;
	padding-right:52px;
}

.tools h1
{
	width:274px;
	height:auto;
	float:left;
	font:Normal 18px Arial, Helvetica, sans-serif;
	color:#013f8a;
	padding-bottom:12px;
}

.tools h1 span
{
	width:274px;
	height:auto;
	float:left;
	font:Normal 26px Arial, Helvetica, sans-serif;
	color:#474747;
	text-transform:uppercase;
}

.tools h2
{
	width:274px;
	height:auto;
	float:left;
	font:Normal 12px Arial, Helvetica, sans-serif;
	color:#474747;
	line-height:18px;
	padding-bottom:13px;
}

.log-in
{
	width:274px;
	height:auto;
	float:left;
}

.log-in h4
{
	width:274px;
	height:auto;
	float:left;
	font:Bold 18px Arial, Helvetica, sans-serif;
	color:#474747;
	padding-bottom:10px;
}

.input
{
	width:264px;
	height:auto;
	float:left;
	padding-bottom:7px;
}

.log-in-input-bg
{
	width:255px;
	height:25px;
	float:left;
	border:#ececec solid 1px;
	background:url(../images/input-bg.png) repeat-x;
	font:Normal 12px Arial, Helvetica, sans-serif;
	color:#474747;
	padding-left:9px;
}

.log-in h5
{
	width:274px;
	height:auto;
	float:left;
	padding-top:6px;
}

.news
{
	width:286px;
	height:auto;
	float:left;
}

.news h1
{
	width:286px;
	height:auto;
	float:left;
	font:Normal 18px Arial, Helvetica, sans-serif;
	color:#013f8a;
	padding-bottom:12px;
}

.news h1 span
{
	width:286px;
	height:auto;
	float:left;
	font:Normal 26px Arial, Helvetica, sans-serif;
	color:#474747;
	text-transform:uppercase;
}

.list
{
	width:286px;
	height:auto;
	float:left;
	font:Normal 12px Arial, Helvetica, sans-serif;
	color:#474747;
	line-height:18px;
}

.list ul
{
	margin:0px;
	padding:0px;
}

.list ul li
{
	background:url(../images/bult.png) left 1px no-repeat;
	display:block;
	padding-left:24px;
	padding-right:14px;
	padding-bottom:14px;
}

.list h3
{
	width:286px;
	height:auto;
	float:left;
	padding-top:7px;
}

.divater
{
	width:944px;
	height:auto;
	float:left;
	padding-left:28px;
	margin-top:39px;
}

.testimonial-part
{
	width:944px;
	height:auto;
	float:left;
	padding-left:28px;
	padding-top:17px;
	padding-bottom:28px;
}

.testimonial-inner
{
	width:450px;
	height:auto;
	float:left;
	margin-right:22px
}

.testimonial-img
{
	width:142px;
	height:auto;
	float:left;
}

.testimonial-text
{
	width:298px;
	height:auto;
	float:left;
	padding-top:28px;
	padding-left:10px;
}

.testimonial-text h1
{
	width:298px;
	height:auto;
	float:left;
	font:Normal 18px Arial, Helvetica, sans-serif;
	color:#000000;
}
.testimonial-text h1 span
{
	font:Normal 12px Arial, Helvetica, sans-serif;
	color:#1e7dee;
}

.testimonial-text h2
{
	width:298px;
	height:auto;
	float:left;
	font:Normal 13px Georgia, "Times New Roman", Times, serif;
	color:#4d4d50;
	line-height:24px;
}

/*Footer Start*/

.footer-top
{
	width:1024px;
	height:auto;
	margin:0px auto;
}

.footer-menu
{
float: left;
    height: auto;
    margin-top: -92px;
    min-height: 115px;
    padding-bottom: 24px;
    padding-left: 47px;
    padding-top: 94px;
    width: 977px;

	
	
}

.service
{
	width:220px;
	height:auto;
	float:left;
	background:url(../images/v-divater.png) right repeat-y;
}

.patients
{
	width:220px;
	height:auto;
	float:left;
	background:url(../images/v-divater.png) right repeat-y;
	padding-left:28px;
}


.visitors
{
	width:220px;
	height:auto;
	float:left;
	background:url(../images/v-divater.png) right repeat-y;
	padding-left:28px;
}

.service h1,.patients h1,.visitors h1,.contact h1
{
	width:100%;
	height:auto;
	float:left;
	font:Bold 14px Arial, Helvetica, sans-serif;
	color:#474747;
	padding-bottom:10px;
}

.service-list
{
	width:100%;
	height:auto;
	float:left;
	font:Normal 12px Arial, Helvetica, sans-serif;
	color:#474747;
}

.service-list ul
{
	margin:0px;
	padding:0px;
}

.service-list ul li
{
	line-height:24px;
}

.service-list ul li a
{
	color:#474747;
}

.service-list ul li a:hover
{
	color:#000000;
}

.contact
{
	width:220px;
	height:auto;
	float:left;
	padding-left:28px;
}

.contact p
{
	width:100%;
	height:auto;
	float:left;
	font:Normal 12px Arial, Helvetica, sans-serif;
	color:#474747;
	line-height:18px;
}

.contact h2
{
	width:100%;
	height:auto;
	float:left;
	padding-top:6px;
}

.footer-bottom
{
	width:100%;
	height:61px;
	float:left;
	background:url(../images/footer-bottom.png) repeat-x;
	padding-top:26px;
}

.copy-right-part
{
	width:977px;
	height:auto;
	margin:0px auto;
	padding-left:47px;
}

.copy-right-text
{
	width:800px;
	height:auto;
	float:left;
	font:Bold 12px Arial, Helvetica, sans-serif;
	color:#ffffff;
	padding-top:29px;
}

.social-media
{
	width:177px;
	height:auto;
	float:left;
}

.social-media ul li
{
	display:inline-block;
	float:left;
	padding-left:6px;
}

.social-media ul li a:hover
{
	opacity:0.4;
    filter:alpha(opacity=20);
}


/*/////////////////////////////////////////////////////////////////////////////
                               Service Page
/////////////////////////////////////////////////////////////////////////////*/

.title-part
{
	width:1005px;
	height:auto;
	float:left;
}

.title-image
{
	width:1005px;
	height:auto;
	float:left;
}


.title-part-bg
{
	width:981px;
	height:45px;
	float:left;
	background:url(../images/title-bg.png) no-repeat;
	margin-top:-52px;
	z-index:100;
	font:Normal 20px Arial, Helvetica, sans-serif;
	color:#FFF;
	text-transform:uppercase;
	padding-top:63px;
	padding-left:24px;
}

.title-part-bg span
{
	font:Bold 14px Arial, Helvetica, sans-serif;
	color:#FFF;
}


.content-left
{
	width:680px;
	height:auto;
	float:left;
	padding-left:11px;
	margin-right:20px;
}

.service-text-part
{
	width:660px;
	height:auto;
	float:left;
}

.service-text-part h1
{
	width:699px;
	height:auto;
	float:left;
	font:Normal 24px Arial, Helvetica, sans-serif;
	color:#474747;
}

.service-text-part p,.includ-list p
{
	width:630px;
	height:auto;
	float:left;
	font:Normal 12px Arial, Helvetica, sans-serif;
	color:#216EA8;
	line-height:18px;
	padding-right:26px;
	padding-top:15px;

}

.service-text-part h3
{
	width:655px;
	height:auto;
	float:left;
	background:#FFF;
	border:#f1f2f2 solid 1px;
	padding:5px;
	margin-top:15px;
}


.browse-alph
{
	width:699px;
	height:auto;
	float:left;
	padding-top:23px;
	padding-bottom:23px;
}

.browse-alph h1
{
	font:Bold 18px Arial, Helvetica, sans-serif;
	color:#014593;
}

.alph-list
{
	width:652px;
	height:35px;
	float:left;
	background:url(../images/alap-bg.png) repeat-x;
	border:#ececec solid 1px;
	margin-top:15px;
	font:Bold 14px Arial, Helvetica, sans-serif;
	color:#535353;
}

.alph-list ul
{
	margin-left:5px;
}

.alph-list ul li
{
	display:inline-block;
	border-right:#ececec solid 1px;
	height:23px;
	float:left;
	padding-left:7px;
	padding-right:7px;
	padding-top:10px;
}

.alph-list ul li a
{
	color:#535353;
}

.alph-list ul li a:hover
{
	color:#000;
}

.browse-area
{
	width:699px;
	height:auto;
	float:left;
	padding-bottom:23px;
}

.browse-area h1
{
	width:648px;
	height:auto;
	float:left;
	font:Bold 18px Arial, Helvetica, sans-serif;
	color:#014593;
	background: url(../images/list-divater.png)  bottom repeat-x;
	padding-bottom:10px;
	margin-top:23px;
}

.service-list1
{
	width:248px;
	height:auto;
	float:left;
	padding-top:15px;
}

.service-list2
{
	width:260px;
	height:auto;
	float:left;
	padding-top:15px;
}

.service-list3
{
	width:144px;
	height:auto;
	float:left;
	padding-top:15px;
}

.service-list1 ul li,.service-list2 ul li,.service-list3 ul li
{
	font:Bold 12px Arial, Helvetica, sans-serif;
	color:#474747;
	line-height:30px;
}

.browse-area-list ul li a
{
	color:#474747;
}

.browse-area-list ul li a:hover
{
	color:#000;
}


.sidebar
{
	width:261px;
	height:auto;
	float:left;
}

.sidebar-inner
{
	width:250px;
	height:auto;
	float:left;
	background:url(../images/sidebar-bg.png) top #023a7b repeat-x;
	padding-top:32px;
	margin-bottom:60px;
	
}

.facilities
{
	width:250px;
	height:auto;
	float:left;
}

.facilities h1,.video h1,.service-sidebar h1,.download h1,.recent-post h1,.twitter h1
{
	width:230px;
	height:auto;
	float:left;
	padding-left:20px;
	font:Bold 20px Arial, Helvetica, sans-serif;
	color:#ffffff;
}


.facilities-list
{
	width:230px;
	height:auto;
	float:left;
	font:Bold 12px Arial, Helvetica, sans-serif;
	color:#ffffff;
	line-height:26px;
	padding-left:20px;
}

.facilities-list ul
{
	margin-top:6px;
	padding:0px;

}

.facilities-list ul li
{
	background:url(../images/side-bar-bulet.png) left no-repeat;
	padding-left:21px;

}

.facilities-list ul li a
{
	color:#ffffff;
}

.facilities-list ul li a:hover
{
	color:#79b6ff;
}


.facilities h2,.video h2,.service-sidebar h2,.download h2,.recent-post h2,.twitter h2
{
	width:250px;
	height:auto;
	float:left;
	text-align:center;
	margin-top:12px;
	margin-bottom:15px;
}

.video
{
	width:250px;
	height:auto;
	float:left;
}

.video-play
{
	width:192px;
	height:auto;
	float:left;
	margin-left:20px;
	padding:5px;
	background:#FFF;
	margin-top:15px;
	margin-bottom:10px;
}

.service-sidebar
{
	width:250px;
	height:auto;
	float:left;
}

.service-sidebar p
{
	width:230px;
	height:auto;
	float:left;
	padding-left:20px;
	font:Normal 12px Arial, Helvetica, sans-serif;
	color:#ffffff;
}

.service-sidebar p span
{
	width:230px;
	height:auto;
	float:left;
	font:Bold 14px Arial, Helvetica, sans-serif;
	color:#ffffff;
}

.download
{
	width:250px;
	height:auto;
	float:left;
	padding-bottom:30px;
	border-bottom: 1px solid #000000;
}

.news-letter
{
	width:233px;
	height:94px;
	float:left;

	padding-left:15px;
	padding-top:5px;
}

.news-letter h1
{
	width:233px;
	height:auto;
	float:left;
	font:Bold 14px Arial, Helvetica, sans-serif;
	color:#FFF;
	line-height:18px;
}

.news-letter h1 span
{
	width:233px;
	height:auto;
	float:left;
	font:Normal 12px Arial, Helvetica, sans-serif;
	color:#FFF;
	padding-left:2px;
}

.sign-up
{
	width:214px;
	height:29px;
	float:left;
	padding-top:8px;
}

.sign-up-input
{
	border:none;
	background:none;
	font:Normal 12px Arial, Helvetica, sans-serif;
	color:#565758;
}

.sign-up-bg
{
	width:135px;
	height:24px;
	float:left;
	background:url(../images/sign-up-input.png) no-repeat;
	padding-top:6px;
	padding-left:4px;
}

.sign-up-buttion
{
	width:73px;
	height:29px;
	float:left;
}


.include
{
	width:699px;
	height:auto;
	float:left;
	padding-top:23px;
	padding-bottom:23px;
}

.include h1
{
	width:648px;
	height:auto;
	float:left;
	font:Normal 24px Arial, Helvetica, sans-serif;
	color:#474747;
	padding-bottom:0px;
}

.includ-list
{
	width:648px;
	height:auto;
	float:left;
	font:Bold 12px Arial, Helvetica, sans-serif;
	color:#474747;
	line-height:36px;
	margin-top:15px;
}

.includ-list ul li
{
	background:url(../images/circle.png) 1px no-repeat;
	padding-left:20px;
}


.inner-testimonial
{
	width:650px;
	height:auto;
	float:left;
	background:url(../images/list-divater.png) top repeat-x;
	padding-top:25px;
}

.inner-testimonial-img
{
	width:142px;
	height:auto;
	float:left;
}

.inner-testimonial-text
{
	width:498px;
	height:auto;
	float:left;
	padding-top:18px;
	padding-left:10px;
}

.inner-testimonial h1
{
	width:498px;
	height:auto;
	float:left;
	font:Normal 18px Arial, Helvetica, sans-serif;
	color:#000000;
}
.inner-testimonial h1 span
{
	font:Normal 12px Arial, Helvetica, sans-serif;
	color:#1e7dee;
}

.inner-testimonial h2
{
	width:498px;
	height:auto;
	float:left;
	font:Normal 16px Georgia, "Times New Roman", Times, serif;
	color:#4d4d50;
	line-height:24px;
}


/*/////////////////////////////////////////////////////////////////////////////
                              Our Doctors Page
/////////////////////////////////////////////////////////////////////////////*/

.specialty-doctors-part
{
	width:660px;
	height:auto;
	float:left;
}

.specialty-doctors-inner
{
	width:660px;
	height:auto;
	float:left;
}


.specialty-doctors
{
	width:202px;
	height:auto;
	float:left;
	margin-right:25px;
}

.specialty-doctors-part h1
{
	width:660px;
	height:auto;
	float:left;
	font:Normal 24px Arial, Helvetica, sans-serif;
	color:#474747;
	padding-top:26px;
	padding-bottom:23px;
}

.specialty-doctors h2
{
	width:206px;
	height:146px;
	float:left;
	-moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border-radius: 7px;
	background:url(../images/doctor-img1.png) no-repeat;
}

.specialty-doctors h3
{
	width:202px;
	height:auto;
	float:left;
	font:Bold 14px Arial, Helvetica, sans-serif;
	color:#054899;
	padding-top:15px;
	padding-bottom:6px;
}

.specialty-doctors h3 span
{
	width:202px;
	height:auto;
	float:left;
	font:Normal 12px Arial, Helvetica, sans-serif;
	color:#626262;
}

.specialty-doctors p
{
	width:202px;
	height:auto;
	float:left;
	font:Normal 12px Arial, Helvetica, sans-serif;
	color:#474747;
	padding-bottom:10px;
	line-height:18px;
}

.specialty-doctors h4
{
	width:202px;
	height:auto;
	float:left;
	padding-bottom:20px;
}


/*/////////////////////////////////////////////////////////////////////////////
                              For Patients Page
/////////////////////////////////////////////////////////////////////////////*/

.patients-part
{
	width:660px;
	height:auto;
	float:left;
	padding-bottom:30px;
}

.patients-area
{
	width:291px;
	height:auto;
	float:left;
	padding-top:38px;
	padding-bottom:10px;
	padding-right:35px;
}

.patients-area h1
{
	width:291px;
	height:auto;
	float:left;
	font:Bold 14px Arial, Helvetica, sans-serif;
	color:#054899;
}

.patients-area p
{
	width:291px;
	height:auto;
	float:left;
	font:Normal 12px Arial, Helvetica, sans-serif;
	color:#474747;
	padding-bottom:10px;
	padding-top:10px;
	line-height:18px;
}

.patients-area h2
{
	width:291px;
	height:auto;
	float:left;
}

/*/////////////////////////////////////////////////////////////////////////////
                           Health Information Page
/////////////////////////////////////////////////////////////////////////////*/

.health-part
{
	width:670px;
	height:auto;
	float:left;
	margin-top:15px;
}

.health-list
{
	width:670px;
	height:auto;
	float:left;
	padding-top:30px;
}

.health-list-img
{
	width:654px;
	height:auto;
	float:left;
	background:#FFF;
	border:#f1f2f2 solid 1px;
	padding:6px;
}

.date
{
	width:124px;
	height:64;
	float:left;
	margin-top:-232px;
	z-index:1000;
	background:#0260d0;
	font:Bold 24px Arial, Helvetica, sans-serif;
	color:#fff;
	text-align:center;
	margin-left:8px;
	padding-bottom:10px;
	padding-top:5px;
}

.date span
{
	width:124px;
	height:64;
	float:left;
	background:#0260d0;
	font:Bold 14px Arial, Helvetica, sans-serif;
	color:#fff;
	text-align:center;
	
}

.health-text-part
{
	width:670px;
	height:auto;
	float:left;
	margin-top:24px;
}

.health-text-part h4
{
	width:670px;
	height:auto;
	float:left;
	margin-top:30px;
}

.health-comment
{
	width:151px;
	height:auto;
	float:left;
	background:url(../images/comment-divater.png) right repeat-y;
	padding-bottom:22px;
	padding-left:15px;
}

.health-comment ul li
{
	font:Normal 12px Arial, Helvetica, sans-serif;
	color:#474747;
	background:url(../images/admin.png) 1px no-repeat;
	padding-left:25px;
	padding-top:3px;
	line-height:25px;
}

.health-comment ul li a
{
	color:#474747;
}

.health-comment ul li a:hover
{
	color:#054899;
}


.health-text
{
	width:456px;
	height:auto;
	float:left;
	padding-left:32px;
}

.health-text h1
{
	width:456px;
	height:auto;
	float:left;
	font:Bold 14px Arial, Helvetica, sans-serif;
	color:#054899;
}

.health-text p
{
	width:456px;
	height:auto;
	float:left;
	font:Normal 12px Arial, Helvetica, sans-serif;
	color:#474747;
	padding-bottom:10px;
	padding-top:10px;
	line-height:18px;
}

.health-text-inner
{
	width:456px;
	height:auto;
	float:left;
}


.health-text-inner h6
{
	width:670px;
	height:auto;
	float:left;
	font:Normal 12px Arial, Helvetica, sans-serif;
	color:#474747;
	padding-bottom:10px;
	padding-top:10px;
	line-height:18px;
}

.health-text h2
{
	width:456px;
	height:auto;
	float:left;
}

.blog-controler
{
	width:670px;
	height:auto;
	float:left;
	margin-top:20px;
	margin-bottom:60px;
	font:Bold 12px Arial, Helvetica, sans-serif;
	color:#474747;
}

.blog-controler ul li
{
	background:url(../images/co-bg.png) no-repeat;
	width:22px;
	height:22px;
	display:inline-block;
	float:left;
	text-align:center;
	vertical-align:middle;
	padding-right:5px;
	line-height:22px;
	
}
.blog-controler ul li a:hover
{
	background:url(../images/co-over-bg.png) no-repeat;
	color:#ffffff;
	display:block;
	height:22px;
}


.recent-post
{
	width:250px;
	height:auto;
	float:left;
}

.recent-post-inner
{
	width:229px;
	height:auto;
	float:left;
	padding-left:21px;
	margin-bottom:7px;
	margin-top:15px;
}

.recent-post-inner-img
{
	width:47px;
	height:43px;
	float:left;
	background:#FFF;
	padding:3px;
}

.recent-post-inner-text
{
	width:169px;
	height:auto;
	float:left;
	padding-left:7px;
	font:Normal 12px Arial, Helvetica, sans-serif;
	color:#FFF;
}

.recent-post-inner-text a
{
	font-weight:bold;
	color:#FFF;
}

.twitter
{
	width:250px;
	height:auto;
	float:left;
}

.twitter-inner
{
	width:229px;
	height:auto;
	float:left;
	padding-left:21px;
	margin-top:12px;
}

.twitter-inner ul li
{
	width:196px;
	height:auto;
	float:left;
	font:Normal 12px Arial, Helvetica, sans-serif;
	color:#FFF;
	padding-right:33px;
	padding-bottom:22px;
}

.twitter-inner ul li a
{
	font:Normal 12px Arial, Helvetica, sans-serif;
	color:#2c87f3;
}

.twitter-inner ul li span
{
	width:196px;
	height:auto;
	float:left;
	font:Bold 14px Arial, Helvetica, sans-serif;
	color:#FFF;
}

/*/////////////////////////////////////////////////////////////////////////////
                           Contact Us Page
/////////////////////////////////////////////////////////////////////////////*/

.contact-form-part

{
	width:667px;
	height:auto;
	float:left;
	padding-bottom:50px;
	padding-top:21px;
}

.contact-form

{
	width:458px;
	height:auto;
	float:left;
	background:url(../images/comment-divater.png) right repeat-y;
}

.contact-form h1

{
	width:458px;
	height:auto;
	float:left;
	font:Bold 18px Arial, Helvetica, sans-serif;
	color:#474747;

	padding-bottom:21px;
}

.contact-form h2

{
	width:458px;
	height:auto;
	float:left;
	font:Normal 12px Arial, Helvetica, sans-serif;
	color:#474747;
	padding-bottom:15px;
}

.contact-form h3

{
	width:458px;
	height:auto;
	float:left
}

.contact-input
{
	width:410px;
	height:25px;
	border:#ececec solid 1px;
	background:url(../images/input-bg.png) repeat-x;
	margin-top:7px;
	color:#474747;
	padding-left:5px;
}

.contact-text-input
{
	width:405px;
	height:127px;
	border:#ececec solid 1px;
	background:url(../images/input-bg.png) #ffffff repeat-x;
	margin-top:7px;
	color:#474747;
	padding-left:5px;
	padding-top:5px;
}

.contact-form h2 span

{
	width:458px;
	height:auto;
	float:left;

}

.contact-address

{
	width:167px;
	height:auto;
	float:left;
	padding-left:42px;
}

.contact-address-inner

{
	width:164px;
	height:auto;
	float:left;
}

.contact-address-inner h1

{
	width:164px;
	height:auto;
	float:left;
	font:Bold 14px Arial, Helvetica, sans-serif;
	color:#474747;
}

.contact-address-inner h2

{
	width:164px;
	height:auto;
	float:left;
	font:Normal 12px Arial, Helvetica, sans-serif;
	color:#474747;
	line-height:18px;
	padding-bottom:5px;
}

.contact-address-inner p

{
	width:164px;
	height:auto;
	float:left;
	font:Normal 12px Arial, Helvetica, sans-serif;
	color:#474747;
	line-height:24px;
}

.contact-address-inner h3

{
	width:164px;
	height:auto;
	float:left;
	padding-top:15px;
	padding-bottom:15px;
}


/*/////////////////////////////////////////////////////////////////////////////
                           Find a Doctor Page
/////////////////////////////////////////////////////////////////////////////*/

.find-doctor-part
{
	width:650px;
	height:auto;
	float:left;
}


.find-doctor-part-search
{
	width:650px;
	height:auto;
	float:left;
	margin-bottom:15px;
}


.find-doctor-part-search h2
{
	font:Normal 18px Arial, Helvetica, sans-serif;
	color:#014593;
	padding-top:25px;
	padding-bottom:15px;
}


.search-input
{
	width:296px;
	height:25px;
	border:#ececec solid 1px;
	background:url(../images/input-bg.png) repeat-x;
	margin-top:7px;
	color:#474747;
	padding-left:5px;
}

.search-input2
{
	width:303px;
	height:29px;
	border:#ececec solid 1px;
	background:url(../images/input-bg.png) repeat-x;
	margin-top:7px;
	color:#474747;
	padding-left:5px;
	vertical-align:middle;
	padding-top:5px;
	padding-right:5px;
	padding-bottom:5px;
}

.find-doctor-part-search h5

{
	width:296px;
	height:auto;
	float:left;
	font:Bold 12px Arial, Helvetica, sans-serif;
	color:#474747;
	padding-bottom:15px;
	margin-right:18px;
}

.find-doctor-part-search h5 span

{
	width:296px;
	height:auto;
	float:left;

}

.find-doctor-part-search h6

{
	width:650px;
	height:auto;
	float:left;
}
/*--my-css--*/
.recent-press{margin:0; padding:0; float:left;}
.recent-press ul{list-style:none; margin:0; padding:0;}
.recent-press ul li{margin:0; padding:0 0 0 1.5em; background:url(../images/bg-blog-comments.png) no-repeat 0 12px; line-height: 36px;}
.recent-press ul li a{display:block; margin:0; padding:0; text-decoration:none; color:#0070B3; font-weight:700; font-weight:bold; font-size:13px; text-rendering: optimizelegibility; font-family: Arial, Helvetica, sans-serif;}
.recent-press p{ background:url(../images/quotation-marks.png) no-repeat 0px 15px; font-size:12px; padding:15px 0px 0px 36px; color:#A4A4A4; line-height:20px;}
#newsticker { }
#newsticker li {  background:url(../images/news-btn.png) no-repeat 0 0;
   
    float: right;
    height: 15px;
    
    margin: 0 0 0 0px;
    width: 0;
} 
#newsticker li:hover{background:url(../images/news-hover-btn.png) no-repeat;}
.inner-page-contant-class{width:971px; margin:0; padding:0; float:left;}
.director-name-area{background: none repeat scroll 0 0 #FFFFFF;
    box-shadow: 0 2px 2px 2px #CCCCCC;
    float:left;
    margin:20px 0px 0px 5px;
    min-height: 134px;
    padding: 0;
    width: 133px;}
	.bord-1{width:691px; margin:15px 0px 0px 0px; padding:0; float:left; box-shadow: 0 2px 2px 2px #CCCCCC;}
	.img-1{width:130px; height:130px; margin:0 auto; padding:2px 0px 0px 1px;}
	
	.discriptation-middle{margin:0; padding:0; float:left; width:580px; }
	.director-name-sec p{color: #666666;
    font-size:14px;
    margin: 0;
    padding: 0;}
	.middle{width:545px; margin:0; float:left;}
.director-name-sec{width:160px;margin:0; padding:17px 0 0 12px; float:left;}
.discription-bord{width:371px; margin:0; padding:0 0 0 0px; float:left;}
.discription-bord ul{list-style:none; margin:0; padding:0;}
.discription-bord ul li{margin:0; padding:0px 0px 0px 21px; font-family:Arial, Helvetica, sans-serif; color:#666; font-size:12px; font-weight:bold; line-height:2em;}
.discription-bord ul li span{font-weight:normal;}
/* ----- Tabs - Type 1 ----- */
.tabs_type_1 {
width:100%;
height:468px;
box-shadow:0 0 6px #c3c3c3;
border-radius:10px;
background-color:#f8f8f8;
overflow:hidden;
position:relative;
margin-bottom:30px;
}

.tabs_type_1 dt {
width:22%;
border-bottom:1px solid #ededed;
font-size:13px;
font-weight:700;
cursor:pointer;
padding:16px 0 16px 3%;
}

.tabs_type_1 dt img {
display:inline-block;
margin-right:15px;
position:relative;
top:5px;
}

.tabs_type_1 dd {
margin-left:25%;
background-color:#FFF;
width:648px;
height:84%;
box-shadow:inherit;
overflow:auto;
position:absolute;
top:0;
right:0;
display:none;
z-index:1000;
padding:4%;
}

.tabs_type_1 dt:first-child {
margin-top:2.4%;
}

.tabs_type_1 dd.current {
display:block;
}

.tabs_type_1 dd .column_group p:first-child {
margin-top:0;
}

.tabs_type_1_arrow {
position:absolute;
top:0;
left:23%;
z-index:1001;
width:18px;
height:36px;
background-image:url(../images/shortcodes/arrow.png);
background-repeat:no-repat;
}



/* ----- Tabs - Type 2 ----- */
.tabs_type_2 {
position:relative;
margin-top:40px;
font-size:13px;
padding-top:10px;
height:380px;
}

.tabs_type_2 dt {
float:left;
margin-left:1.25%;
margin-right:3.5%;
cursor:pointer;
font-weight:bold;
}

.tabs_type_2 dd {
display:none;
position:absolute;
background-image:url(../images/shortcodes/tabs-type2-BG.png);
background-repeat:repeat-x;
top:50px;
padding:30px;
}

.tabs_type_2 dd.current {
display:block;
}

.tabs_type_2_arrow {
position:absolute;
top:38px;
z-index:1001;
width:28px;
height:15px;
background-image:url(../images/shortcodes/arrow-up-2.png);
background-repeat:no-repat;
}
/*--tab--*/
.discription-bord ul li a{color:#0051AE; float:right;}
/*contact-us-form*/
.main-contact-form{width:500px; margin:0; padding:0; float:left;}
input, textarea , select  { 
	padding: 9px;
	border: solid 1px #E5E5E5;
	outline: 0;
	font: normal 13px/100% Verdana, Tahoma, sans-serif;
	width: 200px;
	background: #FFFFFF url('bg_form.png') left top repeat-x;
	background: -webkit-gradient(linear, left top, left 25, from(#FFFFFF), color-stop(4%, #EEEEEE), to(#FFFFFF));
	background: -moz-linear-gradient(top, #FFFFFF, #EEEEEE 1px, #FFFFFF 25px);
	box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
	-moz-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
	-webkit-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
	}

textarea{ 
	width: 400px;
	max-width: 400px;
	height: 150px;
	line-height: 150%;
	}

input:hover, textarea:hover,
input:focus, textarea:focus,{ 
	border-color: #C9C9C9; 
	-webkit-box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 8px;
	}

.form label { 
	margin-left: 10px; 
	color: #999999; 
	}

.submit input {
	width: auto;
	padding: 9px 15px;
	background: #617798;
	border: 0;
	font-size: 14px;
	color: #FFFFFF;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin:0 0 0 70px;
	}
/*--close-form*/
/*--tab--*/

/* panel */
.panel, .panelcollapsed 
{
	background: #eee;
	margin: 5px;
	padding: 0px 0px 5px;
	width: 685px;
	border: 1px solid #999;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

/* panel heading */
.panel h2, .panelcollapsed h2 
{
	font-size: 18px;
	font-weight: normal;
	margin: 0px;
	padding: 4px;
	/*background: #CCC url(../img-inner-page/arrow-up.gif) no-repeat 280px; */
	background:#CCC;
	border-bottom: 1px solid #999;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-top: 1px solid #FFF;
	border-right: 1px solid #FFF;
	border-left: 1px solid #FFF;
}

/* panel heading on rollover */
.panel h2:hover, .panelcollapsed h2:hover { background-color: #A9BCEF; }

/* heading of a collapsed panel */
.panelcollapsed h2 
{
	/* background: #CCC url(../img-inner-page/arrow-dn.gif) no-repeat 280px; */
	border-color: #CCC;
}

/* panel content - do not set borders or paddings */
.panelcontent 
{ 
	background: #EEE; 
	overflow: hidden;
	padding: 0 10px;
}

/* collapsed panel content */
.panelcollapsed .panelcontent { display: none; }

/*--tab--*/














/***********************************************/
/* 2col_leftNav.css                            */
/* Use with template 2col_leftNav.php          */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 



a:link, a:visited
{
	color:#666;
	text-decoration: none;
}
 a:hover {
	color:#0057BB;
	text-decoration: none;
}


/* overrides decoration from previous rule for hovered links */




/***********************************************/
/* Layout Divs                                 */
/***********************************************/


#locator {
background-image:url(../images/bk.jpg);
background-repeat:no-repeat;
	position:absolute;
	visibility:show;
	left: 179px;
	top: 105px;
	z-index:2;
	width: 531px;
	height: 494px;
	font:Geneva, Arial, Helvetica, sans-serif;
	font-size:9px;
}

#masthead{
	width:900px;
	margin: 0px;
	height: 70px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	float: left;
}


#main_content
{
	width:700px;
	background-repeat:no-repeat;
	margin: 0px;
	padding: 0px;
	float: left;
}
#space{
background-image:url(../images/left_part.jpg);
background-repeat:no-repeat;
	margin: 0 79% 0 0;
	padding: 0px;
	text-align:left;
	height:300px;
	
	
}
#datta
{
	background-image:url(../images/investors-bg.jpg);
	background-repeat:no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	color:#666666;
	float:left;
	width:451px;
	background-position: left top;
	padding-top:0px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 15px;
	margin: 0px;
}
#search{
	float:right;
	padding-top: 0;
	padding-right: 5;
	padding-bottom: 0;
	padding-left: 5;
	margin: 0;
	width: 500px;
	height: 30px;
}


#content_1{
	float:left;
	width:690px;
	margin: 0px;
	padding: 0;
}


/***********************************************/
/*Component Divs                               */
/***********************************************/

#siteName{
	margin: 0px;
	padding: 0px 0px 10px 10px;
}


/*************** #pageName styles **************/

#pageName{
	padding: 0px 0px 10px 10px;
}


/************* #globalNav styles **************/

#globalNav{
color: #cccccc;
padding: 0px 0px 0px 10px;
white-space: nowrap;
}
/* 'nowrap' prevents links from line-wrapping if there are too many to fit in one line
   this will force a horizontal scrollbar if there isn't enough room for all links
   remove rule or change value to 'normal' if you want the links to line-wrap */

#globalNav img{
 display: block;
}

#globalNav a {
	font-size: 90%;
	padding: 0px 4px 0px 0px; 
}


/************* #breadCrumb styles *************/

#breadCrumb{
	font-size: 80%;
	padding: 5px 0px 5px 10px;
}


/************** .feature styles ***************/

.feature{
	padding: 0px 0px 10px 10px;
	font-size: 80%;
}

.feature h3{
	padding: 30px 0px 5px 0px;
	text-align: center;
}

.feature img{
	float: left;
	padding: 0px 10px 0px 0px;
	margin: 0 5px 5px 0;
}
/* adjust margins to change separation between the feature image and text flowing around it */


/************** .story styles *****************/

.story{
	clear: both;
	padding: 10px 0px 0px 10px;
	font-size: 80%;
}

.story p{
	padding: 0px 0px 10px 0px;
}


/************* #siteInfo styles ***************/

#siteInfo{
	clear: both;
	font-size: 75%;
	color: #999;
	padding: 10px 10px 10px 10px;
	margin-top: 0px;
	text-align:center;
}
#siteInfo a:link, #siteInfo a:visited {
	color: #999;
}
/* negative top margin pulls siteinfo up so its top border overlaps (and thus lines up with)
	the bottom border of the navBar in cases where they "touch" */

#siteInfo img{
	padding: 4px 4px 4px 0px;
	vertical-align: middle;
}
#siteInfo a:hover {
	color: #8CC642;
}


/************* #search styles ***************/





/*********** #navBar link styles ***********/

#navBar ul a:link, #navBar ul a:visited {display: block;}
#navBar ul {list-style: none; margin: 0; padding: 0;}




/*********** #sectionLinks styles ***********/

#sectionLinks{
	position: relative;
	margin: 0px;
	padding: 0px;
	
	font-size: 90%;
}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
}

#sectionLinks a:link{
	padding: 2px 0px 2px 10px;
	border-top: 1px solid #cccccc;
	width: 100%;
  voice-family: "\"}\""; 
  voice-family:inherit;
	width: auto;
}

#sectionLinks a:visited{

	padding: 2px 0px 2px 10px;
}

#sectionLinks a:hover{
	border-top: 1px solid #cccccc;
	background-color: #dddddd;
	padding: 2px 0px 2px 10px;
}


/*********** .relatedLinks styles ***********/

.relatedLinks{
	margin: 0px;
	padding: 0px 0px 10px 10px;
	font-size: 90%;
}

.relatedLinks h3{
	padding: 10px 0px 2px 0px;
}


/************** #advert styles **************/

#advert{
	padding: 10px 0px 0px 10px;
	font-size: 80%;
	border-top: 1px solid #cccccc;
}

#advert img{
	display: block;
}


/************** #headlines styles **************/

#headlines{
	margin: 0px;
	padding: 10px 0px 20px 10px;
	font-size: 80%;
}

#headlines p{
	padding: 5px 0px 5px 0px;
}
.year{margin:0; padding:0;}
.year ul{list-style:none; margin:0; padding:0;}
.year ul li{float:left; border-right:1px solid #BBBBBB; margin:0; padding:0 20px;}
.year ul li a{display:block; margin:0; padding:0; text-decoration:none; font-size:11px; font-family:Arial, Helvetica, sans-serif;}







