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

#justcontent, #subnav, #subcontent {
	display: none;
}

/* ------------------------------------------------------------------ */
/* ------- Home - Left Column Styling ------------------------------- */
/* ------------------------------------------------------------------ */

#homeleft {
	width: 313px;
	height: auto;
	float: left;
	margin: 0px 10px 15px 0px;
}

#homeleft p {
	margin-top: 0px;
}

#homeleft .csc-header h2 {
	border-bottom: 1px solid #000;
	font-size: 16px;
	margin-bottom: 0px;
	width: 100%;
}

#homeleft .news-list-item p, #homeleft .news-list-item img {
	display: none;
}

/* ------------------------------------------------------------------ */
/* ------- Home - Right Column Styling ------------------------------ */
/* ------------------------------------------------------------------ */

#homeright {
	width: 398px;
	height: auto;
	float: left;
	margin: 0px 0px 15px;
}

/* ------------------------------------------------------------------ */
/* ------- Home Bottom Styling -------------------------------------- */
/* ------------------------------------------------------------------ */

#homebottom {
	width: 721px;
	height: auto;
	float: left;
}

#homebottom p {
	margin-top: 0px;
}

#homebottom #left, #homebottom #center, #homebottom #right {
	width: 236px;
	height: auto;
	float: left;
}

#homebottom #left, #homebottom #center {
	margin-right: 6px;
}

/* ------------------------------------------------------------------ */
/* ------- Featured Project Styling --------------------------------- */
/* ------------------------------------------------------------------ */

#homebottom #left .news-list-date {
	margin-bottom: 5px;
}

#homebottom #left .news-list-item img {
	float: right;
	border: none;
	margin: 0px 2px 0px 3px;
}

/* ------------------------------------------------------------------ */
/* ------- Our Services Styling ------------------------------------- */
/* ------------------------------------------------------------------ */

#homebottom .servicelist {
	list-style-type: square;
	list-style-image: url(../images/servicelistmarker.gif);
	list-style-position: outside;
	padding-left: 15px;
	margin-left: 0px;
}

#homebottom .servicelist li {
	margin: 0px;
	padding: 1px;
}

/* ------------------------------------------------------------------ */
/* ------- Client Testimonials Styling ------------------------------ */
/* ------------------------------------------------------------------ */

#homebottom #right .csc-textpic-image {
	margin-left: 0px;
}