@charset "utf-8";
/* CSS Document written by Electric Studio, Copyright 2008 */

/* FONT SIZES

16px = 1em
14px = 0.875em
13px = 0.8125em
12px = 0.75em
11px = 0.6875em
10px = 0.625em
9px = 0.5625em
8px = 0.5em


Body = 0.75em (12px)
Children of body:
30px = 250%
24px = 200%;
20px = 166.666%
18px = 150%
16px = 133.333%
14px = 116.666%
13px = 108.333%
12px = 1em
11px = 91.666%
10px = 83.333%
9px = 75%
8px = 66.666%

percentage = (size in px) / (1em size (12 in this case)) * 100

*/




/* general */

body{
	margin:0;
	text-align:center;
	font: 0.75em Arial, Helvetica, sans-serif;
	color: #555;
	background-color: #CAEBF4;
}

body#home{
	background: #E6F5F9 url('../publicimages/homeLatestWorkBg-tile.jpg') 0px 171px repeat-x;
}

div#wereHiring{
	position: absolute;
	top: 17px;
	right: 20px;
}

div#wereHiring a{
	display: block;
	width: 67px;
	height: 69px;
	background: transparent url('../publicimages/were-hiring.png') 0px 0px no-repeat;
	text-decoration: none;
}

a{
	color: #D20000;
	text-decoration:underline;
}
acronym {
	cursor:help;
}
a:hover{
	color:#FF6600;
}
a img, img{
	border:none;
}
p {
	line-height: 1.5em;
	margin: 0 0 1.5em 0;
}
hr {
	border:none;
	color: #D6EFF5;
	background-color: #D6EFF5;
	height: 3px;
}
.left {
	float: left;
}
.right {
	float: right;
}
br.clear {
	clear:both;
	height: 0px;
	line-height: 0em;
	visibility: hidden;
	margin: 0;
	font-size: 0;
}

h1, h2, h3, h4, h5, h6, ul, ol{
	margin:0.5em 0;
}

h1, h2, h3, h4, h5, h6{
	color: #003040;
	color: #666666;
	font-weight: normal;
}
h1{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 2.75em;
	margin-top:0;
	padding: 0.1em 0 0 0; /* Required for IE, or the text gets chopped off a little */
}
h1#pageTitle{
	padding: 0 0 10px 0;
	margin: 0 0 20px 0;
	border-bottom: 1px solid #DDF2F7;
	color: #797979;
	font-size: 116.666%;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
}
h2{
	font-size:2em;
}

h2 a{
	text-decoration: none;
}

h2 a:hover{
	text-decoration: underline;
}
h2 a.listingPageH2 {
	font-size:20px;
}

div.mainContentContent h2{
	line-height: 140%;
	margin: 0.25em 0 1em 0;
	color: #333333;
}

h3{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.8em;
	background:none;
	padding:0;
	margin: 1em 0 0.4em 0;
	color: #333333;
}

h4{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.6em;
	padding:0;
	margin: 0 0 0.4em 0;
}
.mainContentContent li {
	padding:0 0 8px 0;
}

/*---------------------------------
  Layout
----------------------------------*/

/* Start master holder DIV's (ID) */
div#accessibility {
	position: absolute;
	left: 0px;
	top: -500px;
	width: 1px;
	height: 1px;
	overflow: hidden;
}
#siteWidth {
	text-align:center;
	background-color:#fff;
}

body#home div#siteWidthOuter{
	background: white url('../publicimages/homeLatestWorkBg-tile.jpg') 0px 160px repeat-x;
}

body#home #siteWidth{
	background: transparent url('../publicimages/homeLatestWorkBg.jpg') center 160px no-repeat;
}

