/* CSS Document */


body {
background:#fff;
margin:0 auto;
padding:0;
text-align:center;
font-family:Arial, Helvetica, sans-serif, "Lucida Grande";
font-size:12px;
color:#909090;
line-height:16px;
}

#wrapper {
width:760px;
margin:0 auto;
background:#fff;
text-align:left;
	}

/* top logo area */

#header {
background:#fff;
margin:20px 0;
height:80px;
}

#tag {
float:left;
}

#egslogo {
float:right;
}



/* navigation */

#nav {
clear:both;
text-align:left;
height:29px;
line-height:29px;
border-top:1px solid #a9d046;
border-bottom:1px solid #a9d046;
font-weight:bold;
display: block;
}

#nav ul {
margin: 0;
padding: 0;
background:#fff;
}

#nav li {
position: relative;
list-style: none;
float: left;
display: block;

}

#nav li a {
color:#909090;
text-decoration: none;
}

#nav li a:hover {
background-color:#fff;
color:#a9d046;
}


/* content */

#content	{
margin:0 0 30px 0;
}


#content p {
font-size:12px;
color:#909090;
}


#centre {
text-align:center;
padding:25px 0 0 0;
}


/* Footer area */

#footer {
padding:10px 0 0 0;
clear:both;
border-top:1px solid #a9d046;
}

#footer p, #footera p {
font-size:10px;
line-height:13px;
text-align:left;
color:#909090;
margin:8px 0 0 0;
}

#footera {
border-top:1px solid #a9d046;
padding:5px 0 0 0;
margin:30px 0 0 0;
}


/* text */

h1 {
font-weight:bold;
font-size:12px;
color:#a9d046;
}

h2 {
font-weight:bold;
font-size:14px;
text-align:center;
}

h3 {
font-size:14px;
}

h5 {
font-weight:bold;
font-size:14px;
text-align:center;
padding-top:28px;
border-top:1px solid #a9d046;
}

#popwrap h1 {
font-size:18px;
line-height:20px;
}


#popwrap p+p {
margin-top:-5px;
}

u {
text-decoration:none;
border-bottom:2px solid #a9d046;
padding-bottom:2px;
}

/* nav text */

#home, #egsblueprint, #ourwork, #thepeople, #ourclients {
margin-right:84px;
}

#contactus {
margin-right:0;
}


#content a, a:active {
color:#a9d046;
text-decoration:none;
}

#content a:hover {
background:#a9d046;
color:#fff;
}


table#work {
margin-top:20px;
text-align:center;
}


table#people {
margin-top:20px;
text-align:left;
}

table#people p{
padding:0 30px 0 0;
}

table#people td {
width:33%;
}


#popwrap {
text-align:left;
padding:20px 30px;
}


