<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* TAGS */

html, body, p {
	color: #000;
	font: normal 1em arial, verdana, helvetica, sans-serif;
	margin: 0;
	padding: 0;
	border: 0 none;
}

html, body {
	height: 100%;
}

ol, ul {
	list-style:none;
	margin: 0;
	padding: 0;
}

a img {
	border: 0;
}

strong {
	font-weight: bold;
}

p a, li a {
	color: #2E83E4;
	font-size: 13px;
	font-weight: normal;
	padding: 0 1px;
	text-transform: none;
}

p a:hover, li a:hover {
	background-color: #2E83E4;
	color: #fff;
}


/* UTILITY */

.hide {
	display: none !important;
}

.clear {
	clear: both;
}

.left {
	display: inline;
	float: left;
}

.right {
	display: inline;
	float: right;
}

.black {
	color: #000 !important;
}


/* TEXT */

.wrapper-text p, .wrapper-text h1, .wrapper-text h2, .wrapper-text h3 {
	font-family: arial,verdana,helvetica,sans-serif;
}

.wrapper-text p {
	color: #000;
	font-size: 0.95em;
	line-height: 1.4em;
	margin-bottom: 1em; 
}

.wrapper-text p a {
	font-size: 12px;
}

.wrapper-text h2 {
	color: #000;
	font-size: 1.1em;	
	font-weight: bold;	
	margin: 0.8em 0 0.9em 0;
	text-transform: uppercase;
}

.monospace	{
	font-family: monospace;
	font-size: 11px;
	font-weight: bold;
	color: #000;
	text-transform: uppercase;
	text-decoration: none;
	padding-right: 8px;
}

.layout {
	margin: 0 auto;
	position: relative;
	top: 0px;
	width: 984px;
}


/* STRUCTURE */

#wrapper {
	display: block;
	position: relative;
	left: 0px;
	top: 0px;
	min-height: 620px;
	padding-top: 36px;
  width: 984px;
	height: auto;
}

body.home #wrapper {
	padding-top: 0;
}

.wrapper-content {
	padding: 60px 0 60px 44px;
	position: relative;
	width: 940px;
}

#menu {
	position: absolute;
	left: 339px;
	top: 5px;
	height: 32px;
	z-index: 5000;
}


/* HEADER IMAGE */
#header-page {
	margin: 0 0 0 28px;
	height: 30px;
	overflow: hidden;
	width: 600px;
	z-index: 200;
}

#header-page a {
	height: 30px;
	width: 282px;
}

#header-page h1 {
	background-position: 19px 0;
	background-repeat: no-repeat;
	height: 30px;
	margin: 0;
	overflow: hidden;
	padding: 30px 0 0 19px;
	width: 299px;
}

.header-page-about {
	background-image: url("/images/about/header.png");
}

.header-page-contact {
	background-image: url("/images/contact/header.png");
}

.header-page-news {
	background-image: url("/images/news/header.png");
}

.header-page-services {
	background-image: url("/images/services/header.png");
}

.header-page-work {
	background-image: url("/images/work/header.png");
}


/* GLOBAL NAV */

#wrapper-nav-global {
	height: 38px;
	padding: 20px 0 0 28px;
	width: 956px;
}

#nav-global {
	height: 38px;
	margin: 0;
	position: relative;
	width: 600px;
	z-index: 5000;
}

.nav-global-home {
	width: 396px;
}

#nav-global li {
	display: list-item;
	height: 35px;
	float: left;
	list-style: none;
	width: 99px;
}

#nav-global a:hover {
	background-color: transparent;
}

#nav-global .small, #nav-global .small a {
	width: 39px;
}

#nav-global .full, #nav-global .full a {
	width: 99px;
}

#nav-global li a {
	background-image: url("/images/nav/nav-primary-sprite.png");
	background-repeat: no-repeat;
	cursor: pointer;
	display: block;
	height: 35px;
	margin: 0;
	padding: 0;
}

#nav-global-about a {
	background-position: -297px 0;
}

#nav-global-about a:hover {
	background-position: -297px -40px;
}

#nav-global-about.selected a {
	background-position: -297px -80px;
}

#nav-global-blog {
	margin-left: 4px;
}

#nav-global #nav-global-blog, #nav-global #nav-global-blog a {
	width: 100px;
}

#nav-global-blog a {
	background-position: -502px 0;
}

#nav-global-blog a:hover {
	background-position: -502px -40px;
}

#nav-global-blog.selected a {
	background-position: -502px -40px;
}

#nav-global #nav-global-contact, #nav-global #nav-global-contact a {
	width: 100px;
}

#nav-global-contact a {
	background-position: -396px 0;
}

#nav-global-contact a:hover {
	background-position: -396px -40px;
}

#nav-global-contact.selected a {
	background-position: -396px -80px;
}

#nav-global-home a {
	background-position: 0 0;
	width: 39px;
}

#nav-global-news a {
	background-position: -198px 0;
}

#nav-global-news a:hover {
	background-position: -198px -40px;
}

#nav-global-news.selected a {
	background-position: -198px -80px;
}

#nav-global-services a {
	background-position: 0 0;
}

#nav-global-services a:hover {
	background-position: 0 -40px;
}

#nav-global-services.selected a {
	background-position: 0 -80px;
}

