/*
Paste in the style sheet for the site and edit as required. Any divs that do not need to be
visible eg header, footer, menu etc can simply have  - display: none;  - then any styles that
appear only in that div can be deleted

Important make sure you have overall page width as 100% 	

e.g.

.pagewidth {
	width: 100%;
	margin: 0px;
}


*/

body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: White;
	margin: 0;
	padding: 0;
	color: Black;
}

p, td, li, ul, ol, h1, h2, h3, h4, h5, h6	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: small !important;
	font-size: x-small;
}

hr {
	clear: both;
	color: #C0C0C0;
}


/* 	==================== Bolds text 	==================== */

.bold {
	font-weight: bold; 
}

/* 	==================== Overall page width 	==================== */

.pagewidth {
	width: 100%;
	margin: 0px;
}

/* 	====================  Basic Links 	==================== */

a  {
	text-decoration: underline;
	color: #B22222;
}
a:hover {
	color: #FF6347;
}

/* 	==================== Header	====================  */
.header {
	display: none;
}





 /* 	===================  Info Bar =================== 	*/
 .infobarcolour {
	display: none;
}


/* 	==================== Error messages ==================== 	*/

.error1 {
	color: Black;
	background-color: #FCC;
	margin: .5em;
}

/* 	==================== Footer ==================== 	*/
.footer {
	display: none;
}



/* 	==================== Left Hand Menu Area	==================== */

.navwidth{
	display: none;
}

.navigation {
	display: none;
}

/* 	==================== page content	==================== */

.pagecontent {
	margin: 1em 20px 20px 5px;
	text-align: left;
}
.pagecontent h1 {
}
.pagecontent h2 {
	font-size: small !important;
   font-size: x-small;
   font-weight: bold;
}

/* ================= content ===================== */
.titleheaderbar {
	background-color: #FF6D00;
	width: 520px;
}
.titleheaderbar h1 {
	color: #fff;
	font-size: x-large !important;
	font-size: large;
	font-weight: bold;
	margin: 2px 7px;
}
.contentsize {
	width: 98%;
}
.contentsize h3 {
	margin-top: 30px;
}
/*========= buttons ===== */
.bnnav {
	line-height: 1em;
	padding-top: 0.5em;
	padding-bottom: 1.25em;
	font-weight: bold;
	margin-left: 0em;
}
a.back {
	padding: 3px;
	color: #fff;
	background-color: #FC9208;
	text-decoration: none;
	font-weight: bold;
}
a.back:hover {
	background-color: #FEBF8C;
	color: #fff;
}
a.wex {
	float: left;
	padding: 4px 8px;
	text-decoration: none;
	background-color: #FD9A50;
	border: 1px #CECFCE solid;
	color: #FFF;
	margin-left: 0.5em;
}
a.wex:hover {
	float: left;
	color: #FFF;
	background-color: #FF6D00;
}
/* =========== useful links =============== */
.usefullinksarea {
	display: none;
}

/* ========================current page ===================== */
.currentpage {
	margin: 1px;
	text-decoration: none;
	padding: .2em .4em;
	color: Black;
	display: block;
	background-color: #F0D2BC;
	color: black;
}
a.currentpage:hover {
	background-color: #F0D2BC;
	color: Black;
}
.contentlists {
}
.contentlists li {
	list-style-image: url(images/bullet.gif);
	margin-left: -10px;
	margin-bottom: 10px;
}
.innercontentlists {
	
}
.innercontentlists li {
	list-style-image: url(images/bullet1.gif);
	margin: 10px 0px 10px 10px;
}
/*=============== back to top ================= */
.backtotop {
	padding: 3px;
	color: #fff;
	background-color: #FC9208;
	text-decoration: none;
	font-weight: bold;
}
a.backtotop:hover {
	background-color: #FEBF8C;
	color: #fff;
}
/* ============== data table =============== */
.datatable {
	width: 100%;
}
.datatable th {
	font-size: small !important;
	font-size: x-small;
	vertical-align: top;
	background-color: #FDDF81;
}
.datatable td {
	background-color: #FFF7DE;
	vertical-align: top;
}
.largeth {
	width: 85%;
}
.centretd {
	text-align: center;
}
.equaltd {
	width: 50%;
}
.smallheadings {
	margin-top: 40px;
}
h2.titleh2 {
	font-size: medium !important;
	font-size: small;
	color: #F36102;
	font-weight: bold;
	margin-top: 40px;
}
/*============ home page ==================== */
.areatable {
	margin-top: 20px;
}
.areatable td {
	padding: 8px 3px;
	text-align: center;
}
.areatable img {
	margin-bottom: 5px;
}
.areatable a {
	text-decoration: none;
	color: #CE3A06;
}

/* =========== picture menu homepage ==========*/

.picmenuwidth {
	width: 520px;
	margin: 0.8em 50px 0 0px;
} 

