/* dw.css : Dementia Web Default Layout and Formatting */

html, body, p, h1, h2, h3, h4, h5, h6 {
margin: 0;
padding: 0;
border: 0;
}
ul, ol, li, form, fieldset, table, tr, td, th {
margin: 0;
padding: 0;
border: 0;
}
body {
  background-color: #F9FCFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100.01%;
	color: #456;
	line-height: 1.166;	
	padding: 0;
	border: 0;
	margin: 7px auto;
	text-align: center;
}
h1, h2, h3, h4, h5, h6 {
	font-family: Arial, Helvetica, sans-serif;
	color: #365A8E;
	margin: 0px;
	padding: 0px;
}
h1 {
	font-size: 115%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
h2 {
	font-size: 115%;
	padding: 5px 0px 5px 0px;
}
h3 {
	font-size: 110%;
	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: #555;
}
h6 {font-size: 100.01%;}

ul,ol {
	margin: 0px 0px 15px 0px;
	padding: 0px 0px 0px 0px;
	line-height: 1.25;
}
ul em {
	font-style: normal;
	font-weight: bold;
}
li {
	margin: 1px 0px 1px 40px;
	padding: 0;
}

a:link, a:visited, a:hover {
	color: #069;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
	
/* Main Layout */
/* center a fixed width area in browser window  */
#siteWrapper { 
	width: 755px;
	background-color: #F0F8FF;
	margin:0px auto;
	border: 1px solid #ddd;
	text-align: left;
	padding: 0px 7px 0px 7px;
}

/* sits across top of page for site banner and main NavBar */
#mastHead {
	margin: 0;
	width: 100%;
	padding: 10px 0px;
	border-bottom: 1px solid #ccc;
}

/* sits down left side of page, 77 percent from right edge */
#navBar {
	margin: 5px 77% 0 0;
	padding: 0px;
/*	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;*/
	background-color: #F0F8FF;
}

/* sits between left navBar and right edge, taking up 76 percent of page */
#mainContent {
	float: right;
	margin: 7px 0px 7px 0px;
	width: 76%;
	padding: 0;
	background-color: #FFFFFF;
	border-left: 1px solid #ddd;
}

/* 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-color: #D8E0EB;
	padding: 0px 0px 0px 0px;
	margin-top: 0px;
	margin-left: 24%;
	margin-bottom: 7px;
	margin-right: 0px;
}

/* 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: #069; 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: #FFCCE6; 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: 5px 0px 5px 15px;
}
#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: #999;
	margin: 0;
	padding: 5px 10px 0px 0px;
}
#footerSub a {font-size: 105%;}

/* other Styles */
#siteName {display: none;}
#siteBanner {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 120%;
	color: #365A8E;
	margin: 0px;
	padding: 0px 0px 5px 0px;
	text-align: center;
}
#pageName {
	padding: 15px 5px 5px 5px;
	text-align: center;
}

/* globalNav styles */
#globalNav {
	color: #ccc;
	padding: 0px 0px 0px 15px;
	white-space: normal;
	text-align: center;
}
#globalNav img {display: block;}
#globalNav a {
	font-size: 90%;
	padding: 0px 3px 0px 3px; 
}
#globalNav a:focus {background-color: #FFC; color: #000; text-decoration: none;}

/* 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: 5px 10px 10px 15px;
	font-size: 90%;
}
.story p {
	padding: 10px 0px 5px 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 {
	padding: 0px 0px 20px 10px;
	border-bottom: 1px solid #cccccc;
	font-size: 80%;
	margin: 5px 0px 5px 0px;
}
#search h2 {margin: 0px; padding: 10px 0px 5px 0px;}
#search form {margin: 0px; padding: 0px;}
#search label {
	display: block;
	margin: 0px;
	padding: 0px;
	color: #365A8E;
	font-family: Arial, Helvetica, sans-serif;
}
#searchLogo {margin: 30px 0px 10px 0px;}

#navBar p {
	margin: 10px 5px 10px 10px;
	padding: 0px;
	font-size: 85%;
	color: #365A8E;
}

#navBar #navigation {
	width: 160px; 
	padding-bottom: 20px;
	margin:20px 0px 0px 5px;
}

/* navBar link styles */
/*#navBar ul a:link, #navBar ul a:visited {display: block;}*/
#navBar #navigation ul {/*list-style: none; margin: 0; padding: 0;*/

	margin: 0;
	padding: 0;
	border-top: 1px solid #08C;
	list-style-type: none;
	font-size: 90%;
	background-color: #E6EAF3;

}

