/*
Description: Services Styles
Author: Travis Buck
Version: 0.1
.
General comments/License Statement if any.
.

[Table Of Contents]

1. Services Page

*/


/* 1. Services Page
--------------------------------------------------*/

h2.OurFocus
{
	background: no-repeat url(../images/our_focus_is.gif);
	display: block;
	height: 51px;
	padding-bottom: 20px;
	text-indent: -5000px;
	width: 483px;
}

ul.ServicesButtons
{
	list-style: none;
	margin-top: 16px;
	overflow: hidden;
}

	.ServicesButtons li
	{
		float: left;
	}
	
	.ServicesButtons a.CampaignAnalysis
	{
		background: no-repeat top url(../images/btn_campaign_analysis.gif);
		display: block;
		height: 40px;
		margin: 0 18px 4px 0;
		text-indent: -5000px;
		width: 297px;
	}
	
	.ServicesButtons a:hover.CampaignAnalysis {background: no-repeat bottom url(../images/btn_campaign_analysis.gif);}
	
	.ServicesButtons a.CampaignManagement
	{
		background: no-repeat top url(../images/btn_campaign_management.gif);
		display: block;
		height: 40px;
		margin-bottom: 4px;
		text-indent: -5000px;
		width: 297px;
	}
	
	.ServicesButtons a:hover.CampaignManagement {background: no-repeat bottom url(../images/btn_campaign_management.gif);}
	
	.ServicesButtons a.CreativeDesign
	{
		background: no-repeat top url(../images/btn_creative_design.gif);
		display: block;
		height: 40px;
		margin: 0 18px 4px 0;
		text-indent: -5000px;
		width: 297px;
	}
	
	.ServicesButtons a:hover.CreativeDesign {background: no-repeat bottom url(../images/btn_creative_design.gif);}
	
	.ServicesButtons a.DataMining
	{
		background: no-repeat top url(../images/btn_data_mining.gif);
		display: block;
		height: 40px;
		margin-bottom: 4px;
		text-indent: -5000px;
		width: 297px;
	}
	
	.ServicesButtons a:hover.DataMining {background: no-repeat bottom url(../images/btn_data_mining.gif);}
	
	.ServicesButtons a.BehavioralAnalytics
	{
		background: no-repeat top url(../images/btn_behavioral_analytics.gif);
		display: block;
		height: 40px;
		margin-bottom: 4px;
		text-indent: -5000px;
		width: 297px;
	}
	
	.ServicesButtons a:hover.BehavioralAnalytics {background: no-repeat bottom url(../images/btn_behavioral_analytics.gif);}
	
	.ServicesButtons a.DeliverabilityAudit
	{
		background: no-repeat top url(../images/btn_deliverability_audit.gif);
		display: block;
		height: 40px;
		margin: 0 18px 4px 0;
		text-indent: -5000px;
		width: 297px;
	}
	
	.ServicesButtons a:hover.DeliverabilityAudit {background: no-repeat bottom url(../images/btn_deliverability_audit.gif);}
	
	.ServicesButtons a.EngagementAssessment
	{
		background: no-repeat top url(../images/btn_engagement_assessment.gif);
		display: block;
		height: 40px;
		margin-bottom: 4px;
		text-indent: -5000px;
		width: 297px;
	}
	
	.ServicesButtons a:hover.EngagementAssessment {background: no-repeat bottom url(../images/btn_engagement_assessment.gif);}
	
	.ServicesButtons a.SocialAndMobileStrategies
	{
		background: no-repeat top url(../images/btn_social_and_mobile.gif);
		display: block;
		height: 40px;
		margin: 0 18px 4px 0;
		text-indent: -5000px;
		width: 297px;
	}
	
	.ServicesButtons a:hover.SocialAndMobileStrategies {background: no-repeat bottom url(../images/btn_social_and_mobile.gif);}

