/*
- - - - - - - - - -
About Access master style sheet v1
- - - - - - - - - -
*/

/* =Reset http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/
- - - - - - - - - - - - - - - - - - - - */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, legend, table, caption, tbody, tfoot, thead, tr, th, td { margin : 0; padding : 0; border : 0; outline : 0; font-weight : inherit; font-style : inherit; font-size : 100%; font-family : inherit; vertical-align: baseline; background : transparent; }

/* =HTML Overrides
- - - - - - - - - - - - - - - - - - - - */
body {
	font-family: Arial;
	padding: 20px 0 0 0;
	text-align: center;
/*	background: url("../images/header.jpg") center 30px no-repeat;*/
}

/* =Layout
- - - - - - - - - - - - - - - - - - - - */
#head {
	background: url("../images/head.jpg") center top no-repeat;
	width:980px;
	margin: 0 auto;
	height:112px;
}

div#container {
	width: 960px;
	margin: 0 auto;
	padding: 0 10px;
	text-align: left;
	background: url("../images/background.gif") top left repeat-y;
	position: relative;

}

div#main {
background:url("../images/main_bg.png") no-repeat center top transparent;

padding:20px 20px 50px 20px;
width:920px;
}
div #maincontent {
	width:720px;
	float:left;
	padding-top:20px;
}
div#main ul {
	font-size: 100%;
	color: #536066;
	line-height: 1.5em;
	padding: 0 0 15px 20px;

}

div#main ul li {
	padding: 0 10px 6px 0;
}

div#searchform {
	color:#FFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	float:right;
	background-colour:transparent;
	margin:20px 20px 0 0;
	height: 20px;
}
/*body#submittedpage div#main {
	padding: 20px 20px 550px 0px;
}

body.consultancypage div#main,
body.appraisalspage div#main,
body.statementspage div#main,
body#contactpage div#main {
	padding: 20px 20px 50px 30px;
}

body#trainingpage div#main,
body.unavailable div#main,
body.auditspage div#main {
	padding: 20px 20px 50px 30px;
}*/

body.four div#main {
	padding: 20px 20px 50px 30px;
}

div#sub {
	margin: -20px 0 0 0;
	padding: 20px 20px 40px 5px;
	width: 175px;
	float: left;
}

div#footer {
	clear: both;
	width:980px;	
	background: url("../images/footer.gif") top left no-repeat #FFF;
	margin: -10px 0 0 -11px;
	padding: 80px 20px 0 0px;
}

/*div#footer div {

	width: 980px;
	position: absolute;

}*/

/* =Typography
- - - - - - - - - - - - - - - - - - - - */
h1 {
	font-size: 140%;
	color: #1B5EA8;
	padding: 0 0 8px 0;
}

h2 {
	font-size: 110%;
	color: #1B5EA8;
}
h2 a:link {
	text-decoration:none;
}
h2 a:visited {
	text-decoration:none;
}
h2 a:hover {
	text-decoration:underline;
}
h3 {
	font-size: 105%;
	color: #1B5EA8;
	font-weight:bold;
	padding-bottom:10px;
	line-height:1.6em;
}
h4 {
	font-size: 110%;
	color: #1B5EA8;
}
p {
	font-size: 100%;
	color: #536066;
	line-height: 1.5em;
	padding: 0 10px 15px 0;
}

p strong {
	font-weight: bold;
}

.tight {
	padding:0;
}
a, a:link {
	color: #1B5EA8;
}
a:visited { 
	color: #1B5EA8;
}
a:hover { 
	color: #1B5EA8;
	text-decoration:underline;
}
li {
	line-height: 150%;
}
.toplink {
	font-size: 90%;
}
.toplink a:link{
	font-size: 90%;
	text-decoration:none;
}
.toplink a:visited{
	font-size: 90%;
	text-decoration:none;
}
.toplink a:hover{
	font-size: 90%;
	text-decoration:underline;
}


/* =Main Navigation
- - - - - - - - - - - - - - - - - - - - */
div#sub div {
	background: url("../images/nav_foot.png") bottom left no-repeat;
	width: 180px;
	padding: 0 0 10px 0;
	margin: 0 0 20px 0;
}

