@charset "UTF-8";

#homeContentContainer
{
	width: 920px;
	min-height: 500px;
	height: auto !important;
	height: 500px;
	margin: 10px auto 0 auto;
	z-index: 10;
}
#homeLogoTagFeaturedContainer
{
	width: 920px;
	min-height: 335px;
	height: auto !important;
	height: 335px;
	margin-bottom: 25px;
	position: relative;
	z-index: 20;
}
#homeLogoTagFeaturedContainer h1
{
	width: 265px;
	position: absolute;
	left: 25px;
	top: 205px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 16px;
	font-weight:normal;
	line-height: 22px;
	color: #48699B;
}
#homeLogoTagFlashContainer #promoContainer
{
	width: 154px;
	position: absolute;
	left: 235px;
	top: 65px;
}
#homeLogoTagFlashContainer #promoContainer img
{
	display: block;
	width: 154px;
}
#homeFeaturedProjects
{
	width: 600px;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 20;
	background: url(/images/featured-projects-bg.gif) repeat-y 0 0;
}
#homeFeaturedProjects h2
{
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	font-weight: normal;
	line-height: 14px;
	color: #48699B;
	padding: 0 0 10px 20px;
	text-transform: uppercase;
}
#homeFeaturedProjects .projectBucket
{
	width: 190px;
	height: 310px;
	float: left;
	display: inline;
	margin-left: 10px;
	background: url(/images/featured-projects-orange-gradient.gif) no-repeat left bottom;
}
#homeFeaturedProjects .projectBucket .photo
{
	display: block;
	margin-bottom: 14px;
}
#homeFeaturedProjects .projectBucket h2
{
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 16px;
	font-weight: normal;
	line-height: 18px;
	color: #FFF;
	margin: 0 0 8px 10px;
	padding: 0 !important;
}
#homeFeaturedProjects .projectBucket p
{
	font-size: 12px;
	line-height: 14px;
	color: #FFF;
	margin: 0 10px 4px 10px;
}
#homeFeaturedProjects .projectBucket a
{
	color: #FFF;
	text-decoration: none;
}
#homeFeaturedProjects .projectBucket h2 a
{
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 16px;
	font-weight: normal;
	line-height: 18px;
}
#homeFeaturedProjects .projectBucket a:hover
{
	text-decoration: underline;
}

#homeColumnsContainer
{
	width: 920px;
	/*min-height: 210px;
	height: auto !important;
	height: 210px;
	margin-bottom: 30px;*/
	background: url(/images/dash-hdiv.gif) repeat-x 0 0;
}
#homeColumnsContainer h2
{
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 13px;
	font-weight: normal;
	line-height: 14px;
	color: #48699B;
	text-transform: uppercase;
	margin-bottom: 20px;
	padding-top: 8px;
}

#homeColumnPortfolio
{
	width: 230px;
	float: left;
	display: inline;
	margin: 0 0 0 25px;
}
#homeColumnPortfolio a
{
	width: 43px;
	float: left;
	display: inline;
	margin: 10px 10px 0 0;
	border: 1px solid #CCC;
}
.tooltip
{ 
    display:none; 
    background:url(/images/home_tooltip_bg.gif) no-repeat 0 0; 
	width: 283px;
    height:100px;
	padding: 5px 5px 12px 5px;
    font-size:11px; 
    color:#fff;
	z-index: 2000;
}
.tooltip img
{
	float: left;
	margin-right: 10px;
	border: 1px solid #CCC;
}
.tooltip p
{
	font-size: 11px;
	line-height: 15px;
	color: #CCC;
}
#homeColumnPortfolio .tooltip a
{
	width: auto;
	float: none;
	display: inline;
	margin: 0;
	border: none;
	color: #CCC;
	text-decoration: underline;
}
#homeColumnPortfolio .tooltip a:hover
{
	color: #FFF;
}
#homeColumnBlog
{
	width: 240px;
	float: left;
	display: inline;
	margin: 0 0 0 75px;
}
#homeColumnFeaturedContent
{
	width: 315px;
	float: left;
	display: inline;
	margin: 0 0 0 20px;
}
#homeColumnBlog p, #homeColumnFeaturedContent p
{
	font-size: 12px;
	line-height: 18px;
	color: #666;
}
#homeColumnBlog p
{
	margin-bottom: 5px;
}
#homeColumnFeaturedContent img
{
	float: left;
	clear: right;
}
#homeColumnFeaturedContent p
{
	width: 245px;
	margin-bottom: 12px;
	float: right;
}
#homeColumnBlog a, #homeColumnFeaturedContent a
{
	color: #C71;
	text-decoration: none;
}
#homeColumnBlog a:hover, #homeColumnFeaturedContent a:hover
{
	text-decoration: none;
	text-shadow: #B60 0 0 4px;
}


