﻿@charset "utf-8";
/* CSS Document */

body ,html {
	height:100%;
	margin:0;
	padding:0;
	background-color:#34454f;
}

p, div, span, li{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
}

.header {
	height: 100px;
	width: 1110px;
	background: #fff url('lyt_img/headerbg.png') 8px 100% no-repeat;
}

.size2 { font-size: 18px; }
.size3 { font-size: 24px; }


.formSpacing div{
	padding-bottom:13px;
}

a{
	color:#5c707c;
	font-weight:bold;
	text-decoration:none;
}

a:hover{
	color:#221e1f;
}

.subMenuSel{
	color:#221e1f;
}

.title{
	color:#5c707c;
	font-size:22px;
	font-family:"Myriad Pro";
	font-weight:bold;
}

.homeTitle{
	color:#5c707c;
	font-weight:bold;
	font-size:24px;
	font-family:"Myriad Pro";
}

.homeTitle_fr{
	color:#5c707c;
	font-weight:bold;
	font-size:18px;
	font-family:"Myriad Pro";
}

.dateTxt{
	font-size:11px;
	font-weight:bold;
	font-style:italic;
}

.greenTxt{
	color:#5ca236;
	font-weight:bold;	
}

.searchTxt{
	color:#5c707c;
	font-size:14px;
	font-weight:bold;
}

.topMenuTxt{
	color:#5c707c;
	font-size:11px;
}

.searchInput{
	border-top:solid #9ca4aa 1px;
	border-bottom:solid #9ca4aa 1px;
	border-left:solid #9ca4aa 1px;
	border-right:solid #9ca4aa 1px;
	
	height:23px;
	width:188px;
}

.greyBorders{
	border-left:solid #f5f5f6 2px;
	border-right:solid #f5f5f6 2px;
}

#footer_sec a, .bottomLink{
	font-size:10px;
	font-weight:bold;
	color:#a5aeb4;
}

#footer_sec a:hover, .bottomLink:hover{
	text-decoration:underline;
	color:#a5aeb4;
}

#footer_sec, .bottomTxt{
	font-size:10px;
	font-weight:bold;
	color:#a5aeb4;
	line-height:1.5;
}

#header {
	border-top: 11px solid #9fcf67;
	background: #FFFFFF url(lyt_img/header_bottom.gif) repeat-x bottom;
	height: 202px;
	padding:0;
	margin-bottom: 30px;
}

#contentHome{
	line-height:1.5;
}

#content_sec {
	width: 937px;
	background-image:url(lyt_img/content_bg_sec.gif);
	background-repeat:no-repeat;
	background-position:bottom;
	float:left;
	height:100%;
	margin-bottom:9px; /* for FF, IE uses padding in #framework */
	padding: 0 0 11px 0;
	background-color:#FFFFFF;
	line-height:1.5;
}

#content_sec_newsletter {
	width: 937px;
	background-image:url(lyt_img/newsletter/footer.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
	float:left;
	height:100%;
	margin-bottom:9px; /* for FF, IE uses padding in #framework */
	padding: 0 0 11px 0;
	background-color:#FFFFFF;
	line-height:1.5;
}

#content_secNoBG {
	width: 937px;
	float:left;
	height:100%;
	margin-bottom:9px; /* for FF, IE uses padding in #framework */
	padding: 0 0 11px 0;
	background-color:#FFFFFF;
	line-height:1.5;
}


.contentBorders{
	border-left:solid #f5f5f6 1px;
	border-right:solid #f5f5f6 1px;
}

.survTxt{
	color:#000000;
	font-size:11px;
}

#content_sec_middle{
	width:100%;
	background-color:#838e96;
}

#sidebar_sec { 
	float:right;
	margin-bottom: 9px;
	vertical-align:top;
	padding-top:0px;

}

#newsevents_sec {
	/*margin: 8px 0 0 21px;
	padding:0 0 12px 0;*/
	width: 220px;
	background: #FFFFFF url(lyt_img/news_bottom_sec.gif) no-repeat bottom;
}

#footer_sec {
	clear:both;
	height: 51px;
	text-align: center;
	background-color: #34454f;
	padding-top: 9px;
	border-top: 9px solid black;
	position:relative;
	margin-top: -51px;
}

#header_content_sec { 
	width: 948px;
	margin:0 auto;
	padding:0;
}

#framework {
	width: 937px;
	margin: 0 auto;
	padding-bottom: 9px; /* IE */
	margin-bottom: 9px;
	background-color:#848e97;
	padding-bottom: 51px;
}

#nonFooter {
	min-height: 100%;
	position:relative;	
}

* html #nonFooter {
	height: 100%;
}

.survBorders{
	border-right:solid #a8c18a 2px;
	border-left:solid #a8c18a 2px;
}

/*.survey{
	position:relative;
	margin:-600px 0px 0px 780px;
	z-index:1;
}*/

.survey{
	position:absolute;
	margin-left:400px;
	margin-top:65px;
}

.surveyTitle{
	color:#FFFFFF;
	font-size:20px;
	font-weight:bold;
	font-family:"Myriad Pro";
}

