@charset "utf-8";
/* CSS Document */

/*  

CSS Hand coded by Frank Stallone 
Contact @ iamfrankstallone@gmail.com 

*/

html, body {
	height: 100%;
	background: url(../images/bg.jpg) 50% 0 repeat-y;
	background-color: #3a5b26;
}
body {
	background-color: #3a5b26;
}
p {
	color: #31442b;
	font: 14px/1.5em Helvetica, Arial, sans-serif;
	font-weight: normal;
	font-style: italic;
	margin-bottom: 10px;
}
p strong {
	font-weight: bold;
}
h1 {
	color: #31442b;
	font: 28px/1.8em Helvetica, Arial, san-serif;
	font-weight: bold;
	font-style: italic;
}
h2 {
	color: #31442b;
	font: 18px/1.8em Helvetica, Arial, san-serif;
	font-weight: bold;
	font-style: normal;
}
div#container {
	width: 958px;
	margin: 0 auto;
	overflow: hidden;
}
/* This is going to be unique for every page */

div#container-bg {
	position: absolute;
	width: 958px;
	height: 666px;
	z-index: 5;
	margin: 0 auto;
	background: url(../images/bg-home.jpg) 50% 0 no-repeat;
}
div#container-bg-services {
	position: absolute;
	width: 958px;
	height: 666px;
	z-index: 5;
	margin: 0 auto;
	background: url(../images/bg-home.jpg) 50% 0 no-repeat;
}
div#container-bg-who {
	position: absolute;
	width: 958px;
	height: 666px;
	z-index: 5;
	margin: 0 auto;
	background: url(../images/bg-home.jpg) 50% 0 no-repeat;
}
div#container-bg-gsa {
	position: absolute;
	width: 958px;
	height: 666px;
	z-index: 5;
	margin: 0 auto;
	background: url(../images/bg-home.jpg) 50% 0 no-repeat;
}
div#container-bg-clients {
	position: absolute;
	width: 958px;
	height: 666px;
	z-index: 5;
	margin: 0 auto;
	background: url(../images/bg-home.jpg) 50% 0 no-repeat;
}
div#container-bg-projects {
	position: absolute;
	width: 958px;
	height: 666px;
	z-index: 5;
	margin: 0 auto;
	background: url(../images/bg-home.jpg) 50% 0 no-repeat;
}
div#container-bg-indi {
	position: absolute;
	width: 958px;
	height: 666px;
	z-index: 5;
	margin: 0 auto;
	background: url(../images/bg-home.jpg) 50% 0 no-repeat;
}
div#container-bg-financial {
	position: absolute;
	width: 958px;
	height: 666px;
	z-index: 5;
	margin: 0 auto;
	background: url(../images/bg-home.jpg) 50% 0 no-repeat;
}


/* Header */

div#header {
	float: left;
	z-index: 10;
	position: relative;
	width: 100%;
	height: 250px;
	background: transparent url(../images/logo-trans.png) 4% 0 no-repeat;
}

/* Navigation */

div#navigation {
	width: 200px;
	text-align: right;
	position: relative;
	float: right;
	margin: 40px 40px 0 0;
}
div#navigation li a, div#navigation li a:visited {
	color: #3a5b26;
	text-decoration: none;
	font: 12px/1.8em Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-style: italic;
}
div#navigation li a:hover {
	text-decoration: underline;
}

/* Content Area */

div#content {
	z-index: 10;
	position: relative;
	float: left;
	padding: 50px 50px 100px;
}
div#content ul {
	margin: 10px 20px;
}
div#content ul li {
	font: 12px/1.8em Arial, Helvetica, sans-serif;
	list-style: disc;
	font-style: italic;
}
div#content ul ul {
	margin: 0px 0px 0px 30px;
}
div#content a, div#content a:visited {
	color: #1F571C;
	text-decoration: none;
	font-style: normal;
}
div#content a:hover {
	text-decoration: underline;
}

/* Footer */


