body{
	margin:0;
	color:#000;
	font:12px arial,sans-serif;
	background:#fff;
}
img{border-style:none;}
a{
	text-decoration:none;
	color:#000;
}
a:hover{text-decoration:underline;}
input, textarea, select{
	font:100% arial,sans-serif;
	vertical-align:middle;
	color:#000;
}
form, fieldset{
	margin:0;
	padding:0;
	border-style:none;
}
.wrap{
	width:100%;
	overflow:hidden;
}
/* wrapper */
#wrapper{
	width:960px;
	margin:0 auto;
}
/* header */
#header{
	width:100%;
	position:relative;
	z-index:2;
}
#header .wrap:after{
	content:"";
	display:block;
	clear:both;
}
#header .wrap{
	overflow:visible;
}
#header .logo{
	margin:19px 0 0 22px;
	display:inline;
	background: url(../images/logo.gif) no-repeat;
	width: 498px;
	height: 74px;
	text-indent:-9999px;
	overflow:hidden;
	float:left;
}
#header .logo a{
	display:block;
	height:100%;
}
#header .top-nav{
	float:right;
	list-style:none;
	margin:0 -2px 0 0;
	padding:4px 0 0;
	position:relative;
}
#header .top-nav li{
	float:left;
	position:relative;
}
#header .top-nav li a{
	color:#395326;
	padding:5px 8px 0;
	float:left;
	text-decoration: underline;
}
#header .top-nav .connect,
.connect {
	background: url(../images/btn-facebook.gif) no-repeat;
	width: 89px;
	height: 21px;
	text-indent:-9999px;
	overflow:hidden;
	margin:1px 0 0 8px;
	padding:0;
}
a.connect {
	display: inline-block;
}
#header .top-nav .sign-in{
	padding:0;
}
#header .top-nav .sign-in span{
	background: url(../images/arrow01.gif) no-repeat 55px 11px;
	padding:5px 19px 8px 12px;
	display:block;
}
#header .top-nav li:hover .sign-in,
#header .top-nav li.hover .sign-in{
	background: url(../images/bg-sign-in.gif) no-repeat;
	text-decoration:none;
}
#header .top-nav li .sign-drop-wrap{
	position:absolute;
	width:235px;
	top:28px;
	left:0;
	display:none;
	overflow:hidden;
}
#header .top-nav li:hover .sign-drop-wrap,
#header .top-nav li.hover .sign-drop-wrap{
	display:block;
}
#header .top-nav .sign-drop{
	background:#ccc url(../images/bg-sign-drop-t.gif) no-repeat;
	width:223px;
	min-height:154px;
	padding:12px 0 0 12px;
	overflow:hidden;
}
* html #header .top-nav .sign-drop{
	height:154px;
	overflow:visible;
}
#header .top-nav .sign-in-form .row{
	width:100%;
	overflow:hidden;
	padding-bottom:1px;
}
#header .top-nav .sign-in-form label{
	width:100%;
	font-size:11px;
	float:left;
}
#header .top-nav .sign-in-form span{
	background: url(../images/bg-input.gif) no-repeat;
	width: 214px;
	float:left;
}
#header .top-nav .sign-in-form .text{
	width:210px;
	padding:4px 3px 3px;
	float:left;
	background:none;
	border:0;
}
#header .top-nav .sign-in-form .submit{
	float:left;
	background: url(../images/btn-sign-in.gif) no-repeat;
	width: 77px;
	height: 27px;
	cursor:pointer;
	border:0;
	margin-top:7px;
}
#header .top-nav .remember{
	float:left;
	padding:13px 0 0 10px;
}
#header .top-nav .sign-in-form .checkbox{
	float:left;
	margin:0;
	padding:0;
	width:14px;
	height:14px;
}
#header .top-nav .remember label{
	float:left;
	width:auto;
	padding-left:7px;
}
#header .top-nav .forgot{
	list-style:none;
	margin:0;
	padding:10px 0 0 3px;
	height:1%;
	overflow:hidden;
}
#header .top-nav .forgot li{
	padding-bottom:3px;
	width:100%;
}
#header .top-nav .forgot a{
	font-size:11px;
	color:#076324;
	padding:0;
}
#header .top-nav .sign-drop-b{
	width:100%;
	height:7px;
	overflow:hidden;
	background: url(../images/bg-sign-drop-b.png) no-repeat;
}
/* navigation */
#header .nav-wrap{
	width:100%;
	background: url(../images/bg-nav-wrap.gif) repeat-x 0 22px;
	height:36px;
	padding-top:22px;
	margin-bottom:22px;
}
#header .nav-wrap:after{
	content:"";
	display:block;
	clear:both;
}
#nav{
	width:696px;
	list-style:none;
	margin:0;
	padding:2px 12px 0 4px;
	background: url(../images/bg-nav.gif) no-repeat;
	float:left;
}
#nav:after{
	content:"";
	display:block;
	clear:both;
}
#nav li{
	float:left;
	margin-right:-48px;
	position:relative;
}
#nav li a:hover{
	text-decoration:none;
}
#nav li a span{
	float:left;
	font-size:14px;
	font-weight:bold;
	padding:8px 13px 10px 40px;
	color:#fff;
	cursor:pointer;
}
#nav li:hover a span,
#nav li.hover a span{
	/*background: url(../images/bg-nav-l.png) no-repeat;*/
	color:#6aad43;
	text-decoration:none;
}
#nav .active a span{
	background: url(../images/bg-nav-l.png) no-repeat;
	color:#6aad43;
	text-decoration:none;
}
#nav li a em{
	float:left;
	width:28px;
	height:36px;
}
#nav li:hover a em,
#nav li.hover a em{
	/*background: url(../images/bg-nav-r.png) no-repeat;*/
	text-decoration:none;
}
#nav .active a em{
	background: url(../images/bg-nav-r.png) no-repeat;
	text-decoration:none;
}
#nav .more span{
	padding:0;
}
#nav .more strong{
	display:block;
	padding:8px 15px 10px 40px;
	color:#fff;
	background: url(../images/arrow02.gif) no-repeat 100% 14px;
}
#nav .active .more strong{
	color:#6aad43;
	background: url(../images/arrow03.gif) no-repeat 100% 14px;
}
#nav li:hover .more strong,
#nav li.hover .more strong{
	color:#6aad43;
	/*background: url(../images/arrow03.gif) no-repeat 100% 14px;*/
}
#nav li .drop{
	position:absolute;
	top:34px;
	left:-9999px;
	z-index:998;
}
#nav li:hover .drop,
#nav li.hover .drop{
	left:26px;
}
#nav li .drop .drop-t{
	background: url(../images/bg-drop-t.png) repeat-x;
	padding:6px 0 0;
	margin-bottom:-6px;
}
#nav li .drop .drop-t .holder{
	border:1px solid #fabf75;
	width:413px;
	height:109px;
	overflow:hidden;
	clear:both;
	margin:10px 10px 0;
}
#nav li .drop .drop-t .holder img{
	display:block;
}
#nav li .drop .drop-c{
	background: url(../images/bg-drop-c.png) repeat;
	float:left;
}
#nav li .drop .drop-c .drop-content{
	list-style:none;
	margin:0;
	padding:7px 29px 1px 14px;
	position:relative;
}
#nav li .drop .drop-content li{
	margin:0 0 10px;
	float:none;
	position:static;
}
#nav li .drop .drop-content li a{
	color:#fff;
	font-weight:bold;
	white-space:nowrap;
}
#nav li .drop .drop-content li a:hover{
	color:#076324;
	text-decoration:none;
}
#nav li .drop .drop-b{
	height:9px;
	position:absolute;
	bottom:-9px;
	left:0;
	width:100%;
}
#nav li .drop .drop-b:after{
	content:"";
	display:block;
	clear:both;
}
#nav li .drop .drop-b .left{
	width:7px;
	height:6px;
	float:left;
	background: url(../images/bg-drop-l.png) no-repeat;
	overflow:hidden;
	display:inline;
}
* html #nav li .drop .drop-b .left{
	margin-right:-3px;
}
#nav li .drop .drop-b .right{
	width:7px;
	height:6px;
	float:right;
	background: url(../images/bg-drop-r.png) no-repeat;
	overflow:hidden;
}
* html #nav li .drop .drop-b .right{
	margin-left:-3px;
}
#nav li .drop .drop-b .center{
	height:6px;
	background: url(../images/bg-drop-c.png) repeat-x;
	overflow:hidden;
}
.nav-wrap .review{
	float:right;
	background: url(../images/ico01.gif) no-repeat 0 2px;
	padding-left:24px;
	color:#395326;
	font-size:14px;
	font-weight:bold;
	margin:11px 8px 0 0;
	display:inline;
}
/* intro */
.intro{
	padding:0 0 10px;
}
.intro .welcome-box-c{
	background: url(../images/bg-welcome-c.gif) repeat-y;
	margin-bottom:17px;
	height:1%;
	overflow:hidden;
}
.intro .welcome-box-t{
	background: url(../images/bg-welcome-t.gif) no-repeat;
}
.intro .welcome-box-b{
	background: url(../images/bg-welcome-b.gif) no-repeat 0 100%;
	padding:14px 15px 13px;
}
.intro .welcome-box-b h2{
	margin:0;
	font-size:20px;
	font-weight:normal;
}
.intro .welcome-box-b p{
	margin:0;
	font-size:17px;
}
.intro .search-box{
	background: url(../images/bg-search-box.gif) no-repeat;
	width: 811px;
	height: 54px;
	margin:0 0 0 -4px;
	padding:17px 0 0 150px;
}
.intro .search-box .row{
	width:100%;
	overflow:hidden;
	padding-top:1px;
}
.intro .search-box span{
 	background: url(../images/bg-input02.gif) no-repeat;
	float:left;
	padding-right:5px;
}
.intro .search-box .text{
	float:left;
	border:0;
	background:none;
	width:486px;
	font-size: 16px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 12px;
	padding-left: 10px;
}
.intro .search-box .default{/*42CONNECT*/
	color: #999999;
	font-style: italic;
}
.intro .search-box a{
	float:left;
	background: url(../images/bg-provider-search.gif) no-repeat 0 -74px;
	width: 169px;
	height: 37px;
	text-indent:-9999px;
	overflow:hidden;
}
.intro .search-box a.btn-search02{
	background: url(../images/btn-search04.gif) no-repeat;
	width: 127px;
	height: 38px;
}
.intro .search-box a.btn-search02:hover,
.intro .search-box a.btn-search02:active{background-position:0 0}
.intro .search-box a:hover{
	background-position:0 -37px;
}
.intro .search-box a:active{
	background-position:0 0;
}
.intro .consumer-box-c{
	background: url(../images/bg-consumer-box-c.gif) repeat-y;
}
.intro .consumer-box-t{
	background: url(../images/bg-consumer-box-t.gif) no-repeat;
}
.intro .consumer-box-b{
	background: url(../images/bg-consumer-box-b.gif) no-repeat 0 100%;
	padding:12px 26px 19px 16px;
	height:1%;
	margin-bottom:5px;
}
.intro .consumer-box-b h2{
	margin:0;
	font-size:20px;
	color:#076324;
	font-weight:normal;
	display:inline;
}
.intro .consumer-box-b p{
	margin:0;
	font-size:14px;
	display:inline;
}
.intro .consumer-box-b .mark{
	color:#076324;
}
/* main */
#main{
	padding-bottom:30px;
	position:relative;
	width:100%;
	z-index:1;
}
#main:after{
	content:"";
	display:block;
	clear:both;
}
#twocolumns{
	width:100%;
	padding:1px 0 15px;
}
#twocolumns:after{
	content:"";
	display:block;
	clear:both;
}
/* content */
#content{
	width:637px;
	float:left;
}
.find-box{
	background: url(../images/bg-find-box.gif) no-repeat;
	width: 621px;
	height: 268px;
	float:left;
	padding:11px 0 0 9px;
}
.find-box .tabset{
	list-style:none;
	margin:0 -11px 0 0;
	display:inline;
	padding:0;
	width:251px;
	float:left;
	position:relative;
	overflow:hidden;
}
.find-box .tabset li{
	background: url(../images/separator.gif) no-repeat 6px 4px;
	float:left;
	overflow:hidden;
	margin-bottom:-8px;
}
.find-box .tabset li:first-child{
	background:none;
}
.find-box .tabset li a{
	color:#fff;
	font-size:18px;
	float:left;
	position:relative;
	/*42CONNECT*/
	cursor: pointer;
	display: block;
}
.find-box .tabset .hospitals .active{
	background: url(../images/bg-tab03.gif) no-repeat;
}
.find-box .tabset a span{
	float:left;
	padding:36px 0 0 18px;
	line-height:22px;
}
.find-box .tabset .active{
	text-decoration:none;
	color:#395426;
}
.find-box .tabset .hospitals span{
	width: 235px;
	height: 54px;
	background: url(../images/ico04.png) no-repeat;
}
.find-box .tabset .nursing .active{
	background: url(../images/bg-tab02.gif) no-repeat;
}
.find-box .tabset .nursing span{
	background: url(../images/ico03.png) no-repeat;
	width: 235px;
	height: 54px;
}
.find-box .tabset .home .active{
	background: url(../images/bg-tab01.gif) no-repeat;
}
.find-box .tabset .home span{
	width: 235px;
	height: 59px;
	background: url(../images/ico02.png) no-repeat;
}
.find-box .tab-content{
	float:left;
	background: url(../images/bg-tab-content.gif) no-repeat;
	width: 331px;
	height: 234px;
	padding:19px 10px 0 27px;
}
#main .find-box .tab-content h2{
	margin:0 0 17px;
	font-size:20px;
	font-weight:normal;
	color:#000;
}
.find-box .tab-content .row{
	width:100%;
	overflow:hidden;
}
.find-box .tab-content label{
	display:block;
	padding-bottom:3px;
	font-size:14px;
}
.find-box .tab-content span{
	float:left;
	background: url(../images/bg-input03.gif) no-repeat;
}
.find-box .tab-content .text{
	float:left;
	background:none;
	border:0;
	padding:11px 8px 12px;
	width:300px;
}
.find-box .tab-content .default{/*42CONNECT*/
	color: #999999;
	font-style: italic;
}
.find-box .tab-content .btn-find,
.search-box-b .btn-search{
	float:left;
	background: url(../images/btn-green-l.gif) no-repeat 0 -37px;
	height:37px;
	margin-top:12px;
}
.find-box .tab-content .btn-find:active,
.search-box-b .btn-search:active{
	background-position:0 0;
}
.find-box .tab-content .btn-find:active span,
.search-box-b .btn-search:active span{
	background-position:100% 0;
}
.find-box .tab-content .btn-find span,
.search-box-b .btn-search span{
	float:left;
	background: url(../images/btn-green-r.gif) no-repeat 100% -37px;
	font-size:15px;
	line-height:18px;
	color:#fff;
	padding:10px 20px 9px 21px;
	font-weight:bold;
	cursor:pointer;
}
.find-box .tab-content .btn-find:hover,
.search-box-b .btn-search:hover{
	text-decoration:none;
}
.find-box .tab-content .btn-find:hover span,
.search-box-b .btn-search:hover span{
	color:#aeda95;
}
.breadcrumbs{
	list-style:none;
	margin:0 0 6px;
	padding:0 0 9px;
	border-bottom:1px solid #6eb43f;
	height:1%;
	overflow:hidden;
}
.breadcrumbs li{
	float:left;
	background: url(../images/separator03.gif) no-repeat 0 50%;
	color:#395326;
	padding:0 5px 0 9px;
	margin:0 9px 0 -9px;
	display:inline;
}
.breadcrumbs li a{
	color:#395326;
}
.find-box .search-box{
	width: 615px;
	height: 293px;
}
#main .ad{
	border-bottom:1px solid #6eb43f;
	text-align:center;
	margin-bottom:14px;
	padding-bottom:6px;
}
#main .ad img{
	display:block;
	margin:0 auto;
}
#main .search-box-c{
	background: url(../images/bg-search-box-c.gif) repeat-y;
}
#main .search-box-t{
	background: url(../images/bg-search-box-t.gif) no-repeat;
}
#main .search-box-b{
	background: url(../images/bg-search-box-b.gif) no-repeat 0 100%;
	min-height:288px;
	padding:27px 29px 0 28px;
}
* html #main .search-box-b{
	height:288px;
}
.search-box-b .search-form{
	float:left;
	width:374px;
}
#main .search-box-b .search-form h2{
	padding:10px 0 11px 60px;
	margin:0 0 19px;
	color:#000;
	font-size:20px;
	font-weight:normal;
	background: url(../images/ico05.gif) no-repeat;
}
.search-box-b .search-form .hospital{
	background: url(../images/ico06.gif) no-repeat !important;
	padding-left:51px;
}
.search-box-b .search-form .nursing{
	background: url(../images/ico07.gif) no-repeat !important;
	padding-left:51px;
}
.search-box-b .search-form .row{
	width:100%;
	overflow:hidden;
}
.search-box-b .search-form label{
	font-size:14px;
	font-weight:bold;
	padding:0 0 3px 3px;
	display:block;
}
.search-box-b .search-form .text{
	width:363px;
	padding:10px 4px 11px;
	float:left;
	border:1px solid #ccc;
	background:#fff;
	font-size:14px;
}
.search-box-b .search-form .default{/*42CONNECT*/
	color: #999999;
	font-style: italic;
}
.search-box-b .resources{
	float:right;
	width:165px;
	padding:10px 0 0;
}
#content .search-box-b .resources h3{
	margin:0 0 6px;
	font-size:14px;
	color:#000;
	font-weight:bold;
}
.search-box-b .resources ul{
	list-style:none;
	margin:0;
	padding:0 0 24px;
}
.search-box-b .resources ul li{
	margin-bottom:6px;
}
.search-box-b .resources ul a{
	font-size:14px;
	text-decoration:underline;
}
.search-box-b .resources ul a:hover{
	text-decoration:none;
}
.free-newsletter-c{
	background: url(../images/bg-newsletter-box-c02.gif) repeat-y;
}
.free-newsletter-t{
	background: url(../images/bg-newsletter-box-t02.gif) no-repeat;
}
.free-newsletter-b{
	background: url(../images/bg-newsletter-box-b02.gif) no-repeat 0 100%;
	margin-top:9px;
	padding:22px 10px 23px 21px;
}
.free-newsletter-b h3{
	margin:0 0 7px;
	font-size:19px;
	color:#076324;
	font-weight:normal;
}
.free-newsletter-b p{
	margin:0 0 20px;
}
.free-newsletter-b form .row{
	width:100%;
	overflow:hidden;
}
#main .free-newsletter-b form .text{
	width:246px;
	margin-right:11px;
	display:inline;
}
.registration-box-c{
	background: url(../images/bg-registration-c.gif) repeat-y;
	float:left;
}
.registration-box-t{
	background: url(../images/bg-registration-t.gif) no-repeat;
}
.registration-box-b{
	background: url(../images/bg-registration-b-2.gif) no-repeat 0 100%;
	min-height:603px;
	padding:20px 20px 0 36px;
	overflow:hidden;
	width:357px;
}
* html .registration-box-b{
	height:603px;
	overflow:visible;
}
.registration-box-b .title{
	width:100%;
	overflow:hidden;
	margin-bottom:16px;
}
.registration-box-b p a{
	overflow:hidden;
	font-size: 14px;
	text-decoration: underline;
}
#main .registration-box-b h2{
	font-size:20px;
	color:#076324;
	margin:0 4px 0 0;
	font-weight:normal;
	display:inline;
}
.registration-box-b .fill-out{
	display:inline;
	color:#666;
	font-size:11px;
}
.registration-form .row,
.dashboard-box .account .row,
.dashboard-box .profile-form .row,
#content .contact-form .row{
	width:310px;
	overflow:hidden;
	padding-bottom:10px;
}
#content .contact-form .row,
.dashboard-box .account .row,
.dashboard-box .profile-form .row{
	width: auto;
}
.registration-form label,
.dashboard-box .account label,
.dashboard-box .profile-form label,
#content .contact-form label{
	display:block;
	font-weight:bold;
	padding-bottom:2px;
}
/*42CONNECT*/
.registration-form label.error,
.dashboard-box .account label.error,
.dashboard-box .profile-form label.error,
#content .contact-form label.error {
	display: inline-block;
}
.registration-form .row span,
.dashboard-box .account span,
.dashboard-box .profile-form span,
#content .contact-form span{
	background: url(../images/bg-input04.png) no-repeat;
	float:left;
}

