/*html { overflow: -moz-scrollbars-vertical; }*/
body {
	background-image: url(/img/tile.gif);
	background-attachment: fixed;
	margin: 0;
	padding: 0;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 0.8em; /*set here rather than in p so that innerwrap offsets work as expected*/
}
p {
	margin: 0.8em 0 0 0;
	padding: 0;
}
a {
	color: #000000;
	outline: none;
	white-space: nowrap;
}
a img {
	border: none;
}
img {
	opacity: 100;
}
.rb7design {
	color: #FF7700;
	font-size: 1.1em;
	font-weight: bold;
}
.keyword {
	color: #FF7700;
	font-size: 1.5em;
	font-weight: bold;
}
.firstPhrase {
	font-weight: bold;
	font-size: 1.1em;
}
.lineIndent {
	text-indent: 16px;
}
em {
	font-style: normal;
	font-weight: bold;
}
.boldText {
	font-weight: bold; /*for occasions when bold text is required but not emphasis by screen readers*/
}
h1 {
	margin: 0;
	padding: 0px 16px 16px 16px;
	background-color: #FF7700;
	background-image: url(/img/inner_box_body_grey.gif);
	background-repeat: no-repeat;
	color: #FFFFFF;
	font-size: 1.2em;
	font-weight: normal;
}
h1 a {
	color: #FFFFFF;
}
h2 {
	font-size: 1em;
	font-weight: bold;
	margin: 0;
	padding:0;
}
h2.error {
	color: #FF0000;
	margin: 0 0 6px 8px;
	padding: 0;
}
textarea {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 1em;
	width: 498px; /* allows for borders on box */
	height: 120px;
	margin-left: 8px;
}
form {
	margin-top: 20px;
}
.textBox {
	margin: 0 0 8px 8px;
}
.label {
	float: left;
	clear: left;
	width: 200px;
	margin: 2px 0 0 8px;
}
.helpText {
	color: #333333;
	font-size: 0.8em;
	margin: 2px 8px 0 8px;
}
.helpText2 {
	color: #333333;
	font-size: 0.8em;
	margin-top: 7px;
}
.inputBox {
	width: 300px;
	margin: 0;
	padding: 0;
}
.checkbox {
	margin: 7px 0 0 0;
	padding: 0;
}
.formBoxTop {
	width: 522px;
	font-size: 1px; /* fix for IE6 to stop top bar having gap underneath - refuses to obey height less than font height, regardless of whether there's any content in the div */
	height: 8px;
	margin: 0;
	padding: 0;
}
.formBoxItem {
	width: 522px;
	padding-bottom: 10px;
}
.formGreyTop {
	background: url(/img/form_grey_top.jpg) no-repeat;
}
.formGreyItem {
	background: url(/img/form_grey_bottom.jpg) no-repeat bottom;
}
.formOrangeTop {
	background: url(/img/form_orange_top.jpg) no-repeat;
}
.formOrangeItem {
	background: url(/img/form_orange_bottom.jpg) no-repeat bottom;
}
.formRedTop {
	background: url(/img/form_red_top.jpg) no-repeat;
}
.formRedItem {
	color: #FFFFFF;
	background: url(/img/form_red_bottom.jpg) no-repeat bottom;
}
.submit {
	margin-left: 259px;
}
#submit {
	margin-left: -2.2em;
}
#headerBoxTop {
	position: absolute;
	background-image: url(/img/inner_box_top_grey.gif);
	background-repeat: no-repeat;
	margin: -8px 0 0 0;
	height: 8px;
	width: 522px;
}
#headerBoxBottom {
	background-image: url(/img/inner_box_bottom_grey.gif);
	background-repeat: no-repeat;
	margin: -12px 0 0 0;
	height: 12px;
	width: 522px;
}
#cloak {
background-image: url(/img/tile.gif);
	z-index: 100;
	height: 100%;
	width: 100%;
	position:absolute;
}
#flash {
	margin-top: -200px;
	margin-left: -380px;
	position:absolute;
	top: 50%;
	left:50%;
	z-index: 30;
}
#flash2 {
	margin-top: 0px;
	margin-left: -380px;
	position: absolute;
	top: 0;
	left: 50%;
	overflow:hidden;
	z-index:20;
}
#mainContainer {
	position: absolute;
	margin-left: -350px;
	left: 50%;
	top: 0;
	margin-top: 140px;
	margin-bottom: 74px;
	width: 700px;
	z-index: 10;
}
#topBar {
	position: absolute;
	width: 100%;
	height: 92px;
	margin: -92px 0 0 0;
	padding: 0;
	background-image: url(/img/top.gif);
}
#bottomBar {
	position: absolute;
	width: 100%;
	height: 84px;
	bottom: 0;
	margin-bottom: -84px;
	background: url(/img/bottom.gif) no-repeat;
}
#mainContent {
	background-color: #FFFFFF;
	border-left: 130px solid #FF7700;
	border-right: 4px solid #FF7700;
	margin: 0;
	padding: 0 20px 0 24px; /* 4px less padding on right to allow for 4px shadow on top box; added back in for subContent div */
	width: 522px;
	position: relative; /*required since z-index only works on positioned elements*/
	z-index: 5;
	min-height: 350px;
	/*next line equiv to min-height for old ie; JavaScript must be enabled*/
	height:expression(this.scrollHeight< 360 ? "360px" : "auto");
}
#subContent {
	margin-right: 4px; /* redressing 4px shortfall in mainContent padding to allow for top box shadow */
}
body#contactPage #subContent {
	margin-right: 0;
}
body#clientPage #subContent {
	margin-right: 0;
}
* html #mainContent {
	width: 700px;
	w\idth: 522px;
}
#copyright {
	position: absolute;
	height: 118px;
	width: 12px;
	margin: -118px 0 0 710px;
	padding: 0;
	background: url(/img/copyright.gif) no-repeat right;
}
.jsCollapseButton {
	margin: 12px 0 30px 0;
}
.jsCollapseButton a {
	font-weight: bold;
}
.jsCollapseButton img {
	vertical-align: middle;
}
.jsSlideshowHolder {
	position: relative;
	margin: 20px auto 0 auto;
  width: 412px;
}
.jsSlideshowHolder img {
	position: relative; /*required so JavaScript can manipulate z-index*/
}
img.jsExtraSlide {
	position: absolute;
	top: 0;
	left: 0;
}
.bulletWrap {
	margin: 20px 0 40px 7.3em;
	padding: 0 0 0 0.8em;
	border-left: #AAAAAA solid 0.3em;
}
.bulletWrap .firstPhrase {
	font-size: 1em;
}
.miniBullet {
	padding: 0 0 0 24px;
	background-image: url(/img/miniArrow.gif);
	background-repeat: no-repeat;
	background-position: 0 4px;
}
.firstItem {
	margin-top: 1.2em;
}
.bullet {
	background-image: url(/img/arrow.gif);
	background-repeat: no-repeat;
	height: 35px;
	width: 6.5em;
	background-position: right 0px;
}
.bulletBar {
	position: absolute;
	text-align: right;
	margin: 0 0 0 -8.4em;
	width: 6.5em;
	height: 7em;
}
.bulletBar img {
	margin-top: 20px;
}
body#mainPage .bulletBar {
	margin-top: -0.18em;
}
body#mainPage .bulletBar h2 {
	font-size: 1.3em;
}
.bulletBar h2 {
	font-size: 1em;
	margin: 0 0 0.5em 0;
}
#navBar {
	position: absolute;
	width: 130px;
	height: 350px;
	margin: 0;
	top: 0;
	background-image: url(/img/left.gif);
	background-repeat: no-repeat;
	background-color: #FF7700;
	z-index: 20;
}
#navBar ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
#navBar li {
	margin: 0 0 10px 30px; /*must be here rather than in "a" to stop ie6 collapsing*/
}
#navBar a {
	text-decoration: none;
	display: block;
	color: #FFF;
	height: 44px;
	width: 72px;
	padding: 6px 0 0 28px;
	background: url(/img/nav.gif) no-repeat;
}
* html #navBar a {
	width: 100px;
	w\idth: 72px;
	height: 50px;
	hei\ght: 44px;
}
#navBar a:hover, #navBar a:focus {
	padding-left: 10px;
	width: 90px;
}
* html #navBar a:hover, #navBar a:focus {
	width: 100px;
	w\idth: 90px;
}
#navBar a#main {
	background-position: -200px 0;
}
body#mainPage #navBar a#main {
	background-position: 0 0;
	color: #FF7700;
	font-weight: bold;
	padding: 6px 0 0 10px;
	width: 90px;
}
* html body#mainPage #navBar a#main {
	width: 100px;
	w\idth: 90px;
}
#navBar a#main:hover, #navBar a#main:focus {
	background-position: -100px 0;
}
#navBar a#services {
	background-position: -200px -60px;
}
body#servicesPage #navBar a#services {
	background-position: 0 -60px;
	color: #FF7700;
	font-weight: bold;
	padding: 6px 0 0 10px;
	width: 90px;
}
* html body#servicesPage #navBar a#services {
	width: 100px;
	w\idth: 90px;
}
#navBar a#services:hover, #navBar a#services:focus {
	background-position: -100px -60px;
}
#navBar a#portfolio {
	background-position: -200px -120px;
}
body#portfolioPage #navBar a#portfolio {
	background-position: 0 -120px;
	color: #FF7700;
	font-weight: bold;
	padding: 6px 0 0 10px;
	width: 90px;
}
* html body#portfolioPage #navBar a#portfolio {
	width: 100px;
	w\idth: 90px;
}
#navBar a#portfolio:hover, #navBar a#portfolio:focus {
	background-position: -100px -120px;
}
#navBar a#clientArea {
	background-position: -200px -180px;
}
body#clientPage #navBar a#clientArea {
	background-position: 0 -180px;
	color: #FF7700;
	font-weight: bold;
	padding: 6px 0 0 10px;
	width: 90px;
}
* html body#clientPage #navBar a#clientArea {
	width: 100px;
	w\idth: 90px;
}
#navBar a#clientArea:hover, #navBar a#clientArea:focus {
	background-position: -100px -180px;
}
#navBar a#about {
	background-position: -200px -240px;
}
body#aboutPage #navBar a#about {
	background-position: 0 -240px;
	color: #FF7700;
	font-weight: bold;
	padding: 6px 0 0 10px;
	width: 90px;
}
* html body#aboutPage #navBar a#about {
	width: 100px;
	w\idth: 90px;
}
#navBar a#about:hover, #navBar a#about:focus {
	background-position: -100px -240px;
}
#navBar a#contact {
	background-position: -200px -300px;
}
body#contactPage #navBar a#contact {
	background-position: 0 -300px;
	color: #FF7700;
	font-weight: bold;
	padding: 6px 0 0 10px;
	width: 90px;
}
* html body#contactPage #navBar a#contact {
	width: 100px;
	w\idth: 90px;
}
#navBar a#contact:hover, #navBar a#contact:focus {
	background-position: -100px -300px;
}
.slideshowNav {
	text-align: right;
	margin-top: 4px;
	margin-right: 7px;
}
.slideshowNav img {
	vertical-align: text-top;
}
.slideCaption {
	text-align: right;
	font-size: 0.8em;
	font-style: italic;
	margin: 2px 7px 0 100px;
}
h2.portfolioHeader {
  height: 0;
  overflow: hidden;
  display: block;
  width: 518px;
  background-repeat: no-repeat;
  background-position: right top;
  position: relative;
  margin-top: 40px;
  border-bottom: 2px solid #999999;
  padding-top: 104px;
}
h2.portfolioHeader.archineers {
  padding-top: 60px;
  background-image: url(/img/portfolioHeaderArchineers.gif);
}
h2.portfolioHeader.bcy {
  background-image: url(/img/portfolioHeaderBCY.gif);
}
h2.portfolioHeader.rb {
  background-image: url(/img/portfolioHeaderRB.gif);
}