﻿/* default font size*/
@import url("medium.css");

/* HTML styles */

* {
	  margin:0;
	  padding:0;
	}

body {
	font-family: Verdana, Tahoma, Helvetica, Arial, sans-serif;
	color:#222222; /* gives 7.5:1 against #AAADF0 and 12.3:1 against #FCE27C  */
}

h1 {
	letter-spacing:0.15em;
	font-size:1.5em;
	color: navy;
	margin-left:2em;
	padding:1em 0 1em;
}

h2 {
	letter-spacing:0.15em;
	font-size:1.2em;
	color:navy;
	margin-left:2.6em;
	padding:1em 0 1em;
}

h3 {
	letter-spacing:0.15em;
	font-size:1em;
	color:navy;
	margin-left:3.2em;
	padding:1em 0 1em;
	font-weight:bold;
}

p {
	margin-left:5em;
	padding: 0 0 1.5em 0;
}

q { 
	color:inherit;
	margin-left:inherit
}

dl {
	margin-left:5em;
	padding: 0 0 1.5em 0;
}

dt {
	font-weight:bold;
}

dd {
	padding-bottom:1em;
}

ul {
	padding-top: 0.5em;
}

ol {
	padding-top: 0.5em;
	padding-bottom: 1em;	
}

img {
	border:none
}

acronym {

		border-bottom-style:dotted;
		border-bottom-width:thin; 
		border-bottom-color:#666 
}

form {
	background: #F5F7FE;
	width: 100%;
}

fieldset {
	padding:0.5em 0 .5em 0;
	margin-top: 1em;
	margin-left:auto;
	margin-right:auto;
	background: url(images/bgform.jpg) repeat-x;
	width:75%;
	
}

fieldset ol {  
padding: 1em 1em 0 1em;  
list-style: none;
}
fieldset li {  
padding-bottom: 0.5em;
display:block;
}
fieldset.submit {  
border-style: none;
text-align:center;
background-image:none;
}


legend {
	color:#000;
	font-variant:small-caps;
	margin-left:1em;
}

label {
	cursor:pointer;
	float: left;  
	width: 13em;  
	margin-right: 1em;
}

option {
	padding-right: 0.5em;
}
	


/* ID styles */

#introlinks {
	list-style-type:none;
	display: inline;
	text-align:center;
	padding: 5px 1em 0 1em;
}

#introlinks li {
	padding: 0 0 0 2em;
}

#introfontsizer {
	text-align:center;
	padding:0;
	float: right;
}

#introfontsizer ul {
	padding:0 10px 0 0
}

#introfontsizer li {
	list-style-type:none;
	display:inline;	
	padding: 0
}

#flashintro {
	text-align:center;
	margin: auto 
}



#bgwrapper {
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
}

#mainwrapper {
	max-width:1000px;  
	width: 90%;
	margin-left: auto ;
 	margin-right: auto ;
 	margin-top: 2%;
 	background-color:white;
 	padding-bottom:2em;

}


#banner {

	min-width: 900px;
	width: 900px;	
	width:auto !important;	
	height: 84px;

}
	
#atilogo {
	float: left;
}

#pagebanner {
	float: right;
}

#slogan {
	font-style:italic;
}

#access {
	font-size: 0.68em;
	text-align:right;
	
}

#access li {
	display:inline;
	padding-left: 0.75em;
/*	margin-bottom: 0.5em; */
	list-style-type:none;
}

#access a {
	text-decoration:none;
	}

#fontsizer li {
	padding: 0;
}


#nav {
	
	background-image:url('images/navback.jpg');background-repeat:repeat-x;
	padding:0 0 0 1em;
  	min-height:50px;
  	height:auto !important;
  	height:50px;
}

#menu {

	font-size:1.6em; 
	display:block;

}

#menu li {
	list-style-type:none;
	padding-right: 1.2em;
	vertical-align:text-bottom;
	color:#070A56;
	display:inline;

}


#menu a:link{
	text-decoration: none;
	color:#070A56;	
}


