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


/*for index page */

/*to style the container holder the banner text(make an impact) and banner picture at the top */
#banner_container {
	float:left;
	padding:10px 15px 10px 0px;
	margin:40px 0px 20px 38px;
	border:1px #CCC solid;
}

/*to style the "make an impact" box */
	
#banner_text {
	width: 350px;
	float: left;
	padding-top:100px;
	padding-left:45px;
}

/*to style the banner pictures (printed work) */
#banner_pic {
	width: 392px;
	float: left;
	padding-left:52px;
	
}

/*to style the 1st, 2nd and 3rd column containers */
#col_one, #col_three {
	width: 280px;
	float:left;
	padding-bottom:20px;
}

#col_one {
	padding-left: 38px;	
}

#col_two {
	width: 295px;
	float:left;
	padding-left:5px;
}

#col_three {
	padding-left: 20px;
}


/* to style the portfolio boxes */
#box_people, #box_properties, #box_pubsec, #box_places, #box_corporate, #box_stock {
	width:255px;
	float:left;
	border: 1px #CCC solid;
	margin-bottom:10px;
}

#box_featured {
	width:285px;
	float:left;
	border: 1px #CCC solid;
	margin-bottom:10px;
	
}


/* to style the headings text boxes */
#heading_people, #heading_properties, #heading_pubsec, #heading_places, #heading_corporate, #heading_stock {
	width:252px;
	float:left;
	padding: 3px 0px 5px 3px;
	background-color: #657ca9;
	text-align:left;	
}

/* to style the featured portfolio headings text boxes */
#heading_featured {
	width:282px;
	float:left;
	padding: 3px 0px 5px 3px;
	background-color: #F90;
	text-align:left;	
	
}

h3 {
	font: normal 140% Arial, Helvetica, sans-serif;
	color: #FFF;
}

/*to style the thumbnails */
#pic_people, #pic_properties, #pic_pubsec, #pic_places, #pic_corporate, #pic_stock {
	width: 252px;
	float: left;
	padding-top: 30px;
	padding-bottom:20px;
	margin-bottom: 0px;
}

.shadow_gallery {

	background: url(../assets/images/shadow_gallery.gif) no-repeat 64px 26px;

}

.photography {
	width:200px;
	float:left;
	padding-left:6px;
	padding-bottom:18px;
	font: normal 85% Arial, Helvetica, sans-serif;
	color: #333;
	text-align:left;	
	
}

/* to style the Featured Portfolio company name */ 
#label {
	width:285px;
	float:left;
	padding-top: 20px;
	font: normal 115% Verdana, Geneva, sans-serif;
	color: #666;
	text-align:center;
	
}

#label a {
	color: #F00;
	text-decoration:none;
	
	font-weight:bold;
}


/*to style the featured thumbnail */
#pic_featured {
	width: 280px;
	float: left;
	padding-top: 28px;
	padding-bottom:20px;
	text-align:center;	
}

.shadow_featured {

	background: url(../assets/images/featured_gallery_shadow1.gif) no-repeat 47px 22px;
	
	
}

.blog{
	width: 100%;
	float:left;
	font-size:120%;
	font-weight:bold;
	color: #F00; 
	margin-top: 20px;	
}

.blog a {
	text-decoration:none;
	color: #F00;
	
}


.n_text {
	font:normal 80% Arial, Helvetica, sans-serif;
	color: #333;
}


/*to style the bullet points boxes */
#bullet_people, #bullet_properties, #bullet_pubsec, #bullet_places, #bullet_corporate, #bullet_stock {
	width: 170px;
	float:left;
	padding-left: 59px;
	padding-bottom: 20px;
	font:normal 85% Arial, Helvetica, sans-serif;
	color: #333 ;
	text-align:left;	
}


/*to style the actual bullet points */
li { 
	list-style: disc;
	list-style-position:inside;	
}

/*to style the "click to see the portfolio" text and box */
.click_portfolios {
	width: 240px;
	float:left;
	padding-left:6px;
	padding-bottom: 15px;
	font:normal 85% Arial, Helvetica, sans-serif;
	color: #333;
	text-align:left;	
}

/*to style the "click to see the featured portfolio text LINK */
.click_portfolios a {

	font-weight:bold;

	text-decoration:underline;
	color:#000;
}
/*to style the "click to see the featured portfolio text LINK on hover*/
.click_portfolios a:hover {
	color:#F90;
	
}

/*to style the "click to see the FEATURED portfolio text and box */
#click_featuredport {
	width: 230px;
	float:left;
	padding-left:10px;
	padding-bottom: 10px;
	font:normal 85% Arial, Helvetica, sans-serif;
	color: #333;
	text-align:left;	
}

/*to style the "click to see the featured portfolio text LINK */
#click_featuredport a {
	text-decoration:underline;
	color: #000;
}

/*to style the "click to see the featured portfolio text LINK on hover*/
#click_featuredport a:hover {
	color:#F90;
	
}


/*to style the testimonial comment */
#testimonial {
	width: 260px;
	float:left;
	padding: 10px 0px 10px 10px;
	font:bold 80% Arial, Helvetica, sans-serif;
	color: #333;
	text-align:left;	
	
}

/*to style the testimonial client name */
#testimonial_name {
	width: 240px;
	float:left;
	padding-left:10px;
	padding-bottom:15px;
	font:normal 80% Arial, Helvetica, sans-serif;
	color: #333;
	text-align:left;	
	
}


/*to style the FEATURED TEXT */
#featured_text {
	width: 260px;
	float:left;
	padding-left: 10px;
	padding-bottom: 20px;
	font:normal 80% Arial, Helvetica, sans-serif;
	color: #333;
	text-align:left;	
	
}