#navBar #navigation ul li { 
	padding: 0; 
	margin: 0; 
	border-bottom: 1px solid #08C; 
	border-left: 1px solid #08C; 
	border-right: 1px solid #08C; 
}

#navBar #navigation ul li a.selected {
	background-color: #FFFFCC;
	color: #06A;
}


#navBar a:link, #navBar a:visited { 
	color: #365A8E; 
	display: block; /* simulate button */
	padding: 4px 0 6px 4px; 
	text-decoration: none; 
		width: 154px; /* set width for IE5.x - content width plus border widths plus padding value = 6 extra pixels */
	w\idth: 154px; /* reset width for IE6 and compliant browsers */
}

#navBar a:hover, #navBar a:focus { 
	background-color: #99B5DD;
	color: #000; 
}





/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {
/*	border-bottom: 1px solid #EEE; 
	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 0px;
	padding: 0px;
/*	border-bottom: 1px solid #ccc;
*/	font-size: 80%;
}
.navBarLinks h2 {padding: 6px 0px 4px 10px;}

/* voice-family box-model hack for older (pre Win IE6) browsers */
.navBarLinks a:link, .navBarLinks a:visited {
	padding: 2px 0px 2px 10px;
/*	border-top: 1px solid #ccc;
*/	width: 100%;
    voice-family: "\"}\""; 
    voice-family:inherit;
	width: auto;
}
.navBarLinks a:visited{
/*	border-top: 1px solid #ccc;
*/	padding: 2px 0px 2px 10px;
}
.navBarLinks a:hover{
/*	border-top: 1px solid #ccc;
*/	background-color: #FC0;
	padding: 2px 0px 2px 10px;
	text-decoration: none;
}


#sectionLinks a:hover, #sectionLinks a:focus {background-color: #FC0;}
#navBar .selected {background-color: #B7E8FF;}
#navBar .sectionHead {background-color: #E0F9F0;}
#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;
	border-bottom: 1px solid #ccc;
}
#logo img{display: block;	padding: 0px 0px 6px 3px;}
#logo p{
	font-size: 80%;
	margin: 5px;
}

/* SiteMap Styles */
.siteMap {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #069;
	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: #069;}
.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: #208099;}
.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: #4B8099;}
.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 25px;
	overflow: auto;
	width: 93%;
	padding: 0px;
}
#feedbackForm textarea, input, select {
	font-family: Arial, Helvetica, sans-serif;
	color: #069;
}
#feedbackForm label {
	font-family: Arial, Helvetica, sans-serif;
	color: #069;
	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;
	border-left: 1px solid #BED2DE;
	padding: 10px 10px 10px 30px;
	font-family: Arial, Helvetica, sans-serif;
	width: 90%;
	background: #F7F7F7;
}
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: #F7F7F7;
	width: 85%;
	border-left: 1px solid #BED2DE;
	margin: 15px 5px 15px 25px;
	padding: 10px 0px;
	overflow: auto;
}
.contactBox p {
	margin: 0px 10px 0px 30px;
	line-height: 1.2;
	color: #069;
}
.contactBox p em {font-style: normal;	font-weight: bold;}
.contactStub {}

.infoBox {
	background: #F7F7F7;
	width: 85%;
	border-left: 1px none #BED2DE;
	margin: 20px 0px 40px 25px;
	padding: 10px 0px;
	overflow: auto;
}
.infoBox p {
	line-height: 1.2;
	margin: 0px 20px 0px 20px;
	color: #069;
	font-size: 90%;
	text-align: justify;
}
.infoBox p em {font-style: normal; font-weight: bold;}
.infoStub {}
.infoBlock {}
.indexBlock {}

.infoTable {margin: 20px 5px 30px 20px;	color: #069;}
.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 {
	border-left: 1px solid #BED2DE;
	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: #069;}
.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;}
.groupsTable table th.first, .groupsTable table td.first {border-left: 1px solid #BED2DE;}
.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;}
.basicBlue {background-color: #E0F9F0;}
.buzzyBee {background-color: #D8E0EB;}
.plainZebra {background-color: #D8E0EB;}
.wideZebra {background-color: #D8E0EB;}
