@charset "utf-8";
/* CSS Document */

/* CSS RESET */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	background: transparent;
}
ol, ul {
	list-style: none;
}

table[id*="COCInformation"] 
{
  
  border-spacing: 0;
  padding: 0.5em;
}
 table[id*="COCInformation"] th{
  
  border: 1px solid #000;
  border-spacing: 0;
  padding: 0.5em;
}
 table[id*="COCInformation"] td{
 
  border: 1px solid #000;
  border-spacing: 0;
  padding: 0.5em;
}
 

/* END CSS RESET */

/* Main Stles */
body{
	font-family:Arial, sans-serif;
	text-align:center;
}

#wrapper {
	text-align:left;
    display: block;
    margin: 0 auto;
    overflow: hidden;
    width: 941px;
}

p{
	color:#777777;
	font-size:13px;
	line-height:18px;
}

a{
	text-decoration:none;
	color:#004a80;
	font-weight:bold;
}


a:hover{
	text-decoration:underline;
}

a.more{
	background:url('/Assets/Images/mcd_ico-more.jpg') no-repeat right center;
	padding-right:20px;
}
a.arrow{
	background:url('/Assets/Images/mcd_ico-arrow.jpg') no-repeat right center;
	padding-right:20px;
	font-size:11px;
}



#header{
	display:block;
	overflow:hidden;
	width:960px;
}

#content{
	float:right;
	width:760px;
	background-color:#F9F5DD;
	min-height: 550px;
	position: relative;
}

#top-intro{
	display:block;
	overflow:hidden;
	width:100%;
}


#top-intro #font-switcher{
	float:right;
	margin-top:10px;
	margin-right:10px;
}
#top-intro #breadcrumbs{
	float:left;
	margin-top:20px;
	margin-left:20px;
}
#top-intro #breadcrumbs li{
	display:inline;
	font-size:12px;
	color:#42494c;
}
#top-intro #breadcrumbs li a{
	color:#44add7;
	font-weight:normal;
}

#footer{
	height:100px;
	background-color:White;
	position: relative;
	bottom: 0px;
	/*margin-left: 425px;*/
	left: 100px;
	margin:auto;
	width: 760px;
}
#page-title-container{
	display:block;
	margin-top:25px;
	overflow:hidden;
	width:100%;
	
}
.page-title{
	font-size:30px;
	font-weight:normal;
	color:#363636;
	margin-left:20px;

	float:left;
}

.page-intro-full{
	color: #363636;
  font-size: 15px;
  margin-left: 20px;
  margin-top: 10px;
  width: 680px;
  padding-bottom: 23px;
}
#middle-content{
	width:670px;
	background-color:#ffffff;
	padding-left:20px;
	padding-top:10px;
	padding-bottom: 20px;
	display:block;
	overflow:hidden;
	margin: 10px auto 0;
}

.print {
    background: url("/Assets/Images/mcd_ico-print.jpg") no-repeat scroll left center transparent;
    float: right;
    font-size: 12px;
    font-weight: normal;
    margin-right: 48px;
    margin-top: 49px;
    padding-left: 20px;
}

.red{
	color:#ff0000;
}

.break{
	display:block;
}

.fourteen{
	font-size:14px;
}

.italic{font-style:italic; margin-left:0px !important;}
.bold{font-weight:bold !important;}
.form-grad{
	background: -moz-linear-gradient(top, #ebebeb 0%, #ffffff 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ebebeb), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ebebeb 0%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ebebeb 0%,#ffffff 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #ebebeb 0%,#ffffff 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#EBEBEB', endColorstr='#FFFFFF',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #ebebeb 0%,#ffffff 100%); /* W3C */
	
	height:27px;
	border:solid 1px #b5b5b5;
}

/*sup {
  font-size: 40%;
  position: relative;
  top: 8px;
}*/

#intro{
	padding-left:20px;
}

.hide{
	display:none;
}
/*Nav*/
#nav{
	float:left;
	width:180px;
	
}

#nav #nav-bg{
	display:block;
	position:relative;
	top:-1px;
}
#nav ul{
	display:block;
	background-color:#5c9dcc;
	font-size:17px;
}

#nav li{
	padding-left:20px;
	/*padding-top:18px;
	padding-bottom:13px;*/
	clear:both;
	line-height:50px;
}

#nav a{
	color:#ffffff;
	font-weight:normal;
}

#nav ul li.selected{
	background-color:#004a80;
}

#nav .logout{
	color:#004a80;
	text-decoration:underline;
	font-weight:bold;
	margin-left:100px;
	font-size:14px;
}

#nav #care-scout {
  margin-left: 20px;
  margin-top: 85px;
}

#nav #sub-nav{
	float:left;
	width:180px;
}
#nav #sub-nav li{
	padding-top:7px;
	padding-bottom:7px;
	color:#ffffff;
	border-bottom:solid 1px #7cafd2;
	font-size:11px;
	line-height:12px;

}
#nav #sub-nav li a{
	font-weight:bold;
}

#nav #sub-nav li.sub-selected a{
	color:#004a80;
}

#nav #nav-search {
  border: 1px solid #D0D0D0;
  display: block;
  overflow: hidden;
  width: 166px;
  margin-top:20px;
}
#nav #nav-search input{
	border:none;
	float:left;
	height:25px;
	width:142px;
}

#nav #nav-search #nav-search-submit {
  background: url("/Assets/Images/mcd_btn-nav-search.jpg") no-repeat scroll 0 0 transparent;
  height: 25px;
  width: 24px;
  cursor:pointer;
}
/*background images for wrapper*/
#home #content {
  background: url("/Assets/Images/mcd_bg-home.jpg") no-repeat scroll 0 0 #FFFDF2;
}
#learn #content {
  background: url("/Assets/Images/mcd_bg-learn.jpg") no-repeat scroll 0 0 #FFFDF2;
}
#find-care #content {
  background: url("/Assets/Images/mcd_bg-find-care.jpg") no-repeat scroll 0 0 #FFFDF2;
}

/*home content*/
#home #intro{
	display:block;
	overflow:hidden;
	margin-top:8px;
}
#home #intro h1{
	line-height:20px;
	margin-left:16px;
	margin-top:20px;
	height:63px;
}
#home #intro #welcome-to {
  display: block;
  font-size: 14px;
  font-weight: bold;
  left: 20px;
  letter-spacing: 5px;
  position: relative;
  top: 26px;
  padding-bottom:15px;
}

#home #intro h1 #elder{
	font-weight:normal;
	font-size:30px;
	color:#004a80;
}
#home #intro h1 #answers{
	display:inline;
	font-size:30px;
	font-weight:normal;
}

#home #intro p{
	width:363px;
	margin-left:20px;
	font-size:15px;
	color:#363636;
}

#home #find-care{
	width:648px;
	height: 90px;
	margin-top:50px;
	background-color:#ffffff;
	border:solid 1px #ebebeb;
	padding-left:15px;
	padding-right:15px;
	padding-top:20px;
	padding-bottom:20px;	
	margin-left:40px;
}

#home #find-care h2{
	font-weight:normal;
	border-bottom:solid 1px #eaaf0e;
	padding-bottom:2px;
	height: 32px;
}

#home #find-care div{
	width:648px;
	margin-top:20px;
	display:block;
	overflow:hidden;
	width:680px;
}

#home #find-care .provider{
	float:left;
	width:240px;
	padding-top:2px;
	font-size:15px;

}
#home #find-care .zip {
  float: left;
  margin-left: 15px;
  width: 140px;
  padding-left:5px;
  box-sizing: border-box;
}

#home #find-care .submit{
	background:url('/Assets/Images/mcd_btn-search.jpg') no-repeat;
	border:none;
	width:89px;
	height:27px;
	cursor:pointer;
	margin-left:20px;
	float:left;
}

#home #find-care a{
	float:left;
	margin-left:35px;
	margin-top:5px;
}

#home #main-content{
	display:block;
	overflow:hidden;
	width:713px;
	margin-left:40px;
	margin-top:40px;
}

#home #main-content #left{
	float:left;
	width:316px;
	border-right:1px solid #cccccc;
	padding-right:27px;
}

#home #main-content #left h3{
	border-bottom: solid 1px #EAAF0E;
	padding-bottom:5px;
	font-size:17px;
	margin-bottom:15px;
	width:320px;
}

#home #main-content #left p{
	margin-bottom:30px;
}
#home #main-content #right{
	float:left;
	margin-left:27px;
	width:316px;
}

#home #main-content #right div{
	border-bottom:dotted 1px #cccac2;
	padding-bottom:15px;
	margin-bottom:21px;
	display:block;
	overflow:hidden;
	width:100%;
}
#home #main-content #right h4{
	font-size:17px;
	color:#cc6100;
	font-weight:normal;
	margin-bottom:10px;
}

#home #main-content #right p{
	margin-bottom:5px;
}

#home #main-content #right img{
	float:left;
	padding-right:18px;
	margin-top:6px;
}

#home #main-content #right ul{
	float:right;
	width:198px;
}

#home #main-content #right ul li p{
	width:198px;
}

#home #main-content #right ul.left-links{
	float:none;
}

/*Intro Page */

#learn #intro p{
	margin-top:10px;
	width:439px;
	margin-left:20px;
	font-size:15px;
	color:#363636;
}