#outerHolder {
	width:950px;
	margin:0 auto;
}
#contentHolder {
	padding: 200px 0 20px 0;
	width:950px;
	text-align:left;
	border-bottom: 1px solid #DDF2F7;
	margin: 0 0 40px 0;

}
body#home #contentHolder{
	padding-top: 160px; /* Home doesnt have breadcrumbs and so needs less padding */
	border-bottom: none;
	margin: 0;
}
#headerHolder {
	position:absolute;
	top:0;
	right:0;
	left:0;
	padding:0;
	margin:0;
	background: #003041 url('../publicimages/bg.jpg') top left repeat-x;
	height: 171px;
}
#headerWidth {
	width:950px;
	margin:0 auto;
	position: relative;
}

div.breadCrumbsHolder{
	font-size: 11px;
	line-height: 11px;
	padding: 10px 0;
	text-align: left;
	margin: 0;
	clear: both;
}

#footerHolder {
	margin: 10px auto 0 auto;
	text-align:left;
	padding: 20px 0 40px 0;
	background: #CCEBF3 url('../publicimages/footerBg.jpg') top left repeat-x;
}

#footerContent{
	width: 950px;
	margin: 0 auto;
}

span.mainNavigationFooter {
	float:left;
}
span.footerContent {
	float:left;
	clear:left;
}

/*---------------------------------
  Main content holders
----------------------------------*/

.mainContentHolder,
.mainContentHolderSidePanel,
.mainContentHolderSideNav,
.mainContentHolderSidePanelAndSideNav {
	width:950px;
}

/*---------------------------------
  Lefthand navigation
----------------------------------*/

.mainContentNavigation {
	float:right;
	width:270px;
	padding:0;
}

/*---------------------------------
  Righthand side panels
----------------------------------*/

.mainContentSidePanel{
	float:right;
	width:270px;
	padding:0;
}

.mainContentSidePanel .mainContentSidePanelInner{
	padding: 10px;
	background-color: #F7F7F7;
	border-bottom: 1px solid #E6E6E6;
}

.mainContentSidePanel p.boxheader{
	margin: 0;
	padding: 3px 0 3px 10px;
	background-color: #004259;
	font-weight: bold;
	font-size:123%;
	display: block;
	color: white;
}


/*---------------------------------
  Main content holders - Lefthand navigation only
----------------------------------*/

.mainContentHolderSideNav .mainContentContent{
	float: left;
	width: 635px;
}

/*---------------------------------
  Main content holders - Righthand side panels only
----------------------------------*/
.mainContentHolderSidePanel .mainContentContent{
	float: left;
	width: 660px;
	min-height:350px;
	padding-right:20px;
}
.mainContentHolderSidePanel .mainContentSidePanel {
	float:right;
}

/*---------------------------------
  Main content holders - Both lefthand navigation and righthand side panels
----------------------------------*/

.mainContentHolderSidePanelAndSideNav .mainContentNavigation {
	width:210px;
	position:absolute;
	top: 220px;
	z-index:99;
}
.mainContentHolderSidePanelAndSideNav .mainContentContent{
	width: 500px;
	position:relative;
	left:250px;
	padding-right:20px;
}
.mainContentHolderSidePanelAndSideNav .mainContentSidePanel{
	position:absolute;
	margin-left: 800px;
	top: 220px;
}


/*---------------------------------
  Main Navigation
----------------------------------*/

ul#mainNavigation{
	line-height:normal;
	position: absolute;
	top: 119px;
	right: 0px;
	margin: 0;
	padding: 0;
	list-style:none;
	text-align: right;
}

ul#mainNavigation li{
	display: inline;
	float: left;
	margin: 0;
}

ul#mainNavigation li#current{
	background: url('../publicimages/mainNav_current_bgLeft.png') no-repeat left top;
	padding: 0 2px;
	margin: 0 0 0 -1px; /* This is neccessary to 'swallow' the separator bar to the left */
}

ul#mainNavigation li a{
	/* See siteIE.css for IE only rules for this tag */
	text-decoration:none;
	text-transform: uppercase;
    padding: 17px 28px 15px 21px;
	margin: 0;
	display: block;
	white-space:nowrap;
	color: white;
	background: url('../publicimages/mainNav_pipe.png') no-repeat right center;
}