.registration-form .row .facebook_connect,
.dashboard-box .account .facebook_connect,
.dashboard-box .profile-form .facebook_connect,
#content .contact-form .facebook_connect,

.registration-form .row .facebook_connect span,
.dashboard-box .account .facebook_connect span,
.dashboard-box .profile-form .facebook_connect span,
#content .contact-form .facebook_connect span{
	background: none;
}
.registration-form label em,
.dashboard-box .profile-form label em{
	color:#666;
	font:normal 11px Arial, Helvetica, sans-serif;
	padding-left:9px;
}
.registration-form .text,
.dashboard-box .account .text,
.dashboard-box .profile-form .text,
.dashboard-box .profile-form .textarea,
#content .contact-form .text{
	float:left;
	width:294px;
	padding:9px 10px;
	background:none;
	border:0;
	position:relative;
	font-size:15px;
	color:#666;
	margin:0;
}
.registration-form .check-box{
	background: url(../images/separator05.gif) no-repeat;
	margin:5px 0 14px;
	overflow:hidden;
	padding:22px 10px 0 4px;
}
.registration-form .check-box ul{
	list-style:none;
	margin:0;
	padding:0;
}
.registration-form .check-box li{
	height:1%;
	overflow:hidden;
	margin-bottom:11px;
	width: 310px;
}
.registration-form .check-box .checkbox{
	float:left;
	display:inline;
	padding:0;
	width:14px;
	height:14px;
	margin-top: 0;
	margin-right: 7px;
	margin-bottom: 25px;
	margin-left: 0;
}
.registration-form .submit{
	border:0;
	background: url(../images/bg-submit03.gif) no-repeat;
	width: 147px;
	height: 37px;
	float:left;
	cursor:pointer;
}
.registration-form .privacy,
.dashboard-box .subscription-form .privacy{
	float:left;
	margin:20px 0 0 40px;
	display:inline;
	color:#395326;
	text-decoration:underline;
}
.registration-form .privacy:hover,
.dashboard-box .subscription-form .privacy:hover{
	text-decoration:none;
}
.benefits-box{
	float:right;
	width:492px;
}
#main .benefits-box h2{
	font-size:24px;
	margin:0;
	color:#076324;
	font-weight:normal;
	border-bottom:3px solid #076324;
	padding-bottom:4px;
}
.benefits-box-c{
	padding:46px 0 17px;
	background: url(../images/bg-benefits.jpg) no-repeat 1px 0;
}
.benefits-box-c .slogan-box{
	width:214px;
	border-bottom:1px solid #076324;
	padding-bottom:8px;
	margin-bottom:81px;
}
.benefits-box-c .slogan-box strong{
	font-size:16px;
	font-style:italic;
	color:#076324;
	line-height:28px;
}
.benefits-box-c h4{
	font-size:14px;
	margin:0 0 12px 3px;
}
.benefits-box-c .more-list{
	list-style:none;
	margin:0;
	padding:0 0 0 4px;
}
.benefits-box-c .more-list li{
	background: url(../images/bullet01.gif) no-repeat 0 50%;
	padding-left:8px;
	margin-bottom:12px;
	/*42CONNECT*/
	background-position: 0 7px;
}
.benefits-box-c .more-list li a{
	font-size:14px;
}
.dashboard-box{
	padding:1px 0 0 4px;
}
.dashboard-box .tabset,
.survey-tabs .tabset{
	list-style:none;
	margin:0 0 -3px;
	padding:0;
	height:1%;
	overflow:hidden;
	position:relative;
}
.dashboard-box .tabset li,
.survey-tabs .tabset li{
	float:left;
}
.dashboard-box .tabset li a,
.survey-tabs .tabset li a{
	float:left;
	background:#deeaf3;
	border:solid #5b8aae;
	border-width:1px 1px 0;
	color:#5b8aae;
	font-weight:bold;
	padding:8px 14px 5px;
	line-height:15px;
	margin-right:3px;
	display:inline;
}
/*.dashboard-box .tabset li a:hover,
.dashboard-box .tabset li .active,
.survey-tabs .tabset li a:hover,
.survey-tabs .tabset li a.active{
	background:#fff;
	text-decoration:none;
	padding-bottom:8px;
	position:relative;
}*/
.dashboard-box .tabset li .active,
.survey-tabs .tabset li a.active{
	background:#fff;
	text-decoration:none;
	padding-bottom:8px;
	position:relative;
}
.dashboard-box .tabset li a:hover,
.survey-tabs .tabset li a:hover{
	background:#fff;
/*	float:left;
	border:solid #5b8aae;
	border-width:1px 1px 0;
	color:#5b8aae;
	font-weight:bold;
	padding:8px 14px 5px;
	line-height:15px;
	margin-right:3px;
	display:inline;*/
}
.dashboard-box .tab-content,
.survey-tabs .tab-content{
	border:solid #5b8aae;
	border-width:3px 1px 1px;
	padding:13px 29px 54px 22px;
}
.dashboard-box .tab-content .you-are{
	float:left;
}
.dashboard-box .you-are strong{
	color:#076324;
}
.dashboard-box .you-are-not{
	float:right;
}
.dashboard-box .you-are-not a{
	text-decoration:underline;
	color:#076324;
}
.dashboard-box .you-are-not a:hover{
	text-decoration:none;
}
.dashboard-box .update-box{
	float:left;
	width:600px;
	padding-top:7px;
}
#main .dashboard-box .update-box h2{
	font-size:21px;
	color:#076324;
	margin:0 0 17px;
	font-weight:normal;
	padding-bottom: 10px;
}
.dashboard-box .account{
	padding-left:20px;
}
.dashboard-box .account .row{
	padding-bottom:9px;
}
.dashboard-box .account .submit{
	background: url(../images/bg-submit04.gif) no-repeat;
	width: 147px;
	height: 37px;
	border:0;
	cursor:pointer;
	margin-top:10px;
}
.dashboard-box .help-box{
	float:right;
	width:185px;
	border-left:6px solid #deeaf3;
	margin:55px 34px 0 0;
	padding:0 0 43px 14px;
}
.dashboard-box .help-box h3{
	font-size:21px;
	color:#076324;
	margin:0 0 10px;
	font-weight:normal;
}
.dashboard-box .help-box ul{
	list-style:none;
	margin:0;
	padding:0;
}
.dashboard-box .help-box ul li{
	margin-bottom:6px;
}
.dashboard-box .help-box ul a{
	color:#076324;
	font-size:14px;
	text-decoration:underline;
}
.dashboard-box .help-box ul a:hover{
	text-decoration:none;
}
.dashboard-box .browse-form{
	padding:2px 0 102px 18px;
}
.dashboard-box .browse-form .image{
	float:left;
	margin-right:11px;
	display:inline;
}
.dashboard-box .browse-form .wrap{
	width:auto;
	height:1%;
	margin-bottom:20px;
}
.dashboard-box .browse-form .image img{
	display:block;
}
.dashboard-box .browse-form .text-box strong{
	display:block;
	margin-bottom:9px;
}
.dashboard-box .browse-form .text-box a{
	background: url(../images/bg-browse.gif) no-repeat;
	width: 77px;
	height: 27px;
	display:block;
	text-indent:-9999px;
	overflow:hidden;
	margin-bottom:23px;
}
.dashboard-box .browse-form label{
	font-weight:bold;
	padding-left:7px;
	line-height:16px;
}
.dashboard-box .browse-form .checkbox{
	width:14px;
	height:14px;
	margin:0;
	padding:0;
}
.dashboard-box .browse-form .submit,
.dashboard-box .profile-form .submit,
.dashboard-box .subscription-form .submit{
	background: url(../images/bg-submit04.gif) no-repeat;
	width: 147px;
	height: 37px;
	border:0;
	cursor:pointer;
}
.dashboard-box .profile-form{
	padding:0 0 0 20px;
	margin-top:-10px;
}
.dashboard-box .profile-form select{
	width:314px;
	color:#666;
}
.dashboard-box .profile-form span{
	float:none;
	display:block;
	height:1%;
	overflow:hidden;
}
.dashboard-box .profile-form textarea{
	float:left;
	width:481px;
	max-width:481px;
	height:95px;
	padding:5px 6px;
	position:relative;
	border:1px solid #ccc;
	background:none;
	overflow:auto;
}
.dashboard-box .profile-form .note{
	font-size:11px;
	color:#666;
	float:left;
	font-style:normal;
	width:100%;
}
.dashboard-box .subscription-form{
	width:480px;
	padding:6px 0 0 25px;
}
.dashboard-box .subscription-form .row{
	width:100%;
	overflow:hidden;
}
.dashboard-box .subscription-form strong{
	display:block;
	font-size:14px;
	padding-bottom:13px;
}
.dashboard-box .subscription-form ul{
	list-style:none;
	margin:0;
	padding:0 0 32px;
	height:1%;
	overflow:hidden;
}
.dashboard-box .subscription-form ul li{
	float:left;
	padding-right:23px;
}
.dashboard-box .subscription-form .radio{
	width:14px;
	height:14px;
	margin:0 7px 0 0;
	padding:0;
	float:left;
}
.dashboard-box .subscription-form label{
	font-size:14px;
	line-height:14px;
	float:left;
}
.dashboard-box .subscription-form .submit{
	float:left;
}
.dashboard-box .subscription-form .privacy{
	margin:21px 0 0 19px;
}
#main h2{
	margin:8px 0 5px;
	font-size:29px;
	color:#076324;
	font-weight:normal;
}
#content h3{
	margin:0 0 7px;
	font-size:18px;
	font-weight:normal;
}
.block { overflow: hidden; }
.questions-box-wrap{
	background: url(../images/bg-questions-t.gif) repeat-x;
	padding-top:5px;
	margin-bottom:10px;
	width:632px;
}
.questions-box{
	list-style:none;
	margin:0;
	padding:0 0 6px;
	border-top:1px solid #6eb43f;
	background: url(../images/bg-questions-t.gif) repeat-x 0 100%;
}
.questions-box p{
	margin-bottom:0 !important;
}
.questions-box .slide-block{
	
	overflow:hidden;
	border-bottom:1px solid #6eb43f;
	padding:7px 13px 6px 21px;
}
.questions-box .slide-block strong{
	float:left;
	color:#076324;
	font-size:11px;
}
.questions-box .slide-block .title{
	width:100%;
	overflow:hidden;
}
.questions-box .active .open-close{
	background: url(../images/ico-minus.gif) no-repeat !important;
}
.questions-box .even{
	background:#deeaf3;
}
.questions-box .slide-block .open-close{
	background: url(../images/ico-plus.gif) no-repeat;
	text-indent:-9999px;
	overflow:hidden;
	width: 18px;
	height: 16px;
	float:right;
}
.questions-box .slide-block p{
	margin:0;
}
.questions-box .block div{
	padding:8px 0 0 21px;
	width:545px;
	cursor: auto;
}
#content .contact-box-c{
	background: url(../images/bg-contact-box-c.gif) repeat-y;
}
#content .contact-box-t{
	background: url(../images/bg-contact-box-t.gif) no-repeat;
}
#content .contact-box-b{
	background: url(../images/bg-contact-box-b.gif) no-repeat 0 100%;
	min-height:542px;
	padding:12px 10px 0 14px;
}
* html #content .contact-box-b{
	height:542px;
}
#content .contact-box-b h3{
	margin:0 0 2px;
	font-size:18px;
	color:#076324;
	font-weight:normal;
}
#content .contact-box-b p{
	margin:0 0 8px;
	color:#076324;
}
#content .contact-box-b .provaider-link{
	color:#900;
	text-decoration:underline;
	display:block;
	float:left;
	margin-top: 0;
	margin-right: 0;
	/*margin-bottom: 16px;*/
	margin-left: 0;
	padding-bottom: 26px;
}
#content .contact-box-b .provaider-link:hover{
	text-decoration:none;
}
#content .contact-form select{
	width:314px;
}
#content .contact-form textarea{
	float:left;
	width:586px;
	max-width:586px;
	height:92px;
	padding:5px 6px;
	position:relative;
	border:1px solid #ccc;
	background:#fff;
	overflow:auto;
}
#content .contact-form .textarea{
	background: url(../images/bg-textarea02.png) no-repeat;
}
#content .contact-form .submit{
	border:0;
	background: url(../images/bg-submit05.gif) no-repeat;
	width: 185px;
	height: 37px;
	cursor:pointer;
}
#content h5{
	margin:0;
	color:#076324;
	font-size:12px;
}
#content p{
	margin:0 0 16px;
	line-height:16px;
}
#content .awards-list{
	list-style:none;
	margin:0;
	padding:5px 0 0;
}
#content .awards-list li{
	height:1%;
	overflow:hidden;
	margin-bottom:25px;
}
#content .awards-list .image{
	float:left;
	margin-right:20px;
	display:inline;
}
* html #content .awards-list .image{
	margin-right:17px;
}
#content .awards-list .image img{
	display:block;
}
#content .awards-list .text-box{
	overflow:hidden;
	width:445px;
}
#content .awards-list .text-box strong{
	color:#076324;
}
#content .awards-list .text-box p{
	margin:0;
}
#content .line{
	height:1px;
	width:100%;
	overflow:hidden;
	background: url(../images/bg-line.gif) repeat-x;
	margin-bottom:17px;
}
#content h4{
	margin:0 0 1px;
	font-size:14px;
	color:#076324;
}
#content .sed-list{
	list-style:none;
	margin:0 0 16px;
	padding:0 0 0 8px;
}
#content .sed-list li{
	background: url(../images/bullet01.gif) no-repeat 0 50%;
	padding-left:7px;
	margin-bottom:1px;
}
#content .hospital-list{
	list-style:none;
	margin:0;
	padding:16px 0 0 6px;
	height:1%;
	overflow:hidden;
}
#content .hospital-list li{
	float:left;
	margin-right:57px;
	display:inline;
}
#content .hospital-list li img{
	display:block;
}
#content .news-box{
	margin-bottom:19px;
}
#content .news-box .article{
	display:block;
	color:#076324;
	font-weight:bold;
	text-decoration:underline;
}
#content .news-box .article:hover,
#content .news-box .more{
	text-decoration:none;
}
#content .news-box strong{
	display:block;
}
#content .news-box p{
	margin:0;
}
#content .news-box .more{
	color:#076324;
	text-decoration:underline;
}
#content .news-box .more:hover{
	text-decoration:none;
}
#main .search-result-box{
	list-style:none;
	margin:0 0 -25px;
	padding:8px 0 0;
}
#main .search-result-box li{
	margin-bottom:53px;
}
#main .search-result-box table{
	border-collapse:collapse;
	padding:0;
	margin:0;
}
#main .search-result-box thead td{
	border-top:4px solid #076324;
	border-bottom:1px solid #6eb43f;
	background:#e8e8e8;
	padding:3px 0 4px;
}
#main .search-result-box .title{
	width:688px;
	padding-left:13px;
}
#main .search-result-box tbody .title{
	padding:16px 0 0 13px;
}
#main .search-result-box .title h3{
	margin:0 0 0 -6px;
	padding:3px 0 3px 38px;
	font-size:21px;
	color:#076324;
	font-weight:normal;
	background: url(../images/ico08.gif) no-repeat;
}
#main .search-result-box .title .nursing{
	background: url(../images/ico09.gif) no-repeat;
}
#main .search-result-box .title .home{
	background: url(../images/ico10.gif) no-repeat;
	padding:3px 0 3px 44px;
	margin-left:-6px;
}
#main .search-result-box .location{
	width:150px;
}
#main .search-result-box .location strong{
	font-weight:normal;
	font-size:16px;
}
#main .search-result-box .showing{
	width:106px;
}
#main .search-result-box .showing span{
	color:#344f86;
}
#main .search-result-box tbody td{
	height:1%;
	overflow:hidden;
}
#main .search-result-box tbody td a{
	color:#076324;
	font-size:16px;
	float:left;
	text-decoration:underline;
	margin-right:10px;
	display:inline;
}
#main .search-result-box tbody .more{
	font-weight:bold;
	color:#344f86;
}
#main .search-result-box tbody td a:hover{
	text-decoration:none;
}
#main .search-result-box tbody td .sponsor{
	text-indent:-9999px;
	overflow:hidden;
	background: url(../images/bg-sponsor.gif) no-repeat;
	width: 80px;
	height: 27px;
	margin-top:-7px;
}
#main .search-result-box .address{
	padding:13px 0 0 1px;
}
#main .search-result-box .address span{
	font-size:16px;
	color:#076324;
}
#main .cleveland-clinic{
	color:#076324;
	font-size:14px;
	font-style:normal;
}
#main .back{
	float:right;
	font-size:14px;
	color:#395326;
	background: url(../images/arrow04.gif) no-repeat 0 50%;
	padding-left:22px;
	font-weight:bold;
	margin:4px 2px 0 0;
}
.results-page{
	width:100%;
	overflow:hidden;
	background: url(../images/bg-results-t.gif) repeat-x;
	padding:15px 0;
	margin-top:6px;
}
.results-page #content{
	width:640px;
}
.results-page .clinic-info{
	width:100%;
	overflow:hidden;
	border-bottom:3px solid #076324;
	margin-bottom:10px;
}
.results-page .request{
	float:left;
	width:342px;
}
.results-page .request .logo{
	float:left;
	background: url(../images/btn-clinic.gif) no-repeat;
	width: 156px;
	height: 25px;
	text-indent:-9999px;
	overflow:hidden;
	margin-top:58px;
}
.results-page .request .image{
	float:right;
	border:1px solid #6eb43f;
	margin-bottom:10px;
}
.results-page .request .image img{
	display:block;
}
.results-page .request .request-btn{
	background: url(../images/btn-request.gif) no-repeat;
	width: 342px;
	height: 37px;
	display:block;
	text-indent:-9999px;
	overflow:hidden;
}
.results-page .request .learn-more-btn{
	background-image: url('../images/btn-learn-more.gif');
}
.results-page .info-box{
	float:right;
	width:281px;
}
.results-page .info-box .index-box strong{
	float:left;
	font-size:36px;
	color:#c5022a;
	letter-spacing:-3px;
	line-height:36px;
	margin:0 6px 0 0;
}
.info-box .index-box{
	border-bottom:1px solid #6eb43f;
	padding-bottom:10px;
}
.info-box .index-box strong span{
	font-size:20px;
	color:#c5022a;
	display:inline;
}
.info-box .index-box span{
	font-weight:bold;
	display:block;
	color:#076324;
	font-size:12px;
}
.info-box .index-box em{
	color:#076324;
	font-style:normal;
	font-size:14px;
	line-height:17px;
}
.results-page .info-box .recommend-box{
	background: url(../images/bg-recommend-box.gif) no-repeat;
	width: 271px;
	padding:7px 0 11px 10px;
}
.results-page .info-box .recommend-box-sponsor{
	background-image: url('../images/bg-recommend-box-sponsor.gif');
}
#content .info-box .recommend-box h3{
	margin:0 0 8px;
	font-size:16px;
	color:#076324;
	font-weight:normal;
}
.results-page .info-box .recommend-box .image{
	float:left;
	padding:0 6px 11px 0;
}
.results-page .info-box .recommend-box .reviews{
	float:left;
	color:#6eb43f;
	margin-top:-2px;
}
.results-page .info-box .rating{
	list-style:none;
	margin:0;
	padding:0;
}
.results-page .info-box .rating li{
	height:1%;
	overflow:hidden;
	margin-bottom:1px;
}
.results-page .info-box .rating span{
	float:left;
	width:64px;
	font-size:11px;
	color:#666;
}
.results-page .info-box .rating img{
	float:left;
	padding-right:6px;
}
.results-page .info-box .rating em{
	font-style:normal;
	float:left;
	font-size:11px;
	color:#666;
}
.survey-tabs .tabset{
	float:left;
}
.survey-tabs .wrap{
	overflow:visible;
}
.survey-tabs .wrap:after{
	content:"";
	display:block;
	clear:both;
}
.survey-tabs .share{
	float:right;
	background: url(../images/bg-share.gif) no-repeat;
	width: 125px;
	height: 16px;
	text-indent:-9999px;
	overflow:hidden;
	margin:6px 2px 0 0;
}
.survey-tabs .tab-content{
	padding:10px 17px 20px 17px;
	margin-bottom:12px;
}
 #content .survey-tabs .tab-content h3{
	color:#076324;
	font-size:16px;
	margin-bottom:11px;
	font-weight: bold;
}
.survey-tabs .tab-content .block div{
	padding:13px 0 0;
}
.survey-tabs .tab-content .history-links{
	list-style:none;
	margin:0;
	padding:0;
}
.survey-tabs .tab-content .history-links li{
	margin-bottom:12px;
	overflow:hidden;
}
.survey-tabs .tab-content .history-links a{
	font-size:14px;
	color:#076324;
	background: url(../images/ico11.gif) no-repeat 100% 50%;
	padding-right:25px;
	text-decoration: underline;
}
.survey-tabs .history-links .questions{
	border-collapse:collapse;
	padding:0;
	margin:0 0 20px;
}
.survey-tabs .history-links .questions .patient{
	width:390px;
}
.survey-tabs .history-links .questions .patient strong{
	padding-left:13px;
}
.survey-tabs .history-links .questions .seamc{
	width:53px;
	text-align:center;
}
.survey-tabs .history-links .questions .state{
	width:78px;
	text-align:center;
}
.survey-tabs .history-links .questions .national{
	width:90px;
	text-align:center;
}
.survey-tabs .history-links .questions thead .patient{
	padding-left:4px;
	width:386px;
}
.survey-tabs .history-links .questions thead td{
	font-weight:bold;
	color:#076324;
	padding:1px 0 11px;
}
.survey-tabs .history-links .questions tbody td{
	padding:4px 0 5px;
}
.survey-tabs .history-links .questions tbody td .percent{
	font-size:14px;
}
.survey-tabs .history-links .even{
	background:#deeaf3;
} 
.survey-tabs .history-links tbody td span{
	display:block;
	color:#076324;
	padding-left:4px;
}
.survey-tabs .history-links tbody td strong{
	color:#344f86;
}
#content .survey-tabs .tab-content p{
	color:#076324;
	font-size:14px;
	line-height:20px;
	margin:0 0 18px;
}
.survey-tabs .tab-content p a{
	color:#5b74a9;
	text-decoration:underline;
}
.survey-tabs .tab-content p a:hover{
	text-decoration:none;
}
.survey-tabs .tab-content .details-list{
	list-style:none;
	margin:0;
	padding:0 0 0 19px;
}
.survey-tabs .tab-content .details-list li{
	background: url(../images/bullet02.gif) no-repeat 0 50%;
	padding-left:14px;
	font-size:14px;
	color:#076324;
}
.survey-tabs .tab-content .gallery-wrap{
	width:600px;
	overflow:hidden;
}
.survey-tabs .tab-content .gallery{
	width:620px;
	list-style:none;
	margin:0;
	padding:0 0 0 6px;
	overflow:hidden;
}
.survey-tabs .tab-content .gallery:after{
	content:"";
	display:block;
	clear:both;
}
.popup-holder{
	z-index:2;
}
.survey-tabs .tab-content .gallery li{
	border:1px solid #6eb43f;
	float:left;
	margin:0 26px 22px 0;
}
.survey-tabs .tab-content .gallery li img{
	display:block;
}
survey-tabs .tab-content .gallery li .open{
	float:left;
}
.popup{
	width:865px;
	overflow:hidden;
	position:absolute;
	left:-9999px;
	top:0;
	z-index:1000;
}
.modal-window{
	width:712px;
}
.popup .popup-t{
	background: url(../images/popup-t.png) no-repeat;
	width: 865px;
	height: 28px;
	overflow:hidden;
}
.modal-window .popup-t{
	background: url(../images/popup-t02.png) no-repeat;
	width: 711px;
	height: 22px;
}
.popup .popup-c{
	background: url(../images/popup-c.png) repeat-y;
	padding:0 0 0 32px;
	width:833px;
}
.modal-window .popup-c{
	background: url(../images/popup-c02.png) repeat-y;
	width: 638px;
	padding:40px 33px 0 40px;
}
.popup .popup-c .close{
	background: url(../images/btn-close.gif) no-repeat;
	width: 92px;
	height: 36px;
	display:block;
	text-indent:-9999px;
	overflow:hidden;
	position:absolute;
	right:16px;
	top:15px;
}
.popup .popup-c img{
	display:block;
}
.popup .popup-c .info{
	display:block;
	font-size:14px;
	color:#666;
}
.popup .popup-c .number{
	display:block;
	font-style:normal;
	color:#666;
}
.popup .popup-b{
	background: url(../images/popup-b.png) no-repeat;
	width: 865px;
	height: 29px;
	overflow:hidden;
}
.modal-window .popup-b{
	background: url(../images/popup-b02.png) no-repeat;
	width: 711px;
	height: 22px;
}
.modal-form h3{
	color:#076324;
	font-size:18px;
	margin:0 0 15px;
	border-bottom:1px solid #076324;
	font-weight:normal;
	padding-bottom:8px;
}
.modal-form .select-box{
	border-bottom:1px solid #076324;
	margin-bottom:11px;
}
.modal-form p{
	font-size:14px;
	margin:0 0 14px;
}
.modal-form .select-box strong{
	float:left;
	font-size:14px;
}
.modal-form .select-box p{
	padding-left:18px;
	margin:0 0 9px;
}
.modal-form .select-box select{
	width:158px;
	margin:0 0 22px 16px;
}
.modal-form .row{
	width:100%;
	overflow:hidden;
	padding-bottom:10px;
}
.modal-form label{
	font-size:14px;
	font-weight:bold;
	display:block;
	margin-bottom:2px;
}
.modal-form label span{
	font-size:12px;
	color:#666;
	font-weight:normal;
}
.modal-form .text{
	width:310px;
	padding:6px 4px;
	border:1px solid #ccc;
	background:none;
}
.modal-form textarea{
	width:628px;
	max-width:628px;
	height:43px;
	float:left;
	padding:6px 4px;
	border:1px solid #ccc;
	background:none;
	overflow:auto;
}
.modal-form .submit{
	float:left;
	cursor:pointer;
}
.modal-form .thanks{
	float:left;
	text-decoration:underline;
	color:#666;
	margin:4px 0 0 17px;
	display:inline;
}
.modal-form .thanks:hover{
	text-decoration:none;
}
.inner #main,
.inner #content{
	overflow:visible;
}
.inner #main:after,
.inner #content:after{
	content:"";
	display:block;
	clear:both;
}
.inner #content h3{
	color:#076324;
	font-size:21px;
}
#main .paging{
	height:26px;
	background: url(../images/bg-paging.gif) repeat-x;
	overflow:hidden;
	color:#666;
	padding:17px 0 0 11px;
}
#main .paging .numbers{
	float:left;
	background: url(../images/separator06.gif) no-repeat 100% 50%;
	padding-right:12px;
}
#main .paging-wrap .numbers{
	background:none;
	float:right;
}
#main .paging .sort{
	float:left;
	padding-left:9px;
	margin-top:-4px;
	width:208px;
	position:relative;
}
#main .paging .sort .row{
	height:1%;
	overflow:hidden;
}
#main .paging .sort label{
	font-weight:bold;
	float:left;
	padding:4px 8px 0 0;
}
#main .paging .sort select{
	float:left;
	width:160px;
}
#main .paging .pages-links{
	float:right;
	list-style:none;
	margin:0;
	padding:0;
}
#main .paging .pages-links li{
	float:left;
	margin-right:7px;
	display:inline;
}
#main .paging .pages-links li a{
	text-decoration:underline;
	color:#666;
}
#main .paging .pages-links .prev,
#main .paging .pages-links .next{
	text-decoration:none;
}
#main .paging .pages-links li a:hover,
#main .paging .pages-links li.active a{
	text-decoration:none;
	font-weight:bold;
}
.information-box{
	border-top:1px solid #6eb43f;
	margin-top:-1px;
	padding-bottom:11px;
}
.mark-blue{
	background: url(../images/bg-information-box.gif) repeat-y;
}
.information-box .title-box{
	height:1%;
	overflow:hidden;
	padding:11px 5px 0 0;
}
#content .information-box .title-box h3{
	float:left;
	background: url(../images/ico12.png) no-repeat;
	padding:0 0 7px 39px;
	margin:0;
	height:1%;
	overflow:hidden;
	color:#076324;
	font-size:19px;
	/*42CONNECT*/
	padding-right: 7px;
}
.information-box .title-box span{
	/*float:left;
	display:inline;*/
	background: url(../images/ico13.png) no-repeat;
	display:inline-block;
	width: 25px;
	height: 19px;
	margin-left:7px;
}
.information-box .short-info{
	width:100%;
	overflow:hidden;
	margin-bottom:6px;
}
.information-box .short-info .visual{
	float:left;
	margin:0 11px 0 -1px;
	/*42CONNECT*/
	margin-left: 0;
}
.information-box .short-info .visual img{
	display:block;
}
.information-box .short-info .text-box{
	float:left;
	padding-top:4px;
}
.information-box .short-info .text-box .total{
	height:1%;
	overflow:hidden;
	padding-bottom:5px;
}
.information-box .short-info .total img{
	float:left;
	padding:1px 0 0 9px;
}
.information-box .short-info .total a{
	float:left;
	color:#6eb43f;
}
.information-box .short-info .text-box .name{
	color:#076324;
}
.information-box .short-info .text-box span{
	display:block;
	margin-bottom:3px;
}
.information-box .helpful{
	color:#6eb43f;
	float:left;
	margin-bottom:5px;
}
#content .information-box .slide-block{position:relative;}
#content .information-box .title{margin-bottom:13px;}
#content .information-box .title p{
	margin:0;
	line-height:14px;
}
#content .information-box .title p span{display:none;}
#content .information-box .expanded .title p span{display: inherit;}
#content .information-box .expanded .open-close{display: none;}
#content .information-box .title p em{font-style:normal;}
#content .information-box .active .title p em{display:none;}
#content .information-box .active .title p span{
	display:inline;
}
#content .information-box .active .open-close{
	position:absolute;
	left:0;
	bottom:5px;
} 
#content .information-box .open-close{
	color:#076324;
	text-decoration:underline;
}
#content .information-box .open-close:hover{
	text-decoration:none;
}
#content .information-box .block{
	padding-bottom:32px;
}
#content .information-box .block .my-rating{
	color:#076324;
	display:block;
	margin-bottom:4px;
}
.information-box .rating-list{
	color: #076324;
	list-style:none;
	margin:0 0 9px;
	padding:0;
}
.information-box .rating-list li{
	height:1%;
	overflow:hidden;
}
.information-box .rating-list li a.rating{/*42CONNECT*/
	float:left;
	color:#076324;
	height:1%;
	vertical-align:middle;
}
.information-box .rating-list li img{
	float:left;
	padding:2px 6px 0 0;
}
.information-box .personal-info{
	margin:0 0 7px;
	padding:0;
	height:1%;
	overflow:hidden;
}
.information-box .personal-info dt{
	margin:0 8px 0 0;
	float:left;
	font-weight:bold;
	color:#076324;
}
.information-box .personal-info dd{
	margin:0 0 5px;
	color:#076324;
}
.information-box .personal-info dd em{
	color:#666;
	font-size:10px;
	display:block;
}
.information-box .actions{
	list-style:none;
	margin:0;
	padding:0;
}
.information-box .actions li{
	background: url(../images/separator07.gif) no-repeat 0 50%;
	display:inline;
	padding:0 3px 0 7px;
}
.information-box .actions li:first-child{
	background:none;
	padding-left:0;
}
.information-box .actions li a{
	text-decoration:underline;
	color:#5b8aae;
}
.information-box .actions li a:hover{
	text-decoration:none;
}
#main .experience-box{
	width:600px;
	overflow:hidden;
	margin:0 auto;
	padding:21px 0 0;
	/*42CONNECT*/
	width: 630px;
}
#main .type-exp{
	padding:5px 0 0;
}
#main .experience-box .write-review{
	float:right;
	background: url(../images/bg-review.gif) no-repeat;
	width: 148px;
	height: 22px;
	font-size:15px;
	font-weight:bold;
	color:#fff;
	padding:5px 0 0 9px;
	text-align:center;
	line-height:17px;
	margin-left:9px;
	display:inline;
}
#main .experience-box strong{
	font-size:20px;
	color:#076324;
}
#main .experience-box span{
	font-size:16px;
	color:#076324;
}
#main .health-system{
	display:block;
	text-align:center;
	color:#076324;
	font-size:14px;
	padding:37px 0 0;
}
#main .health-system .learn-more{
	color:#076324;
	padding-left:4px;
	text-decoration:underline;
}
#main .health-system .learn-more:hover{
	text-decoration:none;
}
.find-clinic-box{
	background: url(../images/bg-find-clinic.gif) no-repeat;
	width: 956px;
	height: 94px;
	padding: 0 0 0 31px;
	margin-bottom:11px;
}
#main .find-clinic-box h4{
	margin:0 0 15px;
	font-size:20px;
	font-weight:normal;
}
.find-clinic-box .search-form{
	padding-top:19px;
}
.find-clinic-box .search-form label{
	float:left;
	font-size:18px;
	padding:9px 11px 0 0;
}
.find-clinic-box .search-form-type{
	padding-top:0;
}
.find-clinic-box .search-form-type .row{
	width:253px;
	float:left;
	margin-right:17px;
	display:inline;
}
.find-clinic-box .search-form-type label{
	font-size:14px;
	font-weight:bold;
	padding:0 0 2px;
}
.find-clinic-box .search-form .text{
	float:left;
	background:#fff;
	border:1px solid #ccc;
	color:#666;
	padding:8px 5px 6px;
	width:235px;
	font-size:16px;
	font-weight:normal;
	margin-right:12px;
	display:inline;
}
.find-clinic-box .search-form .default{/*42CONNECT*/
	color: #999999;
	font-style: italic;
}
/*42CONNECT*/
.find-clinic-box .search-form .find{
	text-indent:-9999px;
	overflow:hidden;
	background: url(../images/btn-find.gif) no-repeat;
	width: 147px;
	height: 37px;
	float:left;
}
/*42CONNECT*/
.find-clinic-box .search-form .find_nursing_home{
	text-indent:-9999px;
	overflow:hidden;
	background: url(../images/button_find_nursing_homes.gif) no-repeat;
	width: 189px;
	height: 37px;
	float:left;
}
/*42CONNECT*/
.find-clinic-box .search-form .find_home_health{
	text-indent:-9999px;
	overflow:hidden;
	background: url(../images/button_find_home_health.gif) no-repeat;
	width: 283px;
	height: 37px;
	float:left;
}
/*42CONNECT*/
.find-clinic-box .search-form .find_physician{
	text-indent:-9999px;
	overflow:hidden;
	background: url(../images/button_find_physicians.gif) no-repeat;
	width: 155px;
	height: 37px;
	float:left;
}