.newsTitle{
	color:#5c707c;
	font-size:14px;
	font-weight:bold;
}

.newsSmall{
	font-size:10px;
	color:#000000;
	line-height:1.5;
}

.galImg{
	padding:3px;
	border:solid #9ece64 1px;
}

#fontSize1, #fontSize2, #fontSize3 {
 cursor:pointer;
}

.greyTxt{
	color:#63727c;
}

.txtBox{
	border-top:solid #abadb3 1px;
	border-bottom:solid #e3e9ef 1px;
	border-left:solid #e3e9ef 1px;
	border-right:solid #e3e9ef 1px;
	width:340px;
	height:24px;
}

.error{
	color:red;	
}

.correct{
	color:green;	
}

.inputDiv{
	font-weight:bold;
	padding-bottom:28px;
}

.inputDiv input{
	width:286px;
	height:31px;
	border-right:solid #cccccc 1px;
	border-bottom:solid #cccccc 1px;
	border-top:solid #cccccc 2px;
	border-left:solid #cccccc 2px;
}

.errorRow{
	background-color:red;	
}

.divHide{
	display:none;
	visibility:hidden;	
}

.divShow{
	display:block;
	visibility:visible;	
}

.cafeInput{
	width:371px;	
}


/********** Sustainability **********/

.graphic{
	z-index:1;		
}

.zoom_expen{
	position:relative;
	top:50px;
	left:450px;
	width:91px;
	height:44px;
	z-index:2;
}

.zoom_expen_fr{
	position:relative;
	top:35px;
	left:340px;
	width:91px;
	height:44px;
}

.zoom_public{
	position:relative;
	top:415px;
	left:386px;
}

.sus_title{
	font-size:14px;
	color:#5a7e92;
	font-weight:bold;
	text-transform:uppercase;
	line-height:18px;
	padding:0px;
	margin:0px;
}

.sus_list li{
	padding-bottom:7px;	
}

.sus_graph{
	position:relative;
	bottom:50px;
}

/***********Calendar***************/
.MiniCalDay{
	font-family:"Trebuchet MS";
	font-weight:bold;
	font-size:16px;
	color:#FFFFFF;
}

.calBorders{
	border:solid #d1d1d1 1px;
}

.MiniCalDayReg{
	font-weight:bold;
	font-size:14px;
	color:#202020;
}

.monthYear{
	color:#0c0809;
	font-weight:bold;
	font-size:13px;
}

.eventTitle{
	font-size:11px;
	color:#5c707b;
	font-weight:bold;
}

.eventTxt{
	font-size:11px;
}

.homeBox{
	width:405px;
	cursor:pointer;
	border-bottom:solid #e8e8e8 1px;	
}

.homeBox_noPointer{
	width:405px;
	border-bottom:solid #e8e8e8 1px;	
}

.homeBoxIconTop{
	border-top:solid #e8e8e8 1px; 
	border-right:solid #e8e8e8 1px; 
	border-left:solid #e8e8e8 1px;	
	height:108px; 
	width:163px;
}

.homeBoxIcon{
	border-right:solid #e8e8e8 1px; 
	border-left:solid #e8e8e8 1px;	
	height:108px; 
	width:163px;
}

.homeBoxIconBottom{
	border-bottom:solid #e8e8e8 1px; 
	border-right:solid #e8e8e8 1px; 
	border-left:solid #e8e8e8 1px;	
	height:108px; 
	width:163px;
}


/********** Care Experience Survey ***************/

.ces_title{
	color:#ffffff;
	font-weight:bold;
	font-size:13px;
}

.ces_title_descr{
	color:#ffffff;
	font-weight:bold;
	font-size:9px;
}

.ces_smallTxt{
	font-size:9px;	
}

.ces_nText{
	font-size:9px;	
	font-weight:normal;
}

.ces_title_small{
	color:#ffffff;
	font-weight:bold;
	font-size:8px;
}

.ces_titleBox{
	background-color:#4d8fac;
	height:62px;
}

.ces_headerBox{
	background-color:#b7c2c9;
	padding-left:13px;
	padding-top:11px;
	padding-bottom:11px;
	padding-right:13px;
}

.ces_headerBox_sub{
	background-color:#b7c2c9;
	padding-left:13px;
	padding-top:11px;
	padding-bottom:11px;
	padding-right:13px;
}

.ces_dataBox{
	background-color:#dae8ee;
	text-align:center;
}

.ces_baseBox{
	background-color:#475760;
	height:23px;
}

.cesBaseBoxHeader{
	padding-left:13px;
	background-color:#475760;
	height:23px;
}

.ces_headerTxt a{
	font-weight:normal;
	color:#000000;
}

.ces_baseBoxTxt{
	font-style:italic;
	color:#FFFFFF;
}

.ces_subDataBox{
	background-color:#bdcbd2;	
	text-align:center;
}

.ces_subDataBox_small{
	background-color:#bdcbd2;	
	text-align:center;
	font-size:8px;
}

