/* CSS Document */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
	background-color: #000;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	background-image: url(css-images/home-body.gif);
	background-repeat:repeat-x;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
#wrapper {
	width: 862px;
	height: 655px;
	margin: 0 auto;
	background-image:url(css-images/home-main.jpg);
	background-repeat:no-repeat;
	position: relative;
}
h1 {
	display:none;
}
#boxRight, #boxRight a:link, #boxRight a:visited, #boxRight a:active, #boxRight a:focus {
	width: 177px;
	height: 98px;
	background-image:url(css-images/boxRight.jpg);
	background-repeat:no-repeat;
	background-position:top;
	position: absolute;
	text-indent: -9999px;
	right: 6px;
	top: 64px;
}
#boxRight a:hover {
	background-position:bottom;
}
#boxLeft, #boxLeft a:link, #boxLeft a:visited, #boxLeft a:active, #boxLeft a:focus {
	width: 177px;
	height: 98px;
	background-image:url(css-images/boxLeft.jpg);
	background-repeat:no-repeat;
	background-position:top;
	position: absolute;
	text-indent: -9999px;
	left: 6px;
	top: 64px;
}
#boxLeft a:hover {
	background-position:bottom;
}
#team a:link, #team a:visited, #team a:active, #team a:focus {
	width: 245px;
	height: 65px;
	background-image:url(css-images/OurTeam.jpg);
	background-repeat:no-repeat;
	background-position:top;
	position: absolute;
	text-indent: -9999px;
	left: 77px;
	top: 245px;
}
#team a:hover {
	background-position:bottom;
}
#traditional a:link, #traditional a:visited, #traditional a:active, #traditional a:focus {
	width: 245px;
	height: 65px;
	background-image:url(css-images/Traditional.jpg);
	background-repeat:no-repeat;
	background-position:top;
	position: absolute;
	text-indent: -9999px;
	left: 52px;
	top: 351px;
}
#traditional a:hover {
	background-position:bottom;
}
#mailing a:link, #mailing a:visited, #mailing a:active, #mailing a:focus {
	width: 245px;
	height: 65px;
	background-image:url(css-images/Mailing.jpg);
	background-repeat:no-repeat;
	background-position:top;
	position: absolute;
	text-indent: -9999px;
	left: 73px;
	top: 459px;
}
#mailing a:hover {
	background-position:bottom;
}
#digital a:link, #digital a:visited, #digital a:active, #digital a:focus {
	width: 245px;
	height: 65px;
	background-image:url(css-images/Digital.jpg);
	background-repeat:no-repeat;
	background-position:top;
	position: absolute;
	text-indent: -9999px;
	left: 304px;
	top: 554px;
}
#digital a:hover {
	background-position:bottom;
}
#budget a:link, #budget a:visited, #budget a:active, #budget a:focus {
	width: 245px;
	height: 65px;
	background-image:url(css-images/Budget.jpg);
	background-repeat:no-repeat;
	background-position:top;
	position: absolute;
	text-indent: -9999px;
	left: 515px;
	top: 458px;
}
#budget a:hover {
	background-position:bottom;
}
#design a:link, #design a:visited, #design a:active, #design a:focus {
	width: 245px;
	height: 65px;
	background-image:url(css-images/Design.jpg);
	background-repeat:no-repeat;
	background-position:top;
	position: absolute;
	text-indent: -9999px;
	left: 549px;
	top: 351px;
}
#design a:hover {
	background-position:bottom;
}
#marketing a:link, #marketing a:visited, #marketing a:active, #marketing a:focus {
	width: 245px;
	height: 65px;
	background-image:url(css-images/Marketing.jpg);
	background-repeat:no-repeat;
	background-position:top;
	position: absolute;
	text-indent: -9999px;
	left: 549px;
	top: 241px;
}
#marketing a:hover {
	background-position:bottom;
}
#utilityNav {
	font-size: 15px;
	white-space: nowrap;
	color:#666;
	position: absolute;
	left: 0;
	bottom: 0;
	margin-left: 150px;
}
#utilityNav li {
	display: inline;
}
#utilityNav a:link, #utilityNav a:visited, #utilityNav a:active, #utilityNav a:focus  {
	color:#CCC;
	text-decoration: none;
	padding: 0 20px;
	float: left;
}
#utilityNav a:hover, #utilityNav a.selected:link, #utilityNav a.selected:visited, #utilityNav a.selected:active, #utilityNav a.selected:focus {
	color: #73a0f3;
	text-decoration: none;
}

