*{font-size:100.01%}
html {font-size:64%;}
body {
	font:1.0em Arial, Helvetica, sans-serif;
}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	margin: 0;
	padding: 0;
	outline: 0;
	background: transparent;
	vertical-align: baseline;
}
body {
	line-height: 1;
}
ul {list-style: none;}

blockquote, q {quotes: none;}
blockquote:before, blockquote:after,
q:before, q:after {content: "";}
blockquote, q {quotes: "" "";}

:focus {outline: 0;}
ins {text-decoration: none;}
del {text-decoration: line-through;}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-spacing: 0;
	border-collapse: collapse;
}
img{border-style:none;}
a{color:#000;}
a:hover{text-decoration:none;}
input,
textarea,
select{
	font:100% arial,sans-serif;
	vertical-align:middle;
}
form,fieldset{
	margin:0;
	padding:0;
	border:none;
}
/* ---Backgrounds--- */

.home-page{background:#d1daad url(../images/home/bg-home.jpg) no-repeat 50% 0;}
.about {background:#c3c8ce url(../images/about/bg-about.jpg) no-repeat 50% 0;}
.services {background:#E9DBA3 url(../images/services/bg-services.jpg) no-repeat 50% 0;}
.projects {background:#C1CEEA url(../images/projects/bg-projects.jpg) no-repeat 50% 0;}
.employ {background:#C8E2A3 url(../images/employ/bg-employ.jpg) no-repeat 50% 0;}
.news {background:#DBDA8B url(../images/news/bg-news.jpg) no-repeat 50% 0;}
.sustain {background:#EED49D url(../images/sustain/bg-sustain.jpg) no-repeat 50% 0;}
.login {background:#f1f1ef url(../images/login/bg-login.jpg) no-repeat 50% 0;}
/* End Backgrounds */

.page-holder{
	width:904px;
	margin:0 auto;
}
.page-top{
	background:url(../images/bg-container-top.png) no-repeat;
	width:904px;
	text-indent:-9999em;
	overflow:hidden;
	display:block;
	height:1px;
}
.page-bottom{
	background:url(../images/bg-container-bottom.png) no-repeat;
	width:904px;
	height:6px;
	text-indent:-9999em;
	overflow:hidden;
	display:block;
}
#page{
	width:888px;
	padding:0 8px;
	background:url(../images/bg-container.png) repeat-y;
}
#footer{
	width:904px;
	font-size:1.0em;
	font-weight:bold;
	color:#333;
	padding:4px 0 15px;
}
#footer ul{overflow:hidden;}
#footer ul li{
	float:left;
	border-left:1px solid #333;
	margin:0 5px 0 -5px;
	padding:0 5px;
	line-height:1.2em;
}
#footer ul li a,
#footer p a {
	color:#333;
	text-decoration:none;
}
#footer ul li a:hover,
#footer p a:hover {text-decoration:underline;}
#footer p{float:right;}
#header{
	width:100%;
	position:relative;
	padding-top:51px;
	margin-bottom:8px;
}
.inner-page #header{padding-bottom:36px;}
.inner-nosub #header{padding-bottom:8px;}
.search-form{
	width:247px;
	position:absolute;
	right:0;
	top:9px;
	padding:1px 0;
	background:url(../images/bg-search.gif) repeat-x;
	overflow:hidden;
}
.search-form input{
	float:left;
	padding:0;
}
.search-form span{
	background:url(../images/search-input.gif) no-repeat;
	width:155px;
	height:24px;
	overflow:hidden;
	padding:6px 5px 0 6px;
	float:left;
	margin-right:4px;
}
.search-form span input{
	display:block;
	width:100%;
	border:none;
	background:none;
	font-size:13px;
	color:#666;
	float:none;
}
#header h1{
	width:409px;
	height:65px;
	text-indent:-9999em;
	overflow:hidden;
	position:absolute;
	top:19px;
	left:27px;
	z-index:10;
}
#header h1 a{
	background:url(../images/logo.png) no-repeat;
	height:100%;
	display:block;
	cursor:pointer;
}
#header img{display:block;}
#header #topphoto {
	height: 200px;
	width: 888px;
	overflow:hidden;
	z-index: 0;
}


/* ---Navigation--- */

#navigation{
	width:888px;
	position:absolute;
	left:0;
	z-index: 10;
}
.home-page #navigation{bottom:-24px;}
.inner-page #navigation{bottom:20px;}
.inner-nosub #navigation{bottom:-8px;}

