/* CSS Document */

* {	
	padding: 0;
	margin: 0;
}

body {
	font: 78%/1.5 tahoma, verdana, arial, sans-serif;
	background: #def;
	text-align: center;
	margin: 2em;
	color: #630;
}

div.container {
	margin:0 auto;
	width:780px;
	background: #ffffe1;
	line-height:150%;
	padding: 5px;
	border: 1px solid #630;
	}

/* This is the start of the banner elements */
/* This hides the dmqlogo behind a transparent GIF */
img.logo{
	float:left;
    background:url(../images/dmqlogo.jpg);
}
/* This is the main haeading for the banner */
div.header{
	padding-top: 5px;
	height: 120px;
	width: 339px;
	float: left;
}

h1.heading{
	padding-top: 10px;
	font-size: 22px;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	line-height: 40px;
}

h2.heading{
	font-size: 11px;
	text-align: center;
	padding-top: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: normal;
	font-style: italic;
}

h3.heading{
	font-size: 12px;
	text-align: center;
	padding-top: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}

h4{
	font-size: 16px;
	text-align: center;
	font-family:  Arial, Verdana, Helvetica, sans-serif;
	font-weight: bold;
}

/* This is the top navigation bar - details in menu.css */
#topnav {
	float: right;
	height: 30px;
	width: 274px;
	} 

/* This is the picture in the banner */
div.picbox {
	float:left;
	width: 276px;
	height: 120px;
	margin: 0 auto;
}
/* This is the end of the banner */

/*This is the main navigation bar - details in menu.css*/
#nav {
	clear: left;
	position: relative;
	z-index:20; 
	left: 0px; 
	top: 0px; 
	height: 30px; 
	margin: 0px;
	padding-top: 10px;}

/* This is the area for the text content */ 
div.main{
	clear: left;
	position: relative;
	top: 0px;
	width: 780px;
	margin-top: 5px;
	background: #fff;
	border: 1px solid #b3a49d;
	text-align: left;
	z-index: 0;
}
/* This sets up the area for the page title */
div.title {
    width: 779px; 
	clear: left;
	height: 25px;
	background: #d9d9bf;
	margin-top : 0px;
	margin-bottom : 5px;
	padding-top: 5px;
	border-bottom: 1px solid #b3a49d;
} 
/* This is the page title formatting*/
h1.title{
	padding: 5px;
	font-size : 14px;
	font-family : Arial, sans-serif;
	font-weight: bold;
	margin-top : 0px;
	margin-bottom : 5px;
	text-align: center;
}
/* This is the formatting for eg stats table content */
p{
	text-align: left;
	margin-top:0px;
	padding-left: 20px;
	font-size: 11px;
	}

p a {
	background: #d9d9bf;
	font-style: normal;
	font-weight: bold;
	color: #630;
	text-decoration: none;
}

p a:hover {
	background: #d9d9bf;
	color : #268080;	
	font-weight: bold;
	text-decoration: none;
}

/* This is the formatting for most of the text content */
p.left {
	text-align: left;
	margin-top: 5px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 5px;
	font-size: 12px;
	}
	
p.left a {
	background: #d9d9bf;
	font-style: normal;
	font-weight: bold;
	color: #630;
	text-decoration: none;
}

p.left a:hover {
	background: #d9d9bf;
	color : #268080;
	font-weight: bold;
	text-decoration: none;
}


p.center{
	text-align: center;
	font-size: 12px;
	}
	
p.scotlite{
	text-align: center;
	font-size: 10px;
	padding-left: 20px;
	}	
	
/* This is the formatting for the left column in 2 column pages */
div.left{
	float:left;
	text-align: center;
	width: 260px;
	margin-top:0;
	padding-top: 15px;
	border-right:1px solid #630;
}
/* This is the formatting for most pages and the right column in 2 column pages */
div.copy{
	margin-left:260px;
	margin-top: 0;
	text-align: justify;
	padding-top: 10px;
	padding-right:10px;
	padding-left : 10px;
	font-size: 12px;
}
/* This is the fomatting for the update sentence */
.update{
	height: 20px;
	text-align: center;
	color:#b35900;
	font-style: italic;
	padding-bottom: 5px;
	vertical-align: text-bottom;
	font-size: 12px;
}
/* Formatting for the statistics table */
table.statstable{
	table-layout: auto;
	border: 2px solid #b3a49d;
	padding: 2px;
	border-collapse: collapse;
	margin: 0 auto;
	width: 90%;
	background: #d9d9bf;
	font-size: 12px;
}