#nav-global-work a {
	background-position: -99px 0;
}

#nav-global-work a:hover {
	background-position: -99px -40px;
}

#nav-global-work.selected a {
	background-position: -99px -80px;
}


/* LOGO */
#logo {
	background: url("/images/stamp1.png") no-repeat 0 0;
	display: block;
	height: 98px;
	left: 742px;
	position: absolute;
	top: 5px;
	width: 227px;
	z-index: 5000;
}


/* HOME PAGE BANNER POSITION */

#home-banner-container, #portfolio {
	height: 403px;
	position: relative;
 	width: 984px;
	z-index: 1200;
}

#home-banner-container {
	margin-top: -64px;
}

.banner-home {
	height: 403px;
	left: 0;
	position: relative;
	top: 0;
	width: 984px;
	z-index: 100;
}

.banner-home img {
	left: 0;
	position: absolute;
	top: 0;
	z-index: 101;
}

.banner-home .note {
	background: #fff;
	bottom: 16px;
	left: 16px;
	padding: 6px;
	position: absolute;
	width: 400px;
	z-index: 102;
}

.banner-home h2, .banner-home p {
	color: #000;
}

.banner-home h2 {
	font-size: 0.9em;
	padding-bottom: 0.3em;
	text-transform: uppercase;
}

.banner-home p {
	font-size: 0.7em;
	line-height: 1.2em;
}

.banner-home p a {
	font-size: 0.9em;
}

.home .img-home-news {
	display: block;
	height: 74px;
	width: 178px;
}

.home .img-home-news:hover {
	background: transparent;
}


/* ABOUT US */

#about-content-1 {
	margin: 0 30px 0 0;
	width: 260px;
}

#about-content-2 {
	border-right: 1px solid #ccc;
	padding: 0 25px 0 0;
	width: 290px;
}

#about-quotes {
	margin: 0 0 0 25px;
	width: 230px;
}

#about-content-1 p {
	font-size: 1.1em;
}

#about-content-1 .inline-title {
	font-weight: normal;
	text-transform: uppercase;
}

#about-content-2 p {
	font-size: 13px;
}

#about-quotes li, #about-quotes p {
	color: #4c004c;
}

#about-quotes h2 {
	font-size: 1em;
	margin: 0 0 0.5em 0;
}

#about-quotes li {
	font-size: 0.8em;
	padding-bottom: 1em;
}

#about-quotes p {
	display: block;
	margin-bottom: 1em;
}


/* LOGO FOR BACKGROUND */

#bg-logo {
	display: block;
	position: absolute;
	left: 0;
	top: 242px;
	width: 900px;
	min-height: 357px;
	z-index: 0;
}


/* HOME PAGE PANELS AREA */

#home-panels {
	background: url("/images/bg/home-panels.jpg") no-repeat 0 0;
	margin: 0;
	padding: 0;
	position: relative;
	width: 962px;
	z-index: 3000;
}

#home-panels .panel {
	display: inline;
	float: left;
	margin-top: 42px;
	padding-bottom: 40px;
}

#panel-news {
	margin-left: 36px;
	width: 430px;
}

#panel-services {
	margin-left: 30px;
	width: 240px;
}

#panel-blog {
	margin-left: 50px;
	width: 160px;
}

.panel h2 {
	color: #3b0f40;
	font-size: 0.65em;
	margin: 0 0 1em 0;
	text-transform: uppercase;
}

.panel a, .panel ul.news a {
	text-transform: none;
}

.panel a.more, .panel ul.news a.more {
	font-size: 95%;
	font-weight: normal;
	text-transform: none;
}

/* "See all" link */
.panel .see-all {
	display: block;
	font-size: 0.75em;
	margin-top: 1em;
}

.panel .see-all a {
	font-weight: normal;
	text-transform: none;
}

.home #listing-news {
	width: 398px;
}

#panel-news li {
	background-color: transparent;
	display: inline;
	float: left;
	margin: 0;
	padding: 0 20px;
	width: 378px;
}

#panel-news li.first {
	padding-left: 0;
}

#panel-news li.last {
	padding-right: 0;
}

#panel-news li.end {
	display: inline;
	float: none;
	font-size: 0;
	height: 1px;
	margin: 0;
	padding: 0;
	width: 1px;
}

#panel-news li a {
	padding: 0;
}

#panel-news li .lightbox {
	display: block;
	height: 74px;
	margin: 10px 0 14px 0;
	width: 178px;
}

#panel-services ul {
	margin-top: 170px;
}

#panel-services li {
	font-size: 0.9em;
	height: 33px;
	overflow: hidden;
}


#home-panels #feedburner {
	background: url("/images/home/icon-blog-rss.png") no-repeat 0 0;
	display: block;
	height: 35px;
	left: 924px;
	position: absolute;
	top: 17px;
	width: 39px;
	z-index: 100;
}

#panel-blog li {
	background: url("/images/bg/divider-list-blog.png") no-repeat 0 0;
	padding: 20px 1em 20px 0;
}

#panel-blog li.first {
	background: none;
	padding-top: 0;
}

#panel-blog li.last {
	padding-bottom: 0;
}

#panel-blog li h3 {
	margin: 0 0 0.6em 0;
}

#panel-blog li h3 a {
	font-size: 0.75em;
	text-transform: none;
}

