﻿@media all
{
}

@media screen
{
	.HomeContentBox
	{
		width: 300px;
		height: 311px;
		background-image: url('../Images/ContentBoxBg.gif');
		background-repeat: repeat-x;
		border-top: solid 1px #fbf28d;
		position: relative;
		float: left;
	}
		
	.ButtonLink
	{
		position: absolute;
		top: 265px;
	}	
	
	.ServicesBlock h2
	{
		margin: 0 0 16px;
		background-image: url('../Images/WhatWeDoTitle.gif');
		background-repeat: no-repeat;
		height: 30px;
	}
	
	.FolioBlock
	{
		margin-left: 25px;
	}
	
	.FolioBlock h2
	{
		margin: 0 0 16px;
		background-image: url('../Images/WhoWeWorkWithTitle.gif');
		background-repeat: no-repeat;
		height: 30px;
	}
		
	.RecentWorkBlock
	{
		height: 311px;
		padding-bottom: 0px;
		position: relative;
	}
	
	.RecentWorkBlock h2
	{
		margin: 0 0 16px;
		background-image: url('../Images/RecentWorkTitle.gif');
		background-repeat: no-repeat;
		height: 30px;
	}
	
	.RecentWork
	{
		position: absolute;
		left: 24px;
		top: 68px;
		width: 255px;
	}
	
	.RecentWork a
	{
		color: #222222;
		text-decoration: none;
		font-weight: bold;
	}
	
	.RecentWork a:Hover
	{
		text-decoration: underline;
	}
}