body {
	font-family: Verdana;
	font-size:12px;
	font-color:white;
	
	margin-left:0px;
	margin-right:0px;
	background-color:black;
	background-color:#eeebeb;
}
a:visited {
	color:black;
}
div.page_stuff {
	width:100%;
}

div#content {
	width:964px;
	margin:auto;
	position:relative;
}
div#top_ellipse {
	width:964px;
	height:457px;
	z-index:3;
	background-image:url('/images/network_ellipse_1.png');
	background-repeat:no-repeat;
	
	position:relative;
}

div#bg_stripe {
	z-index:-2;
	background-color:#626262;
	width:100%;
	height:262px;
	position:absolute;
	top:104px;
	background-image:url(/images/banner3.png);
	background-repeat:no-repeat;
	background-position:center;
}

div#bottom_content {
	z-index:1;
	background-color:white;
	position:relative;
	top:-14px;

	padding-bottom:40px;
	border-left-width:2px;
	border-left-style:solid;
	border-left-color:#cacaca;

	border-right-width:2px;
	border-right-style:solid;
	border-right-color:#cacaca;
}

div#bottom_border {
	width:964px;
	height:22px;
	position:relative;
	background-image:url(/images/bottom_border.png);
	background-repeat:no-repeat;	
}

div#banner_callout {
	position: absolute;
	left:50px;
	top:190px;
	width:120px;
	color:#cfce6d;
	font-family:Arial;
	font-size:16px;
	text-decoration: none;
	font-weight:bold;
}



.service1 {
	z-index:2;
	width:218px;
	height:82px;
	background-color:transparent;
	position:absolute;
	left:18px;
	top:362px;
	overflow-y:hidden;
}
.service1_hover {
	height:130px;
	border-bottom-style:solid;
	border-bottom-width:1px;
	border-bottom-color:#bcbcbc;
	background-image:url(/images/icons/hat-rollover.png);
	background-repeat:no-repeat;
	position:absolute;
	left:18px;
	top:362px;
	z-index:2;
}

.service2 {
	z-index:2;
	width:242px;
	height:86px;
	background-color:transparent;
	position:absolute;
	left:237px;
	top:360px;
}
.service2_hover {
	height:134px;
	border-bottom-style:solid;
	border-bottom-width:1px;
	border-bottom-color:#bcbcbc;
	background-image:url(/images/icons/strategy_rollover_2.png);
	background-repeat:no-repeat;
	background-position:0px 2px;
	position:absolute;
	left:237px;
	top:360px;

}
.service3 {
	z-index:2;
	width:236px;
	height:90px;
	background-color:transparent;
	position:absolute;
	left:479px;
	top:360px;
}

.service3_hover {
	height:134px;
	border-bottom-style:solid;
	border-bottom-width:1px;
	border-bottom-color:#bcbcbc;
	background-image:url(/images/icons/design_rollover_5.png);
	background-position:0px 2px;
	background-repeat:no-repeat;	
}

.service4 {
	z-index:2;
	width:230px;
	height:82px;
	background-color:transparent;
	position:absolute;
	left:716px;
	top:360px;
}

.service4_hover {
	height:149px;
	border-bottom-style:solid;
	border-bottom-width:1px;
	border-bottom-color:#bcbcbc;
	background-image:url(/images/icons/engineering_rollover.png);
	background-position:0px 2px;
	background-repeat:no-repeat;	
}

div.service_icon {
	margin-left:10px;
	background-image:url(/images/icons/hat-rollover.png);
	background-repeat:no-repeat;
	width:70px;
	height:60px;
	margin-top:20px;
	float:left;
}
div.service_headline {
	float:left;
	font-size:16px;
	color:#396e27;
	width:100px;
	margin-top:10px;	
}
div.service_headline a {
	color:#396e27;
	text-decoration:none;
	
}
div.service_headline a:visited {
	color:#396e27;
	
}
div.service_headline a:hover {
	color:#396e27;
	text-decoration:underline;
}
div.service_content_hdr {
	margin-left:54px;
	font-size:30px;
	color:#24862b;
}
div.service_content_tagline {
	margin-left:54px;
	font-size:16px;
	width:664px;
	color:#24862b;
	
	border-top-style:solid;
	border-top-width:1px;
	border-top-color:#24862b;
	margin-top:5px;
	padding-top:5px;
	
	margin-bottom:10px;
}
/*
div.service_content_tagline div {
	position:absolute;
	bottom:4px;
}
*/
div.service_content_col1 {
	margin-left:54px;
	width:300px;
	float:left;
}

div.service_content_col2 {
	margin-left:54px;
	width:400px;
	float:left;
}

.service_content {
	font-size:12px;
	font-family:"Lucida Grande";
	margin-left:54px;
	width:660px;
	color:#225238;
}
.service_content .hdr1 {
	font-size:16px;
	font-weight:bold;
}
.service_content .desc {
	font-size:14px;
}
.spacerdiv {
	margin-bottom:30px;
}