body, HTML {
	margin: 0px;
	height: 100%;
	line-height: 16px;
	font-family: Arial, Helvetica, sans-serif;
	color:#000000;
	font-size: 1em;
	}
#header {
	height: 224px;
	width: 996px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	padding: 0px;
	position: relative;	
	}
	
#headerleft {
	width: 194px;
	float:left;
	margin-left: 10px;
}

#logo {
	padding-top: 15px;
	height: 52px;
}

#centreselector {
	background-image: url(../images/background_centreselector.png);
	background-repeat: no-repeat;
	background-position: bottom left;
	height: 35px;
	width:490px;
	position: absolute;
	bottom: 0px;
	left: 11px;
}

.title {
	color:#FFFFFF;
	line-height: 25px;
	font-size: .9em;

}

#search {
	position: absolute;
	top: 10px;
	right: 0px;
	width: 300px;
	font-size: 	.9em;
	text-align: right;
}

#headerright {
	width: 200px;
	height: 224px;
	float: right;
}

#main {
	width: 996px;
	margin-right: auto;
	margin-left: auto;	
	background-color:#ffffff;
	min-height: 500px;
	background-image: url(../images/background_mainpage.jpg);
	background-repeat: repeat-x;
	background-position: top left;
}


#mainwithsidediv {
	width: 580px;
	float: left;
}

#icondiv {
	width: 150px;
	float: right;
}

#nav {
	width: 204px;
	float:left;	
	margin-left: 10px;
}

#searchfac {
	background-image: url(../images/background_facsearch.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	width: 182px;
	height: 116px;
		padding:5px 0px 0px 15px;

}


	
form {
	margin: 0px;
	padding: 0px;
}
input {
	padding: 1px;
	border: 1px solid #666666;
}

li {
	margin-top:5px;

}	


#centrelogo {
	margin-top:15px;
	margin-bottom:15px;
}

#content {
	float:left;
	width: 760px;
	margin-top:10px;
}


#breadcrumbs {
	font-size: .9em;
	padding: 2px;
	color:#666666;
	margin-bottom: 10px;
}

#breadcrumbs a {
	color:#666666;
}
		
			
/*Sets line-height of all menuitems*/
#navFac {
	/*/*/line-height: 1.7em; /* */
	width: 181px;
	font-size: .9em;
	margin:5px 0px 0px 0px;
	background-image: url(../images/background_class.jpg);
	background-repeat: repeat-y;
	background-position: top left;
}


#navFacTop {
	background-image: url(../images/background_class_top.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	height:9px;
}
#navFacBottom {
	background-image: url(../images/background_class_bottom.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	height:10px;
}

/*second level menuitem divs on - Cascades to lower levels*/
/*Sets left margin to 16px establishing a cascading indent*/
#navFac div div {
	margin: 0 0 0 10px;
	background-color:#6d9edf;
}
#navFac div {
	
}
/*The Link style for top-level menuitems and is read by all browsers*/
#navFac div a {
	color: #333333;
	margin-left:2px;
}
/*The Link style for top-level menuitems hidden from Netscape 4*/
#navFac div a {
	/*/*/padding: 1px 0 1px 14px;
	display: block;
	border-bottom: 1px dotted #ffffff;
	text-decoration: none;
	margin-top: 0px;
	
/* */
}

#navFac div a:hover {
	color: #333333;
	background-color: #7ea2d4;
}

/*The Link style for second-level menuitems*/
#navFac div div a {
	margin-top: 0px;
	border-bottom: 1px dotted #ffffff;
	border-top: none;
	
}

/*The Link style for third-level menuitems and lower*/
/*To set a specific style for the fourth level, add a div to the selector*/
/*Fourth-level example syntax: p7TMnav div div div div a {declaration}*/
#navFac div div div {
	margin: 0 0 0 10px;
}
#navFac div div div a {
	background-color: #cfd6e4;
}








/*Sets line-height of all menuitems*/
#navPage {
	/*/*/line-height: 1.7em; /* */
	width: 181px;
	font-size: .9em;
	margin:0px;
	background-image: url(../images/background_nav.jpg);
	background-repeat: repeat-y;
	background-position: top left;
}


#navPageTop {
	background-image: url(../images/background_navtop.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	height:9px;
}
#navPageBottom {
	background-image: url(../images/background_navbottom.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	height:10px;
}

/*second level menuitem divs on - Cascades to lower levels*/
/*Sets left margin to 16px establishing a cascading indent*/
#navPage div div {
	margin: 0 0 0 10px;
	background-color:#d8d6d6;
}
#navPage div {
	
}
/*The Link style for top-level menuitems and is read by all browsers*/
#navPage div a {
	color: #333333;
	margin-left:2px;
}
/*The Link style for top-level menuitems hidden from Netscape 4*/
#navPage div a {
	/*/*/padding: 1px 0 1px 14px;
	display: block;
	border-bottom: 1px dotted #cccccc;
	text-decoration: none;
	margin-top: 0px;
	
/* */
}
#navPage div a:visited {
	color: #333333;
}
#navPage div a:hover {
	color: #333333;
	background-color: #cccccc;
}