#panel-blog li p {
	color: #000;
	font-size: 0.75em;
	margin: 0 0 0.5em 0;
}

#panel-blog li p.posted {
	color: #999;
	font-size: 0.65em;
}

/* Client logo grid */
#home-clients {
	background: url("/images/home/divider-home-hr.png") no-repeat 0 0;
	padding: 40px 0 50px 0;
}

#home-clients .caption {
	color: #999;
	font-size: 0.7em;
	padding-bottom: 10px;
	text-align: center;
}

#home-clients img {
	display: block;
	margin: 0 auto;
}


#content {
	display: table-row;
	position: relative;
	top: 300px; 
	left: 100px;
}

#home-feature {
	margin: 8px 0 30px 0;
	position: relative;
	text-align: left;
	width: 984px;
}

#home-feature .content {
	/*padding: 10px 10px 0 10px;*/
}

#home-feature .text-feature {
	margin: 0;
	padding: 0 0 0 22px;
}

#home-feature .text-feature a {
	color: #000;
	font-size: 0.85em;
	font-weight: normal;
	padding: 1px 2px;
	text-transform: none;
}

#home-feature .text-feature strong {
	text-transform: uppercase;
}

#home-feature .text-feature a:hover {
	color: #fff;
}	

#home-feature .bot {
	clear: both;
	font-size: 0;
	height: 9px;
	width: 558px;
}

a {
	font-family: arial,verdana,helvetica, sans-serif;
	text-decoration: none;
}

a.link, span.link, a.linkRead, span.linkRead {
	font-size: 90%;
	color: #F000EB;
	text-transform: normal;
	font-weight: bold;
	padding: 2px;
}

a.link2, span.link2 {
	font-size: 12px;
	color: #F000EB;
	padding: 2px;
}

a.linkOff, span.linkOff {
	font-size: 12px;
	color: #666; /* GLOBAL GRAY */
	text-transform: uppercase;
	font-weight: bold;
	padding: 2px;
}


a.linkOn, span.linkOn {
	font-size: 12px;
	color: #fff;
	background-color: #2E83E4;
	text-transform: none;
	font-weight: bold;
	padding: 2px;
}


a.linkSM, span.linkSM {
	font-size: 12px;
	color: #F000EB;
	text-transform: uppercase;
	font-weight: bold;
	padding: 2px;
}


a.linkSMOn, span.linkSMOn {
	font-size: 12px;
	color: #fff;
	background-color: #F000EB;
	text-transform: uppercase;
	font-weight: bold;
	padding: 2px;
}

.link, .linkRead {
	font-family: arial,verdana,helvetica, sans-serif;
	font-size: 12px;
	color: #666; /* GLOBAL GRAY */
	text-transform: none;
	font-weight: bold;
	text-decoration: none;
	padding: 2px;
}


a.link:hover, a.linkSM:hover, a.link2:hover,
#about-content a.link:hover, #about-content a.linkRead:hover
span.link:hover,a.linkRead:hover, span.linkRead:hover {
	color: #fff;
	background-color: #2E83E4;
	text-decoration: none;
}

a.more {
	display: inline;
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 13px;
	color: #F000EB;
	text-transform: none;
	font-weight: normal;
	text-decoration: none;
}

a.more:hover {
	background-color: #f000eb;
	color: #fff;
}

a.moreOn {
	background-color: #F000EB;
	color: #fff;
}

a.moreOn:hover {
	background-color: #F000EB;
	color: #fff;
}

a.more span.more-over {
	cursor: pointer;
	text-align: center;
}


/* FOOTER */

#wrapper-footer {
	display: block;
	margin: 0 auto;
	height: 14px;
	padding: 50px 0 20px 0;
	position: relative;
	width: 984px;
	z-index: 10;
}

#wrapper-footer .inner {
	border-bottom: 0px solid #303;
	margin-left: 22px;
	width: 462px;
}

#footer-copyright {
	color: #303;
	font-size: 0.65em;
	padding-bottom: 2px;
}

#wrapper-footer ul {
	height: 12px;
	padding-top: 2px;
	width: 600px;
}

#wrapper-footer li {
	cursor: pointer;
	display: inline;
	float: left;
	margin-right: 31px;
}

#wrapper-footer li a {
	background-image: url("/images/nav/nav-footer-sprite.gif");
	background-repeat: no-repeat;
	display: block;
	height: 12px;
	padding: 0;
}

#footer-home {
	background-position: 0 0;
	width: 40px;
}

#footer-home:hover {
	background-position: 0 -14px;
}

#footer-services {
	background-position: -69px 0;
	width: 62px;
}

#footer-services:hover {
	background-position: -69px -14px;
}

#footer-work {
	background-position: -159px 0;
	width: 41px;
}

#footer-work:hover {
	background-position: -159px -14px;
}

#footer-news {
	background-position: -228px 0;
	width: 38px;
}

#footer-news:hover {
	background-position: -228px -14px;
}

#footer-about {
	background-position: -292px 0;
	width: 47px;
}

#footer-about:hover {
	background-position: -292px -14px;
}

#footer-contact {
	background-position: -367px 0;
	width: 61px;
}

#footer-contact:hover {
	background-position: -367px -14px;
}

#footer-blog {
	background-position: -454px 0;
	width: 36px;
}