ul#mainNavigation li a img{
}

ul#mainNavigation li#current a{
	color: #003040;
	font-weight: bold;
	background: url('../publicimages/mainNav_current_bg.png') repeat-x right top;
}

ul#mainNavigation li.lastitem a{
	background: none;
}

ul#mainNavigation li a:hover{
}

ul#mainNavigation li a.activenav:hover{
}


/*---------------------------------
  Sub navigation
----------------------------------*/
ul#subNavigation{
	margin:0;
	padding: 4px;
	list-style:none;
	border: 1px solid #DDF2F7;
}

ul#subNavigation ul{
	margin:0;
	padding:0;
	list-style:none;
}

ul#subNavigation li,
ul#subNavigation ul#tertiaryNavigation li{
	/* See siteIE6.css for IE6 specific rules for this tag */
	padding:0;
	background:#E6F4F9 url('../publicimages/subNav-arrow.png') 8px center no-repeat;
	margin: 0 0 2px 0;
}

ul#subNavigation li.menutitle{
	margin: 0;
}

ul#subNavigation li a{
	padding: 5px 0 5px 20px;
	display:block;
	text-decoration:none;
	font-size: 116.666%;
	font-weight: bold;
}

ul#subNavigation li a:hover{
	text-decoration: underline;
}

#subNavigation li.last{
	margin: 0;
}

ul#subNavigation li.current{
	/* See siteIE6.css for IE6 specific rules for this tag */
	background: #CCEBF3 url('../publicimages/subNav-arrow-current.png') 8px center no-repeat;	
}

subNavigation li.current.last{
}

ul#subNavigation li.current a{
	text-decoration: none;
}

ul#subNavigation li.current a:hover{
	cursor: default;
	text-decoration: none;
	color: #D20000;
}

ul#subNavigation li.menuTitle{
	display: none;
}

/*---------------------------------
  Header
----------------------------------*/

.logo {
	padding: 40px 0 0 0;
	height: 103px;
	float:left;
}

#headerContact {
	float: right;
	margin: 6px 27px 0 0;
	color: #9DD9E8;
	font-size: 0.875em;
}
#headerContact a {
	color:#E6F5F9;
}

/*---------------------------------
  Footer
----------------------------------*/

div#footerHolder h3{
	font-size: 22px;
	color: #003040;
	margin:5px 0;
}
ul#footerMainNav {
	list-style: none;
	margin: 0;
	padding: 0;
}
ul#footerMainNav li{
	float:left;
	display:block;
	padding: 0 0 15px 0;
}
ul#footerMainNav li span{
	padding: 0 6px;
}
div#footerHolder ul#footerNav{
	list-style: none;
	margin: 0;
	padding: 0;
}

div#footerHolder ul#footerNav li{
	float:left;
	display:block;
	padding: 0 0 15px 5px;
}

div#footerHolder ul#footerNav li a{
	text-decoration: none;
	padding: 0 5px 0 0;
}

div#footerHolder ul#footerNav li a:hover{
	text-decoration: underline;
}

div#footerHolder ul#footerNav li.lastitem a{
	padding: 0;
}

div#footerHolder #leftSideTop{
	width: 480px;
	float: left;
}

div#footerHolder .xmas{
	background: transparent url('../publicimages/xmas-snowman.jpg') 500px -16px no-repeat;
}


div#footerHolder #middle{
	width: 300px;
	float: left;
}
div#footerHolder #middle p {
	padding:0 0 8px 0;
	margin:0;
}
div#footerHolder #leftSide{
	width: 700px;
	float: left;
}

div#footerHolder #rightSide{
	width: 160px;
	float: right;
	color: #003040;
}

div#footerHolder div.copyrightText{
	font-size: 11px;
	float: left;
	color: #003040;
}