#menu a:visited{
	text-decoration: none;
	color:#070A56;}

#menu a:hover{
	text-decoration: underline;
	color:#000000;	
}

#submenu {

	display:block;
	padding-top:1em

}

#submenu li {
	list-style-type:none;
	padding-right: 1.2em;
	vertical-align:text-bottom;
	color:#070A56;
	display:inline;
	line-height: 2em;
	white-space:normal
}


#submenu a:link{
	text-decoration: none;
	color:#070A56;	/* gives 10.5:1 against #C0C9D0*/
}


#submenu a:visited{
	text-decoration: none;
	color:#070A56;}

#submenu a:hover{
	text-decoration: underline;
	color:#000000;	
}


#mainpane {
	margin-top:1em;
	border-bottom:1px;
	border-top:1px;
	border-left:0px;
	border-right:0px;
	border-color:orange;
	border-style:solid;
	min-height:60%;
  	height:auto !important;
  	height:60%;	
	display:block;
	background-image:url('images/bg.jpg');background-repeat:repeat-x;
	background-color:#aaadf0;
}

#mainpane a {
	color:#000088 /*gives 7.3:1 against #AAADF0 and 12:1 against #FCE27C  */
}

#mainpane a:visited {
	color:#000000 /*gives 9.9:1 against #AAADF0 and 16.3:1 against #FCE27C  */
}



#content {;
	margin-top:1em;
	padding-right:2em;  /* was 60px  */
	text-align:left;
	line-height: 1.8em;
	display:block;

}

#contentcontent {
	padding-right:2em;  /*was 60px  */
	margin-top:1em;
	text-align:left;
	line-height: 1.8em
}

#sidepanel {
	margin-left:2em;
	margin-bottom:2em;
	float:right; 
	width: 15em;
	max-width:35%;
	background-color:#FCE27C;
	background-image:url('images/cornertl.jpg');background-position:left top;background-repeat:no-repeat;
	border: 20em;
	line-height: 1.5em;
	display:block;
}

#sidepanel dl {
	background: url('images/cornertr.jpg') right top no-repeat;
	margin-left:0;	

}

#sidepanel dt {
	font-weight:bold;
	padding: 2em 0 .5em 1.5em;
}

#sidepanel dd {
	padding: 0 0.5em 2em 1.5em;
}

#sidepanelcontent {
	background: url('images/ffwd.png') left no-repeat;
	min-height:500px;
  	height:auto !important;
  	height:500px;
}

#sidepanelfloat 
{
	float: right;
	padding-right: 0.5em;

}

#sidepanel li {
	padding: 0 0 .5em 1em;
	list-style-type:none;

}

/* ---- Links page divs ---------- */


#linksgeneral {
	padding: 1.5em 0 1.5em 0;
}

#linksdisability {
	background:url(images/tabdisability.jpg) left no-repeat;
	padding: 1.5em 0 1.5em 0;
}

#linksac {
	background:url(images/tabac.jpg) left no-repeat;
	padding: 1.5em 0 1.5em 0;
}

#linkshacc {
	background:url(images/tabhacc.jpg) left no-repeat;
	padding: 1.5em 0 1.5em 0;
}

#linksmh {
	background:url(images/tabmh.jpg) left no-repeat;
	padding: 1.5em 0 1.5em 0;	
}

#linksdementia {
	background:url(images/tabdementia.jpg) left no-repeat;
	padding: 1.5em 0 1.5em 0;
}

#linksmhtrs {
	background:url(images/tabmhtrs.jpg) left no-repeat;
	padding: 1.5em 0 1.5em 0;
}

#footer {
	padding-bottom: 2em;
	font-size:0.8em;
	display:block;
	width: 100%;
	text-align:center ;
}

#footer li {
	list-style-type:none;
	float:left;
	text-align:center;
	padding-left:2em;
	padding-right:2em;
}

#credits {
	font-size:0.8em;
	padding-top: 5em;
	color:#505050; /* 8:1 on white */
	text-align:right;
}

#credits a {
	color:#505050
}