div#sub ul {
	list-style: none;
	background: url("../images/nav_head.png") top left no-repeat;
	padding: 0 8px 0 1px;
	width: 171px;
	font-size: 100%;
}

div#sub ul li {
	padding: 0;
}

div#sub ul li#consultancy,
div#sub ul li#design,
div#sub ul li#statements,
div#sub ul li#audits,
div#sub ul li#mar10,
div#sub ul li#apr10,
div#sub ul li#feb10,
div#sub ul li#newsarchive {
	font-size: 90%;
	text-indent:10px;
}

div#sub ul li#consultancy a,
div#sub ul li#design a,
div#sub ul li#statements a,
div#sub ul li#contact a,
div#sub ul li#feb10 a,
div#sub ul li#apr10 a,
div#sub ul li#mar10 a
{
	border-bottom: 0;
	padding: 8px 10px 8px 15px;
}

div#sub ul li a {
	padding: 7px 10px 7px 15px;
	text-decoration: none;
	display: block;
	color: #536066;
	border-bottom: 1px solid #E6E4D8;
}

div#sub ul li a:hover {
	background: #1C5EA8;
	color: white;
	padding: 8px 10px 7px 15px;
	border-bottom: 2px solid #CAC91F;
}

div#sub ul li#home a {
	padding: 10px 10px 7px 15px;
}

div#sub ul li#home a:hover {
	background: #185EA3 url("../images/nav_head_over.jpg") top left no-repeat;
	padding: 10px 10px 6px 15px;
}

body#indexpage div#sub ul li#home a {
	color: white;
	background: #185EA3 url("../images/nav_head_over.jpg") top left no-repeat;
	border-bottom: 2px solid #CAC91F;
	padding: 10px 10px 6px 15px;
}

body#servicespage div#sub ul li#services a,
body#trainingpage div#sub ul li#training a,
body#advicepage div#sub ul li#advice a,
body#newspage div#sub ul li#newsletter a,
body#clientspage div#sub ul li#clients a,
body#glossarypage div#sub ul li#glossary a,
body#searchresults div#sub ul li#searchsite a {
	background: #1C5EA8;
	color: white;
	padding: 8px 10px 7px 15px;
	border-bottom: 2px solid #CAC91F;
}

div#sub ul li#contact a {
	padding: 7px 10px 10px 15px;
}

div#sub ul li#contact a:hover {
	background: #185EA3 url("../images/nav_foot_over.jpg") bottom left no-repeat;
	padding: 7px 10px 10px 15px;
}

body#contactpage div#sub ul li#contact a {
	background: #185EA3 url("../images/nav_foot_over.jpg") bottom left no-repeat;
	padding: 8px 10px 10px 15px;
	color: white;
}

body.consultancypage div#sub ul li#consultancy a,
body.appraisalspage div#sub ul li#design a,
body.statementspage div#sub ul li#statements a,
body.auditspage div#sub ul li#audits a, 
body.newsarchive div#sub ul li#newsarchive a, 
body.clientspage div#sub ul li#clients a,
body.feb10 div#sub ul li#feb10 a,
body.apr10 div#sub ul li#apr10 a,
body.mar10 div#sub ul li#mar10 a
{
	background: #1C5EA8;
	color: white;
}

/* =Questionnaire
- - - - - - - - - - - - - - - - - - - - */
body.unavailable div#sub div.quest,
body.four div#sub div.quest {
	display: none;
}

div#sub div.quest {
	width: 200px;
	float: left;
	background: url("../images/nav_foot_quest.png") bottom left no-repeat;
}

div#sub div.quest img {
	float: right;
	margin: 4px 10px 0 0;
}

div#sub h3 {
	padding: 7px 0 5px 8px;
	background: white url("../images/nav_head.gif") top left no-repeat;
	border-bottom: 2px solid #CAC91F;
	width: 165px;
}

div#sub div p {
	padding: 5px 0 10px 8px;
	font-size: 85%;
	float: left;
	width: 95px;
}



/* =Contact
- - - - - - - - - - - - - - - - - - - - */
body.unavailable div#sub div.contact,
body.four div#sub div.contact {
	display: none;
}
div.newscol h3 {
	padding: 7px 0 5px 8px;
	background: white url("../images/news_head.gif") top left no-repeat;
	border-bottom: 2px solid #CAC91F;
	width: 192px;
}
div.newscol {
	width: 200px;
	float: left;
	background: url("../images/news_foot.png") bottom left no-repeat;
}
div.newscol p {
	width:190px;
	padding: 5px;
	font-size:0.9em;
}
div#sub div.contact {
	width: 200px;
	float: left;
	background: url("../images/nav_foot.png") bottom left no-repeat;
}

