/*----DIVs----*/

#leftCol {
	width: 234px /*240px*/;
	height: 276px /*353px*/;	
	float: left;
	margin: 25px 60px 0 72px;	
	padding: 62px 0 0 6px;
	display: inline;
	background: url("images/backgrounds/featuredProjects.gif") no-repeat 0 115px;
}

#rightCol { /* rightCol override */
	width: 365px /*375px*/ !important;
	float: left;
	margin: 25px 0 0 0;	
	padding: 65px 0 0 0;
}


#button {
	position: absolute;
	top: 400px;
	left: 802px;
	width: 128px;
	height: 53px;
	background: url("images/buttons/getStarted.gif") no-repeat;	
}

/*----Typography----*/

#leftCol h2 {
	font: bold 14px/18px 'Trebuchet MS', trebuchet, tahoma, verdana, sans-serif;
	color: #f6a31d;
	text-transform: uppercase;
}

#leftCol h3 {
	font: bold 11px/15px 'Trebuchet MS', trebuchet, tahoma, verdana, sans-serif;
	color: #f6a31d;
	text-transform: uppercase;
	margin-top: 2px;
}

#featuredProjects {
	list-style: none;
	margin-top: 23px;
}

#featuredProjects li {
	height: 50px;
	width: 60px;
	float: left;
	margin: 0 13px 11px 0;
}

#rightCol h1 {
	font: bold 27px/20px 'Trebuchet MS', trebuchet, tahoma, verdana, sans-serif;
	color: #f7a82a;
	text-transform: uppercase;
	margin: 0 0 25px -3px;
}

#rightCol h3 {
	font: bold 12px/14px 'Trebuchet MS', trebuchet, tahoma, verdana, sans-serif;
	color: #b6372a;
	text-transform: uppercase;
	margin: 20px 0 0 0;
}

#rightCol h4 {
	font: bold 11px/16px 'Trebuchet MS', trebuchet, tahoma, verdana, sans-serif;
	color: #b6372a;
	margin: 0 0 2px 0;
}

#rightCol p {
	font: normal 12px/18px 'Trebuchet MS', trebuchet, tahoma, verdana, sans-serif;
	color: #3e2b1e;
	margin-bottom: 10px;
}
 
/*----Links----*/

#rightCol a {
	font-weight: bold;
	color: #3e2b1e;
	text-decoration: none;
	border-bottom: 1px solid #dddad4;
}

#rightCol a:hover {
	border-bottom: 0;
}

#leftCol h3 a {
	font: bold 11px/15px 'Trebuchet MS', trebuchet, tahoma, verdana, sans-serif;
	color: #f6a31d;
	text-transform: uppercase;
	text-decoration: none;
}

#button a {
	display: block;
	width: 128px;
	height: 53px;
	text-decoration: none;
}

#featuredProjects li a {
	height: 50px;
	width: 60px;
	display: block;
}