#footer-blog:hover {
	background-position: -454px -14px;
}


/* Contact Section and Form CSS  */
.contact .wrapper-content {
	padding-bottom: 175px;
}

#contact-location {
	width: 360px;
}

#contact-instructions {
	margin-left: 27px;
	width: 288px;
}

#contact-form-area {
	margin-left: 40px;
	width: 295px;
}

#contact-location p, .contact-phone p {
	font-size: 0.8em;
	line-height: 1.4em;
}

.image-contact {
	display: block;
	height: 199px;
	margin-bottom: 16px;
	width: 259px;
}

.contact-phone {
	padding-top: 1em;
	width: 350px;
}

.wrapper-google-maps-link {
	padding-top: 0.4em;
	width: 125px;
}

.wrapper-google-maps-links {
	border-top: 1px solid #ffffff;
	margin-top: 1em;
}

.wrapper-google-maps-link a {
	font-size: 0.8em;
	font-weight: normal;
	text-transform: none;
}

p.assistance-intro, #wrapper-accordion p {
	font-size: 0.8em;
}

p.assistance-intro {
	line-height: 1.3em;
}

#contact-instructions h2, #contact-form-area h2 {
	color: #000;
	font-size: 14px;
	margin: 0;
	text-decoration: none;
	text-transform: none;
	padding-bottom: 4px;
}

#contact-instructions h2, #contact-instructions p {
	padding-left: 13px;
}

#wrapper-google-maps {
	display: none;
	height: 441px;
	left: 35px;
	position: absolute;
	top: 485px;
	width: 278px;
	z-index: 4000;
}

.google-maps-top, .google-maps-bot {
	background-position: 0 0;
	background-repeat: no-repeat;
	font-size: 0;
	height: 9px;
	width: 278px;
}

.google-maps-top {
	background: url('../images/googlebgtop.jpg');
}

.google-maps-bot {
	background: url('../images/googlbgbot.jpg');
}

.google-maps-mid {
	background: url('../images/googlebg.png') repeat-y 0 0;
	height: 267px;
	padding-left: 8px;
	width: 270px;
}

#container-google-maps {
	height: 267px;
	position: relative;
	width: 262px;
}

.gmaps-marker {
	font-size: 0.9em;
	padding-left: 5px;
	width: 195px;
}

/* Accordion */
#wrapper-accordion {
	display: block;
	left: 0;
	padding-top: 0px;
	position: relative;  
	width: 275px;
}

#vertical-container {
	margin: 0;
	padding: 0;
}

#wrapper-accordion .ui-accordion-left {
	display: none;
}

.ui-accordion-link, .ui-accordion-link:hover {
	border-bottom: 1px solid #E4E4E4;
	color: #F000EB;
	cursor: pointer;
	display: block;
	font-size: 12px;
	font-weight: normal;
	line-height: 15px;
	margin: 0;
	outline: none;
	padding: 12px 10px 5px;
	text-decoration: none;
	text-transform: none;
	width: 256px;
	background: url('../images/contact/bg-accordion.png') repeat-y 0 0;
}

.ui-accordion-link span {
	padding: 2px;
}

.ui-accordion-link:hover span {
	color: #fff;
	background-color: #2e83e4;
	text-decoration: none;
}

.selected .ui-accordion-link, .selected .ui-accordion-link:hover {
}

.accordion_content {
	background-color: #fff;
	overflow: hidden;
}
			
.accordion_content p {
	padding: 5px 10px;
	width: 256px;
}

.contact-info {
	font-size: 0.9em;
	color: #000;
	text-decoration: none;
}

.contact-info h2 {
	color: #000;
	font-size: 1em;
	margin: 0;
	text-decoration: none;
	text-transform: uppercase;
	padding-bottom: 4px;
}

.contact-infoSM h2 {
	color: #000;
	text-decoration: none;
	text-transform: uppercase;
	padding-bottom: 4px;
	font-size: 11px;
}

.contact-info p {
	font-size: .8em;
	color: #666; /* GLOBAL GRAY */
}

.form-contact {
	width: 256px;
	height: auto;
}

.form-divider {
	border-top: 1px solid #e3e3e3;
	margin: 10px 45px 0 10px;
	padding-top: 20px;
}

#contact-form-area fieldset {
	border: none;
	margin: 0;
	padding: 0;
}

#contact-form-area .form-feedback {
	background: #370b26;
	margin-bottom: 0;
	padding: 1em;
}

#contact-form-area .form-feedback p {
	color: #ee2d98;
	font-size: 0.8em;
}

#contact-form-area .wrapper-input {
	padding: 0 10px 0 10px;
}

#contact-form-area .wrapper-buttons {
	padding: 3px 0 0 8px;
}

#contact-form-area h2 {
	font-size: 0.9em;
	color: #000;
	text-decoration: none;
	text-transform: uppercase;
	padding-bottom: 1.1em;
}

#contact-form-area label {
	color: #886;
	display: block;
	font-size: 0.6em;
	padding-bottom: 3px;
}

#contact-form-area input, #contact-form-area textarea {
	font-family: arial, verdana, helvetica, sans-serif;
}

#contact-form-area input.inputbox1 {
	margin-bottom: 14px;
}

#contact-form-area input.inputbox2 {
	margin-bottom: 0;
}

