/* CSS Document */


body {
	text-align: center;
	font-family:Arial, Helvetica, sans-serif;
	color: #2e2e2e;
	background-color: #b9b9b8;
	background-image:url(../images/body.png);
	background-repeat:repeat-x;
	margin: 0;
	padding: 0;
	line-height: 130%;
	font-size: 90%;
}



#skip li {
	list-style-image:url(../images/arrow.png);
	font-size: 70%;
	margin: 0px 0 -20px 0;
	text-align: left;
}

#skip li a {
	color: #9a9a9a;
}

#skip li a:hover {
	color: black;
	text-decoration: none
}

#container {
	width: 900px;
	margin: 0 auto 0 auto;
	text-align: left;
	background-color: white;
}

img {
	border: none;
}

hr {
	border: 1px solid #335499;
}	

a:link, a:active, a:visited {
	text-decoration: none;
	color: #335499;
}

a:hover {
	text-decoration: underline;
	color: #636363;
}

p {
	font-size: 100%;
}

h1 {
	font-size: 115%;
	font-weight: bold;
	padding: 0 0 3px 0;
}

h2 {
	font-size: 105%;
	font-weight: bold;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}

h3 {
	font-size: 100%;
	font-weight: bold;
	padding: 10px 0 0 0;
}

h4

h5

#top {
	height: 300px;
	}
	
#header {
	height: 110px;
	margin: 0 0 0 0;
	background-color: white;
	background-image:url(../images/Imagebarflat.png);
	background-repeat:no-repeat;
}

#header img {
	position: relative;
	top: 15px;
	left: 5px;
}


#navbar {
	width: 898px;
	background-image: url(../images/shadow.png);
	background-repeat:repeat;
	text-align: left;
	margin: 0;
	height: 40px;
	padding: 5px 0 0 0;
}

#navbar ul {
	text-align: center;
	margin: 10px 0 0 -20px;
}

#navbar li {
	display: inline;
	list-style: none;
}

#navbar li a {
	font-weight: bold;
	font-size: 100%;
	color: #335499;
	border-right: 1px solid gray;
	padding: 0 5px 0 5px;
}

#navbar li a:hover {
	color: #636363;
}


.homelink li a {
	font-weight: bold;
	font-size: 100%;
	padding: 2px 6px 2px 6px;
	color: #335499;
	border-right: 1px solid gray;
	border-left: 1px solid gray
}

#leftmenu {
	float: left;
	width: 230px;
}


#subnav {
	font-weight: bold;
	margin: 15px 0 0 10px;
	padding: 0 0 0 0;
	min-height: 300px; 
	background-color: #dfdfdf;
	list-style-type:none;
}

#subnav li {
	font-size: 90%;
	margin: 0 5px 0 -35px;
	padding: 3px 0 3px 0;
	display: block;
	list-style-type:none;
}

#subnav li a {
	color: #335499;
	display: block;
	padding: 3px 0 3px 0;
	margin: 0 5px 0 5px;
	list-style-type:none;
}

#subnav li a:hover {
	color: #636363;
}

#subnav li ul a {
	color: #2e2e2e;
	padding: 5px 6px 5px 10px;
	font-size: 110%;
	margin: 0 0 0 -5px;
	list-style-type:none;
}

#subnav h2 {
	font-size: 90%;
	font-weight: bold;
	padding: 15px 10px 10px 10px;
}

#subnav p {
	font-size: 90%;
	font-weight: normal;
	margin: -10px 10px 5px 10px;
	padding: 0 0 5px 0;
	border-bottom: 1px dotted gray;
}

#search {
	margin: 0 0 30px 0;
	padding: 20px 0 20px 0;
}

#search p {
	border: none;
}

#search form {
	padding: 0 0 0 5px;
}


#content {
	margin: -10px 0px -20px 230px;
	border: none;
	padding: 26px 20px 5px 25px;
}


#breadcrumb {
	font-size: 85%;
	padding: 0 0 0 0;
	line-height: 150%;
}

#one {
	float: left;
	width: 180px;
	background-image:url(../images/boxbottom.png);
	background-position: bottom left;
	background-repeat: no-repeat;
	padding: 0 0 10px 0;
}


#one h2 {
	margin: 0;
	padding: 10px 0 0 10px;
	font-size: 100%;
	background-image:url(../images/boxtop.png);
	background-position: top left;
	background-repeat: no-repeat;
}

#one a:link {
	color: #335499;
}

#one p {
	padding: 0 0 0 10px;
}


#two {
	width: 190px;
	float: left;
	background-image:url(../images/boxbottom2.png);
	background-position: bottom left;
	background-repeat: no-repeat;
	margin: 0 0 0 10px;
	padding: 0 0 10px 0;
}

#two h2 {
	margin: 0;
	padding: 10px 0 0 10px;
	font-size: 100%;
	background-image:url(../images/boxtop2.png);
	background-position: top left;
	background-repeat: no-repeat;
}

#two a:link {
	color: #335499;
}

#two p {
	padding: 0 0 0 10px;
	background-image: url(../images/bluedot.png);
}


#three{
	width: 180px;
	float: left;
	background-image:url(../images/boxbottom.png);
	background-position: bottom right;
	background-repeat: no-repeat;
	margin: 0 0 0 10px;
	padding: 0 0 10px 0;
}


#three h2 {
	padding: 10px 0 0 10px;
	margin: 0;
	font-size: 100%;
	background-image:url(../images/boxtop.png);
	background-position: top right;
	background-repeat: no-repeat;
}

#three a:link {
	color: #335499;
}

#three p {
	padding: 0 0 0 10px;
}