#learn #middle-content{
	margin-left:40px;
	width:670px;
}


#learn #middle-content .full-section{
	display:block;
	overflow:hidden;
	width:640px;
	border-bottom:dotted 1px #cccac2;
	padding-bottom:20px;
	margin-bottom:12px;
	padding-top: 13px;
}

.header-link{
	font-size:17px;
	border-bottom:solid 1px #eaaf0e;
	padding-bottom:5px;
	margin-bottom:15px;
}
.float-container{
	display:block;
	overflow:hidden;
	width:100%;
}

#learn #middle-content .full-section p{
	float:left;
	width:282px;
	color:#787878;
	line-height:20px;
}
#learn #middle-content .full-section .half-links{
	float:left;
	margin-left:55px;
}
#learn #middle-content .full-section .third-links{
	float:left;
	margin-left:55px;
	width:140px;
}
#learn #middle-content .full-section li {
	font-size:12px;
	color:#0090cd;
	padding-bottom:10px;
}
#learn #middle-content .full-section li a{
	font-size:12px;
	color:#0090cd;
}

#learn #middle-content .full-section .learn-more{
	float:right;
	margin-top: 16px;
}

/*Information about caregivers */
#about-care #middle-content {
    width: 670px;
    margin: 10px auto 0;
}

#middle-content.learn-about-care {
    margin-top: 33px;
}

#about-care #middle-content #left{
	float:left;
	width:300px;
}

#about-care #middle-content .article{
	border-bottom:dotted 1px #cccac2;
	padding-bottom:20px;
	margin-bottom:30px;
}
#about-care #middle-content .article.last{
	border-bottom:none;
	padding-bottom:20px;
	margin-bottom:30px;
}

#about-care #middle-content #right {
  float: left;
  margin-left: 48px;
  width: 300px;
}

/*Article */
#article #middle-content {
    margin: 10px auto 0;
    width: 670px;
}
#article #middle-content #left{
	float:left;
	width:410px;
}

#article #print-container{
	display:block;
	overflow:hidden;
	width:100%;
}
#article #print-container .page-title{
	float:left;
	width:50%;
}

#article #middle-content #right {
  float: left;
  margin-left: 30px;
  width: 205px;
}

#article #middle-content #left #article-description{
	font-size:16px;
	color:#b5b5b5;
	line-height:24px;
	margin-top:10px;
	border-bottom:dotted 1px #cccac2;
	margin-bottom:30px;
	padding-bottom:30px;
	
}

#article .article-title{
	font-size:17px;
}

#article .article{
	margin-top:5px;
	line-height:25px;
}

#article .article-list{
	margin-top:20px;
	margin-left:30px;
	list-style-image:url('/Assets/Images/mcd_bg-bullet.jpg');
	font-size:14px;
	margin-bottom:20px;
}

#article .article-list li{
	color:#777777;
	padding: 5px 0;
}

#article h3{
	color:#cc6100;
	font-size:17px;
	font-weight:normal;
	margin-bottom:5px;
}

#article .links-list{
	margin-top:20px;
}

#article .links-list li{
	margin-bottom:20px;
}

#article .links-list a{
	color:#0090cd;
	font-size:12px;
}

/*Request a consultation */
#request-consult #middle-content {
	margin: 10px auto 0;
	width: 670px;
}

#request-consult #required-field-label{
	font-size: 11px;
	margin-top: 15px;
}


#request-consult #form{
	display:block;
	overflow:hidden;
	width:100%;
}

#request-consult #form .form-row {
  display: block;
  height: 42px;
  margin-bottom: 5px;
  overflow: hidden;
  position: relative;
  width: 100%;
}

#request-consult #form .form-row .label{
	float:left;
	width:190px;
	line-height:27px;
	font-size:14px;
	padding-top:15px;
}

#request-consult #form .form-row .fields{
	float:left;
	padding-top:15px;
	
}
#request-consult #form .form-row .text{
	float:left;
	margin-right:10px;
	width:180px;
	height:27px;
    box-sizing: border-box;
	
}

#request-consult #form .form-row .text.full-width{
	width:370px;
}

#request-consult #form .form-row .text#state,
#request-consult #form .form-row .text#cstate{
	width:50px;
}
#request-consult #form select.statelist{
    float: left;
margin-right: 10px;
height: 27px;
    width:50px;
    }
#request-consult #form .form-row .text#zip,
#request-consult #form .form-row .text#czip{
	width:120px;
}
#request-consult #form .zip{
    float: left;
margin-right: 10px;
height: 27px;
    width:120px;
    box-sizing: border-box;
}

#request-consult #form .form-row.gap{
	margin-top:40px;
}

#request-consult #form .form-row textarea.text{
	height:100px;
}
#request-consult #form .submit{
	background:url('/Assets/Images/mcd_btn-submit.jpg') no-repeat;
	cursor:pointer;
	width:80px;
	height:27px;
	border:none;
}

#request-consult #form .clear{
	color:#84b5d9;
	font-size:10px;
	font-weight:normal;
	text-decoration:underline;
	position:relative;
	top:3px;
	margin-left:10px;
	display:inline-block;
}

#fname-label{
	position:absolute;
	font-size:10px;
	float:left;
}
#request-consult #form .key-labels{
	position:absolute;
	font-size:10px;
	float:left;
	top:1px;
	left:190px;
}
#request-consult #form .new-section-labels{
	position:absolute;
	font-size:10px;
	float:left;
	top:0px;
	left:1px;
	font-size:14px;
	font-weight:bold;
}

#request-consult #form .key-labels .two-lables{
	width:189px;
	display:inline-block;
}
#request-consult #form .key-labels .three-lables {
  display: inline-block;
  width: 57px;
}

#request-consult #form .form-row#comment-row{
	height:130px;
}

/* Login */
#login #form{
	display:block;
	overflow:hidden;
	width:100%;
}

#login #form .form-row {
  display: block;
  margin-bottom: 5px;
  overflow: hidden;
  padding-bottom: 20px;
  position: relative;
  width: 100%;
}

#login #form .form-row .label{
	float:left;
	width:150px;
	line-height:27px;
	font-size:17px;
	padding-top:5px;
}

#login #form .form-row .fields{
	float:left;
	padding-top:5px;
	
}
#login #form .form-row .text{
	float:left;
	margin-right:10px;
	width:180px;
	height:27px;

	
}
.box{
    box-sizing: border-box;
}
#login #form .form-row .errormsg {
  color: #FF0000;
  display: block;
  font-size: 11px;
  left: 150px;
  position: absolute;
  top: 32px;
}

#login #form .submit{
	background:url('/Assets/Images/mcd_btn-login.jpg') no-repeat;
	cursor:pointer;
	height:27px;
	width:80px; 
	border:none;
	margin-top:15px;
}

#login #form #forgot-pwd{
	color:#84b5d9;
	font-size:10px;
	font-weight:normal;
	text-decoration:underline;
	position:relative;
	top:3px;
	display:block;
}

/* care evaluator */

#care-eval #content {
    margin-bottom: 40px;
    padding-bottom: 40px;
}

#care-eval .how-to{
	font-size:12px;
	color:#363636;
	padding-right: 20px;
}

#care-eval #form .step {
  border-top: 1px solid #D9D9D9;
  display: block;
  margin-top: 20px;
  overflow: hidden;
  padding-top: 15px;
  width: 663px;
}

#care-eval #form .step .step-number{
	float:left;
	width:20px;
	font-weight:normal;
	color:#9d9d9d;
	font-size:14px;
}

#care-eval #form .step .step-title{
	font-weight:bold;
	color:#003f77;
	font-size:14px;
	margin-left:2px;
	margin-bottom:5px;
}
#care-eval #form .step .options{
	float:right;
	width:640px;
}
#care-eval #form .step .options .option{
	display:block;
	overflow:hidden;
	width:100%;
	font-size:12px;
}
#care-eval #form .step .options .option p{
	display:inline;
	color:#000;
	line-height:20px;
}

#care-eval #form #submit {
  background: url("/Assets/Images/mcd_btn-calculate.jpg") no-repeat scroll 0 0 transparent;
  border: medium none;
  cursor: pointer;
  height: 27px;
  margin-left: 27px;
  margin-top: 20px;
  width: 185px;
  margin-bottom:20px;
}

#care-eval #results {

    display: block;
    margin-left: 40px;
    margin-top: 30px;
    overflow: hidden;
    padding-top: 10px;
    width: 680px;
}

#care-eval #results #analysis{
	color:#004a80;
	margin-left:20px;
}

#care-eval #results .boxes{
	border:solid 1px #d9d9d9;
	display:block;
	overflow:hidden;
	width:677px;
	margin-top:20px;
	background-color:#fff;
}

#care-eval #results .boxes .box{
	width:225px;
	float:left;
	padding-bottom:20px;
	border-right:solid 1px #d9d9d9;
	height:222px
}
#care-eval #results .boxes .box.last{
	border-right:none;
}
#care-eval #results .boxes .box.final-result{
	background-color:#e5edf2;
    margin-top: 0;
}

#care-eval #results .boxes .box h4 {
  border-bottom: 1px solid #D9D9D9;
  color: #004080;
  font-size: 14px;
  padding: 10px 10px 10px 20px;
}
#care-eval #results .boxes .box.final-result h4 {
  color: #fff;
  background-color:#004a80;
}