#contact-form-area input.inputbox1, #contact-form-area input.inputbox2, #contact-form-area textarea {
	background: #fff;
	border: 1px solid #ccc;
	color: #000;
	font-size: 0.9em;
	padding: 4px;
	width: 230px;
}

.button {
	background-color: #fff;
	border: 0px solid #fff;
	color: #F000EB;
	cursor: pointer;
	font-size: 0.8em;
	font-weight: normal;
	margin-bottom: 14px;
	padding: 2px;
	text-decoration: none;
	text-transform: none;
}

.button:hover {
	background-color: #F000EB;
	color: #fff;
	text-decoration: none;
}

.text-feature {
	padding: 0 1em 0.8em 0.5em;
}
	
.text-feature, .text-project {
	font-size: 0.8em;
	color: #000;
	text-align: left;
}

td.text-project {
	padding-right: 20px;
	width: 250px;
}

.text-project h2 {
	font-size: 0.95em;
	text-decoration: none;
	text-transform: uppercase;
	padding: 1.2em 0 0.6em 0;
}

.text-project p {
	font-size: 0.96em;
	padding-bottom: 0.6em;
}

.text-project a {
	font-size: 0.84em;
}

.text-project ul {
	padding: 0 0 0.5em 18px;
}

.text-project li {
	font-size: 0.96em;
	list-style-position: outside;
	list-style-type: square;
	padding: 0 0 0.3em 0;
}

.projectInfo, .projectInfo p {
	font-family: arial,verdana,helvetica, sans-serif;
	font-size: 0.9em;
	color: #000;
	text-decoration: none;
}

.projectInfo h2 {
	font-family: arial,verdana,helvetica, sans-serif;
	color: #000;
	text-decoration: none;
	text-transform: uppercase;
	padding-bottom: 14px;
}

.footerHead {
	font-family: arial,verdana,helvetica, sans-serif;
	font-size: 11px;
	color: #A9A9A9;
	text-transform: uppercase;
	text-align: left;
	padding-bottom: 6px; 
}

.footerTxt {
	font-family: arial,verdana,helvetica, sans-serif;
	font-size: .75em;
	color: #A9A9A9;
	text-align: left;
	padding-bottom: 6px; 
}


/* News */

.header-news {
	color: #F000EB;
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 0.7em;
	font-weight: bold;
	padding: 10px 0 6px 9px;
	text-transform: uppercase;
	text-align: left;
}

.newsItem, .newsItemFeature, .newsItemFeatureOn {
	text-align: left;
	padding: 10px 10px 12px 14px;
}

.newsItem {
	background-color: #FFFF33;
	width: 222px;
}

.newsItemFeature {
	background-color: #FFFF33;
	width: 169px;
}

.newsItemFeatureOn {
	background-color: #F122EE;
	width: 169px;
}

.newsItemOn {
	background-color: #F122EE;
	z-index: 1000;
}

.newsItemDate {
	font-family: arial,verdana,helvetica, sans-serif;
	font-size: .60em;
	color: #A3A352;
	padding-bottom: 12px;
	text-transform: uppercase;
}
	
.newsItemHead {
	font-family: arial,verdana,helvetica, sans-serif;
	font-size: 0.9em;
	color: #000;
	padding-bottom: 7px;
	font-weight: bold;
	text-transform: uppercase;
}

.newsItemTxt {
	font-family: arial,verdana,helvetica, sans-serif;
	font-size: .7em;
	color: #A3A352;
	padding-bottom: 2px;
}

.newsItemOn .newsItemDate, .newsItemFeatureOn .newsItemDate, .newsItemOn .newsItemHead,
.newsItemOn .newsItemTxt, .newsItemFeatureOn .newsItemHead, .newsItemFeatureOn .newsItemTxt {
	color: #fff;
}

.newsBreak {
	padding-bottom: 10px;
}

.aboutCont {
	position: relative;
	float: left;
	font-size: 11px;
	color: #666; /* GLOBAL GRAY */
	text-transform: uppercase;
	font-weight: bold;
	text-decoration: none;
	line-height: 160%; 
	width: 80px;
	padding-top: 5px;
	padding-left: 10px;
}

.aboutCont1 {
	position: relative; 
	float: left;
	font-size: 11px;
	color: #666; /* GLOBAL GRAY */
	text-transform: uppercase;
	font-weight: bold;
	text-decoration: none;
	line-height: 160%; 
	width: 80px;
	padding-top: 5px;
	padding-left: 10px;
}

.aboutCont2 {
	position: relative;
	float: left;
	line-height: 160%; 
	font-size: .6em;
	color: #666; /* GLOBAL GRAY */
	width: 81px;
	padding-top: 4px;
	padding-left: 4px;
}

.aboutBoxTop {
	background: url(../images/aboutBoxTop110.png) no-repeat 0 0;
	font-size: 0;
	width: 110px;
	height: 5px;
}
.aboutBox {
	border-left: 3px solid #ccc;
	border-right: 3px solid #ccc;
	background-color: #fff;
	height: 80px;
	width: 104px;
}
.aboutBoxBot {
	background: url(../images/aboutBoxBot110.png) no-repeat 0 0;
	width: 110px;
	height: 5px;
}