#navigation ul{
	width:879px;
	padding:0 0 0 9px;
	background:url(../images/bg-navigation.gif) repeat-x;
	height:37px;
	position:relative;
}
#navigation li{
	float:left;
	font-size:15px;
	background:url(../images/separator-navigation.gif) no-repeat 100% 0;
	padding:0 1px 0 0;
}
#navigation li a{
	text-decoration:none;
	color:#ebeae0;
	float:left;
	position:relative;
	z-index:7;
}
#navigation li a span{
	float:left;
	line-height:31px;
	padding:0 22px 6px;
	cursor:pointer;
}
#navigation li a:hover{background:url(../images/bg-navigation-over.gif) repeat-x;}


#navigation li div{
	background:#b0af91;
	width:888px;
	position:absolute;
	top:31px;
	left:0;
	overflow:hidden;
	height:29px;
	z-index:2;
	display:none;
}
#navigation li ul{
	display:block;
	width:100%;
	overflow:hidden;
	z-index:5;
	text-align:center;
	padding-top:0;
	background:none;
}
#navigation li ul li{
	display:inline;
	font-size:14px;
	float:none !important;
	border-left:1px solid #30302b;
	background:none;
	padding:0 10px;
}
#navigation li ul li:first-child { 
	border-left: none; 
	padding-left: 0; 
} 
#navigation li ul li a{
	color:#191919;
	float:none !important;
	line-height:30px;
	background:none !important;
}
#navigation li ul li a:hover {
	border-bottom: 1px solid #191919; !important;
}

/* --Menu Subsection Highlights-- */
.home-page #navigation li.active a, .home-page #navigation li.active a:hover{background:url(../images/bg-navigation-active.gif) repeat-x;}

body.about #navigation li.about-nav,
body.services #navigation li.services-nav,
body.projects #navigation li.projects-nav,
body.employ #navigation li.employ-nav,
body.news #navigation li.news-nav,
body.sustain #navigation li.sustain-nav,
body.login #navigation li.login-nav {
	padding-right:0;
	margin-left: -1px;
}

/* Turn on submenu display */

/*body.services #navigation li.services-nav div,
body.employ #navigation li.employ-nav div,*/
body.about #navigation li.about-nav div,
body.projects #navigation li.projects-nav div,
body.news #navigation li.news-nav div {
	display:block;
}

/* About section */
body.about #navigation li.about-nav a, 
body.about #navigation li.about-nav a:hover {
	background:url(../images/about/bg-navigation-active-inner.gif) repeat-x;
}
body.about #navigation li.about-nav a span, 
body.about #navigation li.about-nav a:hover span {
	background:url(../images/about/bg-navigation-inner-arrow.gif) no-repeat 50% 100%;
}
body.index .a-main,
body.core .a-core,
body.offices .a-office,
body.staff .a-staff,
body.exp .a-exp,
body.health .a-health,
body.first .a-first {
	border-bottom: 1px dotted #333;
}

/* Services section */
body.services #navigation li.services-nav a, 
body.services #navigation li.services-nav a:hover {
	background:url(../images/services/bg-navigation-active-inner.gif) repeat-x;
}
/* body.services #navigation li.services-nav a span, 
body.services #navigation li.services-nav a:hover span {
	background:url(../images/services/bg-navigation-inner-arrow.gif) no-repeat 50% 100%;
} */
body.index .s-main,
body.arch .s-arch,
body.aehr .s-aehr,
body.trad .s-trad,
body.spec .s-spec,
body.apm .s-apm {
	border-bottom: 1px dotted #333;
}