div#footer {
	position: relative;
	float: left;
	z-index: 10;
	width: 100%;
	height: 150px;
}
div#footer ul#offices {
	margin: 0 auto;
	background: #31442b url(../images/footer-offices.jpg) 0 0 no-repeat;
	overflow: hidden;
	height: 149px;
	width: 894px;
	padding-left: 45px;
	list-style-type: none;
}
div#footer ul#offices li {
	display: inline;
	height: 109px;
	background: url(../images/offices-bg.jpg) 0 0 repeat-x;
	float: left;
	width: 190px;
	margin: 15px 10px;
	border: 2px solid #5d645b;
	padding: 5px 0px 5px 5px;
}
div#footer ul#offices li h2 {
	font: 14px Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	color: #103006;
	margin: 0 0 5px 0;
}
div#footer ul#offices li p {
	font: 10px/1.4em Arial, Helvetica, sans-serif;
	color: #000;
	margin: 0 0 10px 0;
}

/* Engineers */

ul#engineers {
	width: 870px;
	overflow: hidden;
	display: block;
	list-style-type: none;
}
ul#engineers li {
	display:inline;
	float: left;
	height: 200px;
	width: 166px;
	list-style: none;
	margin: 10px 5px 0 0;
}
ul#engineers li p {
	text-align: center;
	font: 12px Helvetica, Arial, san-serif;
	display: block;
	height: 30px;
	padding: 2px;
	background-color: #31442b;
	border: 1px solid #666;
	color: #fff;
}
ul#engineers li p a, ul#engineers li p a:visited {
	color: #fff;
	text-decoration: none;
}
ul#engineers li p a:hover {
	text-decoration: underline;
}
ul#engineers li.first {
	margin-left: 250px;
}

ul#engineers li.second {
	margin-left: 165px;
}

ul#engineers li.third{
	margin-left: 85px;
}

/* Project Images */

.project-img {
	clear: both;
	float:right;
	margin: 10px 0px 10px 10px;
}

/* Individual Pages */

ul#indi {
	float: left;
	overflow: hidden;
	display: block;
	list-style-type: none;
}
ul#indi li {
	display:inline;
	float: left;
	height: 200px;
	width: 166px;
	list-style: none;
	margin: 10px 5px 0 0;
}
ul#indi li p {
	text-align: center;
	font: 12px Helvetica, Arial, san-serif;
	display: block;
	height: 15px;
	padding: 2px;
	background-color: #31442b;
	border: 1px solid #666;
	color: #fff;
}
ul#indi li p a, ul#indi li p a:visited {
	color: #fff;
}
ul#indi li p a:hover {
	text-decoration: underline;
}

/* Financial Institutions */


div#content ul#financial {
	width: 800px;
	overflow: hidden;
	display: block;
	list-style-type: none;
}
div#content ul#financial li {
	display:inline;
	float: left;
	height: 254px;
	width: 188px;
	list-style: none;
	margin: 10px 10px 0 0;
}

/* Photos that are Left of Copy */

ul#photos-left {
	display: inline;
	list-style-type: none;
	overflow: hidden;
}
ul#photos-left li {
	float: left;
	display: inline;
	width: 176px;
	height: 239px;
	clear: left;
	list-style-type: none;
	margin: 10px 30px 10px 20px ;
}

ul#photos-left-big li {
	float: left;
	display: inline;
	height: 254px;
	width: 188px;
	clear: left;
	list-style-type: none;
	margin: 10px 30px 10px 20px ;
}

/* Projects Sprites Setup */

div#content ul#projects {
	width: 940px;
	overflow: hidden;
	display: block;
	list-style-type: none;
}
div#content ul#projects li {
	display:inline;
	float: left;
	list-style: none;
	margin: 10px 5px 0 0;
}

/* Sprites */

div#content ul#projects li a#hotel {
	margin: 0px 0px 0px 225px;
	display:block;
	height: 215px;
	width: 172px;
	background: transparent url(../photos/projects/hotel-casino-rollover.jpg) no-repeat top left;
	text-indent: -9999em;
}

	div#content ul#projects li a#hotel:hover {
		background: transparent url(../photos/projects/hotel-casino-rollover.jpg) no-repeat top;
		background-position: -172px 0;
	}