.ces_headerSub{
	padding-left:32px;	
	background-color:#a1adb4;
	padding-top:5px;
	padding-bottom:5px;
}

.ces_headerSubTitle{
	padding-left:13px;	
	background-color:#a1adb4;
	padding-left:13px;
	padding-top:11px;
	padding-bottom:11px;
	padding-right:13px;
}

.ces_subTxt{
	font-size:11px;
}


.ces_textBox{
	background-color:#dadfe1;
	padding:7px;
	width:350px;
	line-height:12px;
}

/************* Area snapshots **************/
.area_snapshot {
	
}

.area_snapshot td.header {
	font-color: black;
	font-size: 14px;
	font-weight:bold;
	text-align:center;	
}

.area_snapshot th {
	border-left: 1px solid #444444;
	font-weight: normal;
	padding: 1px 2px;
	text-align: center;
}

.area_snapshot th.last {
	border-right: 1px solid #444444;
}

.area_snapshot td {
	padding: 4px;
}

.area_snapshot td.h1 {
	
	color: white;
	font-size: 16px;
	font-weight: bold;
	padding: 10px;
	text-align: center;
	text-transform:uppercase;
}

.area_snapshot td.h2 {
	color: #e36c0a;
	font-size: 15px;
	font-weight: bold;
	padding: 10px 4px;
}

.area_snapshot tr.row1 {
	background-color: #dadfe1;
}

.area_snapshot tr.row1 td {
	border-top: 1px solid #a4a5a6;
}

.area_snapshot tr.row2 {

}

.area_snapshot .center { text-align: center; }
.area_snapshot .right { text-align: right; }
.area_snapshot .strong { font-weight: bold; }

#area_snapshot_footer {
	border: 4px solid #444444;
	margin-top: 4px;
	width: 100%;
}

#area_snapshot_footer td {
	font-size: 10px;
	text-align: center;	
}


.infobubble p, .infobubble li {
	color: white;
}

.popupBottomTxt{
	color:#a5aeb4;
	text-decoration:none;
	font-size:9px;
	font-weight:bold;
}

.popupTitle{
	color:#5c707c;
	font-size:22px;
	font-weight:bold;
}

.popupTxt{
	font-size:11px;
	color:#000000;
}


/*********** Care Experience ************/

.gradeCell{
	background-color:#b7c2c9;
	color:#596871;
	font-size:18px;
	font-weight:bold;
	cursor:pointer;
}

.gradeCellOver{
	background-color:#4d8fac;
	color:#FFFFFF;
	font-size:18px;
	font-weight:bold;
	cursor:pointer;
}

.gradeCellSmall{
	background-color:#b7c2c9;
	color:#596871;
	font-size:14px;
	font-weight:bold;
	cursor:pointer;
	line-height:15px;
}

.gradeCellOverSmall{
	background-color:#4d8fac;
	color:#FFFFFF;
	font-size:14px;
	font-weight:bold;
	cursor:pointer;
	line-height:15px;
}

/*********** Care Experience 2011 ************/

.gradeCell2011{
	background-color:#fce0c5;
	color:#984807;
	font-size:18px;
	font-weight:bold;
	cursor:pointer;
}

.gradeCellOver2011{
	background-color:#5382a1;
	color:#FFFFFF;
	font-size:18px;
	font-weight:bold;
	cursor:pointer;
}

.gradeCell2010{
	background-color:#f1cead;
	color:#984807;
	font-size:12px;
	font-weight:bold;
	cursor:pointer;
}

.gradeCellOver2010{
	background-color:#366585;
	color:#FFFFFF;
	font-size:12px;
	font-weight:bold;
	cursor:pointer;
}

.gradeCellSmall2010{
	background-color:#f1cead;
	color:#984807;
	font-size:10px;
	font-weight:bold;
	cursor:pointer;
	line-height:15px;
}

.gradeCellSmall2011{
	background-color:#fce0c5;
	color:#984807;
	font-size:10px;
	font-weight:bold;
	cursor:pointer;
	line-height:15px;
}

.gradeCellSmaller2011{
	background-color:#fce0c5;
	color:#984807;
	font-size:14px;
	font-weight:bold;
	cursor:pointer;
	line-height:15px;
}

.gradeCellOverSmall2011{
	background-color:#5382a1;
	color:#FFFFFF;
	font-size:10px;
	font-weight:bold;
	cursor:pointer;
	line-height:15px;
}

.gradeCellOverSmall2010{
	background-color:#366585;
	color:#FFFFFF;
	font-size:10px;
	font-weight:bold;
	cursor:pointer;
	line-height:15px;
}


/*********** Acute Care Survey **************/

.regDiv{
	color:#5c707b;
	font-size:14px;
	position:relative;
	height:0px;
	
	
	top:-530px;	
	left:10px;
}

.acuteSearch{
	color:#a2a2a2;
	font-size:14px;
	height:20px;	
}

.acuteSearchBox{
	position:relative;
	top:-800px;	
	right:-470px;
	
	height:0px;
	width:0px;
}
