html, body, div, span,
h1, h2, h3, h4, h5, h6, p,
a, em, img, strong,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	background: transparent;
}
ol, ul {
	list-style: none;
}


/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

body {
	line-height: 1;
  text-align: center;
  font-size: 0.75em;
  color: #67696c;
  font-family: Verdana, Arial, Sans-serif;
  font-style: normal;
}

p {
  font-size: 0.9em;
  line-height: 1.9em;
  margin-bottom: 15px;
}

#MainBlock {
  width: 988px;
  margin: 0 auto;
  text-align: left;
}

#Header {
  margin: 34px 0 30px 133px;
  position: relative;
}

#Logo {
  width: 120px;
  height: 54px;
  position: absolute;
  top: -3px;
  right: 6px;
  color: #fff;
}

#Logo span {
  position: absolute;
  width: 100%;
  height: 100%;
  background: url(../img/logo.gif) no-repeat;
}

/*------------------ MAIN NAVIGATION--------------*/

#MainNav {
  display: block;
  margin: 0 0 28px 133px;
  background-color: #d1d0e2;
  overflow: hidden;
}

#MainNav li {
  float: right;
  margin-left: 1px;
}

#MainNav li a,
#MainNav li a:link,
#MainNav li a:visited {
  text-transform: lowercase;
  display: block;
  color: #fff;
  font-weight: bold;
  font-size: 0.95em;
  text-decoration: none;
  /*width: 12.1em;*/
  width: 14em;
  padding: 6px 0;
  text-align: center;
  letter-spacing: 0.05em;
}

#MainNav li.current a,
#MainNav li a:hover,
#MainNav li a:active,
#MainNav li a:focus {
  background-color: #4f5398;
}

#Container {
  float: right;
  width: 855px;
  position: relative;
}

#Container h1.hidden {
  display: none;
}

/*----------------HOMEPAGE CONTENT-------------*/

#HomeContent {
  float: left;
  margin-left: 350px;
  width: 349px;
  padding-bottom: 20px;
  min-height: 330px;
}

#HomeContent p.intro {
	font-weight: bold;
	font-size: 1.2em;
	margin-bottom: 20px;
	line-height: 18px;
}

#HomeContent h1 {
  display: none;
}

#Prompt {
	bottom: -372px;
	text-transform: uppercase;
	font-family: Helvetica, Arial;
	font-size: 0.9em;
	left: 363px;
}

#Prompt span {
  font-weight: bold;
  color: #4f5398;
  font-size: 1.3em;
}

.fader {
  float: left;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../img/home/home1.jpg) no-repeat;
  width: 308px;
  height: 370px;
}

#Live .image {
  position: absolute;
  bottom: 2.8em;
  right: 22px;
}


/*---------------FOUR COLUMN LAYOUT------------------*/

#FourColoumn {
  overflow: hidden;
}

#FourColoumn li {
  float: left;
  width: 201px;
  margin-left: 17px;
}

/*---------------FIVE COLUMN LAYOUT------------------*/

#FiveColoumn {
  overflow: hidden;
}

#FiveColoumn li {
  float: left;
  width: 159px;
  margin-left: 15px;
}

.extraText {
  padding-bottom: 1px;
}

.toggler {
  text-transform: uppercase;
  cursor: pointer;
  padding-right: 20px;
  background: url(../img/about/arrow.png) no-repeat right center;
}

.toggler:hover {
  color: #4f5398;
}

/*--------------FOUR AND FIVE COLUMN SHARED DETAILS------------------*/

#FourColoumn li:first-child,
#FiveColoumn li:first-child {
  margin-left: 0;
}

#FourColoumn h2,
#FiveColoumn h2 {
	font-weight: normal;
	font-size: 1.3em;
	margin-top: 15px;
	color: #555;
	letter-spacing: -0.01em;
	margin-bottom: 5px;
}

#FourColoumn p,
#FiveColoumn p {
  line-height: 1.3em;
}

#FourColoumn .sub,
#FiveColoumn .sub {
  font-size: 1em;
  margin-top: 0;
  color: #555;
}

#FourColoumn dl,
#FiveColoumn dl {
  font-size: 0.9em;
  line-height: 1.3em;
  margin-top: 5px;
}

#FourColoumn dt,
#FiveColoumn dt {
  margin-top: 10px;
  color: #555;
}

/*----------------------MISC MAIN CONTENT---------------*/

img.textEmbed {
  float: left;
  margin-right: 30px;
}

p.about {
  width: 360px;
  float: left;
}