div#footerHolder ul.services{
	list-style: none;
	margin: 0 47px 0 10px;
	padding: 0;
	float: left;
}

div#footerHolder ul.services li{
	background: url('../publicimages/services_bullets.png') 0px 3px no-repeat;
	padding: 0 0 7px 17px;
}

div#footerBottom{
	border-top: 1px dotted black;
	margin: 20px 0 0 0;
	padding: 10px 0 0 0;
}

/*---------------------------------
Search field
----------------------------------*/

form#searchform{
	margin: 0; /* KEEP - FOR IE */
	margin: 0 0 55px 0;
	float: right;
	clear: both;
}

form#searchform input.searchField{
	border: 1px solid #aaaaaa;
	width: 195px;
	margin: 0 4px 0 0;
	padding: 3px;
}

form#searchform input#searchsubmit{
	line-height: 0em;
	vertical-align:top;
}


/*---------------------------------
Header images
----------------------------------*/

div#headerImageSpacer{
	height: 0px;
	width: 100%;
	font-size: 0px;
	line-height: 0px; /* NEEDED FOR IE 6 */
}

img.bannerImage{
	margin: 0 0 20px 0;
	float: left;
}


/*---------------------------------
  Home
----------------------------------*/

div.homeLatestWork{
	height: 331px;
	padding: 37px 0 0 0;
	margin: 0 0 35px 0;
}
div.homeLatestWork h1{
	font-size: 225%; /* 27px */
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 135%;
	margin: 0 0 30px 0;
	color: #003040;
}
div.homeLatestWork h2{
	font-size: 225%; /* 27px */
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 135%;
	margin: 0 0 30px 0;
	color: #003040;
}

div.homeLatestWork h2 a {
	text-decoration: none;
}
div.homeLatestWork h3{
	font-size: 133.333%;
	margin: 0 0 10px 0;
}


div.homeLatestWork div.homeLatestWorkProject{
	width: 300px;
	height: 150px;
	padding: 5px 7px 7px 5px;
	background: transparent url('../publicimages/homeLatestWorkProject-bg.png') top left no-repeat;
	float: left;
	margin: 0 7px 0 0;
	z-index: 0;
	position: relative;
	overflow: hidden;
}

div.homeLatestWork div.homeLatestWorkProject.last{
	margin: 0;
}

div.homeLatestWork div.homeLatestWorkProject img{
	width: 300px;
	height: 150px;
}
span.latest_work_headline a, span.latest_work_headline a:hover {
    font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	line-height: 1.4em;
	color: #fff;
	text-decoration:none;
	display:block;
	padding: 15px 15px 0 15px;
	width: 270px;
	height: 135px;
	background-color: #003040;
}
div.homeTextHolder {
	width:583px;
	float:left;
}
div.homeNewsHolder {
	width:308px;
	height:220px;
	float:right;
	margin:0;
}
div.dotted-banner{
	font-size: 0; /* for IE */
	height: 5px;
	width: 100%;
	background: transparent url('../publicimages/dotted-banner.png') top left repeat-x;
	margin-bottom: 10px;
}

div#homeText h2,
div.homeNewsHolder h2{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 216.666%; /* 26px */
	line-height:130%;
	margin: 0 0 20px 0;
	color: #003040;
}

div#homeText h2 a.red{
	color: #D20000;
}

div#homeText p{
	font-size: 100%;
}

.freeOnlineQuote {
	float:right;
	margin-top:-15px;
	z-index:99;
}
/*---------------------------------
  Home - News
----------------------------------*/

div.homeNewsItem{
	margin: 0;
	padding: 0 0 5px 0;
}
div.homeNewsItem h4{
	font-family: Arial, Helvetica, sans-serif;
	color: #D20000;
	font-size: 116.666%; /* 15px */
	font-weight: bold;
	margin: 0 0 3px 0;
}
div.homeNewsItem h4 a{
	text-decoration: none;
}
div.homeNewsItem h4 a:hover{
	text-decoration: underline;
}

