/* ################################### */
/* STYLES SPECIFIC TO 'SERVICES' PAGES */
/* ################################### */

/* Arranged alphabetically by tag, then by class/id name where applicable, then class/id of parent elements */

/* <div> */
div#subnavInner {
	background: none;
}

/* <h4> */
body.services div#services h4 {
	
}

/* <p> */
p.communications {/* was div#subnav div */
	background: url(../images/bg/communications.gif) no-repeat 0 0;
	height: 0;
	margin: 0 0 -6px 0;
	overflow: hidden;
	padding: 26px 0 0 0;
	width: 194px;
	float: left;
	position: relative
}
p.public-relations { /*was div#subnav div */
	background: url(../images/bg/public-relations.gif) no-repeat 0 0;
	height: 0;
	margin: 0 0 -6px 0;
	overflow: hidden;
	padding: 26px 0 0 0;
	width: 194px;
}

p.social-media { /*was div#subnav div */
	background: url(../images/bg/social-media.gif) no-repeat 0 0;
	height: 0;
	margin: 0 0 -6px 0;
	overflow: hidden;
	padding: 26px 0 0 0;
	width: 194px;
}

p.seo-services { /*was div#subnav div */
	background: url(../images/bg/seo-services.gif) no-repeat 0 0;
	height: 0;
	margin: 0 0 -6px 0;
	overflow: hidden;
	padding: 26px 0 0 0;
	width: 194px;
}


/* <ul> */
div#.communications {
	background-image: url(../images/bg/subnav-bottom2.gif);
	margin-top: 0;
}