p.work {
	line-height: 1.8em;
	margin: 3px; 
	padding: 0px; 
  width: 270px;
  float: left;
}

p.subTitle {
  font-weight: bold;
}


/*-------------------FEATURES BOX----------------*/

#Features {
  float: right;
  margin-top: 70px;
  width: 110px;
}

#Features li {
  border-bottom: 1px solid #4F5398;
  font-size: 0.9em;
  letter-spacing: -0.02em;
  padding: 5px 0;
  text-transform: lowercase;
  background: url(../img/work/tick.png) no-repeat right center;
}

#Features li:first-child {
  border-top: 1px solid #4F5398;
}

/*----------------PROJECT CONTAINER-----------*/

#ProjectContent {
  float: left;
  margin-left: 507px;
  width: 212px;
  padding-bottom: 20px;
  min-height: 330px;
}

#ProjectContent h1 {
  font-size: 2.1em;
  font-weight: normal;
}

#ProjectContent p.subTitle {
  font-weight: bold;
  letter-spacing: 0.01em;
  margin: 20px 0 24px 0;
}

/*---------------DOWNLOAD LINK------------*/

#Download,
#Download:link,
#Download:visited {
	position: absolute;
	bottom: 51px;
	text-transform: uppercase;
	text-decoration: none;
	color: #8f9093;
	font-family: Helvetica, Arial;
	font-size: 0.8em;
	letter-spacing: -0.05em;
	left: 502px;
	width: 200px;
}

#Download:hover,
#Download:active,
#Download:focus {
  text-decoration: underline;
}

/*------------------ JOB DETAILED INFORMATION------------*/

#Data {
  float: right;
  width: 121px;
  font-family: Helvetica, Arial, Sans-serif;
}

#Data dl {
  font-size: 0.9em;
  padding-top: 67px;
}

#Data dl dt {
  margin-bottom: 1px;
}

#Data dl dd {
  margin-bottom: 16px;
}

/*----------------HOME PAGE GALLERY----------*/

#ProjectPics {
  float: right;
}

#ProjectPics li {
  margin-top: 5px;
}

#ProjectPics li:first-child {
  margin-top: 0;
}

/*--------------JOB DETAIL GALLERY--------------*/

#Gallery {
  width: 474px;
  position: absolute;
  top: 0;
  left: 0;
}

#GalleryThumbs.js {
  margin-top: 17px;
  position: relative;
  width: 480px;
  left: -6px;
}

#GalleryThumbs.js li {
  float: left;
}


#GalleryThumbs img.thumb {
  display: none;
}

#GalleryThumbs.js img.thumb {
  display: block;
  float: left;
  margin-left: 6px;
  cursor: pointer;
}

/*----------------IMAGE GROUP-------------------*/

#ImageGroup {
  width: 504px;
  overflow: hidden;
  float: left;
  margin-right: 30px;
}

#ImageGroup img {
  float: left;
  margin: 0;
}

/*-------------- SECONDARY NAVIGATION-----------*/

#SideNav {
  float: left;
  width: 117px;
}

#SideNav li {
  display: block;
  padding-bottom: 26px;
}

#SideNav li.info p {
  background-color: #EAE4BD;
  color: #4F5398;
  line-height: 1.4em;
  padding: 13px 5px 14px 5px;
  text-align: right;
}

#SideNav li a,
#SideNav li a:link,
#SideNav li a:visited {
  display: block;
  text-align: right;
  text-decoration: none;
  color: #4f5398;
  font-weight: bold;
  font-size: 0.95em;
  text-transform: lowercase;
  letter-spacing: -0.01em;
}

#SideNav li.current a,
#SideNav li a:hover,
#SideNav li a:active,
#SideNav li a:focus {
  color: #ADAACE;
}

#SideNav li.highlight a:link,
#SideNav li.highlight a:visited {
  color: #f8bfd5;
}

#SideNav li.highlight a:hover,
#SideNav li.highlight a:active {
  color: #d6a5b8;
}

#SideNav li ul {
  margin-top: 20px;
  background-color: #eae4bd;
  padding: 5px 5px 8px 0;
}

#SideNav li ul li {
  border-top: 1px solid #4F5398;
  padding: 7px 0;
}

#SideNav li ul li:first-child {
  border-top: 0;
}

#SideNav li.current ul li a,
#SideNav li ul li a {
  display: block;
  font-weight: normal;
  font-size: 1em;
  text-transform: none;
  color: #4F5398;
  font-family: Helvetica, Arial, Sans-serif;
}

#SideNav li ul li.current a,
#SideNav li ul li a:hover,
#SideNav li ul li a:active,
#SideNav li ul li a:focus {
  color: #ADAACE;
}