.topborder {
	border-top: 1px dotted navy;
	margin: 0 0 0 0;
	padding: 10px 0 0 0;
}

.newsitem {
	border-bottom: 1px dotted #335499;
}

.bottomlink {
	margin: 30px 0 30px 20px;
	padding: 10px 10px 10px 10px;
	font-weight: bold;
	font-size: 95%;
	width: auto;
}


#footer {
	clear: both;
	margin: 30px 0 0 0;
	text-align: center;
	line-height: 100%;
	padding: 0 0 1px 0px;
	background-color: white;
	border-top: 1px solid #335499;
}

#footer li {
	display: inline;
	list-style: none;
}

#footer li a {
	font-size: 90%;
	padding: 0 6px 0 6px;
}

#footer p {
	font-size: 90%;
	padding: 0 0 0 30px;
}

.menuheader h1 {
	font-size: 95%;
	font-weight: bold;
	border: none;
	padding: 10px 5px 10px 5px;
	margin: 0 0 -5px 0;
	background-image: url(../images/blueshadow.png);
	color: white;
}

.hide {
	position: absolute;
	left: -2000em;
}

.clear {
	clear: both;
	padding: 0;
	margin: 0;
}

body#home a#homenav,
body#about a#aboutnav,
body#contact a#contactnav,
body#projects a#projectsnav,
body#services a#servicesnav,
body#inclusive a#inclusivenav,
body#supporting a#supportingnav,
body#links a#linksnav,
body#site a#sitenav,
body#news a#newsnav,
body#accessllab a#accesslabnav,
body#asas a#asasnav,
body#member a#membernav,
body#abd a#abdnav,
body#information a#informationnav,
body#staff a#staffnav,
body#services a#servicesnav, 
body#consultancy a#consultancynav,
body#training a#trainingnav, 
body#publications a#publicationsnav,
body#publicationslist a#publicationslistnav,
body#order a#ordernav, 
body#tools a#toolsnav, 
body#abd a#abdnav, 
body#information a#informationnav,
body#haas a#haasnav,
body#asas a#asasnav,
body#nrac a#nracnav,
body#consultancyservices a#consultancyservicesnav,
body#consultancyservices2 a#consultancyservices2nav,
body#consultancyclients a#consultancyclientsnav,
body#inhousetraining a#inhousetrainingnav,
body#workshops a#workshopsnav,
body#tools a#toolsnav,
body#toolslist a#toolslistnav,
body#ordertools a#ordertoolsnav,
body#abd a#abdnav,
body#abdsubscribe a#abdsubscribenav,
body#asasresource a#resourcenav,
body#asasbht a#grantnav,
body#asascasestudies a#casestudynav,
body#nrac a#nracnav,
body#riba a#ribanav,
body#trainingbooking a#trainingbookingnav,
body#supporters a#supportersnav,
body#sitemap a#sitemapnav,
body#accessibility a#accessibilitynav,
body#itaal a#itaalnav,
body#abouttraining a#abouttrainingnav,
body#accesslab a#accesslabnav,
body#design a#designnav,
body#ramps a#rampsnav,
body#stairs a#stairsnav {
	color: #b06609;
}

a#homenav {
	border-left: 1px solid gray;
	margin: 0 0 0 -15px;
}

.nametitle {
	line-height: 100%;
	font-weight: bold;
	padding: 20px 0 0 0;
	font-size: 100%;
}

#trainingcalendar table {
	border: 1px solid black;
} 

#trainingcalendar th {
	padding: 10px;
	font-size: 100%;
	font-weight: bold;
	background-color: #31539b;
	color: white;
}

#trainingcalendar td {
	padding: 10px;
	font-size: 100%;
}
	
.tdhighlight {
	background-color: #e6e6e6;
}

caption {
	text-align: left;
	padding: 10px 0 15px 0;
	font-size: 110%;
	font-weight: bold;
}

.list li {
	list-style-image:url(../images/page.png);
	border-bottom: 1px dotted gray;
	width: 85%;
	padding: 2px 0 2px 0;
}

.list2 li {
	list-style-image:url(../images/page.png);
	width: 85%;
	padding: 2px 0 2px 0;
}
	
.box {
	border: 2px solid #31539b;
	background-color: #dfdfdf;
	padding: 10px;
}

.float-l {
	float: left;
	padding: 0 10px 10px 0;
}

.float-r {
	float: right;
}

.float-riba {
	float: right;
	padding: 0 90px 0 15px;
}

.form {
	position: absolute;
	left: 600px;
}

.form2 {
	position: absolute;
	left: 700px;
}

.total {
	position: absolute;
	left: 770px;
}

.image {
  float: right;
  width: 48%;
  border: thin silver solid;
  margin: 15px 2px 0 4px;
  padding: 3px;
  text-align: center;
}

.image p {
  text-align: center;
  font-style: italic;
  font-size: small;
  margin: -1px 0 -3px 0;
  color: #4e4e4e;
}

.image2 {
  border: thin silver solid;
  margin: 15px 2px 0 4px;
  padding: 3px;
  text-align: center;
}

.image2 p {
  text-align: center;
  font-style: italic;
  font-size: small;
  margin: -1px 0 -3px 0;
  color: #4e4e4e;
}

.siteheading {
	font-weight: bold;
	padding: 5px 0 0 0;
	list-style-type: none;
}


.sitemap {
	margin: 0 0 0 0;
	font-size: 100%;
	font-weight: bold;
}

.siteindent {
	padding: 0 0 0 30px;
	list-style-type: none;
}

.blurb {
	float: none;
	margin-top: 180px;
}