div.homeNewsItem p.dateCreated{
	font-size: 91.666%; /* 11px */
	color: #999999;
}

/*---------------------------------
  Summary pages ('Our Work')
----------------------------------*/

div#summaryText p{
	font-size: 200%; /* 24px */
	margin: 0.25em 0 1em 0;
	display: block;
	color: #333333;
}

div.summaryListing{
	margin: 0 10px 10px 0;
	padding: 5px;
	width: 300px;
	height: 215px;
	float: left;
	background-color: #CCEBF3;
}

div.summaryListing.last{
	margin: 0 0 10px 0;
}

div.summaryListing img.listing{
	margin: 0 0 10px 0;
	width: 300px;
	height: 150px;
	display: block;
}

div.summaryListing h2{
	font-size: 166.666%; /* 20px */
	margin: 0;
}

div.summaryListing div.summary p{
	font-size: 108.333%; /* 13px */
	line-height: 133.333%;
	margin: 2px 0 0 0;
	padding: 0;
}

a.externalLink{
	background: url('../publicimages/externalLink.png') top left no-repeat;
}
	

/*---------------------------------
  Listing pages ('Our Work')
----------------------------------*/

div#listingPage img.gallery{
	border: 10px solid #CCEBF3;
	margin: 0 0 20px 0;
	height: 305px;
	width:610px;
	display: block;
}

div#listingPage h4{
	font-size: 166.666%; /* 20px */
}

div#listingPage a#visitWebsite{
	margin: 0 0 20px 0;
	font-size: 116.666%;
	font-weight: bold;
	background: url('../publicimages/visitWebsite.png') top left no-repeat;
	padding: 0 0 0 22px;
	text-decoration: none;
}

div#listingPage a#visitWebsite:hover{
	text-decoration: underline;
}


/*---------------------------------
  News Summary
----------------------------------*/

div.newsSummaryElement{
	margin: 25px 0;
	padding: 0 0 15px 0;
	background: url('../publicimages/dotted-banner-light.png') bottom repeat-x;
	min-height: 180px;
}

.newsSummaryElement.last{
	margin: 25px 0 15px 0;
}

div.newsSummaryElement img.listing{
	float:left;
	margin-right:20px;
	margin-bottom:15px;
	border: 3px solid #ccebf3;
	padding: 5px;
	width: 200px;
	height: 100px;
	display: block;
}
div.newsSummaryElement h2 a{ 
	margin: 0;
	padding: 0;
	line-height: 1em;
}

div.newsSummaryElementText{
	float: right;
	width: 390px;
}

div.newsSummaryElement a.summary{
	color: #003040;
	text-decoration: none;
	font-size: 16px;
	line-height: 1.3em;
}

div.newsSummaryElement a.summary:hover{
	text-decoration: underline;
}

div.newsSummaryElement p.datePosted{
	margin: 0.2em 0 0.6em 0;
	padding: 0;
	font-size: 12px;
	color: #999;
}

/*---------------------------------
  News Item
----------------------------------*/

div.newsItem{

}

div.newsItem div.newsItemText{
	line-height: 1.3em;
}

div.newsItem p.datePosted{
	margin: 0 0 15px 0;
	padding: 0;
	font-size: 100%;
	color: #999;
}

div.newsItem div#newsLayoutNav{
}

div.newsItem img.newsItemMainImage{
	margin: 0 0 15px 0;
	border: 5px solid #ccebf3;
	display: block;
	width:610px;
	height:305px;
	/* image width = 694px, 2*3 + 2*5 = 710px */
}

div.newsItem div.morePhotos{
	border-top: 1px solid #6C6F75;
	border-bottom: 1px solid #6C6F75;
}

div.newsItem div.morePhotos a img{
	border: 3px solid white;
	margin: 0 10px 10px 0;
}

div.newsItem h3.moreNews{
	font-size: 2em;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 20px 0 15px 0;
	padding: 10px 0 0 0;
	background: url('../publicimages/dotted-banner-light.png') top repeat-x;
}