.aboutBox1-Top	{
	background: url(../images/aboutBoxTop.png) no-repeat 0 0;
	font-size: 0;
	width: 190px;
	height: 5px;
}
.aboutBox1 	{
	border-left: 3px solid #ccc;
	border-right: 3px solid #ccc;
	background-color: #fff;
	min-height: 80px;
	width: 184px;
}
.aboutBox1Bot {
	background: url(../images/aboutBoxBot.png) no-repeat 0 0;
	width: 190px;
	height: 5px;
}

.aboutBox2-Top {
	background: url(../images/aboutBoxTop99.png) no-repeat 0 0;
	width: 99px;
	height: 5px;
}
.aboutBox2 {
	border-left: 3px solid #ccc;
	border-right: 3px solid #ccc;
	background-color: #fff;
	height: 87px;
	width: 93px;
}
.aboutBox2Bot {
	background: url(../images/aboutBoxBot99.png) no-repeat 0 0;
	width: 99px;
	height: 5px;
}

#layer-creative, #layer-technology {
	display: none;
	position: absolute;
	top: 176px;
	z-index: 4000;
}

#layer-creative {
	left: 543px;
}

#layer-technology {
	left: 707px;
}

#layer3 {display: none;position: absolute;top: 302px;left: 399px; z-index: 4000;}

#imageLayer2 {display: none; z-index: 4000;}
#imageLayer3 {display: none; z-index: 4000;}



/* THUMBNAIL BORDERS AND PADDING BEGIN */


.t {background: url(../images/dot.gif) 0 0 repeat-x; width: 103px;}
.b {background: url(../images/dot.gif) 0 100% repeat-x}
.l {background: url(../images/dot.gif) 0 0 repeat-y}
.r {background: url(../images/dot.gif) 100% 0 repeat-y}
.bl {background: url(../images/bl.gif) 0 100% no-repeat}
.br {background: url(../images/br.gif) 100% 100% no-repeat}
.tl {background: url(../images/tl.gif) 0 0 no-repeat}
.tr {background: url(../images/tr.gif) 100% 0 no-repeat; padding:5px}

.thumbs:hover .t {background: url(../images/dotOver.gif) 0 0 repeat-x; width: 103px;}
.thumbs:hover .b {background: url(../images/dotOver.gif) 0 100% repeat-x}
.thumbs:hover .l {background: url(../images/dotOver.gif) 0 0 repeat-y}
.thumbs:hover .r {background: url(../images/dotOver.gif) 100% 0 repeat-y}
.thumbs:hover .bl {background: url(../images/blOver.gif) 0 100% no-repeat}
.thumbs:hover .br {background: url(../images/brOver.gif) 100% 100% no-repeat}
.thumbs:hover .tl {background: url(../images/tlOver.gif) 0 0 no-repeat}
.thumbs:hover .tr {background: url(../images/trOver.gif) 100% 0 no-repeat; padding:5px}

.thumbsOn .t {background: url(../images/dotOn.gif) 0 0 repeat-x; width: 103px;}
.thumbsOn .b {background: url(../images/dotOn.gif) 0 100% repeat-x}
.thumbsOn .l {background: url(../images/dotOn.gif) 0 0 repeat-y}
.thumbsOn .r {background: url(../images/dotOn.gif) 100% 0 repeat-y}
.thumbsOn .bl {background: url(../images/blOn.gif) 0 100% no-repeat}
.thumbsOn .br {background: url(../images/brOn.gif) 100% 100% no-repeat}
.thumbsOn .tl {background: url(../images/tlOn.gif) 0 0 no-repeat}
.thumbsOn .tr {background: url(../images/trOn.gif) 100% 0 no-repeat; padding:5px}



.thumbsOn:hover .t {background: url(../images/dotOver.gif) 0 0 repeat-x; width: 103px;}
.thumbsOn:hover .b {background: url(../images/dotOver.gif) 0 100% repeat-x}
.thumbsOn:hover .l {background: url(../images/dotOver.gif) 0 0 repeat-y}
.thumbsOn:hover .r {background: url(../images/dotOver.gif) 100% 0 repeat-y}
.thumbsOn:hover .bl {background: url(../images/blOver.gif) 0 100% no-repeat}
.thumbsOn:hover .br {background: url(../images/brOver.gif) 100% 100% no-repeat}
.thumbsOn:hover .tl {background: url(../images/tlOver.gif) 0 0 no-repeat}
.thumbsOn:hover .tr {background: url(../images/trOver.gif) 100% 0 no-repeat; padding:5px}


.thumbs {
	display: inline-block; 
	position: relative; 
	width: 103px; 
	height: 103px; 
	text-align: center; 
	vertical-align: middle;
}

.thumbs-left {
	float: left;
	padding-right: 5px;
}

.thumbs:hover { 
}

.thumbsOn {
	display: inline-block; position: relative; width: 103px; height: 103px; text-align: center; vertical-align:middle;
}

.thumbsOn:hover {
}

#nav-work {
	background: url(../images/infoHeader.png) no-repeat top left;
	height: 30px;
	padding: 15px 0 12px 0;
	text-align: left;
	width: 297px;
	z-index: 2000;
}

#nav-work a {
	
}

#nav-work a, .nav-work-select {
	color: #000;
	display: inline;
	float: left;
	font-size: 0.9em;
	font-weight: bold;
	margin-right: 19px;
	padding: 2px;
	text-align: left;
	text-decoration: none;
	text-transform: uppercase;
	z-index: 2000;
}

