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

/* Our Clients CSS */
#clientBox {
	margin:0 auto;
	width:680px;
}

#clientBox .clients {
	width:220px;
	margin:2px 3px 8px 3px;
	float:left;
	text-align:center;
	font-family:"Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:12px;
	color:#000;
	padding:0;
	height:158px;
}

* html #clientBox .clients {
	width:220px;
	margin:2px 2px 8px 2px;
	float:left;
	text-align:center;
	font-family:"Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:12px;
	color:#000;
	padding:0;
	height:158px;
}


.clients img {
	border:1px solid #696969;
	margin:0 0 3px 0;
	padding:0;
}

/* Featured projects CSS */
#projects {
	margin:0 auto;
	width:680px;
}

#projects .project {
	font-family:"Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:12px;
	color:#000;
	text-align:left;
	margin:2px 3px 8px 3px;
	height:130px;
}


#projects .project h2 { 
    font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	line-height:18px;
	font-weight:bold;
	margin:0 0 3px 0;
	padding:0;
	color:#696969;
}


#projects .project p { 
	font-family:"Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:18px;
	margin:0 0 3px 0;
	padding:0;
	color:#000;
}

#projects .spacer {
	width:630px;
	border-bottom:1px solid #fff;
	line-height:10px;
	margin:0 auto;
	margin-bottom:12px;
	margin-top:3px;
}