/* dw-zebra.css : Dementia Web Higher Contrast Formatting : Black & White : Plain Zebra (with side navbar) */

html, body, p, h1, h2, h3, h4, h5, h6 {
margin: 0;
padding: 0;
border: 0;
color: #000;
}
ul, ol, li, form, fieldset, table, tr, td, th {
	margin: 0;
	padding: 0;
	border: 0;
	background-color: #FFF;
}
body {
	background: url(../images/body-background-image-plain-zebra.jpg) repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100.01%;
	color: #000;
	line-height: 1.166;	
	padding: 0;
	border: 0;
	margin: 0px auto;
	text-align: center;
}
h1, h2, h3, h4, h5, h6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	margin: 0px;
	padding: 0px;
}
h1 {
	font-size: 115%;
	padding: 30px 0px 20px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
h2 {
	font-size: 105%;
	padding: 2px 0px 2px 0px;
}
h3 {
	font-size: 100%;
	padding: 15px 0px 5px 0px;
	color: #333;
}
h4 {
 	font-size: 100.01%;
	padding: 10px 0px 5px 0px;
}
h5 {
	font-size: 100.01%;
	padding: 10px 0px 5px 0px;
	color: #000;
}
h6 {font-size: 100.01%;}

ul,ol {
	margin: 0px 0px 15px 0px;
	padding: 0px 0px 0px 0px;
}
ul em {
	font-style: normal;
	font-weight: bold;
}
li {
	margin: 1px 0px 1px 40px;
	padding: 0;
}

a:link, a:visited, a:hover {
	color: #000;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
	
/* Main Layout */
/* center a fixed width area in browser window  */
#siteWrapper {
	width: 960px;
	background-color: #FFF;
	margin:0px auto;
	text-align: left;
	padding: 0px 0px 0px 0px;
}

/* sits across top of page for site banner and main NavBar */
#topRighthandText {
	display: block;
	padding: 0px 0px 180px 760px;
	font-style: italic;
	color: #FFF;
}
#topRighthandText a {
	color: #FFF;
}
#topRighthandText a:hover {
	color: #F60;
}
#mastHead {
	background: url(../images/header-image-plain-zebra.jpg) no-repeat;
	width: 961px;
	height: 229px;
	margin: 0;
	width: 100%;
	padding: 18px 0px 0px 0px;
}
/* sits down left side of page */
#navBar {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	float: left;
	width: 189px;
}
#navBar a {
	color: #000;
}
#underSideNavBar {
	padding: 0px 0px 0px 12px;
}
#stressManagement a {
	background: url(../images/stress-management-for-carers.jpg) no-repeat left bottom;
	display: block;
	width: 176px;
	height: 151px;
}
#stressManagement a:hover  {
	     background-position: right bottom;
}
#guidepostsLink a {
	background: url(../images/guideposts-logo.jpg) no-repeat left bottom;
	display: block;
	width: 176px;
	height: 114px;
}
#guidepostsLink a:hover  {
	     background-position: right bottom;
}

/* sits between left navBar and right navBar */
#mainContent {
	background: url(../images/main-content-top-image-plain-zebra.jpg) no-repeat;
	float: left;
	margin: 0px 0px 7px 0px;
	width: 580px;
	padding: 0px 0px 0xp 0px;
	background-color: #FFF;
}
#mainContent h2 {
	display: block;
	background-color: #EEE;
	margin: 20px 0px 0px 0px;
}
/* sits at the foot of the page, aligned away from the end of the left NavBar and under the main content */
#footer {
	clear: both;
	background: url(../images/footer-background-image-plain-zebra.jpg) no-repeat;
	padding: 12px 0px 0px 0px;
	margin-top: 0px;
	margin-bottom: 7px;
	margin-right: 0px;
	width: 961px;
	height: 88px;
}

/* sit out of viewable area */
#skipToLinks {
	position: absolute; 
	top: -999px; 
	left: -999px; 
	font-size: 1px; 
	line-height: 1px;
}

/* footer for printed pages only */
#printFooter {display: none;}
#printFooter p {font-size: 80%;	color: #333;}

/* imageMap alternatives */
#standardMap {display: inline;}
#plainZebraMap {display: none;}