div#content ul#projects li a#high-rise {
	display:block;
	height: 215px;
	width: 172px;
	background: transparent url(../photos/projects/high-rise-rollover.jpg) no-repeat top left;
	text-indent: -9999em;
}

	div#content ul#projects li a#high-rise:hover {
		background: transparent url(../photos/projects/high-rise-rollover.jpg) no-repeat top;
		background-position: -172px 0;
	}

div#content ul#projects li a#educational {
	display:block;
	height: 215px;
	width: 172px;
	background: transparent url(../photos/projects/educational-rollover.jpg) no-repeat top left;
	text-indent: -9999em;
}

	div#content ul#projects li a#educational:hover {
		background: transparent url(../photos/projects/educational-rollover.jpg) no-repeat top;
		background-position: -172px 0;
	}

div#content ul#projects li a#financial {
	display:block;
	height: 215px;
	width: 172px;
	background: transparent url(../photos/projects/financial-rollover.jpg) no-repeat top left;
	text-indent: -9999em;
}

	div#content ul#projects li a#financial:hover {
		background: transparent url(../photos/projects/financial-rollover.jpg) no-repeat top;
		background-position: -172px 0;
	}

div#content ul#projects li a#medical {
	display:block;
	height: 215px;
	width: 172px;
	background: transparent url(../photos/projects/medical-rollover.jpg) no-repeat top left;
	text-indent: -9999em;
}

	div#content ul#projects li a#medical:hover {
		background: transparent url(../photos/projects/medical-rollover.jpg) no-repeat top;
		background-position: -172px 0;
	}

div#content ul#projects li a#green {
	display:block;
	height: 215px;
	width: 172px;
	background: transparent url(../photos/projects/green-rollover.jpg) no-repeat top left;
	text-indent: -9999em;
}

	div#content ul#projects li a#green:hover {
		background: transparent url(../photos/projects/green-rollover.jpg) no-repeat top;
		background-position: -172px 0;
	}

div#content ul#projects li a#offices {
	display:block;
	height: 215px;
	width: 172px;
	background: transparent url(../photos/projects/offices-rollover.jpg) no-repeat top left;
	text-indent: -9999em;
}

	div#content ul#projects li a#offices:hover {
		background: transparent url(../photos/projects/offices-rollover.jpg) no-repeat top;
		background-position: -172px 0;
	}

div#content ul#projects li a#retail {
	display:block;
	height: 215px;
	width: 172px;
	background: transparent url(../photos/projects/retail-rollover.jpg) no-repeat top left;
	text-indent: -9999em;
}

	div#content ul#projects li a#retail:hover {
		background: transparent url(../photos/projects/retail-rollover.jpg) no-repeat top;
		background-position: -172px 0;
	}

div#content ul#projects li a#religion {
	display:block;
	height: 215px;
	width: 172px;
	background: transparent url(../photos/projects/religion-rollover.jpg) no-repeat top left;
	text-indent: -9999em;
}

	div#content ul#projects li a#religion:hover {
		background: transparent url(../photos/projects/religion-rollover.jpg) no-repeat top;
		background-position: -172px 0;
	}

div#content ul#projects li a#data {
	display:block;
	height: 215px;
	width: 172px;
	background: transparent url(../photos/projects/data-rollover.jpg) no-repeat top left;
	text-indent: -9999em;
}

	div#content ul#projects li a#data:hover {
		background: transparent url(../photos/projects/data-rollover.jpg) no-repeat top;
		background-position: -172px 0;
	}

div#content ul#projects li a#parking {
	display:block;
	height: 215px;
	width: 172px;
	background: transparent url(../photos/projects/parking-rollover.jpg) no-repeat top left;
	text-indent: -9999em;
}

	div#content ul#projects li a#parking:hover {
		background: transparent url(../photos/projects/parking-rollover.jpg) no-repeat top;
		background-position: -172px 0;
	}

div#content ul#projects li a#marinas {
	display:block;
	height: 215px;
	width: 172px;
	background: transparent url(../photos/projects/marinas-rollover.jpg) no-repeat top left;
	text-indent: -9999em;
}

	div#content ul#projects li a#marinas:hover {
		background: transparent url(../photos/projects/marinas-rollover.jpg) no-repeat top;
		background-position: -172px 0;
	}

