@charset "utf-8";

/*Begin Styling for Standard HTML----------------------------------------*/

a:link {
	color: #ccc;
}
a:visited {
	color: #ccc;
}
a:hover {
	color: #fff;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 22px;
	color: #CCCC99;
	padding:0;
	margin:0;
	border:0;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 22px;
	color: #CCCC99;
	padding:0;
	margin:0;
	border:0;
}

/*Begin CSS for Background------------------------------------------------*/

#bgtop {
	background: url(../images/background/bg_top.png) no-repeat;
	position: absolute;
	width: 800px;
	height: 500px;
	left: 0;
	top: 0;
}
#bgtopbg {
	background: url(../images/background/bg_top_bg.png);
	position: absolute;
	width: 100%;
	height: 500px;
	left: 0;
	top: 0;
}
.feature {
	position: relative;
	z-index:100;
}

/*Begin CSS for Home Feature----------------------------------------------*/

#homefeature {
	position: relative;
	width: 800px;
	height: 390px;
	left: 50%;
	margin-left: -400px;
}
#homefeature a:link {
	color: #E9E9E9;
}
#homefeature a:visited {
	color:#E9E9E9;
}
#homefeature a:hover {
	color: #fff;
}
#homelogo {
	position: absolute;
	background: url(../images/features/home-feature-top.png) no-repeat;
	top:0;
	left:0;
	width: 800px;
	height: 100px;
	z-index:5000;
}
#date {
	position: absolute;
	top:13px;
	right: 220px;
	width:200px;
	height: 25px;
	font: 14px Arial, Helvetica, sans-serif;
	color:#fff;
	text-align:center;
	z-index:6000;
}
#weather {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 200px;
	font: 14px Arial, Helvetica, sans-serif;
	color:#fff;
	z-index:6001;
}
#weathercredit {
	width:197px;
	text-align:center;
	font-size:0.6em;
}
#weathercredit a:link {
	color:#000;
}
#weathercredit a:visited {
	color:#000;
}
#weathercredit a:hover {
	color:#000;
}
#yearsinb {
	position:absolute;
	top: 40px;
	width:200px;
	height:25px;
	right: 220px;
	color:#fff;
	z-index:7000;
}
#yearsinb p {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding:0;
	border:0;
	margin:0;
	text-align: center;
}
#linevert {
	position: absolute;
	right: 195px;
	top: 10px;
	width: 1px;
	height: 65px;
	background: url(../images/header_and_footer/line.jpg) repeat-y;
	z-index: 1000000;
}
#linehorz {
	position: absolute;
	right: 220px;
	top: 35px;
	width: 200px;
	height: 1px;
	background:url(../images/header_and_footer/line.jpg) repeat-x;
	z-index: 100001;
}
#hometestimonial {
	position: absolute;
	background: url(../images/features/home-feature-blue.jpg) no-repeat;
	top: 84px;
	right: 0;
	width: 162px;
	height: 230px;
	text-align: center;
	color:#fff;
	z-index: 3000;
}
#hometestimonial p {
	font: 12px Arial, Helvetica, sans-serif;
	margin:0 5px 10px 5px;
	border:0;
	padding:0;
}
.sidetitle {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	padding:10px 0 5px 0;
	border:0;
	margin:0;
}
#homerecognition {
	position: absolute;
	background: url(../images/features/home-feature-green.jpg) no-repeat;
	top: 84px;
	right: 161px;
	width: 162px;
	height: 230px;
	text-align: center;
	color:#fff;
	z-index: 2000;
}
#homerecognition p {
	font: 12px Arial, Helvetica, sans-serif;
	margin:0 5px 5px 5px;
	border:0;
	padding:0;
}
#homeflash {
	position: absolute;
	left:0;
	top:0;
}
#homeitemlist {
	position: absolute;
	background: url(../images/features/home-feature-itembg.jpg) no-repeat;
	left:0;
	top: 313px;
	width: 300px;
	height: 77px;
	color:#fff;
	text-align: left;
	z-index: 1000;
}
#homeitemlist h3 {
	position:relative;
	left: 10px;
}
#homeitemlist ul {
	padding:15px 0 0 30px;
	margin:0;
	border:0;
}
#homeitemlist li {
	position: relative;
	top: -22px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-top: 5px;
}
#homeitemlist img {
	position: relative;
	top: -2px;
	padding-left: 7px;
}

/*Begin CSS for Rounded Tops----------------------------------------------*/

.BodyTop {
	background-image: url(../images/header_and_footer/body_header.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}

/*Begin CSS for Top Navigation----------------------------------------------*/

#nav {
	position: relative;
	left: 0px;
	width: 500px;
	top: 0px;
	height: 60px;
}
#nav ul {
	padding:0;
	margin:0;
	border:0;
}
#nav li {
	float: left;
	list-style: none;
}
#navspecial {
	position: relative;
	left: 420px;
	top: -60px;
	width: 420px;
	height: 60px;
}
#navspecial ul {
	padding:0;
	margin:0;
	border:0;
}
#navspecial li {
	float: left;
	list-style: none;
}
#topcontrols {
	position:relative;
	left: 0px;
	top: -25px;
	height: 42px;	
}
#topcontrols ul {
	padding:0;
	margin:0;
	border:0;
}
#topcontrols li {
	float: left;
	list-style: none;
}
#search {
	position: relative;
	background-image: url(../images/button_graphics/menu_search_blank.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	text-align: center;
	vertical-align: middle;
	height: 60px;
	width: 198px;
	top: 0px;
}
#searchbar {
	position: relative;
	top: 8px;
}

/*Begin CSS for Home Split Content-----------------------------------------------*/

#mainleftandright {
	position:relative;
}
#mainleft {
	position: absolute;
	width: 60%;
}
#mainright {
	position: relative;
	width: 40%;
	float:right;
	top:25px;
	padding-bottom:25px;
}
#mainright p {
	position:relative;
	width:230px;
	left:12px;
}

/*Begin CSS for Perspective Markets----------------------------------------------*/

#markets {
	position: relative;
	left: 20px;
	width: 700px;
	height: 600px;
}
#markets li {
	list-style: none;
	padding-right: 50px;
	padding-top: 20px;
	float: left;
}

/*Begin CSS for project pages----------------------------------------------*/

#projectfooter {
	width: 750px;
	padding: 5px 10px 10px 40px;
	position: relative;
}
#projectfooter h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 18px;
	color: #CCCC99
}
#projectowner {
	width: 220px;
}
#projectowner p {
	font-size: 14px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #999999;
	padding:0;
	margin:0;
}
#serviceinformation {
	position: absolute;
	top: -5px;
	left: 300px;
	width: 220px;
}
#serviceinformation p {
	font-size: 14px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #999999;
	padding:0;
	margin:0;
}
#marketinformation {
	position: absolute;
	top: 70px;
	left: 300px;
	width: 220px;
}
#marketinformation p {
	font-size: 14px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #999999;
	padding:0;
	margin:0;
}
#commencement {
	position: absolute;
	top: -5px;
	left: 600px;
	width: 200px;
}
#commencement p {
	font-size: 14px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #999999;
	padding:0;
	margin:0;
}
#completion {
	position: absolute;
	top: 70px;
	left: 600px;
	width: 200px;
}
#completion p {
	font-size: 14px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #999999;
	padding:0;
	margin:0;
}