/* CSS Document */
/*Varnish stripping**/
:link,:visited { text-decoration:none }
ul,ol { list-style:none }
h1,h2,h3,h4,h5,h6,pre,code { font-size:1em; }
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input
{ margin:0; padding:0 }
a img,:link img,:visited img { border:none }
address { font-style:normal }
abbr, acronym {border: none;}
/*browser normalisation*/
#force-scrollbar { 
	position: absolute; 
	top: 0; 
	bottom: -1px;
	width: 1em;
	z-index: -1;
}
/*accessibility*/
.access {
	position: absolute;
	top: 0;
	left: -2000px;
	z-index: -100;
}
#skiplinks {	
	position: absolute;
	top: 0;
	left: -2000px;
	z-index: -100;
}
/*Main page elements*/
.nobreak {
	white-space: nowrap;
}
body {
	font-size: 62.5%;
	background-color: #DCDCDC;
	margin-top: 12px;
}
#banner-container {
	width: 808px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(../images/large-background.jpg);
	background-repeat: no-repeat;
	padding-top: 34px;
	height: 185px;
}
#banner {
	width: 740px;
	height: 185px;
	margin-left: 34px;
	margin-right: 34px;
	background-repeat: no-repeat;
	float: left;
	position: relative;
}
#home-page #banner {
	background-image: url(../images/top-banner-background.jpg);
}
#about-page #banner {
	background-image: url(../images/top-banner-background-about.jpg);
}
#portfolio-page #banner {
	background-image: url(../images/top-banner-background-portfolio.jpg);
}
#contact-page #banner {
	background-image: url(../images/top-banner-background-contact.jpg);
}
#notices-page #banner {
	background-image: url(../images/top-banner-background-notices.jpg);
}
#banner ul {
	text-align: right;
	margin-top: 16px;
	margin-right: 16px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
}
#banner ul a {
	color: #999999;
}
#banner ul a:hover {
	color: #666666;
}
#banner h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 2.4em;
	text-transform: lowercase;
	color: #1775B9;
	position: absolute;
	bottom: 10px;
	right: 560px;
	line-height: 100%;
}
#banner h1 strong {
	color: #999999;
}
#banner h1 a {
	color: #1775B9;
}
#banner h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.6em;
	text-transform: lowercase;
	color: #999999;
	position: absolute;
	bottom: 12px;
	left: 195px;
	line-height: 100%;
}
#main-content-container {
	width: 808px;
	margin-left: auto;
	margin-right: auto;
	clear: both;
	background-image: url(../images/background-grad-1.jpg);
	background-repeat: repeat-y;
	position: relative;
}
#sub-menu {
	width: 221px;
	float: left;
	background-image: url(../images/left-colour-bar.jpg);
	background-repeat: no-repeat;
	height: 344px;
}
#sub-menu ul {
	padding-top: 70px;
	width: 221px; 
	
}
#sub-menu ul li {
	text-align: right;
	font-size: 1.3em;
	font-family: Arial, Helvetica, sans-serif;
	color: #999999;
	float: right;
	clear: both;
	font-weight:bold;
}
#sub-menu ul li a {
	display: block;
	padding: 4px;
	padding-right: 10px;
	color: #999999;
	clear: both;
	width: 120px;
}
#sub-menu ul li a strong{
	color: #1775B9;
}
#sub-menu ul li a:hover {
	color: #666666;
}
#central-content-container {
	width: 543px;
	float: left;
	padding-top: 70px;
	background-image: url(../images/right-colour-bar.jpg);
	background-repeat: no-repeat;
	background-position: top right;
	padding-right: 34px;
	padding-left: 9px;
}
#central-content-container h3 {
	font-size: 1.2em;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #666666;
	line-height: 170%;
	padding-right: 170px;
	padding-top: .2em;
	padding-bottom: 1.5em;
}
#central-left-col {
	float: left;
	width: 380px;
	padding-right: 40px;
}
#central-left-col p {
	font-size: 1.2em;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #666666;
	line-height: 170%;
	padding-bottom: 1.5em;
}
#central-left-col ul {
	font-size: 1.2em;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #666666;
	line-height: 170%;
	padding-bottom: 1.5em;
	list-style-type: disc;
	margin-left: 14px;
}
#central-left-col a {
	text-decoration: none;
	font-weight: bold;
	color: #1775B9;
}
#central-left-col a:hover {
	text-decoration: underline;
}
#central-left-col p span.caption {
	display: block;
	width: 340px;
	font-size: .95em;
	line-height: 130%;
	font-family: Arial, Helvetica, sans-serif;
}
#central-right-col {
	float: left;
	width: 120px;
	border-left: 1px solid #CCCCCC;
}
#central-right-col ul#right-menu {
	width: 100px; 
	
}
#central-right-col ul#right-menu li {
	font-size: 1.1em;
	font-family: Arial, Helvetica, sans-serif;
	color: #999999;
	font-weight:bold;
}
#central-right-col ul#right-menu li a {
	display: block;
	padding: 4px;
	padding-left: 10px;
	color: #999999;
	clear: both;
	width: 100px;
}
#central-right-col ul#right-menu li a strong{
	color: #1775B9;
}
#central-right-col ul#right-menu li a:hover {
	color: #666666;
}
h4#foot-text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	color: #999999;
	margin-left: 232px;
	margin-right: 280px;
	font-weight: normal;
	clear: both;
	padding-top: 130px;
	padding-bottom: 30px;
}
h4#foot-text a {
	color: #999999;
}
h4#foot-text a:hover {
	color: #666666;
}
#footer {
	width: 808px;
	margin-left: auto;
	margin-right: auto;
	height: 40px;
	background-image: url(../images/footer-background.jpg);
	background-repeat: no-repeat;
	clear: both;
}
#central-right-col ul#samples-menu {
	width: 100px; 
	font-size: 1.1em;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 40px;
}
#central-right-col ul#samples-menu li ul {
	padding-top: 5px;
}
#central-right-col ul#samples-menu li {
	color: #999999;
	font-weight:bold;
	padding-left: 10px;
}
#central-right-col ul#samples-menu li ul li {
	padding-left: 0px;
	padding-top: 4px;
}
#central-right-col ul#samples-menu li a {
	display: block;
	padding: 4px;
	padding-left: 20px;
	color: #7E7E7E;
	clear: both;
	width: 80px;
	background-image: url(../images/pdf-icon.gif);
	background-repeat: no-repeat;
	padding-top: 2px;
	padding-right: 0px;
	font-weight: normal;
}
#central-right-col ul#samples-menu li a:hover {
	color: #333333;
}
#central-right-col ul#web-samples-menu {
	width: 100px; 
	font-size: 1.1em;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 40px;
}
#central-right-col ul#web-samples-menu li ul {
	padding-top: 5px;
}
#central-right-col ul#web-samples-menu li {
	color: #999999;
	font-weight:bold;
	padding-left: 10px;
}
#central-right-col ul#web-samples-menu li ul li {
	padding-left: 0px;
	padding-top: 4px;
}
#central-right-col ul#web-samples-menu li a {
	display: block;
	padding: 4px;
	padding-left: 20px;
	color: #7E7E7E;
	clear: both;
	width: 80px;
	background-image: url(../images/ie-icon.gif);
	background-repeat: no-repeat;
	padding-top: 2px;
	padding-right: 0px;
	font-weight: normal;
}
#central-right-col ul#web-samples-menu li a:hover {
	color: #333333;
}