div#content ul#projects li a#plants {
	display:block;
	height: 215px;
	width: 172px;
	background: transparent url(../photos/projects/plants-rollover.jpg) no-repeat top left;
	text-indent: -9999em;
}

	div#content ul#projects li a#plants:hover {
		background: transparent url(../photos/projects/plants-rollover.jpg) no-repeat top;
		background-position: -172px 0;
	}

div#content ul#projects li a#resturants {
	display:block;
	height: 215px;
	width: 172px;
	background: transparent url(../photos/projects/resturants-rollover.jpg) no-repeat top left;
	text-indent: -9999em;
}

	div#content ul#projects li a#resturants:hover {
		background: transparent url(../photos/projects/resturants-rollover.jpg) no-repeat top;
		background-position: -172px 0;
	}

div#content ul#projects li a#hotels2 {
	display:block;
	height: 215px;
	width: 172px;
	background: transparent url(../photos/projects/hotels2-rollover.jpg) no-repeat top left;
	text-indent: -9999em;
}

	div#content ul#projects li a#hotels2:hover {
		background: transparent url(../photos/projects/hotels2-rollover.jpg) no-repeat top;
		background-position: -172px 0;
	}

div#content ul#projects li a#plants2 {
	display:block;
	height: 215px;
	width: 172px;
	background: transparent url(../photos/projects/plants2-rollover.jpg) no-repeat top left;
	text-indent: -9999em;
}

	div#content ul#projects li a#plants2:hover {
		background: transparent url(../photos/projects/plants2-rollover.jpg) no-repeat top;
		background-position: -172px 0;
	}

div#content ul#projects li a#casinos {
	display:block;
	height: 215px;
	width: 172px;
	background: transparent url(../photos/projects/casinos-rollover.jpg) no-repeat top left;
	text-indent: -9999em;
}

	div#content ul#projects li a#casinos:hover {
		background: transparent url(../photos/projects/casinos-rollover.jpg) no-repeat top;
		background-position: -172px 0;
	}

div#content ul#projects li a#hotels3 {
	display:block;
	height: 215px;
	width: 172px;
	background: transparent url(../photos/projects/hotels3-rollover.jpg) no-repeat top left;
	text-indent: -9999em;
}

	div#content ul#projects li a#hotels3:hover {
		background: transparent url(../photos/projects/hotels3-rollover.jpg) no-repeat top;
		background-position: -172px 0;
	}

div#content ul#projects li a#race {
	display:block;
	height: 215px;
	width: 172px;
	background: transparent url(../photos/projects/race-rollover.jpg) no-repeat top left;
	text-indent: -9999em;
}

	div#content ul#projects li a#race:hover {
		background: transparent url(../photos/projects/race-rollover.jpg) no-repeat top;
		background-position: -172px 0;
	}

div#content ul#projects li a#resturants2 {
	display:block;
	height: 215px;
	width: 172px;
	background: transparent url(../photos/projects/resturants2-rollover.jpg) no-repeat top left;
	text-indent: -9999em;
}

	div#content ul#projects li a#resturants2:hover {
		background: transparent url(../photos/projects/resturants2-rollover.jpg) no-repeat top;
		background-position: -172px 0;
	}

div#content ul#projects li a#specialty {
	display:block;
	height: 215px;
	width: 172px;
	background: transparent url(../photos/projects/specialty-rollover.jpg) no-repeat top left;
	text-indent: -9999em;
}

	div#content ul#projects li a#specialty:hover {
		background: transparent url(../photos/projects/specialty-rollover.jpg) no-repeat top;
		background-position: -172px 0;
	}

div#content ul#projects li a#resturants3 {
	display:block;
	height: 215px;
	width: 172px;
	background: transparent url(../photos/projects/resturants3-rollover.jpg) no-repeat top left;
	text-indent: -9999em;
}

	div#content ul#projects li a#resturants3:hover {
		background: transparent url(../photos/projects/resturants3-rollover.jpg) no-repeat top;
		background-position: -172px 0;
	}

