/*---global common definitions---*/
*{font-size:100.01%}
html,body {height: 100%;}
html{font-size:62.5%;}
body {
	margin:0;
	font:1.2em/16px Arial, verdana, sans-serif;
	color:#2a2a2a;
	background:#fdfdfd url(../images/bg-body.gif) repeat-x 0 0;
	min-width:1000px;
}
form,fieldset{
	margin:0;
	padding:0;
	border:0;
}
img {border:0;display: block;}
p img{padding:10px;}
img .right{padding:0 0 10px 10px;}
img .left{padding:0 10px 10px 0;}
a{
	color:#0b3c7e;
	text-decoration:none;
}
a:hover{text-decoration:underline;}
p{margin: 0 0 14px;}
#wrapper{
	width:100%;
	overflow:hidden;
	position:relative;
	min-height:100%;
}
.wrapper-content{
	width:1021px; 
	position:relative;
	float:left;
	left:50%;
	min-height:100%;
}
.main{
	width:1021px;
	position:relative;
	float:left;
	left:-50%;
	background: url(../images/bg-content.png) repeat-y;
	min-height:100%;
}
.content-top{
	height:1%;
	overflow:hidden;
	background: url(../images/bg-content-top.jpg) no-repeat 0 -25px;
	padding:202px 41px 163px 40px;
}
/* tooltip */

a.tt{
	 position:relative;
	 z-index:24;
	 color:#2a2a2a;
	 text-decoration:none;
}
a.tt span{ display: none; }