/* Style Formatting */
/* main content link styles */
.mainContentStyles a:link {
	color: #000;
	text-decoration: underline;
}
.mainContentStyles a:visited {color: #333; text-decoration: underline;}
.mainContentStyles a:hover, .mainContentStyles a:focus {
	color: #000;
	text-decoration: none;
	background-color: #FFC;
}
.externalRef a:hover, .externalRef a:focus {background-color: #F58130; color: #000;}
.associateRef a:hover, .associateRef a:focus {background-color: #D2F0FF; color: #000;}
.localRef a:hover, .localRef a:focus {background-color: #FFFFCC; color: #000;}

/* footer Styles */
#footerNav {
	font-size: 75%;
	padding: 16px 15px 5px 15px;
	display: block;
}
#footer a:focus {background-color: #FFC; color: #000; text-decoration: none;}
#footer img {
	padding: 4px 4px 4px 0px;
	vertical-align: middle;
}
#footerSub {
	text-align: right;
	font-size: 90%;
	color: #000;
	margin: 0;
	padding: 5px 10px 0px 380px;
	display: inline-block;
	float: right;
}
#footerSub a {font-size: 105%;}

/* other Styles */
#siteName {display: none;}
#pageName {
	text-align: center;
}

/* globalNav styles */
#globalNav {
	color: #FFF;
	padding: 2px 0px 0px 10px;
	white-space: normal;
	text-align: left;
}
#globalNav img {
	display: inline;
}
#globalNav a {
	color: #FFF;
	font-size: 100%;
	padding: 0px 15px 0px 15px;
}
#globalNav .onlineShopGlobalNav {
	color: #F60;
}

/* below globalNav Site Styles, affiliate link, Search box */
.topAffiliateLink {
	width: 300px;
	text-align: center;
	font-size: 115%;
	padding: 0px 0px 0px 43px;
	display: inline-block;
}
.topAffiliateLink a:hover {
	color: #333;
	text-decoration: underline;
}
/* breadCrumbs styles */
#breadCrumbs {
	font-size: 80%;
	padding: 5px 7px 0px 7px;
	text-align: right;
}

/* general styles */
.leftimage {
	float: left;
	padding: 4px 4px 4px 4px;
	margin: 10px 10px 10px 0px;
}
.rightimage {
	float: right;
	padding: 4px 4px 4px 4px;
	margin: 0px 20px 10px 5px;
}
.mapimage {
	padding: 4px;
	margin: 10px 0px;
}

.aligncentre {margin: 0 auto;}
.overauto {width: 100%; overflow: auto; margin: 0 auto; text-align: center;}
.clearboth {clear: both;}
.nowrapping {white-space: nowrap;}

/* story styles */
.story {
	clear: both;
	padding: 0px 20px 10px 20px;
	font-size: 90%;
}
.story p {
	padding: 10px 0px 10px 0px;
	margin: 0;
	line-height: 1.33;
}
.story p em {font-style: normal; font-weight: bold;}
.story p.rightSide {
	text-align: right;
	padding: 0;
	font-size: 90%;
}

/* search styles */
#search {
	margin: 0px;
	padding: 0px0px 0px 0px;
	left: 774px;
	top: 18px;
	display: inline-block;
	position: absolute;
	right: 5px;
}
#search h2 {
	margin: 0px;
	padding: 10px 0px 5px 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#search form {
	margin: 0px;
	padding: 0px;
}
#search label {
	display: block;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	color: #000;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	text-align: left;
	font-size: 110%;
}
#searchLogo {margin: 30px 0px 10px 0px;}

/* navBar link styles */
#navBar ul a:link, #navBar ul a:visited {display: block;}
#navBar ul {list-style: none; margin: 0; padding: 0;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {
	border-bottom: 1px solid #666;
	margin: 0px;
	padding: 0px;
	line-height: 1.25;
}
/* fix for browsers that don't need the hack */
html>body #navBar li {border-bottom: none;}

.navBarLinks {
	margin: 0px 0px 5px 12px;
	padding: 0px;
	font-size: 80%;
}
.navBarLinks h2 {padding: 6px 0px 6px 10px;}

/* voice-family box-model hack for older (pre Win IE6) browsers */
.navBarLinks a:link, .navBarLinks a:visited {
	padding: 4px 0px 4px 10px;
	border-top: 1px solid #999;
	width: 100%;
	voice-family: "\"}\"";
	voice-family:inherit;
	width: auto;
}