div.newsItem h3.moreNews a{
	margin: 5px 0 0 0;
}

div.newsItem ul#moreLinks{
	padding: 0 0 0 0;
	margin: 0 0 0 10px;
	list-style: none;
}

div.newsItem ul#moreLinks li{
	background: url('../publicimages/newsItem_bullet.png') 0px 5px no-repeat;
	padding: 5px 0 12px 22px;
	font-size:125%;
	font-weight:900;
}

div.newsItem ul#moreLinks li a{
	text-decoration: none;
}

div.newsItem ul#moreLinks li a:hover{
	text-decoration: underline;
}



/*---------------------------------
  Forms - General styling
----------------------------------*/

form.electricForm{
	padding: 20px;
	background-color:#E6F4F9;
	margin: 0 0 20px 0;
}

form.electricForm h5.fieldsetTitle{
	font-weight: bold;
	font-size: 14px;
	color:#333;
	padding: 6px;
	margin:0 0 5px 0;
	background-color:#efefef;
}

form.electricForm input.formField,
form.electricForm textarea,
form.electricForm select,
form.electricForm .formDrop,
form.electricForm .formSelectDrop,
form.electricForm .formSelectDropDate,
form.electricForm .formSelect{
	border:1px solid #7f9db9;
	width:320px;
	margin:0;
	padding:3px;
	font-size:150%;
	font-family:Arial, Helvetica, sans-serif;
}

form.electricForm p {
	vertical-align:top;
	padding: 0;
	margin: 0;
}

form.electricForm label{
	text-align:left;
	color:#333;
	float: left;
	margin: 0 10px 0 0;
	font-weight:900;
	padding:0 0 10px 0;
	line-height:200%;
}
form.electricForm label.checkBoxes{
	margin: 0;
	float:left;
	display: block;
	text-align:left;
	width:421px;
	display: block;
	font-weight:100;
	line-height:0em;
	padding:0 0 3px 3px;
}
input#SubjectSelected1, input#SubjectSelected2, input#SubjectSelected3, input#SubjectSelected4, input#SubjectSelected5, input#SubjectSelected6, input#SubjectSelected7, input#SubjectSelected8, input#SubjectSelected9, input#SubjectSelected10 {
	margin: 1px 7px 5px 0;
	vertical-align:text-top;
	padding:0;
	line-height:0em;
}
form.electricForm input.sendButton { 
	display: block; 
	border: 0; 
	width: 116px; 
	height: 40px; 
	background: transparent url(../publicimages/button_send.png) no-repeat; 
	text-align: center; 
	font-size: 20px; 
	color: #003040; 
	text-decoration: none; 
	cursor: pointer; 
	padding-bottom: 3px; 
}

span.required{
	color: #999;
	font-weight:100;
}


/*---------------------------------
  Forms - Validation
----------------------------------*/

div.validationerrorBox{
	width: 100%;
	background-color: #FFE6E6;
	border: 1px solid #CC0000;
	margin: 15px 0 15px 0;
	font-weight:bold;
	color:#CC0000;
}

div.validationerrorBox div.validationerrorBoxInner{
	padding: 5px 5px 0px 20px;
}

div.validationerrorBox label.ValidationError{
	padding: 0;
	margin: 0;
}

form label.ValidationError{
	color:#CC0000;
}


/*---------------------------------
  Search Results
----------------------------------*/

.searchResult{
	margin: 0 0 15px 0;
}

.searchResult h2{
	font-size:138%;
	font-weight:bold;
	margin: 0 0 2px 0;
}

/*---------------------------------
  Contact Us
----------------------------------*/

p.addressFirst{
	float:left;
	padding:5px 40px 0 0;
	margin:0;
	color:#333;
}
p.address{
	float:left;
	padding:5px 40px 0 10px;
	margin:0;
	color:#333;
}