#care-eval #results .boxes .box .score{
	font-size:18px;
	margin-left:15px;
}
#care-eval #results .boxes .box h5{
	font-size:14px;
	color:#777;
	margin-left:20px;
	margin-top:10px;
}
#care-eval #results .boxes .box p{
	font-size:11px;
	line-height:15px;
	margin-top:10px;
	margin-left:20px;
	width:183px;
}

#care-eval #results #search-in-area{
	color:#cc6100;
	font-size:17px;
	margin-top:20px;
	margin-bottom:10px;
}

#care-eval #results a.more{
	font-size:14px;
}


/*Find Care*/
#find-care #tab-wrapper{

  display: block;
  margin-left: 37px;
  margin-top: 30px;
  overflow: hidden;
  width: 680px;
}

#find-care #tab-wrapper #tabs{
	display:block;
	overflow:hidden;
	width:100%;
}

#find-care #tab-wrapper #tab-content-container{
	display:block;
	overflow:hidden;
	width:100%;
	background-color:#ffffff;
	padding-top:40px;
	padding-left:40px;
	padding-bottom:35px;
	border-left:solid 1px #ededec;
	border-right:solid 1px #ededec;
	border-bottom:solid 1px #ededec;
}

#find-care #tab-wrapper #tab-content-container #key{
	display:block;
	overflow:hidden;
	width:100%;
}

#find-care #tab-wrapper #tab-content-container .key-text{
	font-size:18px;
	display:block;
	margin-bottom:10px;
}

#find-care #tab-wrapper .tabs{
	height:37px;
	width:150px;
	border:solid 1px #ebebeb;
	float:left;
	background-color:#fff;
	padding-left:3px;
	padding-right:3px;
	padding-top:3px;
}

#find-care #tab-wrapper .tabs h3{
	display:block;
	height:27px;
	font-size:12px;
	font-weight:bold;
	color:#919191;
	text-align:center;
	padding-top:10px;
	cursor:pointer;
	height:27px;
	padding-bottom:7px;
	
	background: -moz-linear-gradient(top, #dbdbdb 0%, #ffffff 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ebebeb), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #dbdbdb 0%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #dbdbdb 0%,#ffffff 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #dbdbdb 0%,#ffffff 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dbdbdb', endColorstr='#FFFFFF',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #dbdbdb 0%,#ffffff 100%); /* W3C */
}

#find-care #tab-wrapper .tabs.tab-selected h3{
	background: -moz-linear-gradient(top, #d7dfe8 0%, #f2f2f3 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d7dfe8), color-stop(100%,#f2f2f3)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #d7dfe8 0%,#f2f2f3 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #d7dfe8 0%,#f2f2f3 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #d7dfe8 0%,#f2f2f3 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d7dfe8', endColorstr='#f2f2f3',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #d7dfe8 0%,#f2f2f3 100%); /* W3C */
	
	color:#004a80;
}





#find-care #tab-content-container #zip{
	float:left;
	width:173px;
}
#find-care #tab-content-container #or{
	float:left;
	margin-top:30px;
	margin-right:30px;
}
#find-care #tab-content-container #state{
	float:left;
	width:173px;
}

#find-care #tab-content-container #search-now {
  background: url("/Assets/Images/mcd_btn-search-now.jpg") no-repeat scroll 0 0 transparent;
  border: medium none;
  float: left;
  height: 27px;
  margin-top: 31px;
  width: 125px;
  cursor:pointer;
}

/*Facility Summary*/

#top-intro #breadcrumbs {
	text-transform: uppercase;
}

#facility-summary #intro {
	font-family:Arial, sans-serif;
}

#intro .title-list {
	font-weight: bold;
}

.page-intro-full a {
	font-size: 15px;
	color: #0090cd;
	font-weight: normal;
}

#page-content {
	margin-top: 37px;
	padding-left: 20px;
	overflow: hidden;
}

#facility-summary #page-content{
	overflow:visible;
}
#facility-summary #page-content {
	height: 217px;
}

#page-content #facility-summary {
	margin-left: 20px;
	float: left;
	display: block;
	width: 313px;
	background: #ffffff;
	margin-right: 40px;
}

#page-content #facility-summary h3 {
    font-size: 13px;
    color: white;
    background: #004A80;
    height: 35px;
    line-height: 35px;
    padding-left: 10px;
}

#facility-summary-list {
	overflow: hidden;
	font-size: 13px;
	padding: 15px 0 15px 0;
}

#facility-summary #facility-summary-list dt {
	float: left;
	display: block;
	width: 159px;
	margin-bottom: 3px;
	text-align: right;
	padding: 5px 0 5px 0;
}

#facility-summary #facility-summary-list dd {
	float: left;
	display: block;
	padding: 5px 0 5px 15px;
}

#facility-summary #facility-summary-list dd span {
	float: left;
}

#facility-summary #facility-summary-list a {
	text-indent: -9999999px;
	background: url(/Assets/Images/mcd_dt-quesmark.png) 0 0 no-repeat;	
	height: 16px;
	width: 16px;
	margin-left: 9px;
	float: left;
	cursor:pointer;
}

#page-content #facility-box-wrap {
	float: left;
	display: block;
	width: 300px;
	border: 1px solid #ededec;
	height: 160px;
	background: #ffffff;
}

#facility-box-wrap #facility-box {
	padding: 23px;
}

#page-content #facility-box h4 {
	font-size:14px;
	font-weight:bold;
	height: 17px;
	width: 196px;
	color:#cc6100;
}

#page-content #facility-box p {
	color: #000000;
}

#page-content #facility-box  a {
	font-weight: normal;
	color: #0090cd;
	display: block;
	margin-top: 10px;
	font-size: 13px;
}

#facility-overlays{
	position:relative;
}
#facility-overlays .overlay{
	padding:5px;
}
#facility-overlays .overlay .title{
	font-size:13px;
	font-weight:bold;
}
#facility-overlays .overlay .close-overlay{
	font-size:12px;
	position:relative;
	right:-160px;
}
#facility-overlays #performance {
  background-color: #fff;
  left: 206px;
  position: absolute;
  top: -85px;
  width: 200px;
  border:solid 1px #D0D0D0;
}
#facility-overlays #years {
  background-color: #FFFFFF;
  border: 1px solid #D0D0D0;
  left: 179px;
  position: absolute;
  top: -74px;
  width: 200px;
}
#facility-overlays #jcaho {
  background-color: #FFFFFF;
  border: 1px solid #D0D0D0;
  left: 202px;
  position: absolute;
  top: -56px;
  width: 200px;
}
#facility-overlays #historical {
  background-color: #FFFFFF;
  border: 1px solid #D0D0D0;
  left: 253px;
  position: absolute;
  top: -38px;
  width: 200px;
}
#facility-overlays #current {
  background-color: #FFFFFF;
  border: 1px solid #D0D0D0;
  left: 253px;
  position: absolute;
  top: -38px;
  width: 200px;
}


/*Post*/

#confirmation #page-content {
	height: 243px;
	width: 480px;
	margin-left: 20px;
	margin-top: 20px;
}

#confirmation #page-content h3 {
	font-size: 15px;
	margin-bottom: 28px;
}

#confirmation #page-content p {
	font-size: 13px;
	color: #000000;
	margin-bottom: 30px;
}

#confirmation #page-content p a {
	color: #0090cd;
	font-weight: normal;
}



/*Confirmation*/

#post-review #page-content {
  background-color: #FFFFFF;
  height: 500px;
  margin-left: 36px;
  margin-right: 29px;
  padding-right: 31px;
}

#post-review-summary {
	overflow: hidden;
	border-bottom: 1px solid #d9d9d9;
	display:block;
	width:100%;
	margin-top:10px;
}

#post-review-summary-list {
	float: left;
	border-right: 1px solid #d9d9d9;
}

#post-review #page-content #row-header {
  margin-bottom: 10px;
  padding-left: 288px;
}
#post-review #page-content #row-header div{
	display:block;
	overflow:hidden;
	width:width:334px;
}
#post-review #page-content #row-header div .rank {
  font-size: 13px;
  margin-left: 11px;
  margin-right: 42px;
}
#post-review #page-content #row-header #key{
	margin-right:20px;
	margin-top:4px;
}

#post-review #page-content #row-header #worst{
	float:left;
	font-size:12px;
}
#post-review #page-content #row-header #best{
	float:right;
	font-size:12px;
	margin-right:70px;
}

#post-review #page-content .result-row{
	display:block;
	overflow:hidden;
	width:100%;
}
#post-review #page-content .result-row.last{
	margin-bottom:20px;
}

#post-review #page-content .result-row .item {
  border-right: 1px solid #d9d9d9;
  float: left;
  font-size: 13px;
  height: 40px;
  margin-right: 20px;
  width: 250px;
}

#post-review #page-content .result-row .rating{
	float:right;
	font-size:13px;
}
#post-review #page-content .result-row .result-4{
	background-color:#b2ddf0;
	width:203px;
	height:20px;
	float:left;
}
#post-review #page-content .result-row .result-3{
	background-color:#b2ddf0;
	width:150px;
	height:20px;
	float:left;
}
#post-review #page-content .result-row .result-5{
	background-color:#b2ddf0;
	width:270px;
	height:20px;
	float:left;
}
#post-review #page-content .result-row .result-2{
	background-color:#b2ddf0;
	width:94px;
	height:20px;
	float:left;
}
#post-review #page-content .result-row .result-1{
	background-color:#b2ddf0;
	width:38px;
	height:20px;
	float:left;
}
#post-review #page-content .result-row .no-data{
	width:100px;
	font-style:italic;
	font-size:13px;
	float:left;
}

