@charset "UTF-8";

/*dimensions, display, margins/padding, float, positioning, z-index, other*/

#header {
	width: 800px;
	height:116px;
	position:relative;
	z-index:1;
}

#logo { 
	float:left;
	position:relative; 
	top:31px; 
	left:31px;
}

#menu {
	width: 434px;
	height: 116px;
	display:inline;
	float:right;
}

#topRow {
	width:434px;
	height:41px;
}

#middleRow {
	width:434px;
	height:39px;
	position:relative;
	z-index:1;
}

#bottomRow {
	width:434px;
	height:36px;
	position:relative;
	z-index:0;
}

#date {
	width:118px;
	height:40px;
	position:absolute;
	font: 65% Verdana, Arial, Helvetica, sans-serif;
	color: #214b75;
	line-height:100%;
}

#aboutUs, #contactUs {
	float:right;
}

#ourServicesMenu, #ourCompaniesMenu, #ourProjectsMenu, #ourTeamMenu {
	display:inline;
	position:absolute;
}

#ourServicesMenu {
	width:120px;
	height:112px;
}

#ourCompaniesMenu {
	width:199px;
	height:113px;
	right:117px;
}

#ourProjectsMenu {
	width:120px;
	height:112px;
}

#ourTeamMenu {
	width:199px;
	height:148px;
	right:117px;
}

.stayOnTop {
	position:relative;
	z-index:1;
}

.slideUnder {
	display:none;	/* to prevent the initail blink*/
	position:relative;
	z-index:0;
}

#backButtonRow {
	width:800px;
	height:20px;
	font-size:119%;
	position:absolute;
	bottom:65px;
	left:0px;
}

#backButton {
	float:right;
	position:relative;
	right:53px;
	font: 58% Verdana, Arial, Helvetica, sans-serif;
}

#footer {
	width:810px;
	height:18px;
	margin-top:10px;
}

#copyright {
	float:left;
	position:relative;
	top:6px;
	left:3px;
}

#footerMenu {
	width: 442px;
	height:15px;
	padding-top:3px;
	float:right;
	font: 57% Verdana, Arial, Helvetica, sans-serif;
	word-spacing:-2px;
	color: #b7babb;
}

span#inactiveLink {
	color: #888888;
}

a {
	text-decoration:none;
	color: #b7babb;
}

a:hover, a:active {
	color: #888888;
}

img {
	border:none;
}

h2 {	/* copy subheadiings */
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	font-weight:700;
	color: #525759;
}

h3 {	/* collage/slideshow titles */
	margin-top:40px; 
	margin-left:32px; 
	font:83% Verdana, Arial, Helvetica, sans-serif; 
	font-weight:700; 
	color:#525759; 
	background-color:#f6f7f7;
}

img#slideshowTitle {	/* collage/slideshow titles that are animated */
	margin-top:42px; 
	margin-left:32px;
}

.smaller {
	font-size:90%;
	line-height:120%;
	word-spacing:-.2px;
}