#fundingcredits {
	display: block;
	font-size:0.8em;
	padding-top: 2em;
	color:#505050; /* 8:1 on white */
	text-align:center
}

#fundingcredits p {
	margin-left: 0;
}

#fundingcredits a {
	color:#505050
}



/* Custom classes */

.qinline {
	margin:0
}

.centreddiv {
	text-align:center;
	margin:auto;
}

.longdesc {
	padding-right: 2em
}

.longdesc ol {
	margin-left: 7em
}

.longdesc ol li {
	padding-bottom: 0.5em
}

.longdesc ol ul {
	margin-left: 2em
}


.youarehere {  /* menu indication */
	color:#F90 !important;
	text-decoration:overline;	
}

.inlinedef {
	margin-left:5em
}

.indent1 {
	padding-left:8em;
	padding-top:0
}

.indent2 {
	padding-left:3em;
	padding-top:0
}

.divindentquote {
	text-align:left;
	font-style:italic;
	width:80%;
	padding-left:6em;
	padding-bottom: 1.5em
}

.w3cvalid {
	float:right;
	height:17px
}

.w3cvalid a {
	text-decoration:none;
}

.toctitle {
	padding: 2em 0 0.5em 1em;
	margin-left:.5em;
	font-weight:bold;
	background: url('images/cornertr.jpg') right top no-repeat;
}

.toch3 {
	padding: 0 0 .5em 0.1em;
}

/* --------- side tabs ---------*/
.tabdisability {
	background-image:url(images/tabdisability.jpg);
	background-attachment:fixed;
	background-repeat:no-repeat;
	background-position:bottom left;
	z-index:10;  
}

.tabac {
	background-image:url(images/tabac.jpg);
	background-attachment:fixed;
	background-repeat:no-repeat;
	background-position:bottom left;
	z-index:10;  
}

.tabhacc {
	background-image:url(images/tabhacc.jpg);
	background-attachment:fixed;
	background-repeat:no-repeat;
	background-position:bottom left;
	z-index:10;  
}

.tabdementia {
	background-image:url(images/tabdementia.jpg);
	background-attachment:fixed;
	background-repeat:no-repeat;
	background-position:bottom left;
	z-index:10;  
}

.tabmh {
	background-image:url(images/tabmh.jpg);
	background-attachment:fixed;
	background-repeat:no-repeat;
	background-position:bottom left;
	z-index:10;  
}

.tabmhtrs {
	background-image:url(images/tabmhtrs.jpg);
	background-attachment:fixed;
	background-repeat:no-repeat;
	background-position:bottom left;
	z-index:10;  
}

.tabsys {
	background-image:url(images/tabsys.jpg);
	background-attachment:fixed;
	background-repeat:no-repeat;
	background-position:bottom left;
	z-index:10;  
}

.tabatod {
	background-image:url(images/tabatod.jpg);
	background-attachment:fixed;
	background-repeat:no-repeat;
	background-position:bottom left;
	z-index:10;  
}

.picright {
	float:right;
	margin-left: 1em;
	margin-bottom: 1em;
	border: #FFF solid thick;
	line-height: 0px; /* remove blank space between bottom border and image */
}

.picleft {
	float:left;
	margin-right: 1em;
	margin-left: 1em;
	margin-bottom: 1em;
	border: #FFF solid thick;
	line-height: 0px; /* remove blank space between bottom border and image */
}

.picblock {
	float:none;
	display:block;
	margin-right: 1em;
	margin-left: 1em;
	margin-bottom: 1em;
	border: #FFF solid thick;
	line-height: 0px; /* remove blank space between bottom border and image */	
}

.rightlabel {
	width: auto;
	float:none;
	padding-left:0.5em;
}

.formback {
	background-color:#F5F7FE !important;
	background-image:none !important;
}

.formtext {
	font-size: inherit;
}

.commenttext {
	font-size: 1.3em;
}

.formemail {
	font-size: inherit;
	width: 20em;
}	

.nobullets li {
	list-style-type:none;
	margin-left:5em;	
}

