/* CSS Document - there is also a print style */

/* body - text size etc including Simplified Box Model Hack (SBMH) */
body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #000;
	background-color: inherit;
}
* html body {
font-size: x-small; /* for IE5/Win */
f\ont-size: small; /*for other IE versions */
}
/* end of SBMH */
#jumptop {
	font-size: 85%;
	background-color: inherit;
	color: #399;
	margin: 0px 30px 0px 0px;
}
#jumptop a:visited {
	background-color: inherit;
	color: #399;
}
/* container/wrap */
#container {
	clear: both;
	width: 85%; 
	background-color: #ccfbff;
	color: #000;
	margin: 5px auto; 
	padding: 5px;
	border-right: #399 2px solid;
	border-bottom: #399 2px solid;
}
/* header/banner */
#header {
	margin: 5px 5px 0px 5px;
	min-height: 10px; 
	background: #fff url(images/header_bg2.jpg) repeat-y top left;
	padding: 5px;
	border-right: #399 2px solid; 
	color: #000;
}
h1#headertext{
	font-weight: normal;
	background: transparent url(images/daclogo.gif) no-repeat bottom right;
	color: #ccfbff;
	font-size: 250%;
	text-align: left;
	padding: 20px;
	margin-bottom: 0px;
}
h1#headertext strong{
	font-weight: bold;
	background-color: inherit;
	color: #000;
	font-style: normal;
}
h1#headertext em{
	font-weight: normal;
	background-color: inherit;
	color: #699;
	font-style: normal;
}
/* alternate rule for IE only */
* html #header {
	height: 100px;
}
/* below header - strapline*/
p#strapline1 {
	font-size: 100%;
	font-weight: bold;
	font-style: normal;	
	padding: 8px 5px 4px 5px;
	background: #fff url(images/strapline1_bg.jpg) repeat-x top left;
	color: #000;
	margin: 0px 5px 0px 5px;
	text-align: right;
	border-right: 0px;
}
/* top nav for strapline2 - changes made on 20 October due to IE7 zooming problems*/
#strapline2 {
	font-size: 100%;
	font-weight: bold;	
	padding: 5px 10px 5px 10px;
	background: #7763ad;
	color: #fff;
	margin: 0px 5px 0px 5px;
	border-top: 0px;
	border-bottom: #399 1px solid;
	border-right: #399 1px solid;
}
#strapline2 a { 
	text-decoration: underline;
	background-color: inherit;
	color: #fff;
}
#strapline2 a:link, #topnav a:visited{ 
	text-decoration: underline;
	background-color: inherit;
	color: #fff;
}
#strapline2 a:hover {
	background-color: inherit;
	color: #cb8fbc;
	text-decoration: underline;
}
/* end of top nav modified from Accessify.com - end of changes made on 20 October 2006*/

/* left navigation panel */
#sidebar1 {
	float: left; 
	width: 25%;
	margin: 5px;
	padding-top: 5px; 
	padding-right: 5px; 
	padding-bottom: 5px; 
	padding-left: 5px; 
	border-top: 0px;
	border-right: #399 1px solid;
	border-bottom: #399 1px solid;
	border-left: 0px;
	background: #fff url(images/sidebar_bg.jpg) repeat-y top left;
	color: #000;
}
/* left navigation links */
#navlist {
	list-style-type: none; 
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	border: 0px;
	background-color: inherit;
	color: inherit;
}
#navlist li {
	border-top: #fff 4px solid;
	border-right: #399 2px solid; 
	border-bottom: #399 2px solid;
	border-left: 0px;
	background-color: inherit;
	color: inherit; 	
}
#navlist li a {
	display: block;
	text-align: left; 
	text-decoration: none;
	padding: 5px;
	border-top: 0px;
	border-right: 0px; 
	border-bottom: 0px; 
	border-left: #669 10px solid;
	background-color: inherit;
	color: inherit; 
}
#navlist li a:link {
	background-color: #fff;
	color: #000;
}
#navlist li a:visited {
	background-color: #fff;
	color: #000;
}
#navlist li a:hover {
	background-color: #399;
	color: #fff; 
}
/* alternative for current page */
#navlist li#current a {
	background-color: #ccfbff;
	color: #000;
	border-top: 0px;
	border-right: 0px; 
	border-bottom: 0px; 
	border-left: 0px;
}
/* news sidebar */
#newssidebar {
	float: left; 
	width: 25%;
	margin: 5px;
	padding-top: 5px; 
	padding-right: 5px; 
	padding-bottom: 5px; 
	padding-left: 5px; 
	border-top: #c69 1px solid;
	border-right: #c69 1px solid;
	border-bottom: #c69 1px solid;
	border-left: #c69 1px solid;
	background: #fff;
	color: #000;
}
/* left navigation links */
#newsnavlist {
	list-style-type: none; 
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	border: 0px;
	background-color: inherit;
	color: inherit;
}
#newsnavlist li {
	border-top: #fff 4px solid;
	border-right: #c69 1px solid; 
	border-bottom: #c69 1px solid;
	border-left: 0px;
	background-color: inherit;
	color: inherit; 	
}
#newsnavlist li a {
	display: block;
	text-align: left; 
	text-decoration: none;
	padding: 5px;
	border-top: 0px;
	border-right: 0px; 
	border-bottom: 0px; 
	border-left: #c69 10px solid;
	background-color: inherit;
	color: inherit; 
}
#newsnavlist li a:link {
	background-color: #fff;
	color: #000;
}
#newsnavlist li a:visited {
	background-color: #fff;
	color: #000;
}
#newsnavlist li a:hover {
	background-color: #c69;
	color: #fff; 
}
/* alternative for current page */
#newsnavlist li#current a {
	background-color: #ccfbff;
	color: #000;
	border-top: 0px;
	border-right: 0px; 
	border-bottom: 0px; 
	border-left: 0px;
}
/* main content */
#content {
	background-color: #ccfbff;
	color: #000;
	margin-left: 30%;
	padding: 10px; 
}
img.pad {
	float: right;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

/* footer section */
#footer {
	clear: both; 
	margin: 5px;
	padding: 5px;
	border-top: #639 1px dotted;
	background-color: #ccfbff;
	color: inherit;
	font-size: 90%;
	text-align: right; 
}