#nav-work a {
	color: #F000EB;
}

#nav-work a:hover {
	background: #f000eb;
	color: #fff;
}

#services-coming-soon {
	background: #fffb43;
	border-bottom: 2px solid #ccc;
	border-left: 2px solid #ccc;
	display: inline;
	float: left;
	height: 18px;
	margin-top: -5px;
	padding-top: 8px;
	width: 146px;
}

#services-coming-soon span {
	background: #fffb43;
	color: #000;
	font-size: 10px;
	font-weight: normal;
	padding-left: 40px;
}

table.imageNav {
	width: 569px;
}

td.infoLink {
	line-height: 130%;
	vertical-align: top;
}

td.imageNavLeft {
	width: 280px;
	text-align: left;
}


td.imageNavRight {
	width: 200px;
	text-align: right;
}


/* WORK LANDING PAGE */
#wrapper-grid-work-under, #wrapper-grid-work-nav {
	margin: 0 auto;
	width: 946px;
}

#wrapper-grid-work {
	height: 390px;
	margin: 50px 0 0 4px;
	padding: 30px 0 0 30px;
	width: 972px;
}

.wrapper-work-slides {
	display: none;
}

#wrapper-grid-work-nav a.selected {
	background: #f000eb;
	color: #fff;
}

.work-grid-item {
	display: inline;
	height: 122px;
	float: left;
	margin: 0 8px 8px 0;
	width: 122px;
}

.work-grid-item-last {
	margin-right: 0;
}

#wrapper-grid-work-nav {
	padding: 10px 0 0 29px;
	height: 40px;
}

#wrapper-grid-work-nav li {
	display: inline;
	float: left;
	font-size: 0.9em;
	margin-right: 40px;
	padding-bottom: 10px;
}

#wrapper-grid-work-nav li a {
	text-transform: none;
}

#home-clients {
	
}

#wrapper-grid-work-under {
	background: url("/images/home/divider-home-hr.png") no-repeat -25px 0;
	padding: 40px 0 50px 0;
}

#work-case-studies {
	margin: 0 0 0 15px;
	width: 669px;
}

#work-case-studies h2 {
	font-size: 0.8em;
	text-transform: uppercase;
}

#work-case-studies .preamble, #work-services p {
	font-size: 0.75em;
}

#work-case-studies div {
	border-right: 1px solid #ccc;
	margin: 28px 17px 0 0;
	padding-right: 17px;
	width: 178px;
}

#work-case-studies .last {
	border-right: none;
	margin-right: 0;
	padding-right: 0;
}

#work-case-studies .see-all {
	padding-top: 1em;
}

#work-case-studies .see-all a {
	font-size: 0.75em;
	font-weight: normal;
	text-transform: none;
}

.work-case-study h2 {
	margin-top: 1.5em;
}

.work-case-study p {
	font-size: 0.75em;
}

#work-services {
	margin-top: 67px;
	width: 262px;
}

#work-services .header {
	background: url("/images/work/bg-header-services.jpg") no-repeat 0 0;
	height: 115px;
	width: 262px;
}

#work-services .header h2 {
	font-size: 0.7em;
	padding: 0.65em 0 0 1em;
	text-transform: uppercase;
}

#work-services p {
	font-size: 0.85em;
	padding: 0.9em 0.5em 0 0;
}

#work-services p a {
	font-size: 100%;
	font-weight: normal;
	text-transform: none;
}


/* LIGHTBOX */
a.lightbox:hover {
	background: none;
	border: 0;
}

#jquery-overlay {
	z-index: 15000;
}

#jquery-lightbox {
	z-index: 15100;
}

#lightbox-container-image {
	background: none;
	padding: 0;
}

#lightbox-container-image-data-box {
	background: none;
}

#lightbox-image-details {
	padding-top: 0.5em;
	text-align: center !important;
	width: 100% !important;
}

#lightbox-image-details-currentNumber {
	color: #fff;
	margin: 0 auto;
	text-transform: uppercase;
}



/* NEWS PAGE */

.news #nav-sidebar-news {
	margin: -34px 0 0 0;
	width: 370px;
}

.news #nav-listing-news {
	border-bottom: 1px solid #ccc;
	font-size: 0.75em;
	margin: 45px 40px 0 40px;
	padding: 0 0 5px 0;
}

.news #nav-listing-news p {
	color: #ccc;
	margin: 0;
	padding: 0;
	text-align: right;
}

.news #nav-listing-news p a {
	font-weight: normal;
	text-transform: none;
}

.news #nav-listing-news p .link-like {
	font-size: 90%;
}

.news #nav-listing-news .spacer {
	font-size: 1.1em;
	padding: 0 4px;
}

.news #listing-news {
	margin-left: 40px;
	padding: 18px 0 0 0;
	width: 290px;
}

.news #nav-sidebar-news li {
	background: url("/images/bg/divider-list-179.png") no-repeat 0 0;
	margin-top: 6px;
	padding-top: 20px;
}

.news #nav-sidebar-news li.first {
	background: none;
	margin-top: 0;
	padding-top: 0;
}

.news #nav-sidebar-news li .dateline {
	width: 160px;
}

