/* Layout Styles---------------------------------------------------------------------------------------------*/

	#PageWrapper #InnerWrapper #middle #leftArea {
			width:490px;
			float:left;
			height:inherit;
			margin-left:20px;
			padding-left:0px;
			padding-top:0px;
			padding-right:30px;
		}
		
		#PageWrapper #InnerWrapper #middle #rightArea {
			width:416px;
			float:left;
			background-color:#fff;
		}	
		
			#PageWrapper #InnerWrapper #middle #rightArea #services{
				margin-top:20px;	
			}
				

#FeaturedWorks {
	width:416px;
	padding:0px;
	margin:0px;
	border:0px;
}
#FeaturedWorks #FWTopBar {
	width:416px;
	background-color:#a0a0a2;
	height:7px;
}
#FeaturedWorks #FWTopNav {
	background-color:#c8c9cb;
	background-image:url('/Templates/Images/Home/FWNavBack.gif');
	background-position:top left;
	background-repeat:no-repeat;
	height:28px;
}
#FeaturedWorks #FWTopNav ul {
	margin-left:-38px;
	margin-top:0px;
}			
	#FeaturedWorks #FWTopNav #left {
		float:left;
		padding:0px;
		margin-left:5px;
	}					
		
	#FeaturedWorks #FWTopNav li {
		display: inline;
		list-style-type: none;
		margin:-2px; 
		padding:-2px;
	}
	#FeaturedWorks #FWTopNav a {
		margin:0px; 
		padding:0px;
	}

#FeaturedWorks #FWDisplay {
	width:384px;
	max-height:151px;
	height:151px;
	background-color:#c8c9cb;
	padding:16px;
}
#FeaturedWorks #FWDisplay #FWTextStyle img {
	float:right;
	margin-left:5px;
	/*border:1px solid #fff;*/
}
#FeaturedWorks #FWDisplay #FWTextStyle p {
	margin-bottom:2px;
	margin-top:2px;
	font-size:7pt;
	color:#000;
	line-height:14pt;
}
#FeaturedWorks #FWDisplay #FWTextStyle h1 {
	margin-bottom:3px;
	font-size:10pt;
	color:#fff;
	font-weight:bold;
}
#FeaturedWorks #FWBottomBar {
	width:416px;
	background-color:#a0a0a2;
	height:8px;
}
/*Light Grey #c8c9cb*/
/*Dark Grey #a0a0a2*/

<!--
#Showcase {
	margin-top:15px;
}
#Showcase img{
	float:right;
	margin:0px 5px 0px 5px;
	/*border:1px solid #fff;*/
}
#Services {
	width:416px;
	margin-top:15px;
	background-color:#8fcd82;
	max-height:300px;
	min-height:200px;
}

	#Services #SMenuBar {
		float:left;
		width:145px;
		background-color:#8fcd82;
	
	}
		#Services #SMenuBar ul {
			margin-left:-38px;
			margin-top:0px;
		}
		#Services #SMenuBar li {
			display: inline;
			list-style-type: none;
			margin:-2px; 
			padding:-2px;
		}
#Services #ServicesText {
	float:left;
	width:239px;
	background-color:#def0da;
	padding:16px;
	max-height:300px;
	min-height:200px;
}
	#Services #ServicesText p {
		margin:2px;
		font-size:7pt;
		line-height:14pt;
		color:#000;
	}
	#Services #ServicesText h1 {
		margin-bottom:3px;
		font-size:9pt;
		color:#3342B4;
		font-weight:bold;
	}

/*Light Green #def0da*/
/*Dark Green #8fcd82*/

-->