/* Projects section */
body.projects #navigation li.projects-nav a, 
body.projects #navigation li.projects-nav a:hover {
	background:url(../images/projects/bg-navigation-active-inner.gif) repeat-x;
}
body.projects #navigation li.projects-nav a span, 
body.projects #navigation li.projects-nav a:hover span {
	background:url(../images/projects/bg-navigation-inner-arrow.gif) no-repeat 50% 100%;
} 
body.index .p-main,
body.feat .p-feat {
	border-bottom: 1px dotted #333;
}

/* Employment section */
body.employ #navigation li.employ-nav a, 
body.employ #navigation li.employ-nav a:hover {
	background:url(../images/employ/bg-navigation-active-inner.gif) repeat-x;
}
/* body.employ #navigation li.employ-nav a span, 
body.employ #navigation li.employ-nav a:hover span {
	background:url(../images/employ/bg-navigation-inner-arrow.gif) no-repeat 50% 100%;
} */
body.index .e-main,
body.train .e-train {
	border-bottom: 1px dotted #333;
}

/* News section */
body.news #navigation li.news-nav a, 
body.news #navigation li.news-nav a:hover {
	background:url(../images/news/bg-navigation-active-inner.gif) repeat-x;
}
body.news #navigation li.news-nav a span, 
body.news #navigation li.news-nav a:hover span {
	background:url(../images/news/bg-navigation-inner-arrow.gif) no-repeat 50% 100%;
}
body.index .n-main,
body.news2 .n-news,
body.pub .n-pub,
body.comm .n-comm,
body.archive .n-archive,
body.faq .n-faq {
	border-bottom: 1px dotted #333;
}

/* Sustainability section */
body.sustain #navigation li.sustain-nav a, 
body.sustain #navigation li.sustain-nav a:hover {
	background:url(../images/sustain/bg-navigation-active-inner.gif) repeat-x;
}

/* Login section */
body.login #navigation li.login-nav a, 
body.login #navigation li.login-nav a:hover {
	background:url(../images/login/bg-navigation-active-inner.gif) repeat-x;
}

/* Support section */
body.support #navigation li.login-nav a, 
body.support #navigation li.login-nav a:hover {
	background:none;
}

/* --End Submenu-- */


/* ---Content Section--- */

.main{
	width:100%;
	overflow:hidden;
	clear:left;
}

/* Sidebar colours */

.home-page .main{background:url(../images/bg-main.gif) repeat-y;}
.about .main{background:url(../images/about/bg-main-inner.gif) repeat-y;}
.services .main{background:url(../images/services/bg-main-services.gif) repeat-y;}
.projects .main{background:url(../images/projects/bg-main-projects.gif) repeat-y;}
.employ .main{background:url(../images/employ/bg-main-employ.gif) repeat-y;}
.news .main{background:url(../images/news/bg-main-news.gif) repeat-y;}
.sustain .main{background:url(../images/sustain/bg-main-sustain.gif) repeat-y;}
.login .main{background:url(../images/login/bg-main-login.gif) repeat-y;}

/* with left column */
.left-col .main{background:none;}


.main-bottom{
	width:100%;
	overflow:hidden;
}
.home-page .main-bottom{background:url(../images/home/bg-main-bottom.gif) no-repeat 0 100%;} /* need to update before use */

.full-col .main{background:url(../images/bg-main.gif) repeat-y;}
.full-col .main-bottom{background:url(../images/home/bg-main-bottom.gif) no-repeat 0 100%;} /* need to update before use */


.content{
	width:592px;
	float:left;
}
.column{
	width:296px;
	float:left;
}

body.left-col .content {
	float:right;
}

.welcome-box{
	width:520px;
	padding:15px 45px 4px 27px;
	background:#ebeae0;
	overflow:hidden;
}
.inner-page .welcome-box{
	padding-top:12px;
	padding-left:29px;
	width:518px;
}
.welcome-box img{
	display:block;
	border:1px solid #b0af91;
	margin-bottom:18px;
}
.welcome-box img.home{
	display:block;
	border:1px solid #b0af91;
	margin:0 -17px 18px 12px;
	float:right;
}