#post-review #page-content #post-review-summary-bottom{
	padding-top:15px;
	display:block;
	overflow:hidden;
	width:100%;
}
#submitted-review-summary {
	float: left;

}

#what-next-review-summary {
	float: right;
	
}

#post-review #submitted-review-summary h4 {
	margin-bottom:5px;
	height: 14px;
	width: 154px;
	font-size:13px;
}
#post-review #submitted-review-summary li {
	margin-bottom:3px;
	font-size:13px;
	
}

#post-review #what-next-review-summary h4 {
	height: 17px;
	width: 219px;
	font-size:13px;
	color:#cc6100;
}

#post-review #what-next-review-summary li a {
	font-size: 13px;
	color: #0090cd;
	font-weight: normal;
}


#community-post-review #page-title-container .location{
	font-size:13px;
	font-weight:bold;
	display:block;
	clear:both;
	margin-left:20px;
	padding-top:10px;
}
#community-post-review #page-title-container .address{
	font-size:13px;
	margin-left:20px;
}
#community-post-review #middle-content h3 {
  color: #003F77;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 4px;
  margin-left:4px;
}
#community-post-review #middle-content #relationship{
	display:block;
	overflow:hidden;
	width:619px;
	margin-left:20px;
	padding-bottom:10px;
	border-bottom:solid 1px #d9d9d9;
	margin-bottom:10px;
	margin-top:10px;
}
#community-post-review #map-directions{
	margin-left:20px;
}
#community-post-review #rating-form{
	display:block;
	padding-left:4px;
}
#community-post-review #map-directions a{
	color:#0090cd;
	font-weight:normal;
}
#community-post-review #middle-content input{
	margin-left:0px;
}
#community-post-review #middle-content .row{
	display:block;
	overflow:hidden;
	padding-bottom:4px;
	margin-bottom:7px;
	width:617px;
}
#community-post-review #middle-content span {
  color: #333333;
  font-size: 12px;
  line-height: 18px;
  vertical-align: top;
  margin-right:4px;
}
#community-post-review #middle-content select {
  height: 21px;
  margin-left: 26px;
  width: 100px;
}
#community-post-review #middle-content #othertext {
  height: 21px;
  margin-left: 26px;
  width: 250px;
}
#community-post-review #middle-content #rating{
	display:block;
	overflow:hidden;
	width:646x;
	margin-left:20px;
	padding-bottom:10px;
	margin-bottom:10px;
}
#community-post-review #middle-content #rating .row h3{
	float:left;
	padding-top:2px;
	margin-left:0px;
}
#community-post-review #middle-content #rating .row select{
	float:left;
	width:102px;
}
#community-post-review #middle-content #rating .row #select-month{
	margin-left:133px;
}
#community-post-review #middle-content #rating #ratings-selections{
	display:block;
	overflow:hidden;
	width:632px;
	border:solid 1px #d9d9d9;
}
#community-post-review #row-header {
  display: block;
  margin-bottom: 10px;
  margin-top: 40px;
  overflow: hidden;
  padding-left: 293px;
  width: 100%;
}
#community-post-review #row-header div{
	display:block;
	overflow:hidden;
	width:width:334px;
}
#community-post-review #row-header div .rank {
  font-size: 13px;
  margin-left: 11px;
  margin-right: 42px;
}
#community-post-review #row-header #key{
	margin-right:20px;
	margin-top:4px;
}

#community-post-review #row-header #worst{
	float:left;
	font-size:12px;
}
#community-post-review #row-header #best{
	float:left;
	font-size:12px;
	margin-left:205px;
}
#community-post-review #row-header #no-op {
  float: left;
  font-size: 12px;
  line-height: 14px;
  margin-left: 21px;
  text-align: center;
}


#community-post-review #ratings-selections .row {
  display: block;
  margin-left: 0;
  overflow: hidden;
  padding-bottom: 7px;
  padding-left: 20px;
  width: 100%;
  margin-bottom:0px;
}
#community-post-review #ratings-selections .row.blue-row{
	background-color:#b2ddf0;
}

#community-post-review #ratings-selections .row .item {
  float: left;
  font-size: 12px;
  padding-top: 7px;
  width: 241px;
}
#community-post-review #ratings-selections .row input {
  float: left;
  margin-left: 43px;
  margin-top: 8px;
}
#community-post-review #please-note {
  border-bottom: none;
  color: #000000;
  margin-bottom: 30px;
  margin-left: 20px;
  margin-top: 10px;
  padding-bottom: 25px;
  width: 597px;
}
#community-post-review #legal-reasons {
  color: #000000;
  margin-left: 20px;
  width: 500px;
  margin-bottom:20px;
}

#community-post-review #contact-info {
  display:block;
  overflow:hidden;
  width:100%;
  margin-left:20px;
}

#community-post-review #contact-info #display-only-title {
  display: block;
  margin-bottom: 7px;
}
#community-post-review #contact-info .row{
  margin-left:0px;
}
#community-post-review #contact-info .form-grad{
 height:21px;
}
#community-post-review #contact-info .first-name{
padding-left:16px;
}
#community-post-review #contact-info .city{
padding-left:16px;
margin-right:45px;
}
#community-post-review #contact-info .state {
  float: left;
  margin-right: 15px;
  padding-left: 15px;
}
#community-post-review #contact-info #state-dropdown{
	float:left;
	width:60px !important;
	
}
#community-post-review #contact-info #submit{
	background:url('/Assets/Images/mcd_btn-submit.jpg') no-repeat;
	cursor:pointer;
	width:80px;
	height:27px;
	border:none;
	margin-left:87px;
	margin-top:10px;
}



/*Search Results */
#search-results #page-title-container{
	margin-top:15px;
}
#search-results #search-bar-container {
  display: block;
  margin-top: 25px;
  overflow: hidden;
  padding-left: 20px;
  position: relative;
  width: 100%;
}
#search-results #search-bar-container input{
	width:375px;
	padding-right:18px;
	float:left;
}
#search-results #search-bar-container #search-page-submit {
  background: url("/Assets/Images/mcd_btn-search.jpg") no-repeat scroll 0 0 transparent;
  border: medium none;
  cursor: pointer;
  float: left;
  height: 27px;
  width: 89px;
}

#search-results #search-bar-container #close-search {
  left: 378px;
  position: absolute;
  top: 8px;
}

#search-results #results-for {
  border-bottom: 1px solid #EAAF0E;
  color: #363636;
  font-size: 18px;
  font-weight: normal;
  margin: 27px 44px 10px 20px;
  padding-bottom: 5px;
}
#search-results #display-number {
  margin-left:20px;
  margin-top:5px;
  font-size:11px;
}

#search-results #middle-content .result {
  display:block;
  overflow:hidden;
  width:100%;
}
#search-results #middle-content .result .article-title{
	text-decoration:none;
}

#search-results #middle-content .result p {
	margin-top: 8px;
    width: 600px;
    border-top: 1px solid #EAAF0E;
    padding-top: 5px;
}

#search-results #middle-content .result .link{
	color:#44ADD7;
	font-size:13px;
	font-weight:normal;
}
#search-results #middle-content{
	margin-left:40px;
	width:660px;
	
}
#search-results #middle-content .result{
	margin-top:20px;
}

#search-results #pagination {
  height: 40px;
  margin-bottom: 10px;
  margin-left: 192px;
  margin-top: 25px;
  position: relative;
  width: 263px;
}
#search-results #pagination ul li{
	display:inline;
	margin-left:5px;
	margin-right:5px;
}
#search-results #pagination ul li a{
	font-size:13px;
	color:#42494c;
	font-weight:normal;
}
#search-results #pagination #previous {
  color: #42494C;
  font-size: 13px;
  left: -35px;
  position: absolute;
}
#search-results #pagination #next {
  color: #42494C;
  font-size: 13px;
  left: 244px;
  position: absolute;
}


/*Cognitive impairment tool */
#impairment-tool #middle-content{
	margin-left:40px;
	width:660px;
}
#impairment-tool #middle-content #calculator-table {
  border: 1px solid #D9D9D9;
  display: block;
  float: left;
  overflow: hidden;
  width: 538px;
}
#impairment-tool #calculator-table .row{
	display:block;
	overflow:hidden;
	width:100%;
	font-size:12px;
}
#impairment-tool #calculator-table .row.odd{
	background-color:#B2DDF0;
}
#impairment-tool #calculator-table .header-row {
  background-color: #004A80;
  color: #FFFFFF;
  display: block;
  font-size: 13px;
  font-weight: bold;
  overflow: hidden;
  width: 100%;
}
#impairment-tool #calculator-table .col1{
	width:197px;
	float:left;
	font-weight:bold;
	padding:2px;
}
#impairment-tool #calculator-table .col1 .number{
	margin-right:5px;
}
#impairment-tool #calculator-table .col2{
	width:240px;
	border-right:solid 1px #fff;
	float:left;
	padding:2px;
	border-left:solid 1px #fff;
	padding-bottom:18px;
}
#impairment-tool #calculator-table .col3{
	width:83px;
	float:left;
	padding:2px;
}