.find-clinic-box .search-form-type .find{
	margin-top:19px;
}
.find-clinic-box .search-form .find:hover{
	background-position:0 -37px;
}
.find-clinic-box .search-form .find:active{
	background-position:0 -74px;
}
#main .paging-wrap{
	margin-bottom:14px;
	width:100%;
	overflow:hidden;
}
#main .paging-wrap h3{
	margin:0 0 5px;
	font-size:21px;
	color:#076324;
	font-weight:normal;
}
#main .paging-wrap .paging{
	padding-top:8px;
	height:35px;
}
#main .paging-wrap .left{
	list-style:none;
	margin:0;
	padding:0;
	height:30px;
	float:left;
}
#main .paging-wrap .right{
	padding:9px 13px 0 0;
}
#main .paging-wrap .left li{
	background: url(../images/separator08.gif) no-repeat 100% 0;
	padding:8px 13px 10px 0;
	float:left;
}
#main .paging-wrap .left .compare{
	background: url(../images/btn-compare.gif) no-repeat;
	width: 126px;
	height: 22px;
	text-indent:-9999px;
	overflow:hidden;
	display:block;
	margin-top:-4px;
}
.inner02 #content{
	width:640px;
}
.clinic-systems{
	background: url(../images/bg-clinic-systems.gif) repeat-x 0 100%;
	padding-bottom:5px;
	border-top:1px solid #6eb43f;
	margin-top:-1px;
	position:relative;
}
.type-blue .holder{
	background: url(../images/bg-blue-style.gif) repeat-y;
}
.clinic-systems .holder{
	padding:3px 0 18px;
	
}
.clinic-systems .title{
	height:1%;
	overflow:hidden;
	padding:7px 0 4px 1px;
}
.clinic-systems .wrap{
	overflow:visible;
}
.clinic-systems .wrap:after{
	content:"";
	display:block;
	clear:both;
}
.clinic-systems .title img{
	float:left;
}
.clinic-systems .title a{
	font-size:16px;
	color:#076324;
	float:left;
	font-weight:bold;
	text-decoration:underline;
	margin:6px 0 0 13px;
	display:inline;
}
.clinic-systems .title a:hover{
	text-decoration:none;
}
.clinic-systems .request-box{
	width:342px;
	float:left;
	overflow:hidden;
}
.clinic-systems .request-box .logo{
	float:left;
}
.clinic-systems .request-box .logo img{
	display:block;
}
.clinic-systems .request-box .visual{
	float:right;
	border:1px solid #78b94c;
	margin-bottom:8px;
}
.clinic-systems .request-box .visual img{
	display:block;
}
.clinic-systems .request-form{
	padding:0 0 0 5px;
}
.clinic-systems .request-form .row{
	width:100%;
	overflow:hidden;
}
.clinic-systems .request-form .checkbox{
	float:left;
	padding:0;
	margin:14px 5px 0 0;
	width:14px;
	height:14px;
}
.clinic-systems .request-form label{
	color:#076324;
	font-weight:bold;
	float:left;
	margin:14px 12px 0 0;
}
.clinic-systems .request-form .btn-wrap{
	float:left;
}
.clinic-systems .request-form .btn-request{
	background: url(../images/bg-btn01.gif) no-repeat;
	width: 252px;
	height: 30px;
	text-align:center;
	padding-top:7px;
	color:#fff;
	display:block;
	font-size:16px;
	line-height:22px;
	font-weight:bold;
	overflow:hidden;
}
.clinic-systems .request-form .btn-request:hover{
	color:#aeda95;
	text-decoration:none;
}
.clinic-systems .place-box{
	float:left;
	width:270px;
	margin:-4px 0 0 19px;
	display:inline;
	position:relative;
}
#content .clinic-systems .place-box h5{
	margin:0 0 4px;
	font-size:12px;
	color:#076324;
}
.clinic-systems .place-box .place{
	font-size:36px;
	color:#c5022a;
	float:left;
}
.clinic-systems .place-box .place span{
	font-size:20px;
	float:left;
	margin:6px -2px 0 0;
	display:inline;
	
}
* html .clinic-systems .place-box .place span{
	margin:6px -5px 0 0;
}
.clinic-systems .place-box .all-places{
	float:left;
	color:#076324;
	font-size:14px;
	margin:13px 0 0 7px;
	display:inline;
}
.clinic-systems .place-box .last-review{
	background: url(../images/bg-blue-message.gif) no-repeat;
	width: 269px;
	height: 52px;
	margin:7px 0 7px -3px;
	padding:10px 0 0 11px;
	position:relative;
}
.type-blue .place-box .last-review{
	background: url(../images/bg-white-message.gif) no-repeat;
}
.clinic-systems .last-review dl{
	margin:0;
}
.clinic-systems .last-review dt{
	float:left;
	color:#076324;
	white-space:nowrap;
	padding-right:3px;
}
.clinic-systems .last-review dd{
	margin:0 0 2px;
	padding-top:3px;
	color:#076324;
	font-size:10px;
	line-height:12px;
	font-style:italic;
}
.clinic-systems .all-reviews{
	height:1%;
	overflow:hidden;
	margin:0 0 10px -3px;
	position:relative;
}
.clinic-systems .all-reviews a{
	color:#6eb43f;
	float:left;
}
.clinic-systems .all-reviews img{
	float:left;
	margin:2px 0 0 8px;
}
.clinic-systems .options{
	list-style:none;
	margin:0 0 0 -3px;
	padding:0;
	height:1%;
	position:relative;
}
.clinic-systems .options li{
	float:left;
	background: url(../images/separator09.gif) no-repeat 0 50%;
	padding:0 3px 0 6px;
}
.clinic-systems .options li:first-child{
	background:none;
	padding-left:0;
}
.clinic-systems .options a{
	color:#076324;
	text-decoration:underline;
}
.clinic-systems .options a:hover{
	text-decoration:none;
}
#main .sponsor-box{
	position:absolute;
	top:-1px;
	right:-1px;
	width: 73px;
	height: 55px;
	text-indent:-9999px;
	overflow:hidden;
}
#main .sponsor-box a{
	display:block;
	height:100%;
	background: url(../images/bg-sponsor02.png) no-repeat;
}
#main .alert{
	background:#ffe5e5;
	padding:11px 11px 7px 11px;
	border:solid #77a93b;
	border-width:1px 0;
	margin:-7px 0 7px;
}
#main .alert strong{
	font-size:21px;
	color:#c5022a;
	font-weight:normal;
}
#main .alert-type{
	margin:5px 0 7px;
}
#main .find-hotel-box{
	width:100%;
	overflow:hidden;
}
.find-hotel-box .find-hotel-form{
	background: url(../images/bg-find-hotel.gif) no-repeat 1px 0;
	width: 611px;
	height: 40px;
	padding:8px 16px 0 13px;
}
.find-hotel-box .find-hotel-form span{
	background: url(../images/bg-input05.gif) no-repeat;
	float:left;
	margin-right:8px;
	display:inline;
}
.find-hotel-box .find-hotel-form label{
	font-weight:bold;
	color:#fff;
	float:left;
	padding:8px 5px 0 0;
	letter-spacing:1px
}
.find-hotel-box .find-hotel-form .text{
	float:left;
	width:212px;
	background:none;
	border:0;
	padding:8px 5px 7px;
}
.find-hotel-box .find-hotel-form .submit{
	float:left;
	cursor:pointer;
	background: url(../images/btn-search02.gif) no-repeat;
	width: 101px;
	height: 29px;
	border:0;
}
.find-hotel-box .find-hotel-form .close{
	float:right;
	color:#fff;
	text-decoration:underline;
	margin-top:7px;
}
.find-hotel-box .find-hotel-form .close:hover{
	text-decoration:none;
}
.find-hotel-box img{
	display:block;
	margin-bottom:11px;
}
#main .review-title{
	height:1%;
	padding:0 9px 13px 12px;
	background: url(../images/bg-questions-t.gif) repeat-x 0 100%;
	position:relative;
}
#main .review-title:after{
	content:"";
	display:block;
	clear:both;
}
#main .review-title h2{
	float:left;
}
#main .review-title .slide-block{
	float:right;
	background: url(../images/bg-slide-box03.gif) no-repeat 0 100%;
	padding:15px 0 5px;
	width:350px;
	overflow:hidden;
	position:absolute;
	right:0;
	top:0;
}
#main .review-title .slide-block .title{
	background: url(../images/bg-slide-title.gif) no-repeat;
	width:350px;
	padding:5px 0 0 21px;
	overflow:hidden;
}
#main .review-title .slide-block .open-close{
	font-size:14px;
	color:#076324;
	text-decoration:none;
	background: url(../images/ico-plus.gif) no-repeat 100% 50%;
	padding-right:35px;
}
#main .review-title .active .open-close{
	background: url(../images/ico-minus.gif) no-repeat 100% 50%;
}
#main .review-title .slide-block .block div{
	padding:14px 23px 10px 21px;
	border:solid #6eb43f;
	border-width:0 1px;
	background:#fff;
	width:304px;
}
.review-title .slide-block .block p{
	margin:0 0 14px;
	font-size:11px;
}
.review-title .slide-block .block a{
	text-decoration:underline;
	color:#076324;
}
.review-title .slide-block .block a:hover{
	text-decoration:none;
}
.review-c{
	padding:18px 0 33px 11px;
	border-top:1px solid #6eb43f;
}
.review-type{
	padding:9px 0 3px 6px;
}
.review-c .review-c-form{
	border-bottom:1px solid #6eb43f;
	padding-bottom:27px;
}
.review-type .review-c-form{
	border-bottom:0;
	padding-bottom:0;
}
.review-c .review-c-form .fields{
	color:#ed1c24;
	font-size:11px;
	display:block;
	padding-bottom:12px;
}
.review-c .review-c-form .row{
	width:100%;
	overflow:hidden;
}
.review-type .review-c-form .row{
	padding-bottom:18px;
}
.review-c .review-c-form .marked{
	font-size:14px;
	color:#ed1c24;
	width:9px;
	float:left;
	padding-top:3px;
}
.review-c .review-c-form label{
	font-size:16px;
	color:#076324;
	font-weight:bold;
	float:left;
	padding-right:18px;
	line-height:20px;
}
/*42CONNECT*/
.review-c .review-c-form label.error{
	color: #E25F53;
	font-size: 12px;
	font-weight: 400;
	line-height: 12px;
	margin-top: 10px;
	padding: 0;
	padding-left: 20px;
}
.review-c .review-c-form label a{
	text-decoration:underline;
	color:#076324;
}
.review-c .review-c-form label a:hover{
	text-decoration:none;
}
.review-c .review-c-form .choice{
	list-style:none;
	margin:0;
	padding:5px 0 30px 2px;
	float:left;
}
.review-type .review-c-form .choice{
	padding:5px 0 0 2px;
}
.review-c .review-c-form .choice label{
	font-size:12px;
	color:#000;
	font-weight:normal;
	padding:0 22px 0 8px;
	line-height:14px;
}
.review-type .review-c-form .choice label{
	padding:0 31px 0 8px;
}
.review-c .review-c-form .choice label{
	font-size:12px;
	color:#000;
	font-weight:normal;
	padding:0 22px 0 8px;
	line-height:14px;
}
/*42CONNECT*/
.review-type .review-c-form .choice label.error{
	color: #E25F53;
	margin-top: 0;
	padding: 0;
	padding-left: 20px;
}
.review-c .review-c-form .choice li{
	float:left;
}
.review-c .review-c-form .best{
	color:#666;
	font-size:11px;
	font-weight:normal;
}
.review-c .review-c-form .choice .radio,
.review-c .review-c-form .lee-box .radio{
	float:left;
	padding:0;
	margin:0;
	width:15px;
	height:16px;
}
.review-c .review-c-form .enter{
	padding-bottom:19px;
}
.review-c .review-c-form .enter label{
	float:none;
	display:block;
	padding-bottom:6px;
}
.review-c .review-c-form .enter span{
	background: url(../images/bg-input06.gif) no-repeat;
	float:left;
}
.review-c .review-c-form .enter .text{
	float:left;
	border:0;
	background:none;
	padding:11px 5px 10px;
	margin-right:11px;
	display:inline;
	width:321px;
}
.review-c .review-c-form .enter .image{
	float:left;
}
.review-c .review-c-form .lee-box{
	width:322px;
	height:117px;
	border:1px solid #d6d6d6;
	overflow:auto;
	padding:14px 0 0 9px;
	margin-bottom:17px;
	
	/*42CONNECT*/
	width: 500px;
}
.review-c .review-c-form .lee-box ul{
	list-style:none;
	margin:0;
	padding:0;
}
.review-c .review-c-form .lee-box ul li{
	width:300px;
	overflow:hidden;
	margin-bottom:11px;
	
	/*42CONNECT*/
	width: 480px;
}
.review-c .review-c-form .lee-box label{
	font-weight:normal;
	font-size:12px;
	color:#000;
	padding-left:11px;
	
	/*42CONNECT*/
	cursor: pointer;
}
.review-c .review-c-form .lee-box input{margin-top:3px !important;}
.review-c .review-c-form .submit{
	cursor:pointer;
	border:0;
	background: url(../images/bg-submit07.gif) no-repeat;
	width: 145px;
	height: 38px;
}
.review-c .question-box{
	padding:19px 0 0;
}
.review-c .question-box h4{
	margin:0 0 8px;
	color:#076324;
	font-size:16px;
}
.review-c .question-box p{
	color:#666;
	margin:0;
}
.review-c .question-box p a{
	text-decoration:underline;
	color:#076324;
}
.review-c .question-box p a:hover{
	text-decoration:none;
}
.review-c .review-c-form .rating-choice-holder{
	width:1000px;
	overflow:hidden;
	margin-left:0;
}
.review-c .review-c-form .rating-choice{
	list-style:none;
	margin:-3px 90px 0 -60px;
	padding:0;
	float:left;
	width:300px;
	/*42CONNECT*/
	margin-top:0;
	margin-left:0;
}
.review-c .review-c-form .staff{margin-left:-130px;}
.review-c .review-c-form .rating-choice li{
	overflow:hidden;
	padding-bottom:20px;
}
.review-c .review-c-form .rating-choice strong{
	float:right;
	padding-right:6px;
}
.review-c .review-c-form .rating-choice a{
	float:right;
	font-size:10px;
	color:#666;
	margin-top:2px;
	/*42CONNECT*/
	margin-top:0;
}
.review-c .review-c-form .label-type{
	font-size:14px;
	padding-bottom:9px;
}
.review-c .review-c-form .rating-choice img{
	float:right;
	margin:3px 8px 0;
	display:inline;
}
.review-c .review-c-form .start-date,
.review-c .review-c-form .primary{
	float:left;
	padding-bottom:10px;
}
.review-c .review-c-form .start-date select{
	width:99px;
	float:left;
	color:#666;
	margin-right:10px;
	display:inline;
}
.review-c .review-c-form .primary select{
	float:left;
	color:#666;
	width:204px;
}
.review-type .review-c-form .line{
	border-top:1px solid #6eb43f;
	height:0;
	overflow:hidden;
	margin:4px 0 23px -10px;
}
.review-type .review-c-form .title-name{
	padding-bottom:31px;
}
.review-type .review-c-form .title-name span{
	background: url(../images/bg-input07.gif) no-repeat 7px 0;
	width:100%;
	float:left;
	overflow:hidden;
	margin:2px 0 0;
}
.review-type .review-c-form .title-name .marked{
	width:9px;
	background:none;
}
.review-type .review-c-form .title-name .text{
	border:0;
	width:629px;
	padding:10px 10px 11px 13px;
	margin-left:7px;
	display:inline;
	float:left;
	background:none;
	color:#666;
}
.review-type .review-c-form .review-text{
	width:629px;
	height:109px;
	padding:10px 10px 11px 13px;
	margin:7px 0 0 7px;
	display:inline;
	float:left;
	border:1px solid #ccc;
	background:none;
	color:#666;
	overflow:auto;
}
.review-type .review-c-form .recommend{
	padding:31px 0 34px;
}
.review-type .review-c-form .recommend label{
	line-height:23px;
}
.review-type .review-c-form .recommend .choice label{
	line-height:13px;
	padding-right:44px;
}
.review-type .review-c-form .choice img{
	position:relative;
	float:left;
	margin:-10px 8px 0 -6px;
}
.review-type .review-c-form .checkbox{
	float:left;
	width:15px;
	height:14px;
	margin:3px 9px 0 10px;
	padding:0;
}
.review-type .review-c-form .submit{
	background: url(../images/bg-submit08.gif) no-repeat;
	width: 185px;
	height: 38px;
	margin-left:9px;
}
.review-type .review-c-form .label-type02{
	padding-bottom:20px;
}
.insert-box{
	background:#deeaf3;
	height:1%;
	overflow:hidden;
	padding:7px 20px 6px 10px;
	margin-bottom:1px;
}
.insert-box .visual{
	border:1px solid #6eb43f;
	float:left;
	margin-right:15px;
	display:inline;
}
.insert-box .visual img{
	display:block;
}
.insert-box .text-box{
	float:left;
}
#main .insert-box .text-box h4{
	margin:0;
	font-size:18px;
	color:#076324;
	font-weight:normal;
}
.insert-box .text-box address{
	font-style:normal;
	margin-bottom:17px;
}
.insert-box .text-box .facility{
	color:#076324;
	text-decoration:underline;
}
.insert-box .text-box .facility:hover{
	text-decoration:none;
}
/* sidebar */
#sidebar{
	width:311px;
	float:right;
}
.inner02 #sidebar{
	width:306px;
}
.physicians-search{
	position:relative;
	width:100%;
	overflow:hidden;
	margin-bottom:12px;
}
.physicians-search .slide-block{
	margin:0;
	width:311px;
	min-height:75px;
	background: url(../images/bg-slide-box01.gif) no-repeat 0 100%;
}
* html .physicians-search .slide-block{
	height:75px;
}
.physicians-search .slide-block .title{
	overflow:hidden;
	height:46px;
	background: url(../images/bg-title01.gif) no-repeat;
	padding:14px 10px 0 20px;
	line-height:30px;
}		
.physicians-search .active .title {background: url(../images/bg-title02.gif) no-repeat;}
.physicians-search .slide-block a.open-close{
	float:left;
	color:#076324;
	padding:7px 0 11px 45px;
	font-size:18px;
	text-decoration:none;
	background: url(../images/bg-phisician-search.png) no-repeat;
}
.physicians-search .slide-block .title span{
	float:left;
	font-size:18px;
	color:#076324;
	padding:7px 0 0 3px;
}
.physicians-search .slide-block .block{
	background: url(../images/bg-slide-box02.gif) no-repeat;
	height:222px;
}
.physicians-search .slide-block .block div{
	width:283px;
	padding:10px 10px 0 18px;
	overflow:hidden;
}
.physicians-search .beta{
	position:absolute;
	right:2px;
	top:2px;
}
.physicians-search .beta a{
	display:block;
	background: url(../images/bg-beta.png) no-repeat;
	width: 74px;
	height: 55px;
	text-indent:-9999px;
	overflow:hidden;
	cursor:pointer;
}
.physicians-search .search-form label{
	display:block;
	font-size:14px;
	padding-bottom:3px;
}
.physicians-search .search-form label em{
	font-size:10px;
	font-style:normal;
}
.physicians-search .search-form label em,
.physicians-search .search-form label span{
	color:#666;
	padding-left:3px;
}
.physicians-search .search-form label span{
	font-size:11px;
}
.physicians-search .search-form .submit{
	float:left;
	cursor:pointer;
	border:0;
	background: url(../images/bg-submit.gif) no-repeat;
	width:147px;
	height:38px;
}
.physicians-search .search-form select{
	width:277px;
	margin-bottom:15px;
}
.physicians-search .block .search-form .wrap{
	padding:0;
	width:auto;
}
.physicians-search .search-form .cancel{
	float:left;
	text-decoration:underline;
	color:#666;
	margin:12px 0 0 17px;
}
.physicians-search .search-form .cancel:hover{
	text-decoration:none;
}
.newsletter-box-c{
	background: url(../images/bg-newsletter-box-c.gif) repeat-y;
}
.newsletter-box-t{
	background: url(../images/bg-newsletter-box.gif) no-repeat;
}
.newsletter-box{
	background: url(../images/bg-newsletter-box-b.gif) no-repeat 0 100%;
	width:271px;
	padding:23px 16px 17px 24px;
}
.newsletter-box h3{
	margin:0 0 7px;
	font-size:19px;
	line-height:23px;
	color:#076324;
	font-weight:normal;
}
.newsletter-box p{
	margin:0 0 8px;
}
.newsletter-box .mail-form .row{
	width:100%;
	overflow:hidden;
	margin-bottom:14px;
}
.newsletter-box .mail-form .text,
.free-newsletter-b form .text{
	float:left;
	border:1px solid #ccc;
	width:248px;
	padding:4px 8px 5px;
	color:#395326;
}
.newsletter-box .mail-form .submit,
.free-newsletter-b form .submit{
	border:0;
	background: url(../images/bg-submit02.gif) no-repeat;
	width: 77px;
	height: 27px;
	cursor:pointer;
}
#sidebar .top-box{
	width:273px;
	background: url(../images/bg-top-box.gif) no-repeat;
	padding:15px 10px 10px 23px;
	margin:0 0 10px 0;
}
#sidebar .top-box h3{
	margin:0 0 19px;
	color:#fff;
	font-size:14px;
}
#sidebar .top-box .top-list{
	list-style:none;
	margin:0 0 16px;
	padding:0;
}
#sidebar .top-box .top-list li{
	height:1%;
	overflow:hidden;
	margin-bottom:8px;
}
#sidebar .top-box .top-list span{
	float:left;
	color:#395326;
	width:15px;
	text-align:right;
	padding-right:4px;
}
#sidebar .top-box .top-list a{
	color:#395326;
}
#sidebar .top-box .based{
	font-size:10px;
	color:#ccc;
}
#sidebar .resources{
	background: url(../images/bg-resources-c.gif) repeat-y;
	margin:10px 0 3px;
	height:1%;
}
#sidebar .resources .holder{
	background: url(../images/bg-resources-t.gif) no-repeat;
}
#sidebar .resources .frame{
	background: url(../images/bg-resources-b.gif) no-repeat 0 100%;
	min-height:196px;
	padding:29px 20px 11px 24px
}
* html #sidebar .resources .frame{
	height:196px;
}
#sidebar .resources h3{
	margin:0 0 5px;
	font-size:14px;
}
#sidebar .resources .resources-list{
	list-style:none;
	margin:0 0 19px;
	padding:0;
	width:100%;
	overflow:hidden;
}
.resources .resources-list li{
	margin-bottom:5px;
}
.resources .resources-list li .mark{
	color:#395326;
}
.resources .resources-list a{
	text-decoration:underline;
}
.resources .resources-list a:hover,
.resources .resources-list .active a{
	text-decoration:none;
	font-weight:bold;
	color:#076324;
}
#sidebar .resources strong{
	display:block;
	color:#076324;
	margin-bottom:5px;
}
#sidebar .newsletter{
	background:url(../images/bg-newsletter-c.gif) repeat-y;
	width: 304px;
	margin:0 0 10px 0;
}
#sidebar .newsletter .holder{
	background:url(../images/bg-newsletter-t.gif) no-repeat;
}
#sidebar .newsletter .frame{
	background:url(../images/bg-newsletter-b.gif) no-repeat 0 100%;
	overflow:hidden;
	height:1%;
	padding:14px 7px 14px 17px;
}
#sidebar .newsletter h3{
	margin:0 0 14px 4px;
	color:#fff;
	font-size:14px;
}
#sidebar .newsletter p{
	color:#395326;
	margin:0 0 8px;
	line-height:18px;
}
#sidebar .newsletter .text{
	float:left;
	width:178px;
	border:1px solid #ccc;
	color:#395326;
	padding:4px 5px 5px;
	margin-right:5px;
	display:inline;
}
#sidebar .newsletter .submit{
	background: url(../images/bg-submit06.gif) no-repeat;
	width: 77px;
	height: 27px;
	cursor:pointer;
	border:0;
}
#sidebar .ad-box{
	margin:0 0 10px 3px;
}
#sidebar .ad-box img{
	display:block;
}
.search-map-c{
	background: url(../images/search-map-c.gif) repeat-y;
}
.search-map-t{
	background: url(../images/search-map-t.gif) no-repeat;
}
.search-map-b{
	background: url(../images/search-map-b.gif) no-repeat 0 100%;
	min-height:246px;
	padding:14px 15px 10px 16px;
	margin:-6px 0 15px;
	overflow:hidden;
}
* html .search-map-b{
	height:246px;
	overflow:visible;
}
.search-map-b .search-map-form{
	margin-bottom:10px;
}
.search-map-b .search-map-form .row{
	width:100%;
	overflow:hidden;
}
.search-map-b .search-map-form span{
	background: url(../images/bg-input05.gif) no-repeat 0 1px;
	float:left;
	padding-top:1px;
}
.search-map-b .search-map-form .text{
	float:left;
	width:195px;
	padding:7px 10px 7px 17px;
	margin-right:7px;
	display:inline;
	border:0;
	background:none;
	color:#666;
}
.search-map-b .search-map-form .submit{
	background: url(../images/btn-search.gif) no-repeat;
	width: 42px;
	height: 31px;
	float:left;
	cursor:pointer;
	border:0;
}
.search-map-b img{
	display:block;
	margin-bottom:5px;
}
.search-map-b .link-search{
	color:#fff;
	font-size:11px;
}
/* footer */
#footer{
	width:957px;
	padding:23px 0 20px 3px;
	overflow:hidden;
	border-top:6px solid #076324;
	color:#395326;
}
#footer .about-box{
	float:left;
	width:260px;
}
#footer .about-box h4{
	margin:0;
	font-size:12px;
}
#footer .about-box p{
	margin:0;
	line-height:14px;
}
#footer .holder{
	float:left;
	margin-left:60px;
	display:inline;
}
#footer .holder ul{
	list-style:none;
	margin:0;
	padding:0 0 3px;
	width: 635px;/*Logsdon*/
}
#footer .holder ul li{
	display:inline;
	background: url(../images/separator02.gif) no-repeat 0 50%;
	padding:0 4px 0 7px;
}
#footer .holder ul li:first-child{
	background:none;
	padding-left:0;
}
#footer .holder ul a{
	color:#395326;
	text-decoration: underline;
}
#footer .holder ul a:hover{
	color:#395326;
	text-decoration:none;
}
#footer .holder p{
	margin:30px 0 5px;
}

