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

/* Home page styles */
#ThoughtProcess span, #Featured h3, #Services h3 {
	display:none;
}

#ThoughtProcess {
	height:21px;
	background:url(images/headerThoughtProcess.gif) no-repeat top left;
}

#Featured {
	margin-top:46px;
	height:234px;
	background:url(images/FeaturedBG.jpg) no-repeat top left;

}
#featuredTitle {
	margin:4px 0px;
	display:block;
	font-size:14px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
}
#Featured p {
	display:inline;
	float:left;
	margin:50px 0px 20px 25px;
	width:183px;
	text-align:justify;
	font-size:11px;
	font-family:"Times New Roman", Times, serif;
	color:#425b60;
}

#featureViewAll {
	text-align:right;
	padding:0px;
	margin:0px;
	margin-right:35px;
	height:11px;
}
#Featured img {
	position:relative;
	top:7px;
	float:right;
	width:268px;
	height:188px;
}

#Featured #viewMoreProjects {
	float:right;
	font-size:10px!important;
	font-weight:bold;
	color:#425b60;
	text-decoration:none;
}

#Services h4 {
	margin:0px 0px 10px 14px;
	font-size:16px;
	color:#5e8087;
}

#Services div {
	float:left;
	display:inline;
	width:210px;
	margin:10px 0px 0px 16px;
}

#Services div ul {
	font-size:11px;
	list-style:none;
	margin:0px;
	padding:0px;
	margin-left:18px;
}

#Services div ul li {
	margin:5px 0px;
}
	
#Services p {
	clear:both;
	text-align:right;
	padding:15px 0px;
	margin:0px 35px;
}

.viewMore {
	font-size:11px;
	font-weight:bold;
	color:#425b60;
	text-decoration:none;
}

.viewMore:hover {
	text-decoration:underline;
}

#left {
	padding:66px 32px!important;
}
#left p {	
	text-align:justify;
}
/* home page styles */