/*background:; ie hack, something must be changed in a for ie to execute it*/
a.tt:hover{ z-index:25; color: #aaaaff; background:;}
a.tt:hover span.tooltip{
	 display:block;
	 position:absolute;
	 top:0px; left:0;
 padding: 15px 0 0 0;
 width:400px;
 color: #2a2a2a;
 filter: alpha(opacity:90);
 KHTMLOpacity: 0.90;
 MozOpacity: 0.90;
 opacity: 0.90;
}
a.tt:hover span.tttop{
 display: block;
 padding: 30px 8px 0;
	 background: url(../images/bubble.gif) no-repeat top;
}
a.tt:hover span.middle{ /* different middle bg for stretch */
 display: block;
 padding: 0 8px 0; 
 background: url(../images/bubble_filler.gif) repeat bottom; 
}
a.tt:hover span.ttbottom{
 display: block;
 padding:3px 8px 10px;
 margin-top:0;
 color: #2a2a2a;
	 background: url(../images/bubble.gif) no-repeat bottom;
}


/* header */
#header{
	height:172px;
	width:940px;
	overflow:hidden;
	position:absolute;
	top:30px;
	left:40px;
}
#header .logo{
	display:block;
	width:280px;
	height:59px;
	margin:24px 0 0 20px;
	overflow:hidden;
	text-indent:-9999px;
}
#header .logo a{
	height:100%;
	display:block;
}
.holder{
	width:100%;
	overflow:hidden;
}
.search-form{
	float:right;
	margin:53px 9px 0 0;
	display:inline;
}
.search-form fieldset{display:inline;}
.search-form input{vertical-align:middle;}
.search-form .txt-search{
	border:1px solid #b0b0b0;
	font:12px Arial, verdana, sans-serif;
	width:170px;
	padding:2px 5px;
}
.search-form label{display:none;}
.options{
	float:right;
	list-style:none;
	margin:29px 10px 0 0;
	display:inline;
	padding:0;
	overflow:hidden;
}
.options li{
	display:inline;
	background: url(../images/bg-options.gif) no-repeat 100% 50%;
	padding:0 10px;
	font-size:0.916em;
	margin:0 0 0 -2px;
}
.options li img{
	display:inline;
	vertical-align:middle;
	margin:0 0 0 2px;
}
.options a{color:#2a2a2a;}
.top-nav{
	list-style:none;
	margin:25px 0 0;
	padding:0;
	float:left;
	overflow:hidden;
}
.top-nav li{
	float:left;
	margin:0 4px 0 0;
}
.top-nav a{
	display:block;
	text-indent:-9999px;
}
.top-nav .patients{
	height:30px;
	width:151px;
	background: url(../images/bg-for-patients.gif) no-repeat;
	margin:1px 0 0;
}
.top-nav .professionals{
	height:31px;
	width:168px;
	background: url(../images/bg-por-professionals.gif) no-repeat;
}
.top-nav a:hover, .top-nav li.active a{background-position:0 100%;}
.menu-holder{
	height:42px;
	position:relative;
	overflow:hidden;
	background:#61788c url(../images/bg-menu.gif) repeat-x;
}
.menu-holder div{
	position:relative;
	left:50%;
	float:left;
}
#menu{
	float:left;
	list-style:none;
	margin:0;
	padding:0;
	position:relative;
	left:-50%;
}
#menu li{
	float:left;
	background: url(../images/bg-menu-li.gif) no-repeat 0 50%;
	padding:0 13px 0 14px;
	margin:11px 0 0;
}
#menu li:first-child{background:none;}
#menu a{
	display:block;
	height:26px;
	overflow:hidden;
	text-indent:-9999px;
}
#menu .guide{
	width:183px;
	background: url(../images/bg-guide.gif) no-repeat;
}
#menu .wellness{
	width:146px;
	background: url(../images/bg-wellness.gif) no-repeat;
}
#menu .services{
	width:143px;
	background: url(../images/bg-services.gif) no-repeat;
}
#menu .trials{
	width:117px;
	background: url(../images/bg-trials.gif) no-repeat;
}
#menu .doctor{
	width:120px;
	background: url(../images/bg-doctor.gif) no-repeat;
}
#menu .refer{
	width:130px;
	background: url(../images/bg-refer.gif) no-repeat;
}
#menu .resources{
	width:167px;
	background: url(../images/bg-resources.gif) no-repeat;
}
#menu .research{
	width:206px;
	background: url(../images/bg-research.gif) no-repeat;
}
#menu .careers{
	width:76px;
	background: url(../images/bg-careers.gif) no-repeat;
}
#menu .health{
	width:223px;
	background: url(../images/bg-health.gif) no-repeat;
}
#menu a:hover, #menu li.active a{background-position:0 100%;}
.top{
	width:936px;
	overflow:hidden;
	background: url(../images/bg-top.gif) repeat-x 0 100%;
	padding:2px 2px 0;
	height:31px;
}
.top ul{
	list-style:none;
	margin:0;
	padding:6px 0 8px;
	float:right;
	overflow:hidden;
}
.top li{
	display:inline;
	background: url(../images/bg-nav.gif) no-repeat 0 100%;
	padding:0 8px;
	margin:0 0 0 -1px;
	font-size:11px;
}
.top .right-menu{
	float:left;
	background: url(../images/bg-right-menu.gif) no-repeat 100% 100%;
	padding:6px 10px 8px 0;
}
#textchanger{
	float:right;
	font-size:0.916em;
	margin:29px 9px 0 0;
	display:inline;
}
#textchanger span{float:left;}
#textchanger ul{
	list-style:none;
	margin:0;
	padding:0;
	float:left;
}
#textchanger ul li{
	float:left;
	margin:0 0 0 3px;
	display:inline;
}
#textchanger ul li a{
	display:block;
	width:18px;
	height:18px;
	text-indent:-9999px;
}
#decrease{background: url(../images/minus.gif) no-repeat;}
#increase{background: url(../images/plus.gif) no-repeat;}
/* content */
#content{
	overflow:hidden;
	width: 100%;
	background: #fff;
}

#content a{
	color:#488ccb;
	text-decoration:none;
}
#content a:hover{text-decoration:underline;}