/*---------------------------------
  Social Bookmarks
----------------------------------*/
.bookmarkHolder {
	position:relative;
	bottom:18px;
	right:0;
	margin:0 auto;
	width:950px;
}
.bookmarkButton {
	float:right;
	width:120px;
	text-align:right;
}
.bookmarkLinks {
	border:solid 2px #D20000;
	background-color:#fff;
	padding:10px;
	width:130px;
	display: none;
	position:absolute;
	bottom:0;
	right:0;
}
.bookmarkLinksInline {
	padding:5px 0 5px 10px;
	margin-bottom:10px;
	border:1px solid #E6F5F9;
}
.bookmarkLinks p, .bookmarkLinksInline p {
	font-weight:900;
	margin:0;
	padding:0 0 6px 0;
}
.bookmarkLinks ul, .bookmarkLinksInline ul{
	list-style:none;
	margin:0;
	padding:0;
}
.bookmarkLinks ul li{
	text-align:left;
	padding:2px 4px 8px 0 ;
}
.bookmarkLinksInline ul li{
	text-align:left;
	float:left;
	padding:2px 10px 8px 0 ;
}
ul li.delicious {
	background:url("../publicimages/delicious.png") no-repeat 0 0;
}
ul li.digg {
	background:url("../publicimages/digg.png") no-repeat 0 0;
}
ul li.reddit {
	background:url("../publicimages/reddit.png") no-repeat 0 0;
}
ul li.facebook {
	background:url("../publicimages/facebook.png") no-repeat 0 0;
}
ul li.stumbleupon {
	background:url("../publicimages/stumbleupon.png") no-repeat 0 0
}
ul li.sphinn {
	background:url("../publicimages/sphinn.png") no-repeat 0 0
}
ul li.google {
	background:url("../publicimages/google.png") no-repeat 0 0
}
ul li.mixx {
	background:url("../publicimages/mixx.png") no-repeat 0 0
}
.bookmarkLinksInline ul li a, .bookmarkLinks ul li a {
	padding:0 0 0 23px;
	margin:0 0 0 0px;
}
/*---------------------------------
  Why work with us
----------------------------------*/

div.whyWorkWithUs{
	padding:20px;
	background:transparent url("../publicimages/why_work_border.gif") 0 20px no-repeat;
	height:200px;
	margin-top:20px;
}

div.whyWorkWithUs h3 {
	color: #333;
	font-size: 1.75em;
	line-height:1em;
	margin:0;
	padding:25px 0 15px 0;
}

ul#whyWorkWithUs {
	list-style:none;
	margin:0 0 0 20px;
	padding:0 0 15px 0;
}
ul#whyWorkWithUs li {
	position:relative;
	width: 100%;
	list-style-image:url("../publicimages/why_work_bullet.gif");
	padding:3px 0 3px 0;
}
/*---------------------------------
  Customer testimonials
----------------------------------*/
blockquote {
	font:italic 1.25em/1.5em Georgia, "Times New Roman", Times, serif;
	background:#F9F9F7 url("../publicimages/blockquote.gif") 18px 22px no-repeat; 
	margin:1.5em 0 0 0;
	padding:1.5em 1.5em 1.5em 2em;
	border:5px solid #DDF2F7;
	text-indent:18px; 
	margin-top:1px; 
	line-height:normal;
	color:#666;
}
blockquote p {
	background:transparent url("../publicimages/blockquote-close.gif") 100% 100% no-repeat; 
	padding:0 15px 0 0; 
	margin:0 5px 0 0;
}
p.customer {
	text-align:left;
	font-weight:900;
	color:#fff;
	margin:-3px 0 1.5em 0;
	padding:13px 10px 10px 32px;
	background:transparent url("../publicimages/blockquote_customer.gif") 20px 0 no-repeat;
	z-index:99;
	line-height:14px;
}
p.customer span {
	font:italic 91.666% Georgia, "Times New Roman", Times, serif;
}