/* Link styles */
a {
	background-color: inherit;
	color: #34768B; 
	text-decoration: underline;
}
a:link {
	background-color: inherit;
	color: #34768B; 
	text-decoration: underline;
}
a:visited {
	background-color: inherit;
	color: #639; 
	text-decoration: underline;
}
a:hover {
	background-color: inherit;
	color: #36F;
	text-decoration: underline;
}
a:active {
	background-color: inherit;
	color: #34768B; 
	text-decoration: underline;
}

/* html text styles */
h2 {
	font-size: 150%;
	font-weight: bold;
	background-color: inherit;	 
	color: #000;
	margin-bottom: 0px;
}

h3 {
	font-size: 110%;
	font-weight: bold;
	background-color: inherit; 	 
	color: #366;
	border-top: #669 1px dotted;
	padding-top: 8px;
	margin-bottom: 2px;
}
h3 + p {
	margin-top: 2px;
}
h4 {
	font-size: 110%;
	font-weight: bold;
	background-color: inherit;	 
	color: #000;
	margin-bottom: 5px;
	border-bottom: #399 1px dotted;
}
h5 {
	font-size: 120%;
	font-weight: bold;
	background-color: inherit;
	color: #c69;
	margin-bottom: 5px;
	border-bottom: #c69 1px dotted;	
}
h6 {
	font-size: 100%; 
	font-weight: bold;
	background-color: inherit;	 
	color: #000;
	margin-top: 0px;
}

/* smaller text */
.note{
	font-size: 85%;	
	background-color: inherit;
	color: #360;
}
abbr{
}
acronym{
}
blockquote{
}
cite{
	font-size: 100%;
	font-style: italic;
	font-weight: bold;
	background-color: inherit;
	color: inherit;
	display: inline;
}
.quoteblock{
	font-size: 90%;
	font-style: normal;
	font-weight: normal;
	width: 90%;
	background-color: #fff;
	color: #360;
	text-align: left;
	border: #393 1px dotted;
	margin: 0px;
	padding: 10px;
}
strong{
	font-style: normal;
	font-weight: bold;
	background-color: inherit;
	color:#366;
}
em{
	font-style: normal;
	font-weight: bold;
	background-color: inherit;
	color:#399;
}
/* address styles */
address{ 
	font-size: 90%;
	font-style: normal;
	font-weight: normal;
	width: 90%;
	background-color: inherit;
	color: #360;
	text-align:left;
	border: 0px;
	margin: 0px;
	padding: 4px;
}
address.name{
	font-weight: bold;
	background-color: inherit;
	color: #966;
	border-top: #363 1px dotted;
	padding-left:10px;
}
address.jobtitle{
	font-weight: normal;
	padding-left: 30px;
	background-color: inherit;
	color: inherit;
}
address.organisationname{
	font-weight: bold;
	padding-left: 10px;
	border-bottom: #363 1px solid;
	background-color: inherit;
	color: inherit;
}
address.formername{
	font-weight: normal;
	padding-left: 30px;
	background-color: inherit;
	color: inherit;
}
address.lines, .towncity, .county, .zippostcode{
	font-weight: normal;
	padding-left: 85px;
	background-color: inherit;
	color: inherit;
}
address.tel, .fax, .helpline, .email, .mobile, .web{
	font-weight: normal;
	padding-left: 40px;
	background-color: inherit;
	color: inherit;
}
/* end of address styles */
/* to top style */
.top a {
	background-color: #ccfbff;	
	color: #399;
	font-weight: bold;
	text-decoration: underline;
	padding: 3px;
	border: #399 1px dotted;
	margin:1px;
}
.top a:visited {
	background-color: inherit;
	color: #399;
}
.top a:hover {
	background-color: #fff;
	color: #34768B;
}
/* Hacks for wonky browsers */

/* Hide from IE5/Mac \*/
#footer { 
height: 1%;
}
/* End hide from IE5/Mac*/

/* Hide from IE5/Mac\*/
* html #footer {
height: 1%;
}
/*End hide from IE5/Mac */

/* End of hacks for wonky browsers */