h1{
font-size: 24px;
line-height:22px;
margin: 17px 0 -17px;
}
h2
{
font-size: 14px;
line-height:16px;
vertical-align:text-bottom;
margin:0 0 0;
}
h4{
	margin: 32px 0 0;
	font-size: 16px;
}
.breadcrumbs{
	margin: 0 !important;
	padding: 0;
	font-size: .833em;
	color: #0b3c7e;
	list-style: none;
	width: 100%;
	overflow: hidden;
}
.breadcrumbs li{
	float: left;
	margin: 0 9px 0 -9px !important;
	display: inline;
	background: url(../images/bullet.gif) no-repeat left !important;
	padding: 0 3px 0 9px !important;
}
.breadcrumbs a{
	text-decoration: none;
}
.breadcrumbs a:hover{text-decoration: underline;}
.text{
	padding: 8px 40px 76px;
}
.care{
	margin:25px 0 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
	width: 100%;
}
.care li{
	float: left;
	padding: 0 20px 0 60px;
}
.care li a{
	display: block;	 
	width: 200px;	
	color: #fff;
	font-size: 14px;
	text-align: center;
	background: url(../images/bg-care.gif);
	text-decoration: none;
}
.care li a:hover{
	text-decoration: underline;
}
.column{
	width: 100%;
	margin: 16px 0 0;
	overflow: hidden;
}
.column .col{
	float: left;
	width: 202px;
	padding: 0 0 0 10px;
}
.column ul{
	margin: 0;
	padding: 0;
	list-style: none;
}
.column ul li{
	padding: 0 0 0 8px;
	background: url(../images/bullet2.gif) no-repeat left;
}
#footer{
	width: 918px;
	min-height: 141px;
	font-size: 11px;
	overflow: hidden;
	padding: 22px 0 0 22px;
	color: #fff;
	background:#61788c url(../images/bg-footer.jpg) no-repeat 0 0;
	margin:-163px auto 0;
	position:relative;
}
* html #footer{height: 141px;overflow: visible;}
#footer a{color: #fff;}
#footer h3{
	margin: 0;
	padding: 0 0 12px;
	font-size: 15px;
	font-weight: normal;
}
#footer .col{
	float: left;
	width: 158px;
}
#footer .col2{
	float: left;
	width: 360px;
	margin:0 0 0 13px;
	display:inline;
}
#footer .col2 ul{
	width: 100%;
	overflow: hidden;
}
#footer .col2 ul li{
	float: left;
	background: url(../images/divider.gif) no-repeat left;
	padding: 0 6px;
	margin: 0 6px 0 -6px;
	display: inline;
}
#footer ul{
	margin: 0;
	padding: 0;
	list-style: none;
}
#footer p{margin: 0;}
#footer p.university{margin: 17px 0 0;}
.banners{float:right;}
.banners a{margin:0 8px 0 0;}
.banners img{display:inline;}
.twocolumn{
	width: 100%;
	overflow: hidden;
	padding: 6px 0 25px;
	background: url(../images/bg-twocolumn.gif) repeat-y 0 0;
}
.content{
	float: right;
	width: 731px;
	padding: 0 9px 0 20px;
}
.content .frame{
	width:519px;
	overflow: hidden;
	float:left;
}
.img-right{
	float: right;
	margin: 0 0 10px 10px;
}
.content h1, h2{
	padding: 0 0 20px;
}
.content ul{
	margin: 16px 0 15px 20px;
	padding: 0;
	list-style: disc;
}
.content ul li{
	padding: 0 0 0 7px;
}
#sidebar{
	float: left;
	width: 180px;
}

#sidebar a{
	color:#0b3c7e;
	text-decoration:none;
}

#sidebar a:hover{text-decoration:underline;}

#sidebar h3{
	font-size: 14px;
	margin: 5px 0 0 10px;
}
#sidebar ul{
	margin: 17px 10px 0 20px;
	padding: 0;
	font-size: 1.083em;
	list-style: none;
}
#sidebar ul li{
	border-bottom: 1px solid #b3b3b3;
	padding: 5px 0;
}
#sidebar ul ul{
	margin: 0 0 0 15px;
	font-size: 1.000em;
}
#sidebar ul ul li{
	border: none;
	padding:5px 0 0;
}
#sidebar ul ul a{
	color: #3e3e3e;
}
.find-doctor{
	margin: 14px 0 0 11px;
	display:block;
}
.find-doctor img{display:block;}
.ads{
	margin: 11px 0 0;
}
.ads img{
	margin: 0 auto;
}
.rightcol{
	float: right;
	margin: 25px 0 0 16px;
	width: 193px;
}
.rightcol ul, .img-buttons{
	margin: 0;
	padding: 0;
	list-style: none;
	height:1%;
	overflow:hidden;
}
.rightcol ul li, .img-buttons li{
	margin: 0 0 10px;
	background: none;
	color: #366cb4;
	text-transform: uppercase;
	line-height: normal;
	padding:0;
	float:left;
}
.rightcol ul li img, .img-buttons li img{display:block;}
.rightcol ul li strong{
	color: #011c3f;
	margin: 9px 0 0;
	font-size: 14px;
	display: block;
}
.box{
	 background: url(../images/bg-box.gif) repeat-y;
	 margin:0 0 11px;
	 /* any IE */
	 margin-top: expression('10px');
}
.box-bt{
	background: url(../images/bg-box-bt.gif) no-repeat 0 100%;
	padding:0 0 5px;
}
.box-top{
	background: url(../images/bg-box-top.gif) no-repeat;
	height:1%;
	overflow:hidden;
	padding:15px 17px;
}
.box h2, .box h4{margin:0 0 9px;}
.rightcol .box p{
	font-size:0.916em;
	margin:9px 0 0;
}
.box p{margin:14px 0 0;}