/* 42CONNECT */
.hide {
	display: none;
}
.fb_hide {
	visibility: hidden;
}

span.search_results_map_marker {
	background: transparent url('../images/icon_marker_blue.png') no-repeat 0 0;
	color: #FFFFFF;
	display: inline-block;
	float: left;
	font: 700 11px Arial, Helvetica, sans-serif;
	height: 32px;
	line-height: 21px;
	overflow: hidden;
	text-align: center;
	width: 21px;
}

.flashnotice_container {
	margin: 10px 0;
	padding: 10px 0;
}
.flashnotice_error {
	background: transparent url('../images/icons/exclamation.png') no-repeat scroll 0 -1px;
	color: #E25F53;
	padding-left: 21px;
}
.flashnotice_success {
	background: transparent url('../images/icons/accept.png') no-repeat scroll 0 -1px;
	color: #478847;
	padding-left: 21px;
}

.review_bar_container {
	background: #FFFFFF;
	border: 1px solid #7BBA51;
	float: left;
	height: 10px;
	margin-right: 6px;
	overflow: hidden;
	width: 100px;
}
.review_bar_container span {
	background: transparent url('../images/bg_review_bar.png') repeat-x 0 0;
	height: 10px; 
}

.survey-tabs .tab-content .history-links li {
	overflow: visible;
}
.survey-tabs .history-links tbody td span.tooltip,
.inline_tooltip,
.tooltip {
	background: url('../images/icons/help.png') no-repeat 100% 0;
	cursor: default;
	display: inline-block;
	font-size: 12px;
	font-weight: 400;
	height: 16px;
	line-height: 16px;
	margin: 0;
	padding: 0;
	padding-left: 10px;
	width: 16px;
}
.inline_tooltip {
	width: auto;
	padding-left: 0;
	padding-right: 20px;
	vertical-align: middle;
}