.news #nav-sidebar-news li a.lightbox {
	display: block;
	height: 28px;
	margin: 5px 0;
	width: 66px;
}

.news #nav-sidebar-news li h2 {
	clear: both;
	margin: 0.75em 0 0.4em 0;
}

#news-content {
	height: auto;
	margin: 0;
	position: relative;
	width: 700px;
}

#news-content .dateline {
	color: #000;
	font-size: 0.7em;
	margin: 0;
	padding: 0;
}

#news-content img.detail {
	display: block;
	padding: 0 0 1.2em 0;
}

#news-content p, #news-content li {
	font-size: 0.8em;
}

#news-content .pre-caption {
	font-size: 0.7em;
	margin: 1.5em 0 0.8em 0;
}


/* SERVICES */

.services .wrapper-content {
	background: url("/images/services/bg.png") no-repeat 0 0;
	margin-top: 40px;
	padding-top: 25px;
}

#services-list {
	margin-top: 4px;
	width: 408px;
}

#services-list li {
	margin-bottom: 2em;
}

#services-list h2 {
	font-size: 0.8em;
	margin-top: 0;
	text-transform: none;
}

#services-list p {
	font-size: 0.8em;
	margin: 0 0 1em 0;
}

#services-list .preamble {
	font-size: 1.3em;
	font-weight: bold;
	line-height: 1.3em;
}

#services-list p a {
	font-size: 100%;
	font-weight: normal;
	text-transform: none;
}

#services-menu {
	margin-left: 40px;
	width: 446px;
}

#services-menu .content {
	padding-left: 18px;
}

#services-menu h2 {
	font-size: 0.65em;
	margin: 0 0 95px 0;
	text-transform: uppercase;
}

#services-menu .preamble {
	color: #fff;
	font-size: 0.75em;
	padding-bottom: 0.6em;
}

#services-menu #wrapper-accordion {
	padding-top: 0;
	width: 446px;
}

#services-menu .ui-accordion-link, #services .ui-accordion-link:hover {
	background: url("/images/services/bg-accordion.png") no-repeat 0 0;
	width: 426px;
}

#services-menu .selected .ui-accordion-link, #services-menu .selected .ui-accordion-link:hover {
	background-position: 0 -33px;
}

#services-menu .accordion_content ol, #services-menu .accordion_content ol li {
	list-style: decimal;
}

#services-menu .accordion_content ol li {
	font-size: 0.8em;
	margin: 0.5em 2em 0.5em 2.4em;
}


/* WORK */
body.work .layout {
	margin-bottom: 120px;
}

#wrapper-work {
	position: relative; 
	top: 70px; 
	width: 300px;
	left: 16px;
	padding-bottom: 57px;
	z-index: 1000;
}

.wrapper-project-slides {
	height: 623px;
	left: 80px;
	position: absolute;
	top: 100px;
	width: 898px;
	z-index: 10;
}

.wrapper-summary-project {
	display: block;
	padding: 0 10px 0 2px;
	position: relative;
	width: 289px;
}

.summary-project {
	font-size: 0.9em;
	color: #000;
	text-decoration: none;
}

.summary-project h2 {
	color: #000;
	font-size: 1.4em;
	text-decoration: none;
	text-transform: uppercase;
	padding-bottom: 4px;
}

.summary-project p {
	font-size: 0.93em;
}

.summary-project p a {
	font-size: 84%;
}

.wrapper-services-project {
	display: block;
	padding: 35px 10px 0 2px;
	width: 289px;
}

.wrapper-services-project h2 {
	color: #000;
	text-decoration: none;
	text-transform: uppercase;
	padding-bottom: 12px;
	font-size: 11px;
}

.wrapper-services-thumbs {
	min-height: 100px;
	padding: 4px 0 8px 0;
	width: 214px;  
}

.wrapper-services-list {
	font-size: 11px;
	color: #666; /* GLOBAL GRAY */
	text-transform: uppercase;
	font-weight: bold;
	text-decoration: none;
	padding: 2px 2px 2px 0;
}

/* Project copy container */
#layer-copy {
	background-color: #fff;
	display: none;
	height: auto;
	left: 360px;
	padding: 0 0 30px 0;
	position: absolute;
	top: 150px;
	width: 520px;
	z-index: 120;
}

.wrapper-project-content {
	width: 550px;
}

#launch, #examples {
	position: absolute;
	top: 740px;
	z-index: 100;
}

#launch a, #examples a {
	font-size: 100%;
}

#launch {
	left: 330px;
	width: 110px;
}

#examples {
	left: 764px;
	width: 140px;
}


/* CASE STUDIES */
.news #listing-casestudies {
	padding-left: 40px;
	width: 290px;
}

#listing-casestudies.without-nav {
	padding-top: 50px;
}

#listing-casestudies .link-image {
	display: block;
	height: 115px;
	width: 284px;
}

#listing-casestudies .link-image:hover {
	background: transparent;
}

.news .wrapper-content h2 {
	margin: 0.9em 0 0.7em 0;
}

.case-study-breakdown, .case-study-breakdown li {
	list-style-type: disc;
}

.case-study-breakdown {
	padding: 0 2em 0.25em 0;
	margin-left: 2em;
}

.case-study-breakdown li {
	padding-bottom: 0.75em;
}

</pre></body></html>