.navBarLinks a:visited{
	border-top: 1px solid #999;
	padding: 4px 0px 4px 10px;
}
.navBarLinks a:hover{
	border-top: 1px solid #999;
	background-color: #FFC;
	padding: 4px 0px 4px 10px;
	text-decoration: none;
}
#navBar li {background-color: #EEE;}
#sectionLinks a:hover, #sectionLinks a:focus {background-color: #000; color: #FFF;}
#navBar .selected {
	background-color: #666;
	color: #FFF;
}
#navBar .sectionHead {
	background-color: #333;
	color: #FFF;
}
#externalLinks a:hover, #externalLinks a:focus {background-color: #FFCCE6;}
#associateLinks a:hover, #associateLinks a:focus {background-color: #B7E8FF;}

#logo{
	padding: 10px 0px 10px 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	border-top: 1px none #ccc;
	color: #069;
	margin: 5px 0px 0px 0px;
}
#logo img{display: block;	padding: 0px 0px 6px 3px;}
#logo p{font-size: 80%;}

/* SiteMap Styles */
.siteMap {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	line-height: 1.33;
	padding: 5px 0px 20px 0px;
}
.siteMap ul {
	list-style-position: outside;
	list-style-type: disc;
	list-style-image: url(../images/sm-arrow1.gif);
}
.siteMap ul a:link, .siteMap ul a:visited {
	text-decoration: none;
	color: #000;
}
.siteMap ul a:focus, .siteMap ul a:hover {text-decoration: none; background-color: #FFFFCC;	color: #000;}
.siteMap ul ul {list-style-image: url(../images/sm-arrow2.gif);}
.siteMap ul ul a:link, .siteMap ul ul a:visited {
	text-decoration: none;
	color: #000;
}
.siteMap ul ul a:focus, .siteMap ul ul a:hover {text-decoration: none; background-color: #FFC;	color: #000;}
.siteMap ul ul ul {list-style-image: url(../images/sm-arrow3.gif);}
.siteMap ul ul ul a:link, .siteMap ul ul ul a:visited {text-decoration: none;	color: #000;}
.siteMap ul ul ul a:focus, .siteMap ul ul ul a:hover {text-decoration: none; background-color: #FFC;	color: #000;}

/* Feedback Form Styles */
#feedbackForm {
	margin: 0px 0px 0px 0px;
	overflow: auto;
	width: 95%;
	padding: 0px;
}
#feedbackForm textarea, input, select {
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
}
#feedbackForm label {
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
	font-weight: normal;
	padding: 0;
}
#feedbackForm .buttonArea {
	width: 90%;
	margin: 0px;
	padding: 0px 0px 10px 0px;
	white-space: nowrap;
}
#feedbackForm .buttonArea label{margin: 0; padding: 0;}


/* info boxes, columns, table styles, etc. */
div.cols2 {
	margin: 10px 0px 15px 0px;
	padding: 10px 10px 10px 30px;
	font-family: Arial, Helvetica, sans-serif;
	width: 90%;
	background: #CCC;
}
div.cols2-l	{
	padding: 0px;
	width: 30%;
	float: left;
	margin: 5px 0px 5px 0px;
}
div.cols2-r {
	padding: 0px;
	width: 69%;
	float: right;
	margin: 5px 0px 5px 0px;
}

.contactBox {
	background: #CCC;
	width: 95%;
	margin: 15px 5px 15px 5px;
	padding: 10px 0px;
	overflow: auto;
}
.contactBox p {
	margin: 0px 10px 0px 20px;
	line-height: 1.2;
	color: #000;
}
.contactBox p em {font-style: normal;	font-weight: bold;}
.contactStub {}

.infoBox {
	background: #CCC;
	width: 85%;
	margin: 20px 0px 30px 25px;
	padding: 10px 0px;
	overflow: auto;
}
.infoBox p {
	line-height: 1.2;
	margin: 0px 10px 0px 30px;
	color: #000;
}
.infoBox p em {font-style: normal; font-weight: bold;}
.infoStub {}
.infoBlock {}
.indexBlock {}

