

#mainContainer{
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	background-color:#091b01;
}


#center{
	height:auto;
	width:960px;
	margin:auto;
	text-align:left;
	border: 0px solid;
 	margin-top:0px;
	background-color:#091b01;
}



#logo{
	background-image:url(images/logo_green.jpg);

}

#featured{
	background-image:url(images/featured_green.png);
}


#menu ul li#selected a, #menu ul li a:hover{
    color:#71ab26;
}


#header{
	background-color:#71ab26;
	border:#89dc1e 1px solid;
}

#headerPage{
	background-color:#71ab26;
	border:#89dc1e 1px solid;
}


.headerButton1 a{
   
    height:43px;
    width:198px;
	background-image:url(images/button_view_service_green.png);
	display:block;
	float:left;
}


.headerButton1 a:hover {
	background-image:url(images/button_view_service_over_green.png);

}


.headerButton2 a{
   
    height:43px;
    width:197px;
	background-image:url(images/button_view_portfolio_green.png);
	display:block;
	margin-left:20px;
	float:left;

}

.headerButton2 a:hover {
	background-image:url(images/button_view_portfolio_over_green.png);
}

#headerSpacer{
	position:absolute;
	bottom:-27px;
	left:-2px;
	height:24px;
	width:962px;
	background-image:url(images/header_space_green.jpg);
	border:#091b01 1px solid;
}

#hederTitle{	
 	background-image:url(images/heder_title_green.jpg);
	display:block;
	height:97px;
	width:470px;
	background-repeat:no-repeat;
	}



/*---------------------------- BEGIN CONTENT ----------------------------*/


.servicesText b{
	color:#71ab26;


}


#bubbleClient{
	margin-bottom:-4px;

	font-weight:300;
	color:#71ab26;
	font-weight:bold;
	text-align:center;

}


/*---------- FOOTER  ----------------------------*/

#footer{
	background-image:url(images/footer_shadow_green.jpg);
	background-repeat:repeat-x;
	width:962px;
	height:60px;
	position:relative;
	bottom:0px;
	left:-1px;
	text-align:center;
	margin-top:0px;
	background-color:#091b01;
	border: #091b01 1px solid;
}
#sliderShadow{
	background-image:url(images/header_image_shadow_green.jpg);
	height:30px;
	width:366px;
	position:relative;
	top:0px;
	left:-5px;
}

#menu ul li.current_page_item a{
    color:#71ab26;
}

.postInfo{
	background-color:#71ab26;
	border: 1px solid #54811b;
	height:27px;
	width:100%;
	margin-top:12px;
}

.blueLink, a{ 
	color:#133946;

}
.sidebarMenu ul li a:hover{
	background-color:#d7ffa3;

}