#impairment-tool .print-me{
	float:left;
	border:solid 1px #d9d9d9;
	font-size:12px;
	font-weight:normal;
	width:100px;
	text-align:center;
	padding:4px;
	margin-left:10px;
	
}

#impairment-tool #compute-container{
	display:block;
	width:100%;
	margin-top:5px;
	margin-bottom:5px;
}
#impairment-tool #compute-score{
	margin-left:423px;
	margin-top:5px;
}

#impairment-tool #totals{
	display:block;
	margin-top:20px;
	font-size:13px;
	margin-left:40px;
}

#impairment-tool #totals #source{
	color:#000;
	margin-top:10px;
	margin-bottom:10px;
}

#impairment-tool .after-number{
	margin-left:15px;
	display:block;
}
/*Cognitive impairment tool - PRINT*/
#impairment-print #content {
  background-color: #fff;
  box-shadow: 0 0 0 0;
  float: none;
  width: 975px;
}
#impairment-print .page-intro-full {
	width:100%;
	
}
#impairment-print #top-intro #breadcrumbs {
  margin-left: 0px;
}
#impairment-print .page-title {
  margin-left:0px;
}
#impairment-print .page-intro-full {
  margin-left: 0px;
}
#impairment-print #intro {
  padding-left: 0px;
  width:860px;
}


#impairment-print #middle-content{
	margin-left:0px;
	width:745px;
	padding-left:0px;
}
#impairment-print #middle-content #calculator-table{
	float:left;
	width:730px;
	border:solid 1px #D9D9D9;
}
#impairment-print #calculator-table .row{
	display:block;
	overflow:hidden;
	width:100%;
	font-size:12px;
}
#impairment-print #calculator-table .row.odd{
	background-color:#B2DDF0;
}
#impairment-print #calculator-table .header-row{
	background-color:#004A80;
	font-weight:bold;
	color:#fff;
	font-size:13px;
	display:block;
	overflow:hidden;
}
#impairment-print #calculator-table .col1{
	width:197px;
	float:left;
	font-weight:bold;
	padding:2px;
}
#impairment-print #calculator-table .col1 .number{
	margin-right:5px;
}
#impairment-print #calculator-table .col2{
	width:349px;
	border-right:solid 1px #fff;
	float:left;
	padding:2px;
	border-left:solid 1px #fff;
	padding-bottom:18px;
}
#impairment-print #calculator-table .col3{
	width:83px;
	float:left;
	padding:2px;
}
#impairment-print #calculator-table .col4{
	width:83px;
	float:left;
	padding:2px;
}

#impairment-print .print-me{
	float:left;
	border:solid 1px #d9d9d9;
	font-size:12px;
	font-weight:normal;
	width:100px;
	text-align:center;
	padding:4px;
	margin-left:2px;
	
}

#impairment-print #compute-container{
	display:block;
	width:100%;
	margin-top:5px;
}
#impairment-print #compute-score{
	margin-left:423px;
}

#impairment-print #totals {
  display: block;
  font-size: 13px;
  margin-left: 210px;
  overflow: hidden;
  padding-top: 25px;
  width: 539px;
}

#impairment-print #totals #source{
	color:#000;
	margin-top:10px;
	margin-bottom:10px;
}
#impairment-print .after-number{
	margin-left:15px;
	display:block;
}


/*find care results*/
#find-care-results #tab-wrapper{
  display: block;
  margin-left: 40px;
  margin-top: 30px;
  overflow: hidden;
  width: 680px;
}

#find-care-results #tab-wrapper #tabs{
	display:block;
	overflow:hidden;
	width:100%;
}

#find-care-results #tab-wrapper #tab-content-container{
	display:block;
	overflow:hidden;
	width:100%;
	background-color:#ffffff;
	padding-top:40px;
	padding-left:40px;
	padding-bottom:35px;
	border-left:solid 1px #ededec;
	border-right:solid 1px #ededec;
	border-bottom:solid 1px #ededec;
}

#find-care-results #tab-wrapper #tab-content-container #key{
	display:block;
	overflow:hidden;
	width:100%;
}

#find-care-results #tab-wrapper #tab-content-container .key-text{
	font-size:18px;
	display:block;
	margin-bottom:10px;
}

#find-care-results #tab-wrapper .tabs{
	height:37px;
	width:150px;
	border:solid 1px #ebebeb;
	float:left;
	background-color:#fff;
	padding-left:3px;
	padding-right:3px;
	padding-top:3px;
}

#find-care-results #tab-wrapper .tabs h3{
	display:block;
	height:27px;
	font-size:12px;
	font-weight:bold;
	color:#919191;
	text-align:center;
	padding-top:10px;
	cursor:pointer;
	height:27px;
	padding-bottom:7px;
	
	background: -moz-linear-gradient(top, #dbdbdb 0%, #ffffff 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ebebeb), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #dbdbdb 0%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #dbdbdb 0%,#ffffff 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #dbdbdb 0%,#ffffff 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dbdbdb', endColorstr='#FFFFFF',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #dbdbdb 0%,#ffffff 100%); /* W3C */
}

#find-care-results #tab-wrapper .tabs.tab-selected h3{
	background: -moz-linear-gradient(top, #d7dfe8 0%, #f2f2f3 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d7dfe8), color-stop(100%,#f2f2f3)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #d7dfe8 0%,#f2f2f3 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #d7dfe8 0%,#f2f2f3 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #d7dfe8 0%,#f2f2f3 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d7dfe8', endColorstr='#f2f2f3',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #d7dfe8 0%,#f2f2f3 100%); /* W3C */
	
	color:#004a80;
}





#find-care-results #tab-content-container #zip{
	float:left;
	width:173px;
}

#find-care-results #tab-content-container #filter{
	float:right;
	width:300px;
	border-left:solid 1px #000;
	padding-left:20px;
	margin-right:40px;
}
#find-care-results #search-results{
	display:block;
	overflow:hidden;
	width:100%;
	margin-top:15px;
	margin-bottom: 20px;
	padding-bottom: 15px;
}
#find-care-results #search-results #search-results-header{
	display:block;
	overflow:hidden;
	width:100%;
}
#find-care-results #search-results #search-results-header h2{
	float:left;
	width:300px;
}
#find-care-results #search-results #search-results-header p{
	float:right;
	width:312px;
	color:#000;
	margin-top:5px;
}
#find-care-results #search-results #search-results-header .fav{
	margin-left:10px;
	font-weight:normal;
}
#find-care-results #search-results #search-results-header .fav a{
	font-weight:normal;
}
#find-care-results #search-results #results-table .table-header{
	background-color:#004A80;
	font-weight:bold;
	color:#fff;
	font-size:13px;
	padding-left:20px;
	width:92px;
	padding-top:10px;
	padding-bottom:10px;
}
#find-care-results #search-results #results-table .table-header{
	background-color:#004A80;
	font-weight:bold;
	color:#fff;
	font-size:13px;
	padding-left:20px;
	width:92px;
	padding-top:10px;
	padding-bottom:10px;
}


#find-care-results #search-results #results-table .col1 {
  padding-right: 10px;
  width: 150px;
}
#find-care-results #search-results #results-table .col2 {
  padding-right: 10px;
  width: 78px;
}
#find-care-results #search-results #results-table .col6 {
  padding-right: 10px;
  width: 58px;
}

#find-care-results #search-results #results-table .content-row{
	font-size: 11px;
}
#find-care-results #search-results #results-table .row-odd{
	padding-top:5px;
	padding-left:20px;
	vertical-align:top;
	background-color:#B2DDF0;
	padding-bottom:5px;
}

#find-care-results #search-results #results-table .row{
	padding-top:5px;
	padding-left:20px;
	vertical-align:top;
	background-color:#fff;
	padding-bottom:5px;
}
#find-care-results #search-results #results-table .content-row .facility{
	display:block;
	font-weight:bold;
	margin-bottom:3px;
}
#find-care-results #search-results #results-table .content-row .address{
	display:block;
	margin-bottom:3px;
}
#find-care-results #search-results #results-table .content-row .links{
	display:block;
	margin-bottom:3px;
	font-size:12px;
}
#find-care-results #search-results #results-table .content-row .likely{
	display:block;
}
#find-care-results #search-results #results-table .content-row a{
	font-weight:normal;
}

#find-care-results #search-results #results-table .content-row .grade{
	font-weight:bold;
	font-size:13px;
	display:block;
}





/*Resource By state */
#resource-by-state #tab-wrapper{

  display: block;
  margin-left: 37px;
  margin-top: 30px;
  overflow: hidden;
  width: 680px;
}

#resource-by-state #tab-wrapper #tabs{
	display:block;
	overflow:hidden;
	width:100%;
}

#resource-by-state #tab-wrapper #tab-content-container{
	display:block;
	overflow:hidden;
	width:100%;
	background-color:#ffffff;
	padding-top:40px;
	padding-left:40px;
	padding-bottom:35px;
	border-left:solid 1px #ededec;
	border-right:solid 1px #ededec;
	border-bottom:solid 1px #ededec;
}

#resource-by-state #tab-wrapper #tab-content-container #key{
	display:block;
	overflow:hidden;
	width:100%;
}