.infoTable {margin: 20px 5px 30px 20px;	color: #000;}
.infoTable table {
	border: none;
	font-family: Arial, Helvetica, sans-serif;
	width: 95%;
}
.infoTable table tr, td, th {
	line-height: 1.1;
	padding: 5px 5px 5px 20px;
}
.infoTable table th {
	font-weight: normal;
	width: 33%;
	text-align: left;
}
.infoTable table td {
	border-left: 1px solid #ccc;
	width: 67%;
}
.infoTable table em {font-style: normal; font-weight: bold;}
.groupsTable {margin: 20px 5px 30px 20px;	color: #000;}
.groupsTable table {
	border: none;
	font-family: Arial, Helvetica, sans-serif;
	width: 98%;
}
.groupsTable table tr, td, th {
	line-height: 1.1;
	padding: 5px 5px 5px 7px;
	vertical-align: text-top;
}
.groupsTable table th {
	border-left: 1px solid #ccc;
	font-weight: bold;
	width: 33.33%;
	text-align: center;
	padding: 5px;
}
.groupsTable table td {
	border-left: 1px solid #ccc;
	width: 33.33%;
}
.groupsTable table em {font-style: normal; font-weight: bold;}
.subhead {
	text-align:left;
	padding-left: 40px;
	line-height: 0.8;
}
.rowhead {background-color: #E0F9F0;}
.rowodd {background-color: #FFF;}
.roweven {background-color: #F7F7F7;}
#colourTestBox {
	background-color: #DDD; 
	color: #000; 
	border: #000 solid 1px;
	padding: 4px;
	margin: 7px;
}
#siteStyles {}
#siteStyles a:focus {background-color: #FFC; color: #000; text-decoration: none;}



/*-----------------------------------------------------------------------------------*/


.sectionLinksTop h2{
	background: url(../images/left-nav-main-sections-plain-zebra.jpg) no-repeat;
	color: #FFF;
	height: 24px;
	padding: 10px 0px 0px 10px;
	width: 177px;
}

.mainSectionLinksTop h2{
	background: url(../images/left-nav-main-sections-plain-zebra.jpg) no-repeat;
	color: #FFF;
	height: 24px;
	padding: 10px 0px 0px 10px;
	width: 177px;
}

.sectionLinksBottom {
	background: url(../images/left-nav-bottom-plain-zebra.jpg) no-repeat;
	height: 13px;
	border-bottom: none;
}

#topSiteStyles {
	font-size: 70%;
	color: #333;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 22px;
	width: 938px;
	height: 62px;
	background: url(../images/below-global-nav-image-plain-zebra.jpg) no-repeat;
	position: relative;
}
.topSiteStylesPadding {
	display: block;
	padding: 28px 0px 0px 0px;
	width: 940px;
}
.siteStyles {
	font-size: 115%;
	font-style: italic;
	font-weight: bolder;
	display: inline-block;
}
#rightnavBar {
	float: left;
	display: block;
	width: 177px;
	padding: 0px 0px 0px 5px;
}
#countySiteLink a {
	background: url(../images/county-sites-link-image.jpg) no-repeat left bottom;
	display: block;
	width: 177px;
	height: 135px;
}
#countySiteLink a:hover  {
	     background-position: right bottom;
}	
#onlineShop a {
	background: url(../images/online-shop-link-image.jpg) no-repeat left bottom;
	display: block;
	width: 177px;
	height: 147px;
}
#onlineShop a:hover  {
	     background-position: right bottom;
}
#footerNav .footerSiteStyles {
	position: relative;
	display: inline-block;
	left: 350px;
	top: 0px;
}
#rightnavBulletLinks {
	margin: 15px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	color: #000;
	font-size: 75%;
	text-decoration: none;
}
#rightnavBulletLinks ul li {
	list-style: none;
	background: url(../images/right-nav-bullet-list-image.jpg) no-repeat;
	height: 23px;
	margin: 0px 0px 0px 0px;
	padding: 1px 0px 0px 24px;
	line-height: 1.8em;
}
#rightnavBulletLinks ul li a {
	text-decoration: none;
}
#rightnavBulletLinks ul li a:hover {
	color: #F60;
	text-decoration: none;
}
.plainZebra {background-color: #C5C5C5;}

.basicBlue {background-color: #FFF;}

#footer .basicBlue {background-color: #C5C5C5;}

#footer .wideZebra {background-color: #C5C5C5;}

#footer .buzzyBee {background-color: #C5C5C5;}