div#sub div.contact img {
	float: right;
	margin: 4px 10px 0 0;
}

div#sub h2 {
	padding: 7px 0 5px 8px;
	background: white url("../images/nav_head.gif") top left no-repeat;
	border-bottom: 2px solid #CAC91F;
	width: 165px;
}

div#sub div p {
	padding: 5px 0 10px 8px;
	font-size: 85%;
	float: left;
	width: 95px;
}

/* =Features
- - - - - - - - - - - - - - - - - - - - */
.floatleft {
	float:left;
}
div.feature {
	float: left;
	width: 235px;
	margin: 10px 10px 10px 0px;
	background: url("../images/feature_foot.jpg") bottom left no-repeat;
}

div.feature p {
	font-size: 100%;
	padding: 10px;
}

div.featurealt {
	margin: 10px 10px 10px 0;
}

div#featurelarge {
	width: 490px;
	margin: 20px 0 20px 0;
	background: url("../images/feature_large_foot.jpg") bottom left no-repeat;
}

div.feature h2 {
	background: url("../images/feature_head.png") top left no-repeat;
	border-bottom: 2px solid #CAC91F;
	color: white;
	padding: 7px 0 5px 10px;
}
div#featurelarge h2 {
	background: #185EA3 url("../images/feature_large_head.jpg") top left no-repeat;
}
#clr {
	height:10px;
	width: 100%;
	clear:both;
}
.openquote {
	background:url("../images/open_quote.png") no-repeat;
	width:40px;
	height:30px;
	float:left;
}
.openquote p{
	display:none;
}
.closequote p{
	display:none;
}
.closequote  {
background:url("../images/close_quote.png") no-repeat scroll 0 0 transparent;
float:right;
height:30px;
position:relative;
top:-40px;
width:40px;
}
.quote {
	font-size:16px;
	color:#3C347E;
	font-style:italic;
	width:95%;
}
.sub {
	font-size:14px;
	font-style:normal;
}
/* =Footer
- - - - - - - - - - - - - - - - - - - - */
div#footer p {
	font-size: 80%;
	color: #92A4B0;
/*	float:left;
	width:45%;*/
	background:none;
}

div#footer a {
	color: #536066;
	text-decoration: none;
}

div#footer ul {
	list-style: none;
	padding:0;
	font-size: 80%;
	float: left;
	margin:0;
}

div#footer ul li {
	float: left;
	margin: 0 10px 0 0;
	padding: 0 10px 0 0;
	background: url("../images/footer_divide.jpg") right 4px no-repeat;
}

div#footer ul li.end {
	margin: 0;
	padding: 0;
	background: none;
}

/* =Misc
- - - - - - - - - - - - - - - - - - - - */
body#sitemappage div#maincontent ul {
	list-style: none;
	padding: 10px 0 10px 0;
	font-size: 100%;
}

body#sitemappage div#maincontent ul li {
	padding: 0 0 12px 35px;
	background: url("../images/sitemap.jpg") top left no-repeat;
}

body#sitemappage div#maincontent ul li.submap {
	padding: 0 0 12px 40px;
	background: url("../images/sitemap.jpg") 14px top no-repeat;
}

body#sitemappage div#maincontent {
	background: none;
	padding: 20px 20px 170px 30px;
	width: 360px;
	float: left;
}

form {
	background: url("../images/form.png") top left repeat;
	padding: 15px;
}

form p input, form p textarea {
	width: 220px;
}

form p.yes input {
	padding-left:20px;
	width: auto;
}

legend {
	color: #536066;
	font-weight: bold;
	padding: 0 0 17px 0;
}

h2#errorheading {
	color: red;
}