#resource-by-state #tab-wrapper #tab-content-container .key-text{
	font-size:18px;
	display:block;
	margin-bottom:10px;
}

#resource-by-state #tab-wrapper .tabs{
	height:37px;
	width:150px;
	border:solid 1px #ebebeb;
	float:left;
	background-color:#fff;
	padding-left:3px;
	padding-right:3px;
	padding-top:3px;
}

#resource-by-state #tab-wrapper .tabs h3{
	display:block;
	height:27px;
	font-size:12px;
	font-weight:bold;
	color:#919191;
	text-align:center;
	padding-top:10px;
	cursor:pointer;
	height:27px;
	padding-bottom:7px;
	
	background: -moz-linear-gradient(top, #dbdbdb 0%, #ffffff 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ebebeb), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #dbdbdb 0%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #dbdbdb 0%,#ffffff 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #dbdbdb 0%,#ffffff 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dbdbdb', endColorstr='#FFFFFF',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #dbdbdb 0%,#ffffff 100%); /* W3C */
}

#resource-by-state #tab-wrapper .tabs.tab-selected h3{
	background: -moz-linear-gradient(top, #d7dfe8 0%, #f2f2f3 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d7dfe8), color-stop(100%,#f2f2f3)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #d7dfe8 0%,#f2f2f3 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #d7dfe8 0%,#f2f2f3 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #d7dfe8 0%,#f2f2f3 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d7dfe8', endColorstr='#f2f2f3',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #d7dfe8 0%,#f2f2f3 100%); /* W3C */
	
	color:#004a80;
}





#resource-by-state #tab-content-container #zip{
	float:left;
	width:173px;
}

#resource-by-state #tab-content-container #filter{
	float:right;
	width:300px;
	border-left:solid 1px #000;
	padding-left:20px;
	margin-right:40px;
}
#resource-by-state #search-results{
	display:block;
	overflow:hidden;
	width:100%;
	margin-top:20px;
}
#resource-by-state #search-results #search-results-header{
	display:block;
	overflow:hidden;
	width:100%;
}
#resource-by-state #search-results #search-results-header h2{
	float:left;
	width:300px;
}
#resource-by-state #search-results #search-results-header p{
	float:right;
	width:312px;
	color:#000;
	margin-top:5px;
}
#resource-by-state #search-results #search-results-header .fav{
	margin-left:10px;
	font-weight:normal;
}
#resource-by-state #search-results #search-results-header .fav a{
	font-weight:normal;
}
#resource-by-state #search-results #results-table .table-header{
	background-color:#004A80;
	font-weight:bold;
	color:#fff;
	font-size:13px;
	padding-left:20px;
	width:92px;
	padding-top:10px;
	padding-bottom:10px;
}
#resource-by-state #search-results #results-table .table-header{
	background-color:#004A80;
	font-weight:bold;
	color:#fff;
	font-size:13px;
	padding-left:20px;
	width:92px;
	padding-top:10px;
	padding-bottom:10px;
}

#resource-by-state #search-results #results-table table{
	border: 1px solid #D9D9D9;
	width:100%;
}
#resource-by-state #search-results #results-table .col1 {
  padding-right: 10px;
  width: 110px;
}
#resource-by-state #search-results #results-table .col2 {
  padding-right: 10px;
  width: 115px;
}
#resource-by-state #search-results #results-table .col6 {
  padding-right: 10px;
  width: 58px;
}

#resource-by-state #search-results #results-table .content-row{
	font-size:12px;
}
#resource-by-state #search-results #results-table .row-odd{
	padding-top:5px;
	padding-left:20px;
	vertical-align:top;
	background-color:#B2DDF0;
	padding-bottom:5px;
}

#resource-by-state #search-results #results-table .row{
	padding-top:5px;
	padding-left:20px;
	vertical-align:top;
	background-color:#fff;
	padding-bottom:5px;
}
#resource-by-state #search-results #results-table .content-row .facility{
	text-transform:uppercase;
	display:block;
	font-weight:bold;
	margin-bottom:3px;
}
#resource-by-state #search-results #results-table .content-row .address{
	text-transform:uppercase;
	display:block;
	margin-bottom:3px;
}
#resource-by-state #search-results #results-table .content-row .links{
	display:block;
	margin-bottom:3px;
	font-size:12px;
}
#resource-by-state #search-results #results-table .content-row .likely{
	display:block;
}
#resource-by-state #search-results #results-table .content-row a{
	font-weight:normal;
}

#resource-by-state #search-results #results-table .content-row .grade{
	font-weight:bold;
	font-size:13px;
	display:block;
}

/********* BEGIN: Find Care - Zip code Page STYLES *********/

#find-care-results #content {
	background: #f9f5dd url(/Assets/Images/mcd_find-care-search.png) no-repeat;
}

#find-care-results .page-intro-full {
	width: 315px;
}

#find-care-results #page-font-size {
	background: #FFFFFF;
	float: right;
	margin: 10px 10px 0 0;
	overflow: hidden;
}

#find-care-results #page-font-size ul {
	overflow: hidden;
	padding: 0px 5px;
}

#find-care-results #page-font-size li {
	float: left;
}

#find-care-results #page-font-size a,
#find-care-results #page-font-size a:visited {
	color: #0090cd;
}

#find-care-results #page-font-size #small-a-font a {
	color: #000000;
}

#small-a-font,
#medium-a-font {
	margin-right: 12px;
}

#small-a-font {
	font-size: 10px;
	font-weight: bold;
	padding-top: 10px;
}

#medium-a-font {
	font-size: 16px;
	font-weight: bold;
	padding-top: 4px;
}

#large-a-font {
	font-size: 20px;
	font-weight: bold;	
}

#find-care-results #tab-content-container #results-for-home {
	float: left;
}

#find-care-results #tab-content-container #results-for-home p {
	color: #000000;
	font-size: 12px;
}

#find-care-results #tab-content-container #new-search {
	float: right;
}

#find-care-results #tab-content-container #new-search p {
	font-size: 15px;
}

#find-care-results #tab-content-container #new-search a,
#find-care-results #tab-content-container #new-search a:visited {
	color: #0090cd;
}

#new-search a {
	background: url(/Assets/Images/mcd_search-swirl.png) no-repeat left 1px;
	padding-left: 17px;
}

#find-care-results #tab-wrapper #tab-content-container {
	padding: 28px 28px 15px 28px;
	width: auto;
	overflow: hidden;
}

#tab-wrapper #tab-content-container #search-criteria {
	border-bottom: 1px solid #e0e0e0;
	margin-top: 0px;
	padding-bottom: 20px;
	width: auto;
	overflow: hidden;
}

#state-search {
    overflow: hidden;
}

#search-filter {
	padding: 15px 0 15px;
	border-bottom: 1px solid #e0e0e0;
	overflow: hidden;
}

#refine-search {
	float: left;
	overflow: hidden;
}

#refine-search p {
	font-size: 12px;
	color: #000000;
	width: 150px;
	font-weight: bold;
}

#refine-search span {
	font-weight: normal;
}

#search-radius {
	float: left;
	margin-left: 40px;
	margin-top: 8px;
}

#search-radius p {
	color: #000000;
	font-size: 12px;
}

#slide-line {
	/*background: url(/Assets/Images/mcd_slider.png) no-repeat left 0px;*/
	float: right;
	margin-top: -5px;
}

#slider {
    color: #ffffff;
    font-weight: bold;
    text-align: center;
    padding-top: 15px;
}

#advanced-container {
	padding: 23px 0 0 0;
	overflow: hidden;
}

#expanded-advanced-search #characteristics-list {
    overflow: hidden;
}

#advanced-search {
	float: left;
}

#advanced-search p {
	color: #000000;
	font-weight: bold;
}

#advanced-search-options {
	float: right;
}

#advanced-search-options p {
	font-size: 15px;
}


#COC-Information a,
#COC-Information a:visited {
	background: url(/Assets/Images/mcd_adv-seach-expand.png) no-repeat left 0px;
	padding-left: 33px;
	padding-bottom: 6px;
	margin-bottom: 2px;
	color: #0090cd;
	height: 16px;
	float: left;
}

#COC-Information a.COC-closed {
	background: url(/Assets/Images/mcd_adv-seach-expand.png) no-repeat left -21px;
}

#COC_Toggle_container {
    padding: 28px 28px 15px;
}

#COC-container {
	padding: 23px 0 0 0;
	overflow: hidden;
}

#COC-Info {
	float: left;
}

#COC-Info p {
	color: #000000;
	font-weight: bold;
}

#COC_Toggle_container
{
    border: 1;
}

#advanced-search-options a,
#advanced-search-options a:visited {
	background: url(/Assets/Images/mcd_adv-seach-expand.png) no-repeat left 0px;
	padding-left: 33px;
	padding-bottom: 6px;
	margin-bottom: 2px;
	color: #0090cd;
	height: 16px;
	float: left;
}

#advanced-search-options a.advanced-options-closed {
	background: url(/Assets/Images/mcd_adv-seach-expand.png) no-repeat left -21px;;
}

#advanced-container #advanced-search-options span {
	float: left;
	padding-top: 3px;
}

#checkboxes-explain  {
	margin-top: 20px;
	margin-bottom: 34px;
	clear: both;
}

#checkboxes-explain h4 {
	font-size: 16px;
	font-weight: normal;
}