ul.picmenu {
	list-style-type: none;
	margin: 0;
	padding: 0;
	clear: both;
}
ul.picmenu li a {
	display: block;
	width: 240px;
	color: #E35E0C;
	background-color: #FDECE0;
	padding-left: 5px;
	text-align: left;
	text-decoration: none;
	margin-bottom: 0.8em;
	line-height: 1.2em;
	border: 2px solid #DEDEDE;
	font-size: small !important;
	font-size: x-small;
	height: 50px;
	font-weight: bold;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
ul.picmenu li a:hover {
	background-color: #F0D2BC;
	margin-bottom: 0.8em;
	line-height: 1.2em;
	color: #E35E0C;
}

ul.picmenu .left { 
float: left; 
}
ul.picmenu .right { 
float: right;

 }
/*==========*/

a.picmenu1 {
	background-image: url(images/newslettericon2.gif);
	background-repeat: no-repeat;
	background-position: right;
}
a.picmenu2 {
	background-image: url(images/employersguideicon2.gif);
	background-repeat: no-repeat;
	background-position: right;
}
a.picmenu3 {
	background-image: url(images/healthicon2.gif);
	background-repeat: no-repeat;
	background-position: right;
}
a.picmenu4 {
	background-image: url(images/faqsicon2.gif);
	background-repeat: no-repeat;
	background-position: right;
}
/*=====*/
a.picmenu5 {
	background-image: url(images/diversityicon2.gif);
	background-repeat: no-repeat;
	background-position: right;
}
a.picmenu6 {
	background-image: url(images/resourcesicon2.gif);
	background-repeat: no-repeat;
	background-position: right;
}
a.picmenu7 {
	background-image: url(images/downloadicon2.gif);
	background-repeat: no-repeat;
	background-position: right;
}
a.picmenu8 {
	background-image: url(images/contactsicon2.gif);
	background-repeat: no-repeat;
	background-position: right;
}


/* =================== heading on content pages================ */
h1.contenttitles {
	font-size: large !important;
	font-size: medium;
	Font-Weight: lighter;
	color: #666666;
	letter-spacing: 0.1em;
}
/* ============= glossary today ==================== */
.glossarytable {
}
.glossarytable th {
	text-align: left;
	font-size: small !important;
	font-size: x-small;
	background-color: #FED3B1;
}
td.small {
	width: 25%;
}
td.large {
	width: 75%;
}
/* =========== diversity list ================== */
.anchors {
	padding: 1em;
}
.anchors li {
	margin-bottom: 8px;
	margin-top: 0px;
	list-style: none;
}
/* ================== resources table ===============*/
.resourcetable {
width: 100%;
}
.resourcetable th {
	text-align: left;
	font-size: small !important;
	font-size: x-small;
	background-color: #FED3B1;
	vertical-align: top;
}
.resourcetable td, .resourcetable p {
	vertical-align: top;
	font-size: 82%;
}
/*=========== download forms ================== */
.downloadform {
	margin-left: 30px;
}
.downloadform li {
	list-style-image: url(images/notebullet.jpg);
	display: block;
	margin-left: -10px;
	vertical-align: text-top;
	margin-bottom: 15px;
	padding-left: 10px;
	line-height: 20px;
}
.downloadform a {	
	text-decoration: none;
}
/* ============== newsletter links ================== */
.newsletter {
	margin: 30px 0px 30px 50px;
}
.newsletter li {
	list-style-image: url(images/newsbullet.jpg);
	display: block;
	margin-left: -10px;
	vertical-align: text-top;
	margin-bottom: 15px;
	padding-left: 10px;
	line-height: 30px;
}
.newsletter a {
	text-decoration: none;
	padding-left: 10px;
	
}
.newspapericon {
	float: left;
}
/*======= image left float ========= */
img.right {
	float: right;
	margin: 5px 0px 5px 5px;
}
blockquote.left {
	margin: 0;
}
img.left {
	float: left;
	margin: 5px 5px 5px 0px;
}
/*============= bulleted lists for separating links =================*/
ul.nobulletlist {
	list-style: none;
	margin-left: none;
	margin: 0;
	padding: 0;
}
ul.nobulletlist li {
	display: inline;
	margin: 0px;
}
a.skipnavigation {
	text-decoration: none;
	float: left;
	color: #FFF7DE;
}
a.skipnavigation:hover {
	text-decoration: none;
	color: #FFF7DE;
}
/*==============homepage logos==========*/
ul.centrelogo {
	text-align: center;
	background-color: #fff;
	margin-left: -10px !important;
	margin: 15px 10px 5px;
	list-style: none;
}
ul.centrelogo li {
	margin: 0;
	display: block;
	padding: 5px;
	text-align: center;
}
ul.centrelogo img {
	
}
a.accesskey {
	text-decoration: none;
	float: right;
	color: #F7F7F7;
}
a.accesskey:hover {
	text-decoration: none;
	color: #F7F7F7;
}