/* Format for the table cell contents for various tables */
.td {
	border: 1px solid #b3a49d;
	padding: 5px;
}

.td  a{
	background: #d9d9bf;
	font-style: normal;
	font-weight: bold;
	color: #630;
	text-decoration: none;
}

.td a:hover{
	background: #d9d9bf;
	color : #268080;
	text-decoration: none;
	font-weight: bold;
}
/* Setting up the footer */
div.footer{
	table-layout: fixed;
	background: #d9d9bf;
	width: 780px;
	height: 25px;
	clear:left;
	border-top: 1px solid #b3a49d;
}
/* Format for the footer table */
table.footertable{
	font-size: 10px;
	text-align: center;

}
/* Format for the left and right footer table cells*/
.tdf {
	width: 70px;
	text-align: center;
	text-decoration: none;
	border-style: none;
	border: 0px;

}
.tdfm {
	width: 630px;
	text-align: center;

	}
	
/* Setting up the table for News and for FAQ and answers */
table.gentable {
	table-layout: fixed;
	border: 2px solid #b3a49d;
	padding: 5px;
	border-collapse: collapse;
	width: 90%;
	margin: 0 auto;
	background: #ffffe1;
}
/* Format for FAQ titles */
h5 {
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
}

/* Format for the top all FAQ table cells */
.tdfaq {
	width: 33%;
	border: 1px solid #b3a49d;
	padding: 5px;
	}

.tdfaq a, .tdfaq a:hover {
	text-decoration: none;
	font-weight: bold;
}

/* Format for the FAQ and answer table cells */
.tdfaq1 {
	width: 92%;
	border: 1px solid #b3a49d;
	padding: 5px;
}
.tdfaq1 a, .tdfaq1 a:hover {
	text-decoration: none;
	font-weight: bold;
}
.tdfaq2 {
	width: 7%;
	border: 1px solid #b3a49d;
	padding: 5px;
}
.tdfaq2 a{
	text-decoration: none;
	background: #d9d9bf;
	color: #630;
	font-weight: bold;
}
.tdfaq2 a:hover {
	text-decoration: none;
	background: #d9d9bf;
	color : #268080;
	font-weight: bold;

}
/* Format the cells for the "news" table */
.tdnews1 {
width: 80%;
padding: 5px;
}
.tdnews2 {
width:19%;
border: 1px solid #b3a49d;
text-align: center;
}
/* Format for the Sitemap list */
ul.none {
	list-style-type: none; 
	text-decoration: none;
	padding-left: 20px;
}

ul.none li a{
	color: #630;
	text-decoration: none;
	background: #d9d9bf;
	font-weight: bold;

}

ul.none li a:hover{
	color: #268080;
	background: #d9d9bf;
	font-weight: bold;
	}
	
/* Setting up the Assessment Centre table */	
table.actable{
	table-layout: auto;
	border: 2px solid #b3a49d;
	padding: 2px;
	border-collapse: collapse;
	width: 90%;
	margin: 0 auto;
}

/* Set up the image replace for the "top" button */
div.top
{
  float: left;
  width: 40px;
  height: 30px;
  /*border: 1px solid black;*/
}
div.top a
{
  display: block;
  height: 30px;
  background: url(../images/top.gif) no-repeat;
  overflow: hidden;

}
div.top a:hover
{
  display: block;
  height: 30px;
  background: url(../images/top-over.gif) no-repeat;
  overflow: hidden;

}
div.top img
{
  visibility: hidden;
}
/* Set up the image replace for the "news" button */



div#newsb
{
  width: 99px;
  height: 20px;
  text-decoration: none;
  text-align: center;
    /*border: 1px solid black;*/
}
div#newsb a
{
  display: block;
  height: 20px;
  text-decoration: none;
  background: url(../images/news.gif) no-repeat;
  overflow: hidden;
}
div#newsb a:hover
{
  display: block;
  height: 20px;
  background: url(../images/news-over.gif) no-repeat;
  overflow: hidden;
}
div#newsb img
{
  visibility: hidden;
}

img
{  border-style: none;
}