#advanced-search-top-mod {
	overflow: hidden;
	margin-bottom: 40px;
}

#advanced-search-bottom-mod {
	overflow: hidden;
	margin-bottom: 35px;
}

#bed-count {
	float: left;
	width: 47%;
}

#bed-count h2 {
	font-size: 15px;
}

#bed-count p {
	font-size: 11px;
	margin-bottom: 24px;
}

#bed-count ul {
	float: left;
}

#bed-count li {
	width: 150px;
	margin-right: 3px;
	margin-top: 5px;
	font-size: 11px;
}

#resident-characteristics {
	float: left;
	width: 47%;
}

#resident-characteristics h2 {
	font-size: 15px;
}

#resident-characteristics p {
	font-size: 11px;
	margin-bottom: 6px;
}

#resident-characteristics ul,
#resident-characteristics li {
	float: left;
}

#resident-characteristics ul {
	float: left;
}

#resident-characteristics li {
	width: 130px;
	margin-right: 3px;
	margin-top: 5px;
	font-size: 11px;
}

#facility-population {
	float: left;
	width: 47%;
}

#facility-population h2 {
	font-size: 15px;
}

#facility-population p {
	font-size: 11px;
	margin-bottom: 27px;
}

#facility-population tr {
	margin-right: 10px;
}

#facility-population th {
	font-size: 9px;
	font-weight: normal;
	padding: 0 4px;
	text-align: center;
}

#facility-population td {
	font-size: 11px;
	text-align: center;
}

#facility-population .first {
	text-align: left;
}

#resident-abilities {
	float: left;
	width: 47%;
}

#resident-abilities h2 {
	font-size: 15px;
}

#resident-abilities p {
	font-size: 11px;
	margin-bottom: 15px;
}

#resident-abilities th {
	font-size: 9px;
	font-weight: normal;
	text-align: left;
	width: 50px;
	padding: 0;
}

#resident-abilities td {
	font-size: 11px;
	width: 70px;
	padding: 0 0 0 19px;
}

#resident-abilities .first {
	text-align: left;
	padding: 0;
}

#provider-results {
	float: left;
}

#provider-results h2 {
	font-size: 12px;
	font-weight: bold;
}	
	
#need-help {
	float: right;
}

#need-help p {
	font-size: 12px;
	width: auto;
}

#find-care-results #provider-results {
	float: none;
	overflow: hidden;
}

#find-care-results #search-results #search-results-header {
	padding-bottom: 20px;
	border-bottom: 2px solid #5c9dcc;
}

#find-care-results #search-results #search-results-header h2 {
	line-height: 18px;
}

#find-care-results #search-results #search-results-header p {
    color: #000000;
    float: right;
    margin: 0;
    padding: 0;
    width: auto;
}

#find-care-results #search-results #results-table {
	margin-top: 38px;
}

#find-care-results #search-results #results-table tr#content-header-table {
	background: #007fb5 url(/Assets/Images/mcd_table-header-bg.png) repeat-x top center;
}

#find-care-results #search-results #results-table tr#content-header-table  td {
	background: none;
	vertical-align: top;
}

#find-care-results #search-results #results-table #content-header-table td {
	font-size: 12px;
	border-right: 1px solid #80c7e0;
	overflow: hidden;
}

#find-care-results #search-results #results-table #content-header-table td.col6 {
	border-right: none;
}

#find-care-results #search-results #results-table #content-header-table td.col2 {
	width: 90px;
}

#find-care-results #search-results #results-table #content-header-table td.col3 {
	width: 86px;
	padding-right: 10px;
}

#find-care-results #search-results #results-table #content-header-table td.col4 {
	width: 90px;
}

#find-care-results #search-results #results-table .row-odd {
	background: #FFFFFF;
	border: 1px solid #f1eedd;
}

#results-table tr.first {
	border-left: none;
}

#results-table #content-header-table .down-arrow img {
	padding-left: 6px;
}

#results-table #content-header-table .col2 span {
	float: left;
	width: 75px;
}

#results-table #content-header-table .col2 img {
	float: left;
	width: 8px;
	margin-top: 2px;
}

#results-table #content-header-table .col3 span {
	float: left;
	width: 69px;
}

#results-table #content-header-table .col3 img {
	float: left;
	width: 8px;
	margin-top: 2px;
	margin-left: 4px;
}

#results-table #content-header-table .col4 span {
	float: left;
	width: 69px;
}

#results-table #content-header-table .col4 img {
	float: left;
	width: 8px;
	margin-top: 2px;
	margin-right: 3px;
}

#results-table #content-header-table .col5 span {
	float: left;
	width: 40px;
}

#results-table #content-header-table .col5 img {
	float: left;
	width: 8px;
	margin-top: 2px;
}

#find-care-results #search-results #results-table span.bold-table {
	font-weight: bold;
}

td.row-odd span.facility,
td.row-odd span.grade,
td.row-odd span.bold-table {
	padding-top: 22px;
	padding-bottom: 18px;
	display: block;
}

#find-care-results #search-results #results-table .content-row .links {
	margin-bottom: 18px;
}

#find-care-results #search-results #results-table .last {
	background: url(/Assets/Images/mcd_star.png) no-repeat left;
	padding-left: 17px;
	padding-top: 2px;
	display: block;
	margin-bottom: 20px;
}

#search-results-wrap #search-results-table.find-care-by-zip colgroup col.name {
	width: 23%;
}

#search-results-wrap #search-results-table.find-care-by-zip colgroup col.care-history {
	width: 17%;
}

#search-results-wrap #search-results-table.find-care-by-zip colgroup col.care-current {
	width: 17%;
}

#search-results-wrap #search-results-table.find-care-by-zip colgroup col.bed-avail {
	width: 15%;
}

#search-results-wrap #search-results-table.find-care-by-zip colgroup col.total-bed {
	width: 14%;
}

#search-results-wrap #search-results-table.find-care-by-zip colgroup col.zip {
	width: 15%;
}

/********* END: Find Care - Zip code Page STYLES *********/


/********* BEGIN: Find Care - State Page STYLES *********/

#find-care-results.by-state #refine-search p {
	width: 200px;
	margin-bottom: 5px;
}

#find-care-results.by-state #advanced-container {
	clear: both;
}

#find-care-results.by-state .state-search-options{
	width: 200px;
	margin-right: 4px;
}

#find-care-results.by-state #tab-wrap #search-results-table tr td {
	padding: 0px;
	margin: 0px;
	background: #ffffff;
	height: 33px;
	font-size: 12px;
	padding: 20px 0 20px 20px;
	border-top: 1px solid #f9f5dd;
	border-right: 1px solid #f9f5dd;
	vertical-align: top;
}

#search-results-wrap #search-results-table.find-care-by-state colgroup col.name {
	width: 25%;
}

#search-results-wrap #search-results-tablefind-care-by-state colgroup col.care-history {
	width: 18%;
}

#search-results-wrap #search-results-table.find-care-by-state colgroup col.care-current {
	width: 18%;
}

#search-results-wrap #search-results-table.find-care-by-state colgroup col.bed-avail {
	width: 15%;
}

#search-results-wrap #search-results-table.find-care-by-state colgroup col.total-bed {
	width: 14%;
}

#search-results-wrap #search-results-table.find-care-by-state colgroup col.nothing {
	width: 10%;
}

#search-results-wrap #search-results-table tr td p {
	font-size: 12px;
	padding: 0;
	margin-top: 7px;
}

#search-results-wrap #search-results-table tr td p a {
	font-weight: normal;
}

#search-results-wrap #search-results-table tr td ul li.state-report {
	width: 140px;
}

/********* END: Find Care - State Page STYLES *********/


/********* BEGIN: Results page - No Results **************/

#results-table.no-results {
	background: #ffffff;
	padding: 65px 0 65px 0;
    margin: 1px 0 0 0;
}

#results-table.no-results p {
	font-size: 30px;
	line-height: 30px;
	color: #000000;
	text-align: center;
}

#results-table.no-results p span {
	font-size: 18px;
	color: #a7a7a7;
	display: block;
}

/********* End: Results page - No Results ****************/


/********* Begin: My Favorites ***************************/

#find-care-results.my-favorites #content {
	background-image: none;
}

#find-care-results.my-favorites .page-intro-full {
	width: auto;
	padding-right: 60px;
	padding-top: 5px;
}

#find-care-results.my-favorites .page-intro-full.secondary {
	width: auto;
	padding: 0 60px 0 0;
	margin-top: 0;
}

.favorite-module-wrap {
	width: 680px;
	margin: 28px 0 0 20px;
}

.favorite-module-wrap.last {
    margin-top: 16px;
    padding-bottom: 75px;
}

.favorite-module-wrap h2 {
	font-size: 18px;
	line-height: 44px;
	color: #000000;
}

.favorite-module-wrap .favorite-table {
	table-layout: fixed;
	width: 100%;
}

.favorite-module-wrap .favorite-table col.facility {
	width: 50%;
}

.favorite-module-wrap .favorite-table col.type {
	width: 50%;
}
	
.favorite-module-wrap .favorite-table thead tr th {
	text-align: left;
	background: url('/Assets/Images/mcd_bg-favorites-table-header.png') 0 0 repeat-x;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	height: 49px;
	vertical-align: top;
}