.welcome-box img.accent {
	border:none;
	padding-right: 16px;
	margin:1px 0 0 -8px;
	float:left;
}
.welcome-box .featured img{
	display:inline;
	border:1px solid #b0af91;
	margin-bottom:4px;
}

.welcome-box li {
	margin:0 0 8px 32px;
	color:#464234;
	font-size:1.2em;
	line-height:1.3em;
	list-style: square;
	vertical-align: middle;
}
.welcome-box li li {
	margin:8px 0 8px 32px;
	font-size:1em;
}

/* Page titles */
.title{
	width:520px;
	padding:7px 17px 0 0;
	margin-right:-17px;
	background:url(../images/bg-title.gif) repeat-y 100% 0;
	text-align:right;
	margin-bottom:18px;
	font-family: "Book Antiqua", "Century Schoolbook", Georgia, "Century Schoolbook L", serif;
}
.inner-page .title {
	margin-bottom:10px;
}
.title div.preamble {
	margin:0 0 2px;
	font-size:1.4em;
	color:#454b49;
	font-weight:normal;
	text-transform: uppercase;
}
.title h2 {
	font-size:2.0em;
	color:#030;
	font-weight:normal;
	text-transform: uppercase;
}
.title h2.nocap {
	text-transform: none;
}

/* Content Section */
.content p{
	margin:0 0 17px;
	color:#464234;
	font-size:1.2em;
	line-height:1.3em;
}
.content p strong{font-weight:bold;}

.content a,
.content a:link {
	color: #4A6C3E;
}
.content a:visited {
	color: #464234;
}

.content h3 {
	font-size:1.4em;
	color:#030;
	font-weight:bold;
	margin: 0 0 12px;
}
.content h4 {
	font-size:1.3em;
	color: #3D3B2D;
	font-weight:bold;
	margin: 0 0 4px;
}
.content dl {
	color:#464234;
	font-size:1.2em;
	line-height:1.3em;
}
.content dt {
	font-weight: bold;
	margin-bottom: 4px;
}
.content dd {
	margin:0 0 17px 24px;
}

.service-box{
	width:575px;
	overflow:hidden;
	padding:14px 0 12px 17px;
}
.service-column{
	width:180px;
	float:left;
	margin-top:-5px;
}
.service-title{
	width:125px;
	background:url(../images/bg-service-title.gif) repeat-y 100% 0;
	text-align:right;
	padding:3px 15px 0 0;
	font-family: "Book Antiqua", "Century Schoolbook", Georgia, "Century Schoolbook L", serif;
	margin-top:5px;
}
.service-title h3{
	font-size:2.2em;
	color:#732815;
	font-weight:normal;
	text-transform: uppercase;
}
.service-title h3 span{
	color:#202020;
	font-size:0.72em;
	font-weight:normal;
	display:block;
	text-transform: none;
}
.service-column ul li{
	font-size:1.2em;
	line-height:1.5em;
	padding-left:19px;
	background:url(../images/service-ul.gif) no-repeat 0 7px;
	overflow:hidden;
}
.service-column a{
	color:#8d5b2c;
	text-decoration:none;
}
.service-column a:hover{text-decoration:underline;}

.service-column p{
	margin:6px 0 2px;
	line-height:1.4em;
	padding-left:19px;
	overflow:hidden;
}
.service-column p strong{
	color: #333;
}


.photo-note {
	text-align: right;
	font-style: italic;
	font-size: 10px;
	margin: 14px 12px 0;
	padding-bottom: 4px;
	border-bottom: 1px dotted #989889;
	color: #535348;
}

.feature-area {
	padding:32px 10px 0 24px;
	background:#d6d3be;
	overflow:hidden;
	height:1%;
}
.home-page .feature-area {
	background:url(../images/home/bg-column.gif) no-repeat 99% 100%;
	padding-bottom:90px;
	margin-bottom:1px;
}
.home-page .general-area{
	margin-top: 12px;
	padding:20px 10px 12px 34px;
	background: #535348; /* original #d6d3be */
	border:1px solid #b0af91;
	border-top: 1px dotted #b0af91;
	border-bottom:0;
}