#architects 
{ 
float: left; 
margin-left: 30px;
}
#surveyors 
{ 
float: left;
margin-left: 30px;
}
#partImg 
{ 
float: left; 
background-image: url("../img/about/scaffold3.jpg");
height: 425px; 
width: 360px; 
display: inline; 
}
#rightPart
{ 
 
margin-left: 390px; 
}

#introImg 
{ 
float: left; 
background-image: url("../img/about/scaffold1.jpg"); 
height: 425px; 
width: 360px; 
position: relative; 
}
#introText 
{ 
float: left; 
margin-left: 30px; 
width: 300px; 
}
#introBox 
{
	position: absolute;
	bottom: 23px;
	right: 63px;
	width: 250px;
	padding: 4px;
	background-color: #eae4bd;
	height: 50px;
}
.lineHeight 
{ 
line-height: 10px; 
display: block; 
}

#clientsImg 
{ 
float: left; 
background-image: url("../img/about/scaffold2.jpg"); 
height: 428px; 
width: 360px; 
}
#clientsHeader 
{ 

text-align: left; 
margin-left: 390px; 
}
#clientsTextLeft 
{ 
float: left; 
margin-left: 30px; 
}
#clientsTextRight 
{ 
float: left; 
margin-left: 20px; 
}

#peopleBox 
{ 
float: left; 
margin-left: 15px; 
width: 250px; 
}

#careersImg 
{ 
float: left; 
background-image: url("../img/home/main2.jpg"); 
width: 360px; 
height: 428px; 
}
#careersText 
{ 
float: left; 
margin-left: 20px; 
width: 300px; 
}

#contactImg 
{ 
float: left; 
background-image: url("../img/about/scaffold4.jpg"); 
width: 360px; 
height: 428px; 
}
#contactText 
{ 
float: left; 
margin-left: 60px; 
width: 250px; 
}

#formImg 
{ 
float: left; 
background-image: url("../img/about/brochure.jpg"); 
width: 360px; 
height: 428px; 
}
#formText 
{ 
float: left; 
margin-left: 30px; 
width: 300px; 
}

.noSpace 
{ 
margin:0; 
padding:0; 
}

#homeText
{
	float: left;
	margin-left: 20px;
	width: 300px;
}

.space 
{ 
	line-height: 1.8em;
	margin: 3px; 
	padding: 0px; 
}

#homeImg
{
	float: left;
	background-image: url("../img/home/main2.jpg");
	position: relative;
	width: 360px;
	height: 428px;
}
.imgLink
{
	position: absolute;
	bottom: 49px;
	right: 23px;
	width: 140px;
	height: 50px;
}
#homeSideImg
{
	float: left;
	margin-left: 20px;
	width: 150px;
	height: 300px;
}
.link:link,
.link:visited {
  bottom: 15px;
  color: #4f5398;
  font-size: 0.8em;
  letter-spacing: -0.01em;
  position: absolute;
  right: 22px;
  text-align: right;
  text-decoration: none;
  text-transform: uppercase;
  width: 250px;
  word-spacing: -0.1em;
}

.link:hover,
.link:active {
  text-decoration: underline;
}
#eduContent
{
	float: left;
	width: 190px;
	padding-bottom: 20px;
}
#eduTextLeft
{
	float: left;
	width: 190px;
	margin-left: 15px;
}
#eduTextLeft h1{
  font-size: 2.1em;
  font-weight: normal;
  line-height: 1.2em;
  margin-bottom: 3px;
}
#eduTextRight
{
	float: left;
	margin-left: 50px;
  width: 111px;
  font-family: Helvetica, Arial, Sans-serif;
}

#eduTextRight dl {
  font-size: 0.9em;
  padding-top: 67px;
}

#eduTextRight dl dt {
  margin-bottom: 1px;
}

#eduTextRight dl dd {
  margin-bottom: 16px;
}

#eduGallery {
  width: 474px;
  position: absolute;
  float: left;
  top: 0;
  left: 0;
}

#eduGalleryThumbs.js {
  margin-top: 17px;
  position: relative;
  width: 480px;
  left: -6px;
}

#eduGalleryThumbs.js li {
  float: left;
}

#eduGalleryThumbs img.thumb {
  display: none;
}

#eduGalleryThumbs.js img.thumb {
  display: block;
  float: left;
  margin-left: 6px;
  cursor: pointer;
}

#galleryContainer
{
	float: left;
	width: 480px;
	height: 500px;
}

.nameTitle
{
	margin-top: 6px;
}
