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

/* BEGIN SUBMENUS */
#dropmenudiv{
position:absolute;
left:50%;
top: 0px;
border:0px;
background-color:#009966;
z-index:100;
}
#servicessubnavid{
	position: absolute;
	top:0px;
	left:-95px;
	width:503px;
	height:23px;
	z-index:51;
}
#portfoliosubnavid{
	position: absolute;
	top:0px;
	left:110px;
	width:292px;
	height:23px;
	z-index:50;
}

/* END SUBMENUS */

/* BEGIN POPUP TOOLTIP */
#dhtmltooltip{
	position: absolute;
	width: 75px;
	border: 1px solid #000000;
	padding: 2px;
	background-color: #FFFFFF;
	visibility: hidden;
	z-index: 100;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size:10px;
	color: #C86C17;
	font-weight: bold;
	text-align: center;
}
/* END POPUP TOOLTIP */


/* BEGIN PAGE LAYOUT & FORMATTING */
/*
#header {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:124px;
	background:url(images/structure/header_bg.gif);
	text-align:center;
}
#clearheader {/*this moves the middle down below the header
	height:145px;
}
#outer {
	min-height:100%;
	margin-bottom:-28px;
	text-align:center;
	height:100%;
	background-color:#fffFFF
}
#middle {
	width:100%;
	position:relative;
	z-index:1;
	text-align:center;
}
#clearfooter { /*this is as close as the footer is allowed to get to the top
	clear:both;
	height:43px;
}
#footer {
	width:100%;
	clear:both;
	height:28px;
	background:url(images/structure/footer_bg.gif);
	text-align:center;
	position:relative;
	padding:0px;
	margin:0px;
}
*/
/* END PAGE LAYOUT & FORMATTING */

#header{position:absolute;
top:0;
left:0;
width:100%;
height:124px;
text-align:center;}

#clearheader {height:145px;}

#outer{min-height:100%;
/*margin-left:200px;
margin-right:200px;*/
text-align:center;
margin-bottom:-28px;
background:#FFF;}

#middle {width:100%; /*don't use relative positioning, it screws up the footer spacing and positioning*/
position:relative;
z-index:1;
margin:0 -1px;}


#clearfooter {clear:both;
height:43px;}

#footer {width:100%;
background-image:url(images/structure/footer_bg.gif);
clear:both;
height:28px;
text-align:center;
position:relative;
top:0px;
} 