.inner-page .feature-area{
	background:#d6d3be;
	border:1px solid #b0af91;
	padding:15px 10px 0 24px;
}

.feature-area h3,
.general-area h3 {
	font-size:1.6em;
	font-weight:normal;
	font-family: "Book Antiqua", "Century Schoolbook", Georgia, "Century Schoolbook L", serif;
	color:#732815;
	padding-left:8px;
	border-left:3px solid #833019;
	margin-bottom:10px;
	text-transform: uppercase;
}
.feature-area h3 span{color:#3c3c3c;}
.feature-area p, 
.general-area p {
	font-size:1.2em;
	color:#464234;
	line-height:1.4em;
}
.feature-area p {
	margin-bottom:6px;
}
.general-area p {
	margin-bottom:3px;
}

.general-area a {
	color:#464234;
	text-decoration: none;
}
.general-area a:hover {
	text-decoration: underline;
}

.right-type{
	float:right;
	margin:5px -10px 10px -8px;
}
.address-box{
	padding:13px 14px 0 37px;
}
.address-box h3{
	font-size:1.6em;
	color:#e6e5c7;
	font-weight:normal;
	font-family: "Book Antiqua", "Century Schoolbook", Georgia, "Century Schoolbook L", serif;
	border-left:3px solid #e6e5c7;
	padding-left:8px;
	margin-left:-11px;
	margin-bottom:10px;
	text-transform: uppercase;
}
.address-box address{
	color:#fff;
	font-size:1.2em;
	line-height:1.37em;
	font-style:normal;
	margin-bottom: 12px;
}
.address-box address span{display:block;}
.address-box a{
	color:#fff;
}

.address-box p{
	color:#fff;
	font-size:1.2em;
	line-height:1.37em;
	font-style:normal;
}




.top-header{
	width:500px;
	position:absolute;
	top:51px;
	right:0;
	text-align:right;
}
.top-header div{
	background:url(../images/bg-top-header.png);
	padding-right:6px;
	line-height:34px;
	height:33px;
}
.top-header div p{
	color:#fff;
	font-size:12px;
}


/* Staged Content Area */
.stagedinfo {
	margin-left: 24px;
}

div.cases {
	border: 1px solid #fff;
	background: #DCDBC9;
	padding: 12px 18px 6px;
	margin-bottom: 24px;
}
div.cases p {
	cursor: pointer;
	margin-bottom:12px;
	font-weight: bold;
}
div.cases ol {
	display:none;
}
.welcome-box .cases ol li {
	list-style: decimal;
}

body.services .welcome-box blockquote {
	display:none;
	margin: 0 48px 0 36px;
}
body.services h4,
body.news h4 {
	cursor: pointer;
	margin-top: 12px;
}
body.news .welcome-box div.papers {
	display:none;
}

p.switch {
	font-style: italic;
	font-size: 1.1em;
	border-bottom: 1px dotted #CCCBB0;
	text-align: right;
	margin-bottom: 32px;
}

body.pub .content p {
	text-indent: -34px;
	margin-left: 34px;
}
body.pub .content p.staffname {
	text-indent: 0px;
	margin: 18px 0 6px;
}
body.pub .content p.switch {
	margin-left:0;
	text-indent:0;
}


body.support .welcome-box ol {
	margin-bottom: 18px;
}
body.support .welcome-box ol li {
	list-style: decimal;
	margin-bottom: 0;
}

/* Search Results */
.highlight {
	background-color: #FEFF2B;
}
.search-summary {
	background-color: #ccc;
	border-top: 2px solid #333;
}
.search-summary p {
	margin: 6px 2px 4px;
	padding-bottom: 4px;
}
p.search-options {
	text-align: right;
	margin-top: 6px;
}
input.search-input,
span.search-input input {
	font-size:1.2em;
	vertical-align:middle;
}


/* General */
.float-left {
	float:left;
}
.float-right {
	float: right;
}