/*The Link style for second-level menuitems*/
#navPage div div a {
	margin-top: 0px;
	border-bottom: 1px dotted #cccccc;
	border-top: none;
	
}

/*The Link style for third-level menuitems and lower*/
/*To set a specific style for the fourth level, add a div to the selector*/
/*Fourth-level example syntax: p7TMnav div div div div a {declaration}*/
#navPage div div div {
	margin: 0 0 0 10px;
}
#navPage div div div a {
	background-color: #cfd6e4;
}

/*rules programatically assigned to parent links when image-based plus and minus option is selected. The padding on the 4 following rules supercedes (via !important) the padding on the p7TMnav div a selector when you've chosen the option to use images for the plus and minus signs*/
.p7plusmark {
	background-repeat: no-repeat;
	background-image: url(p7t_plus.gif);
	background-position: 8px 50%;
	padding: 1px 0 1px 25px !important;
}
.p7minusmark {
	background-repeat: no-repeat;
	background-image: url(p7t_minus.gif);
	background-position: 8px 50%;
	padding: 1px 0 1px 25px !important;
}
.p7defmark {
	background-image:  none;
	padding: 1px 0 1px 25px !important;
}
.p7currentmark {
	color: #333 !important;
	padding: 1px 0 1px 25px !important;
}




.searchblock {
	width: 580px;
	padding:10px 10px 20px 10px;
	border-bottom: 1px dotted #CCCCCC;
	margin-bottom: 10px;
}

.logoholder {
	width: 190px;
	float:left;
}

.searchtext {
	width: 380px;
	float:left;
	padding-left: 10px;
	
}

#footer {
	margin-top:10px;
	border-top: 1px dotted #999999;
	width: 996px;
	margin-right: auto;
	margin-left: auto;
	font-size: .7em;
	color:#666666;
	line-height: 1.1em;
	padding-top:5px;
}

#footerleft {
	float: left;
	width: 650px;
}

#footerright {
	float: right;
	width: 300px;
	text-align:right;
}


#marquee {
	background-image: url(../images/background_ticker.jpg);
	background-repeat: no-repeat;
	background-position: top;
	width: 750px;
	height: 22px;
	font-size: 12px;
	color: #000000;
	line-height: 24px;
	margin-bottom: 15px;
	}
#marquee a {
	color: #000000;
	}
	
.tintbackground {
	padding: 5px 10px 10px 10px;
	background-image: url(../images/background_box.jpg);
	background-repeat: no-repeat;
	background-position: top;
}

.tintbackgroundLarge {
	padding: 5px 10px 10px 10px;
	background-image: url(../images/background_box_large.jpg);
	background-repeat: no-repeat;
	background-position: top;
}

#enquiry {
	font-family: Arial, Helvetica, sans-serif;
	color:#000000;
	font-size: .9em;
}

#enquiry H2 {
	border-bottom: none;
}

.red {
	color:#FF0000;
}

.errorblock {
	padding:10px;
	background-color:#ff9393;
}

#accessibility {
	position:absolute;
	top: 233px;
	right:30px;
	font-size: 12px;
}
#accessibility a {
	color:#666666;
}

.smaller {
	font-size: 11px;
	line-height: 11px;
	text-decoration:underline;
	cursor:pointer;
}
.larger {
	font-size: 15px;
	line-height: 11px;
	text-decoration:underline;
	cursor:pointer;
}

.biggerText {
	font-size: 1.2em;
	line-height: 1.3em;
}

#specialclick {
	position:absolute;
	top: 164px;
	right:0px;
}

.clear {
	clear:both;	
}



/* diago */
#dg_search_box {

		width: 160px;

		height: 350px;  

		background: #fff;

		background-image:url('http://www.disabledgo.com/images/searchbox/partner_search_grad_blue.gif');

		background-repeat:repeat-x;

		border-collapse:collapse;

		border: 0px;

		font-family:Arial, Helvetica, sans-serif;

		font-size: 14px;

		font-weight: normal;

		color: #fff;
		margin-left: 5px;
		margin-top:20px;

	}

	

	#dg_search_box_logo { 

		width: 160px; 

		height: 60px;  

		border-collapse:collapse;

		padding-top: 5px;

	}

					

	#dg_search_box_logo img

	{

		border: 0px;

	}

	

	#dg_search_box td {

		text-align: center;

		vertical-align: top;

		border: 0px;

		padding: 5px;

	}

					

	#dg_search_box td#dg_search_box_title

	{

		color: #FFCB08;

		font-size:18px;

	}



	#dg_search_form select

	{

		font-size: 12px;

	}

	

	#dg_search_box #dg_search_submit

	{

		background-color: #FFCB08;

		width: 160px;

		padding: 2px;

		color:#000000;

		font-weight: bold;

	}

	

	#dg_search_box a#dg_search_box_link

	{		

		color:#FFCB08 ;

		text-decoration: none;

	}



	#dg_search_box a:hover#dg_search_box_link

	{	

		text-decoration: underline;

	}
	
	
	.spam {
		display:none;	
	}