ol#errorlist {
	color: red;
	padding: 5px 0 15px 25px;
}
		.highlight { background: #FFFF40; }
		.searchheading { 
		padding-top:10px;
			font-size: 90%;
			color: #1B5EA8; }
		.summary { font-size: 80%; font-style: italic; }
		.suggestion { font-size: 100%; }
		.results { font-size: 80%; }
		.category { color: #999999; }
		.sorting { text-align: right; }

		.result_title { font-size: 110%;
			color: #1B5EA8; }		
		.description { font-size: 90%; color: #000000; font-style:italic; }
		.context { font-size: 100%; }
		.infoline { font-size: 85%; font-style: normal; color: #808080;}

		.zoom_searchform { 
			font-size: 100%; 
			border: 1px solid #1B5Ea8;
		}
		.zoom_results_per_page { font-size: 80%; margin-left: 10px; }
		.zoom_match { font-size: 80%; margin-left: 10px;}				
		.zoom_categories { font-size: 80%; }
		.zoom_categories ul { display: inline; margin: 0px; padding: 0px;}
		.zoom_categories li { display: inline; margin-left: 15px; list-style-type: none; }
		
		.cat_summary ul { margin: 0px; padding: 0px; display: inline; }
		.cat_summary li { display: inline; margin-left: 15px; list-style-type: none; }		
		
		input.zoom_button { color: #2E71A8;
		font-weight:bold;
		background-color: #FFF;
		 border: 1px solid; 
		border-color: #3E79B3 #437BB4 #3E79B3 #437BB4; 
		 }
		input.zoom_searchbox {  }		
		
		.result_image { float: left; display: block; }
		.result_image img { margin: 10px; width: 80px; border: 0px; }

		.result_block { margin-top: 15px; margin-bottom: 15px; clear: left; }
		.result_altblock { margin-top: 15px; margin-bottom: 15px; clear: left; }
		
		.result_pages { font-size: 90%; }
		.result_pagescount { font-size: 90%; }
		
		.searchtime { font-size: 80%; }
		
		.recommended 
		{ 
			background: #DFFFBF; 
			border-top: 1px dotted #808080; 
			border-bottom: 1px dotted #808080; 
			margin-top: 15px; 
			margin-bottom: 15px; 
		}
		.recommended_heading { float: right; font-weight: bold; }
		.recommend_block { margin-top: 15px; margin-bottom: 15px; clear: left; }		
		.recommend_title { font-size: 100%; }
		.recommend_description { font-size: 100%; color: #008000; }
		.recommend_infoline { font-size: 80%; font-style: normal; color: #808080;}
		.recommend_image { float: left; display: block; }
		.recommend_image img { margin: 10px; width: 80px; border: 0px; }
		.mini {
			font-size:10px;
			padding-top:50px;
		}
		

.button {
	color: #2E71A8;
	background-color: #FFF;
	 border: 1px solid; 
	border-color: #3E79B3 #437BB4 #3E79B3 #437BB4; 
	 
}

.smalltext {
	font-size:85%;
	color:#666;
}
.clr {
	clear:both;
	height:1px;
	margin:5px 0;
}
.last {
	visibility:hidden;
	height:2px;
}
#alert {
	color:#003;
	font-size:14px;
	line-height:19px;
}
.message {
	color:#003;
}
.questionnaire {
	 width:510px;
}
.questionnaire p {
	line-height:18px;
}
.short input {
	position: absolute;
	left: 350px;
}


.floatright {
	float:right;
	margin-left:10px;
}
.icon {
	float:left;
	margin:-8px 3px 10px 0;
}
.iconright {
	float:right;
	margin:-8px 3px 10px 0;
}
.videoicon {
	float:left;
}
.multiplechoice {
	padding:2px;
	margin: 0 10px;
}
.multiplechoice input {
	width:5px;	
}
/* videos */
   #media
            {
               width:890px;
			   margin: 10px auto 0 auto;
				display:block;
            }
            #noUpdate
            {
                margin: 0 auto;
                font-family:Arial, Helvetica, sans-serif;
                font-size: x-small;
                color: #cccccc;
                text-align: left;
                width: 210px; 
                height: 200px;	
                padding: 40px;
            }
/* end videos */

/* postit promotion */
a.postit{
	width:218px;
	height:205px;
	float:right;
	overflow:hidden;
	display:block;
	position:absolute;
	background:url(../images/about-access-postit.png) top left no-repeat;
	top:0;
	margin-left:-210px;
	z-index:9999;
	text-indent:-9999px;
}
/* end */
