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


#latestWork {
	clear: both;
	float: left;
	width: 100%;
}

#latestWork h2 {
	color: #333;
	font-size: 150%;
	margin: 0;
	padding: 15px 0;
}

#latestWork .h2padding {
	padding: 0px 0 0 0;
}

#latestWork p {
	padding: 0;
}

#latestWork div.columns2 {
    float: left;
    width: 577px;
}

#latestWork div.columns2,
#latestWork div.columns3 {
	margin: 0 0px 0px 0;
}

#latestWork div.clientText {
    float: left;
    width: 335px;
    padding-right: 5px;
}

#latestWork div.clientText p {
	color: #666666;
}

.latestWorkItems{
    clear: both;
    float:none;
	padding: 0px 0 20px 0;    
}

/* WORK ROWS */
.row {
	background: url(../img/hDivider.gif) bottom left repeat-x;
	padding: 0px;
	clear: both;
	float: left;
	width: 100%;
	margin:0 auto;
}


.row ul, .row li {
	list-style: none;
	padding: 0;
	margin: 0;
}

.row li {
    width: 335px;
	background: url(../img/vDivider.gif) top right repeat-y;
	padding: 15px 3px 0 5px;
	margin:3px 0 0 0;
	float:left;
}

.row ul.first li {
	padding-top: 0;
}

.row li.last {
	padding-right: 0;
	background: none;
}

.row a img {
	border-bottom: solid #ffffff 3px !important;
}

.row a {
	background: #f0f0f0 url(/img/arrow.gif) bottom right no-repeat;
	text-decoration: none;
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	display: block;
	margin-top: 0;
	color: #333333;
	margin-bottom: 17px;
}

.row a:hover {
	background: #99d9eb url(../img/arrowOvr.gif) bottom right no-repeat; text-decoration:none;
}

.row a span {
	font-size: 94.5% !important;
	color: #333333;
	display: block;
	padding: 8px;
	font-weight: bold;
}

.row a span span {
	color: #666666;
	padding: 0px;
	font-weight: normal;
	width: 236px;
	line-height: 117%;
}

.row a:hover span {
	color: #f0f0f0;
}

#latestWork h2.widthDivider {
	border-top: solid #e3e2e2 1px;
	margin: 0;
}

#latestWork p.tagline2 {
    float: left;
    width: 890px;
	border-top: 1px solid #e3e2e2;
	padding: 20px 0 0 0;
	margin: 0;
}

.noborder {
	background-image: none;
}

.noborder li {
	padding-bottom: 0;
}