span.read-more{
	display:block;
	margin:9px 0 0;
}
span.read-more img{display:inline;}
.yellow-box{background: url(../images/bg-yellow.gif) repeat-y;}
.yellow-box .box-bt{background: url(../images/bg-yellow-bt.gif) no-repeat 0 100%;}
.yellow-box .box-top{background: url(../images/bg-yellow-top.gif) no-repeat;}
.yellow-box p strong{display:block;}
.green-box{background:#e0f7ec;}
.green-box .box-bt{background: url(../images/bg-green-bt.gif) no-repeat 0 100%;}
.green-box .box-top{background: url(../images/bg-green-top.gif) no-repeat;}
.holder .box{
	float:left;
	width:251px;
}

.brown-box{background: url(../images/bg-brown.gif) repeat-y;}
.brown-box .box-bt{background: url(../images/bg-brown-bt.gif) no-repeat 0 100%;}
.brown-box .box-top{background: url(../images/bg-brown-top.gif) no-repeat;}
.holder .blue-box{
	background: url(../images/bg-blue.gif) repeat-y;
	float:right;
}
.blue-box .box-bt{background: url(../images/bg-blue-bt.gif) no-repeat 0 100%;}
.blue-box .box-top{background: url(../images/bg-blue-top.gif) no-repeat;}
.box h3{
	font-size:1.484em;
	font-weight:normal;
	margin:0;
}
.brown-box h3{color:#b80000;}

.holder-right{
	padding: 10px 0 10px 10px;
}
.holder-right .box{
	float:left;
	width:251px;
}
.holder-right .blue-box{
	background: url(../images/bg-blue.gif) repeat-y;
	float:right;
	margin: 10px 0 10px 10px;
}

.page{
	height:1%;
	width: 920px;
	overflow:hidden;
	padding:11px 9px 15px;
}
.left-col{
	float:left;
	width:562px;
}


.grey-box{background: url(../images/bg-grey.gif) repeat-y;}
.grey-box .box-bt{background: url(../images/bg-grey-bt.gif) no-repeat 0 100%;}
.grey-box .box-top{background: url(../images/bg-grey-top.gif) no-repeat;}
.box h1{
	font:bold 1.5em Georgia, "Times New Roman", Times, serif;
	margin:0;
}
.img-left{
	float:left;
	margin:20px 19px 0 0;
}
.list{
	list-style:none;
	margin:0;
	padding:0;
	height:1%;
	overflow:hidden;
}
.list li{
	background: url(../images/bg-list.gif) repeat-x 0 100%;
	height:1%;
	overflow:hidden;
	vertical-align:top;
	padding:6px 0 7px;
}
.list a{
	display:block;
	background: url(../images/bg-list-a.gif) no-repeat 0 5px;
	padding:0 0 0 10px;
	color:#17498d;
}
.left-col .col{
	float:left;
	width:233px;
	padding:0 0 0 14px;
}
.left-col .col2{
	float:right;
	width:290px;
}
strong.date{
	display:block;
	color:#17498d;
}
.left-col .holder h2, .left-col .holder h4{margin:0 0 12px;}
.right-col{
	float:right;
	width:350px;
}
.orange-box{
	background:#f0d4a1;
	position:relative;
}
.orange-box .box-bt{background: url(../images/bg-orange-bt.gif) no-repeat 0 100%;}
.orange-box .box-top{background: url(../images/bg-orange-top.gif) no-repeat;}

.controls
{
	list-style:none;
	margin:0;
	padding:0;
	position:absolute;
	right:16px;
	top:17px;
	z-index:10;
}

.controls li{
	float:left;
	margin:0 3px 0 0;
}

.controls li a 
{
	float:left;
	width:20px;
	height:20px;
	background:url(..images/bg-control.png) no-repeat;
	text-indent:-6666px;
	overflow:hidden;
}

.controls li a:hover, 
.controls li a.active
{
	background:url(../images/bg-control-active.png) no-repeat;
}

.orange-box .img-right{margin:14px 0 0;}
.visual{
	height:1%;
	overflow:hidden;
	background: url(../images/bg-visual.gif) repeat-x;
	padding:11px 9px 12px 10px;
}

.visual .controls
{
	right:auto;
	left:12px;
	top:auto;
	bottom:11px;
}

.image-holder{float:left;}
.image-holder img{display:block;}
.form{
	background:#6491ce;
	float:right;
	width:351px;
	margin:0;
}
.form .box-bt{background: url(../images/bg-form-bt.gif) no-repeat 0 100%;}
.form .box-top{
	background: url(../images/bg-form-top.gif) no-repeat;
	overflow:visible;
	min-height:209px;
	height:auto!important;
	height:209px;
	padding:30px 17px 15px;
}
.form .invisible{display:none;}
.form label{
	font-size:16px;
	font-weight:bold;
	color:#fff;
	display:block;
}
.form select{
	width:100%;
	margin:7px 0 26px;
	font:11px Arial, Helvetica, sans-serif;
	color:#7a7a7a;
}
.orange-box label, .dark-box label{
	font-weight:bold;
	color:#4b4b4b;
	display:block;
	margin:14px 0 3px;
}
.orange-box label.invisible{display:none;}
.orange-box select, .orange-box .txt-input{
	width:300px;
	font:12px Arial, Helvetica, sans-serif;
	color:#4b4b4b;
	margin:0 0 7px;
}
.orange-box .txt-input, .dark-box .txt-input{
	width:290px;
	padding:2px 5px;
	border:1px solid #e3e9ef;
	border-top:1px solid #abadb3;
}
.box input{vertical-align:middle;}
.dark-box{background:#e6e2d1;}
.dark-box .box-bt{background: url(../images/bg-dark-bt.gif) no-repeat 0 100%;}
.dark-box .box-top{background: url(../images/bg-dark-top.gif) no-repeat;}
.dark-box .txt-input{width:219px;}


#tabs-container{
	width:100%;
	overflow:hidden;
	position:relative;
}
#tabs-container .loader{
	position:absolute;
	top:200px;
	left:50%;
	margin-left:-24px;
	width:48px;
	height:48px;
	background:url(../images/loader.gif) no-repeat;
	overflow:hidden;
	text-indent:-6666px;
	z-index:1;
}
#tabs-container .tab-content{
	position:relative;
	z-index:2;
}
#slide-gallery .holder{
	width:100%;
	overflow:hidden;
	position:relative;
	z-index:1;
	width:316px;
}
#slide-gallery .holder ul{
	width:99999px;
	overflow:hidden;
	margin:0;
	padding:0;
	list-style:none;
	position:relative;
}
#slide-gallery .holder ul li{
	float:left;
	width:316px;
}

.SearchButton
{
	width:37px;
	height:23px;
	background-image: url(../images/btn-search.gif);
	background-color: Transparent;
	background-repeat: no-repeat;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;
	color: #ffffff;
	font-weight:bold;
	cursor: hand;
}

.logoimg
{
	display:block;
}

.image-holder img{display:block;}
.visual .image-gallery
{
	width:560px;
	overflow:hidden;
}

.visual .image-gallery ul
{
	list-style:none;
	margin:0;
	padding:0;
	width:560px;
	height:260px;
	overflow:hidden;
	position:relative;
}

.visual .image-gallery li
{
	position:absolute;
	top:0;
	left:0;
	z-index:1;
}

.visual .image-gallery li.active{z-index:2;}