.italics {
	font-style: italic;
}

#screen_name_availability_button,
#username_availability_button {
	margin-bottom: 7px;
	margin-top: 3px;
	padding-top: 0px;
}

.questions-box .block a {
	color: #076324;
	text-decoration: underline;
}
.questions-box .block {
	display: none;
}
.questions-box li {
	cursor: pointer;
}
.questions-box li li {
	cursor: default;
}

/* My AdvisorMed Dropdown */
/* CSS Dropdown Submenu, also has IE-commented styles
------------------------------------------------ */
#header .top-nav li.headlink,
li.headlink {
	/*float: none;*/
	position: relative;
	z-index: 2;
}
	
/* Child lists and links */
#header .top-nav li.headlink ul,
li.headlink ul { 
	position: absolute;
	z-index: 100;
	top: 100%;
	left: 12px;
	float: none;
	display: none;
	width: 100px;
	padding: 8px 0;
	text-align: left;
	list-style: none;
	background: transparent url('../images/bg-drop-c.png') repeat scroll 0 0;
}

#header .top-nav li.headlink:hover ul,
li.headlink:hover ul {
	display: block;
}
	#header .top-nav li.headlink ul li,
	li.headlink ul li {
		float: none;
	} 
	#header .top-nav li.headlink:hover ul li,
	li.headlink:hover ul li { 
		display: block;
		margin: 0;
		padding: 0;
	}
		#header .top-nav li.headlink:hover ul li a,
		li.headlink ul li a { 
			display: block;
			float: none;
			height: 17px;
			padding: 4px 8px;
			color: #FFFFFF;
			font-weight: 400;
		}
		#header .top-nav li.headlink:hover ul li.active a,
		#header .top-nav li.headlink:hover ul li.active a:hover,
		li.headlink ul li.active a, 
		li.headlink ul li.active a:hover { 
			font-weight: 700;
		}
		#header .top-nav li.headlink ul li a:hover,
		li.headlink ul li a:hover { 
			text-align: left;
			padding: 4px 8px;
			color: #076324;
			font-weight: 400;
			text-decoration: none;
		}