.favorite-module-wrap .favorite-table thead tr th .table-header-text {
	display: block;
	margin: 15px 0 0 20px;
}

.favorite-module-wrap .favorite-table thead tr th.type {
	border-left: 1px solid #80c7e0;
}

.favorite-module-wrap .favorite-table tr td {
	padding: 0px;
	margin: 0px;
	background: #ffffff;
	height: 33px;
	font-size: 12px;
	padding-left: 22px;
	border-top: 1px solid #f9f5dd;
}

.favorite-module-wrap .favorite-table tr td.type {
	border-left: 1px solid #f9f5dd;
	color: #333333;
}

/********* End: My Favorites *****************************/

/********* Begin: Resources & Services *******************/

#find-care-results.resources-services #content {
	background-image: none;
}

#find-care-results.resources-services .page-intro-full {
	width: auto;
	padding-right: 60px;
}

#find-care-results.resources-services #select-resource-type {
	background: #ffffff;
	width: 680px;
	margin-left: 40px;
	overflow: hidden;
	padding-bottom: 25px;
}

#find-care-results.resources-services #select-resource-type form {
	padding: 20px;
}

#find-care-results.resources-services #select-resource-type form fieldset {
	clear: both;
	overflow: hidden;
}

#find-care-results.resources-services #select-resource-type .instruction {
	font-size: 15px;
	line-height: 18px;
	font-weight: bold;
	color: #000000;
	float: left;
}

#find-care-results.resources-services #select-resource-type .resource-types ul {
	float: left;
	margin: 10px 40px 20px 0;
}

#find-care-results.resources-services #select-resource-type .resource-types ul li {
	font-size: 11px;
	line-height: 22px;
}

#find-care-results.resources-services #select-resource-type .resources-select-state {
	float: left;
	padding-top: 20px;
	padding-bottom: 7px;
}

#find-care-results.resources-services #select-resource-type .resources-select-state label {
	margin: 0 10px 0 0;
}

#find-care-results.resources-services #select-resource-type #search-now {
	float: right;
	margin: 0;
}

/********* End: Resources & Services *********************/

/********* Begin: Resources & Services - Results *********/

#find-care-results.resources-services #content {
	background-image: none;
}

#find-care-results.resources-services .page-intro-full {
	width: auto;
	padding-right: 60px;
}

#search-results-wrap {
	width: 680px;
	margin: 0 auto;
}

#select-resource-type a.new-search {
	background: url("/Assets/Images/mcd_search-swirl.png") no-repeat left 1px;
	padding-left: 17px;
	color: #0090cd;
	float: right;
}

#search-results-wrap p {
	float: left;
	color: #000000;
	padding: 18px 0 8px 0;
}

#search-results-wrap p.need-help {
	float: right;
}

#search-results-wrap #search-results-details {
	clear: both;
	overflow: hidden;
	border-top: 3px solid #5c9dcc;
	padding: 10px 0 10px 0;
}

#search-results-wrap #search-results-details p {
	padding: 0;
}

#search-results-details .result-count {
	float: left;
}

#search-results-details .results-per-page {
	float: right;
}

#search-results-details .print {
	float: right;
	margin: 2px 0 0 70px;
}

#search-results-wrap #search-results-table {
	table-layout: fixed;
	width: 100%;
}

#search-results-wrap #search-results-table colgroup col.name {
	width: 22%;
}

#search-results-wrap #search-results-table colgroup col.location {
	width: 35%;
}

#search-results-wrap #search-results-table colgroup col.type {
	width: 43%;
}
	
#search-results-wrap #search-results-table thead tr th {
	text-align: left;
	background: url('/Assets/Images/mcd_bg-search-results-table-header.png') 0 0 repeat-x;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	height: 69px;
	vertical-align: top;
	border-right: 1px solid #80c7e0;
	padding-right: 15px;
}

#search-results-wrap #search-results-table thead tr th .table-header-text {
	display: block;
	margin: 15px 0 0 20px;
}

#search-results-wrap #search-results-table thead tr th .table-header-text a.tooltip {
	color: #ffffff;
	background: url('/Assets/Images/mcd_ques-mark.png') right 3px no-repeat;
	display: block;
}

#search-results-wrap #search-results-table thead tr th .table-header-text a.facility-name {
	color: #ffffff;
	background: url('/Assets/Images/mcd_down-arrow.png') right 3px no-repeat;
	display: block;
}

#search-results-wrap #search-results-table thead tr th span.facility-name {
	color: #ffffff;
	background: url('/Assets/Images/mcd_down-arrow.png') right 5px no-repeat;
	display: block;
}

#search-results-wrap #search-results-table thead tr th .table-header-text a {
	text-decoration: none;
}

#search-results-wrap #search-results-table thead tr th.last {
	border-left: none;
}

#search-results-wrap #search-results-table tr td {
	padding: 0px;
	margin: 0px;
	background: #ffffff;
	font-size: 12px;
	padding: 20px 0 20px 20px;
	border-top: 1px solid #f9f5dd;
	border-right: 1px solid #f9f5dd;
	vertical-align: top;
}

#search-results-wrap #search-results-table tr td.last {
	border-right: none;
}

#search-results-wrap #search-results-table tr td ul {
	margin: 10px 0 10px 0;
	display: block;
	overflow: hidden;
	height: 100px;
	font-size: 11px;
}

#search-results-wrap #search-results-table tr td ul li {
	overflow: hidden;
}

#search-results-wrap #search-results-table tr td ul li p {
	font-size: 11px;
}

#search-results-wrap #search-results-table tr td ul li a {
	font-weight: normal;
}

a.add-favorite {
	background: url('/Assets/Images/mcd_star.png') 0 0 no-repeat;
	padding-left: 17px;
	font-weight: normal;
	display: block;
	margin: 10px 0 0 0;
}

#search-results-wrap #search-results-table tr.yellow-tr td {
	background: #fdfcf5;
}

/********* End: Resources & Services - Results ***********/


/********* Begin: New Pagination *************************/
#search-results-wrap #pagination {
  height: 40px;
  margin-bottom: 10px;
  margin-left: 192px;
  margin-top: 25px;
  position: relative;
  width: 263px;
}
#search-results-wrap #pagination ul li{
	display:inline;
	margin-left:5px;
	margin-right:5px;
}
#search-results-wrap #pagination ul li a{
	font-size:13px;
	color:#42494c;
	font-weight:normal;
}
#search-results-wrap #pagination #previous {
  color: #42494C;
  font-size: 13px;
  left: -35px;
  position: absolute;
}
#search-results-wrap #pagination #next {
  color: #42494C;
  font-size: 13px;
  left: 244px;
  position: absolute;
}

/********* End: New Pagination ***********************/

/********* Begin: Tooltips ***************************/

#overlays {
	position: absolute;
	top: 0;
	left: 0;
}

#overlays .tooltip-overlay {
	background-color: #fff;
    border:solid 1px #D0D0D0;
    text-align: left;
    width: 250px;
    position: absolute;
}

#overlays .tooltip-overlay .tooltip-content {
    clear: both;
    padding: 5px;
}

#overlays .tooltip-overlay .title {
	font-size:13px;
	font-weight:bold;
}

#overlays .tooltip-overlay .close-overlay{
	font-size:12px;
	float: right;
	padding: 5px 5px 0 0;
}

/********* End: Tooltips *****************************/

/*CONTENT INHERITANCE STYLES*/
#about-care h2{
                font-size:17px;
                border-bottom:solid 1px #eaaf0e;
                padding-bottom:5px;
                margin-bottom:15px;
}
#about-care #middle-content p{
                border-bottom:dotted 1px #cccac2;
                padding-bottom:20px;
                margin-bottom:30px;
}
#about-care h1{
                font-size:30px;
                font-weight:normal;
                color:#363636;
                margin-left:20px;
                float:left;
}
#left{
                color:#777777;
                font-size:13px;
                line-height:18px;
}
#right ul{
                margin-top:20px;
}

#right ul li{
                margin-bottom:20px;
}

#right ul li a{
                color:#0090cd;
                font-size:12px;
}
#middle-content .full-section ul{
                float:left;
                margin-left:55px;
}
#middle-content .full-section ul li {
                font-size:12px;
                color:#0090cd;
                padding-bottom:10px;
}
#middle-content .full-section ul li a{
                font-size:12px;
                color:#0090cd;
}
.full-section table{
                color:#777777;
                font-size:13px;
                line-height:18px;
}
#middle-content ul,ol{
				margin-left: 20px;
				list-style: disc;	
}
#right ul{
				margin-left: 0;
				list-style:none;
}
/*END CONTENT INHERITANCE STYLES*/

/*Additional*/
#community-post-review #middle-content label{
color: #333;
font-size: 12px;
line-height: 18px;
vertical-align: top;
margin-right: 4px;
}

#community-post-review #middle-content .submit {
background: url('/Assets/Images/mcd_btn-submit.jpg') no-repeat;
cursor: pointer;
width: 80px;
height: 27px;
border: none;
margin-top: 10px;
}
/*End Additional*/

/*CONTENT INHERITANCE STYLES*/
.dataTable
{
	border-collapse:collapse;
}
.dataTable th, .dataTable td{
	border:1px solid #BCBCBC;
	
	}
.dataTable td{
	padding: 3px;
	line-height: normal;
	
}
/*END CONTENT INHERITANCE STYLES*/
