/* STYLESHEET SECTIONS
   CSS Flags marked with [=]
	 

	 GENERAL TAGS
	 LISTS
	 HEADINGS
	 MAIN CONTENT SECTION
	 SECTION-SPECIFIC COLORING
	 CLASS-SPECIFIC TEXT

@font-face is declarations are located in font-face.css
	 
	 ....................................... */


body.webDevelopment div.mainLeftNavBox li.current span a, 
body.webApplications div.mainLeftNavBox li.current span a, 
body.webMarketing div.mainLeftNavBox li.current span a, 
body.motionGraphics div.mainLeftNavBox li.current span a, 
body.moreServices div.mainLeftNavBox li.current span a, 
div.headingQuoteBox, 
div#tabs-0 h1 {
    color: #FFFFFF;
    }
body.webDevelopment div.mainLeftNavBox li.current span a:hover {
    color: #9EDAF0;
    }
body.webApplications div.mainLeftNavBox li.current span a:hover {
    color: #C9A4D0;
    }
body.webMarketing div.mainLeftNavBox li.current span a:hover {
    color: #DD7F80;
    }
body.motionGraphics div.mainLeftNavBox li.current span a:hover {
    color: #EEC08D;
    }
body.moreServices div.mainLeftNavBox li.current span a:hover {
    color: #CCE387;
    }
div.mainContentBoxContent h1{
    line-height: 1;
}
/**ShareThis Fix**/
.stclose{
    left:328px;
}

/* =GENERAL TAGS
    font sizing MUST remain the same for the percentages to calculate properly
	 ....................................... */
body {
	font: 75% Arial, Helvetica, sans-serif;
	line-height: 140%;
	color: #514B37;
}/* 75% equates to 12px. Percentage based font-size allows for user-initiated font resizing in all browsers. */
select,
input,
button,
textarea {
	font: 99% Arial, Helvetica, sans-serif; /*bump for IE*/
} 
table {
	font-size: inherit;
	font: 100%;
}
pre,
code,
kbd,
samp,
tt {
	*font-size: 108%; /*bump for IE*/
	line-height: 100%;
}
p {
	margin: 0 0 1.5em; /*default: 0 0 1.5em;*/
}
hr {
	background: #C5C3BC;
	color: #C5C3BC;
}
a { 
	text-decoration: underline;
	outline: none;
}/* "outline" attribute is set to remove dotted bordering for the active and focus link states. */
sup {
    font-size:11px;
    line-height:10px;
    height: 0;
	vertical-align:text-top;
	_vertical-align: top;
	position: relative;
}


/* =LISTS 
    default values can be edited
	 ....................................... */
li ul, 
li ol { 
	margin:0 1.5em; /*default: 0 1.5em;*/
}
ul, ol { 
	margin: 0 1.5em 1.5em 1.5em; /*default: 0 1.5em 1.5em 1.5em;*/
}
ol { 
	list-style-type: decimal;
}
dl { 
	margin: 0 0 1.5em 0; /*default: 0 0 1.5em 0;*/
}
dl dt { 
	font-weight: bold;
}
dd { 
	margin-left: 1.5em; /*default: 1.5em;*/
}



/* =HEADINGS
	 ....................................... */

h1, h2, h3, h4, h5, h6 { 
}/* SET IN INDIVIDUAL SECTIONS TO AVOID INHERITANCE ISSUES */
h1 {
    margin: 0.5em 0;
	font-size: 147%;
	font-weight: bold;
	text-transform: uppercase;
}

h1.homeheader {
font-size: 45px!important;
}
h2.large {
    font-size: 167%;
	font-weight: bold;
	line-height: 120%;
	margin-bottom: 1em;
}

h3.large {
    padding: 0;
	margin: 1em 0 0.5em 0;
	font-weight: bold;
	font-size: 125%;
}
h3 {
   font-weight: bold;
	font-size: 125%;
	margin-bottom: 1em;
}
h4.large {
    font-weight: bold;
	font-size: 125%;
	margin-bottom: 1em;
}
h4 {
   font-weight: bold;
	font-size: 116%;
	margin-bottom: 1em;
}
h5 {
   font-weight: bold;
	font-size: 108%;
	margin-bottom: 1em;
}
h5.large {
    font-weight: bold;
	font-size: 116%;
	margin-bottom: 1em;
}
h6 {
    font-weight: normal;
	font-size: 108%;
	margin-bottom: 1em;
}
h1 a, 
h2 a, 
h3 a, 
h4 a, 
h5 a, 
h6 a {
	text-decoration: none;
}
h1 a:hover, 
h2 a:hover, 
h3 a:hover, 
h4 a:hover, 
h5 a:hover, 
h6 a:hover {
	text-decoration: none;
}

/* * * * * * * * * * * * * * * * * * * * * * 
  SHARED HEADER STYLES
  (SEE ALSO "SECTION-SPECIFIC COLORING" SECTION)
* * * * * * * * * * * * * * * * * * * * * */

div.mainContentBoxContent h1 {
	margin: 0.5em 0;
	font-size: 317%;
	font-weight: bold;
	text-transform: uppercase;
}
div.mainContentBoxContent h1 a,
div.mainContentBoxContent h2 a {
	text-decoration: none;
}
div.mainContentBoxContent h1 a:hover,
div.mainContentBoxContent h2 a:hover {
	text-decoration: underline;
}

/* * * * * * * * * * * * * * * * * * * * * * 
  HOME PAGE SPECIFIC HEADER STYLES
* * * * * * * * * * * * * * * * * * * * * */

div.mainContentBoxContent div.homeRightColumn h1 {
	font-size: 250%; /* 30px */
}/* Reducing h1 font size on homepage to allow for large amount of text. */
div.columnHeader h2 {
	display: block;
	float: left;
	margin: 7px 0 0 0;
	padding: 0;
	font-size: 190%;
	font-weight: bold;
	text-transform: uppercase;
	color: #336699;
}
div.columnHeader h2 a,
div.columnHeader h2 a:visited {
	text-decoration: none;
		color: #336699;
font-shadow: #336699 0 0 0 ;

}
div.columnHeader h2 a:hover {
	color: #F4691D;
}

/* * * * * * * * * * * * * * * * * * * * * * 
  OUR SERVICES PAGE SPECIFIC HEADER STYLES
  (SEE ALSO "SECTION-SPECIFIC COLORING" SECTION)
* * * * * * * * * * * * * * * * * * * * * */

div.mainContentBoxContent h2 {
	margin: 0;
	padding:15px 0 15px 0;
	font-size: 258%;
	font-weight: bold;
	text-transform: uppercase;
}


/* * * * * * * * * * * * * * * * * * * * * * 
  SUBPAGE SPECIFIC HEADER STYLES
  (SEE ALSO "SECTION-SPECIFIC COLORING" SECTION) 
* * * * * * * * * * * * * * * * * * * * * */

div.subpageRightColumn h1 {
	margin-bottom: 0.5em;
}
div.subpageRightColumn h2 {
	font-size:125%;
	font-weight:bold;
	margin:0;
	padding:1em 0 0.5em;
}
div.subpageRightColumn h2.large {
	font-size: 167%;
	font-weight: bold;
	line-height: 120%;
	margin-bottom: 1em;
}
div.subpageRightColumn h2.innerDetailHeader {
	margin-top: -20px;
	font-size: 200%;
	line-height:1;
/*	color:#A7BA0E !important;*/
}
div.subpageRightColumn h3 {
	margin: 0;
	padding: 1em 0 0.5em 0;
	font-weight: bold;
	font-size: 125%;
}
div.subpageRightColumn h4 {
	font-weight: bold;
	font-size: 125%;
	margin-bottom: 1em;
}

/* * * * * * * * * * * * * * * * * * * * * * 
  MISC. HEADER STYLES 
* * * * * * * * * * * * * * * * * * * * * */




/* =MAIN CONTENT SECTION
	 ....................................... */


/* * * * * * * * * * * * * * * * * * * * * * 
  LINK STYLES 
* * * * * * * * * * * * * * * * * * * * * */

body div.homeRightColumn a,
body div.homeRightColumn a:hover,
body div.landingSingleColumn a,
body div.landingSingleColumn a:hover,
body div.subpageRightColumn a,
body div.subpageRightColumn a:hover {
	text-decoration: none;
	color:#336699;
}/* Naming specificity is necessary for proper overriding */




/* =SECTION-SPECIFIC COLORING
	 ....................................... */

div.mainContentBoxContent h1,
div.mainContentBoxContent h1 a:hover {
	color: #336699;

}

body.ourCompany div.mainContentBoxContent h1,
body.ourCompany div.mainContentBoxContent h1 a:hover,
body.ourCompany div.subpageRightColumn h2.innerDetailHeader,
body.ourCompany div.subpageRightColumn h2.large,
body.ourCompany div.subpageRightColumn h2,
body.ourCompany div.subpageRightColumn h3,
body.ourCompany div.subpageRightColumn h3 a,
body.ourCompany div.subpageRightColumn h4, 
body.ourCompany div.subpageRightColumn h4 a {
	color: #336699;
}

div.summaryBoxWebDev h2 a,
div.summaryBoxWebDev ul.linkList a:hover,
div.mainContentBoxContent h1,
div.mainContentBoxContent h1 a:hover,
div.subpageRightColumn h2.innerDetailHeader,
div.subpageRightColumn h2.large,
div.subpageRightColumn h2,
div.subpageRightColumn h3,
div.subpageRightColumn h4 {	
   color: #2276C1;
}
div.summaryBoxWebDev h2 {
    color: #4992C8;
	margin: 0;
	padding:15px 0 15px 0;
	font-size: 270%;
	font-weight: bold;
	text-transform: uppercase;
    }
body.ourServices div.summaryBoxWebApps h2 a,

body.ourServices div.summaryBoxWebApps ul.linkList a,
body.webApplications div.mainContentBoxContent h1,
body.webApplications div.mainContentBoxContent h1 a:hover,
body.webApplications div.subpageRightColumn h2.innerDetailHeader,
body.webApplications div.subpageRightColumn h2.large,
body.webApplications div.subpageRightColumn h2,
body.webApplications div.subpageRightColumn h3, body.webApplications div.subpageRightColumn h3 a,
body.webApplications div.subpageRightColumn h4, body.webApplications div.subpageRightColumn h4 a {
	color: #71317F;
}
body.ourServices div.summaryBoxWebApps h2 a:hover{
    color: #865091;
}
body.ourServices div.summaryBoxWebMarketing h2 a,
body.ourServices div.summaryBoxWebMarketing ul.linkList a,
body.webMarketing div.mainContentBoxContent h1,
body.webMarketing div.mainContentBoxContent h1 a:hover,
body.webMarketing div.subpageRightColumn h2.innerDetailHeader,
body.webMarketing div.subpageRightColumn h2.large,
body.webMarketing div.subpageRightColumn h2,
body.webMarketing div.subpageRightColumn h4, 
body.webMarketing div.subpageRightColumn h3 {
	color: #AB0000;
}
div.summaryBoxWebMarketing h2 {
    color: #A33535;
	margin: 0;
	padding:15px 0 15px 0;
	font-size: 270%;
	font-weight: bold;
	text-transform: uppercase;
    }
body.ourServices div.summaryBoxMotionGraphics h2 a,
body.ourServices div.summaryBoxMotionGraphics ul.linkList a,
body.motionGraphics div.mainContentBoxContent h1,
body.motionGraphics div.mainContentBoxContent h1 a:hover,
body.motionGraphics div.subpageRightColumn h2.innerDetailHeader,
body.motionGraphics div.subpageRightColumn h2.large,
body.motionGraphics div.subpageRightColumn h2,
body.motionGraphics div.subpageRightColumn h3,
body.motionGraphics div.subpageRightColumn h4 {
	color: #ED6F1D;
}
div.summaryBoxMotionGraphics h2 {
    color: #D47636;
	margin: 0;
	padding:15px 0 15px 0;
	font-size: 270%;
	font-weight: bold;
	text-transform: uppercase;
    }
body.ourServices div.summaryBoxMoreServices h2 a,
body.ourServices div.summaryBoxMoreServices ul.linkList a,
body.moreServices div.mainContentBoxContent h1,
body.moreServices div.mainContentBoxContent h1 a:hover,
body.moreServices div.subpageRightColumn h2.innerDetailHeader,
body.moreServices div.subpageRightColumn h2.large,
body.moreServices div.subpageRightColumn h2,
body.moreServices div.subpageRightColumn h3,
body.moreServices div.subpageRightColumn h4 {
	color: #7FA134;
}
body.ourServices div.summaryBoxMoreServices h2 a:hover {
color: #8CB44B;
}
body.webDevelopment div.subpageRightColumn a {
color:#336699 !important;
text-decoration:underline !important;
}
body.webApplications div.subpageRightColumn a {
color:#7D388B !important;
text-decoration:underline !important;
}
body.webMarketing div.subpageRightColumn a {
color:#9B0000 !important;
text-decoration:underline !important;
}
body.motionGraphics div.subpageRightColumn a {
color:#E4630B !important;
text-decoration:underline !important;
}
body.moreServices div.subpageRightColumn a {
color:#6EAD08 !important;
text-decoration:underline !important;

}
body.webDevelopment div.subpageRightColumn h1 a,
body.webApplications div.subpageRightColumn h1 a,
body.webMarketing div.subpageRightColumn h1 a,
body.motionGraphics div.subpageRightColumn h1 a,
body.moreServices div.subpageRightColumn h1 a,
body.webDevelopment div.subpageRightColumn h1 a:hover,
body.webApplications div.subpageRightColumn h1 a:hover,
body.webMarketing div.subpageRightColumn h1 a:hover,
body.motionGraphics div.subpageRightColumn h1 a:hover,
body.moreServices div.subpageRightColumn h1 a:hover {
text-decoration:none !important;
}

body.webDevelopment div.subpageRightColumn a:hover,
body.webApplications div.subpageRightColumn a:hover,
body.webMarketing div.subpageRightColumn a:hover,
body.motionGraphics div.subpageRightColumn a:hover,
body.moreServices div.subpageRightColumn a:hover {
text-decoration:none !important;
}
/* =CLASS-SPECIFIC TEXT
	 ....................................... */

p.disclaimerText {
font-size:10px !important;
font-weight:normal;
margin:50px 0 0 0;
line-height:1;

}

p.communityCalloutText {
color:#91876C;
background: url("../fw/bg_communityCalloutText.png") no-repeat 0 0;
padding:20px 20px 20px 120px;
height:153px;
width:238px;
display:block;
font-size:15px;
}

p.communityCalloutText a {
color:#B8DA5E !important;
}

body.homePage div.homeRightColumn a,
body.homePage div.homeRightColumn a:visited  {
text-decoration:none;
color:#514B37 !important;
}

body.homePage div.homeRightColumn a:hover {
text-decoration:none;
color:#336699;
	}

.quote{background:transparent url(images/quote-small-repeat.gif) repeat-y 0 0;width:273px}.quote .quoteBox-1{background:transparent url(images/quote-small-top.gif) no-repeat 0 0;padding:17px 0 0}.quote .quoteBox-1 .quoteBox-2{background:transparent url(images/quote-small-bottom.gif) no-repeat 0 100%;padding:0 0 24px}.quote p{color:#000;font-size:1.1em;font-style:italic;line-height:1.7;margin:0;min-height:25px;padding:0 22px 1.2em}.quoteAuthor{padding:0 0 1em 22px}.quoteAuthor p.name{color:#000;font-size:1.1em;font-weight:700;margin:0}.quoteAuthor p.details{font-size:.9em;font-style:italic}

#recent_projects {width:550px; float:left; margin:0px 0px 0px 16px !important; margin:0px 0px 0px 8px;}
#recent_projects h2 {font-size:18px; font-weight:normal; color:#839517; background:url(images/line.jpg) repeat-x bottom; line-height:42px; margin-bottom:19px;}
.view_projects {float:right; margin:18px 44px 0px 0px;}

.jcarousel-skin-tango .jcarousel-container-horizontal {
    width: 500px;
    padding: 0px 30px 0px 30px !important;padding: 0px 30px 0px 30px;
}


.jcarousel-skin-tango .jcarousel-clip-horizontal {
    width:  500px;
    height: 125px;
}

.jcarousel-skin-tango .jcarousel-item {
    width: 138px;
    height: 130px;
	background:url(images/index-1-recent-prjs-bg.jpg) no-repeat left top;
	padding:10px 0px 0px 10px;

}

.jcarousel-skin-tango .jcarousel-item-horizontal {
    margin-right: 10px !important; margin-right: 20px;
	margin-left: 10px !important; margin-left: 0px;
}

.jcarousel-skin-tango .jcarousel-item-placeholder {
    background: #fff;
    color: #000;
}

/**
 *  Horizontal Buttons
 */
.jcarousel-skin-tango .jcarousel-next-horizontal {
    position: absolute;
    top: 45px;
    right: 0px;
    width: 30px;
    height: 30px;
    cursor: pointer;
    background: transparent url(images/next-horizontal.jpg) no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-next-horizontal:hover {
    background-position: -30px 0;
}

.jcarousel-skin-tango .jcarousel-next-horizontal:active {
    background-position: -60px 0;
}

.jcarousel-skin-tango .jcarousel-next-disabled-horizontal,
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal:hover,
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal:active {
    cursor: default;
    background-position: -90px 0;
}

.jcarousel-skin-tango .jcarousel-prev-horizontal {
    position: absolute;
    top: 45px;
    left: 0px;
    width: 30px;
    height: 30px;
    cursor: pointer;
    background: transparent url(images/previous-horizontal.jpg) no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-prev-horizontal:hover {
    background-position: -30px 0;
}

.jcarousel-skin-tango .jcarousel-prev-horizontal:active {
    background-position: -60px 0;
}

.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal,
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:hover,
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:active {
    cursor: default;
    background-position: -90px 0;
}

/**
 * This <div> element is wrapped by jCarousel around the list
 * and has the classname "jcarousel-container".
 */
.jcarousel-container {
    position: relative;
}

.jcarousel-clip {
    z-index: 2;
    padding: 0;
    margin: 0;
    overflow: hidden;
    position: relative;
}

.jcarousel-list {
    z-index: 1;
    overflow: hidden;
    position: relative;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
}

.jcarousel-list li,
.jcarousel-item {
    float: left;
    list-style: none;
    /* We set the width/height explicitly. No width/height causes infinite loops. */
    width: 75px;
    height: 75px;
}

/**
 * The buttons are added dynamically by jCarousel before
 * the <ul> list (inside the <div> described above) and
 * have the classnames "jcarousel-next" and "jcarousel-prev".
 */
.jcarousel-next {
    z-index: 3;
    display: none;
}

.jcarousel-prev {
    z-index: 3;
    display: none;
}
#frontcontent-container {
	width: 225px;
	height: auto;
	margin: 0px 0 0 0px;
	display: inline-block;
	position: relative;
	float: left;
}
.frontcontent {
	width: 225px;
	height: auto;
	display: inline-block;
	float: left;
	position: relative;
	padding: 0px 0px 0px 0px;
	margin: 0 0 0px 0px;
}
#getintouch {
	float: right;
	line-height: 1.5;
}
#getintouch #social-buttons a {
	margin: 0 10px 0 0;
}
#getintouch #phone, #getintouch #email {
	width: 100%;
	display: inline-block;
	margin: 10px 0 0 0;
}
#getintouch #phone .icon {
	background: url('images/phone.png') 5px 2px no-repeat;
}
#getintouch #email .icon {
	background: url('images/email.png') 2px 12px no-repeat;
}
#getintouch .icon {
	height: 40px;
	width: 50px;
	display: inline-block;
	float: left;
}
#getintouch .text {
	display: inline-block;
	float: left;
}
#getintouch .title {
	text-transform: uppercase;
}

/* =BUTTON STYLES
   ....................................... */

div.summaryBoxWebDev a.btnViewPortfolio,
div.summaryBoxWebApps a.btnViewPortfolio,
div.summaryBoxWebMarketing a.btnViewPortfolio,
div.summaryBoxMotionGraphics a.btnViewPortfolio,
div.summaryBoxMoreServices a.btnViewPortfolio,
div.summaryBoxWebDev a.btnRequestProposal,
div.summaryBoxWebApps a.btnRequestProposal,
div.summaryBoxWebMarketing a.btnRequestProposal,
div.summaryBoxMotionGraphics a.btnRequestProposal,
div.summaryBoxMoreServices a.btnRequestProposal {
	display: block;
	float: left;
	height: 40px;
	margin-right: 10px;
	text-indent: -10000px;
	background: no-repeat left top;
}
div.summaryBoxWebDev a.btnViewPortfolio {
	width: 154px;
	background-image: url(images/btnViewPortfolioWebDev.gif);
}
div.summaryBoxWebApps a.btnViewPortfolio {
	width: 154px;
	background-image: url(images/btnViewPortfolioWebApps.gif);
}
div.summaryBoxWebMarketing a.btnViewPortfolio {
	width: 154px;
	background-image: url(images/btnViewPortfolioWebMarketing.gif);
}
div.summaryBoxMotionGraphics a.btnViewPortfolio {
	width: 154px;
	background-image: url(images/btnViewPortfolioMotionGraphics.gif);
}
div.summaryBoxMoreServices a.btnViewPortfolio {
	width: 154px;
	background-image: url(images/btnViewPortfolioMoreServices.gif);
}
div.summaryBoxWebDev a.btnRequestProposal {
	width: 183px;
	background-image: url(images/btnRequestProposalWebDev.gif);
}
div.summaryBoxWebApps a.btnRequestProposal {
	width: 183px;
	background-image: url(images/btnRequestProposalWebApps.gif);
}
div.summaryBoxWebMarketing a.btnRequestProposal {
	width: 183px;
	background-image: url(images/btnRequestProposalWebMarketing.gif);
}
div.summaryBoxMotionGraphics a.btnRequestProposal {
	width: 183px;
	background-image: url(images/btnRequestProposalMotionGraphics.gif);
}
div.summaryBoxMoreServices a.btnRequestProposal {
	width: 183px;
	background-image: url(images/btnRequestProposalMoreServices.gif);
}
a.btnBackToListings {
	width: 168px;
	background-image: url(images/btnBacktoListings.gif);
}
a.btnSubscribeToNewsletter {
	width: 228px;
	background-image: url(images/btnSubscribeToNewsletter.gif);
}
div.summaryBoxWebDev a.btnViewPortfolio:hover,
div.summaryBoxWebApps a.btnViewPortfolio:hover,
div.summaryBoxWebMarketing a.btnViewPortfolio:hover,
div.summaryBoxMotionGraphics a.btnViewPortfolio:hover,
div.summaryBoxMoreServices a.btnViewPortfolio:hover,
div.summaryBoxWebDev a.btnRequestProposal:hover,
div.summaryBoxWebApps a.btnRequestProposal:hover,
div.summaryBoxWebMarketing a.btnRequestProposal:hover,
div.summaryBoxMotionGraphics a.btnRequestProposal:hover,
div.summaryBoxMoreServices a.btnRequestProposal:hover,
a.btnBackToListings:hover,
a.btnSubscribeToNewsletter:hover {
	background-position: left bottom;
}
input.backToListings,
input.btnCancel,
input.btnSubscribe,
input#uxSubscribe_uxCancel,
input#uxSubscribe_uxSubmit {
	display: block;
	float: left;
	height: 41px;
	margin-right: 10px;
	padding: 41px 0 0;
	background: transparent no-repeat left top;
	border: 0px none;
	cursor: pointer;
}/* Shared attributes grouped for consistency. */
input.backToListings {
	width: 168px;
	background-image: url(images/btnBacktoListings.gif);
}
input.btnCancel,
input#uxSubscribe_uxCancel {
	width: 93px;
	background-image: url(images/btnCancel.gif);
}
input.btnSubscribe,
input#uxSubscribe_uxSubmit {
	width: 136px;
	background-image: url(images/btnSubscribe.gif);
}
input.backToListings:hover,
input.btnCancel:hover,
input.btnSubscribe:hover,
input#uxSubscribe_uxCancel:hover,
input#uxSubscribe_uxSubmit:hover {
    background-position: left bottom;
}

/* * * * * * * * * * * * * * * * * * * * * * 
  OUR SERVICES LANDING STYLES 
* * * * * * * * * * * * * * * * * * * * * */

div.mainContentBoxContent {
	padding-bottom: 50px;
}
div.landingSingleColumn {
	width: 884px;
	margin: 0 auto;
}
div.summaryBoxWebDev,
div.summaryBoxWebApps,
div.summaryBoxWebMarketing,
div.summaryBoxMotionGraphics,
div.summaryBoxMoreServices {
	width: 884px;
	min-height: 211px;
	margin-top: 18px;
	background: #F7F4EE no-repeat left top;
}/* Shared attributes grouped for consistency. See also ieStyles.css */
div.summaryBoxWebDev {
	background-image: url(images/summaryBoxWebDev.jpg);
}
div.summaryBoxWebApps {
	background-image: url(images/summaryBoxWebApps.jpg);
}
div.summaryBoxWebMarketing {
	background-image: url(images/summaryBoxWebMarketing.jpg);
}
div.summaryBoxMotionGraphics {
	background-image: url(images/summaryBoxMotionGraphics.jpg);
}
div.summaryBoxMoreServices {
	background-image: url(images/summaryBoxMoreServices.jpg);
}
div.serviceSummaryLeftColumn {
	float: left;
	width: 360px;
	margin-top: 18px;
	padding: 0 20px 0 275px;
	background: url(images/vrGrayDashed.gif) repeat-y right top;	
}
div.summaryArea {
	height: 137px;
}

div.summaryBoxWebDev ul.linkList,
div.summaryBoxWebApps ul.linkList,
div.summaryBoxWebMarketing ul.linkList,
div.summaryBoxMotionGraphics ul.linkList,
div.summaryBoxMoreServices ul.linkList {
	display: block;
	float: left;
	width: 200px;
	margin: 0;
	padding: 15px 0 0 15px;
}

div.summaryBoxWebDev ul.linkList li,
div.summaryBoxWebApps ul.linkList li,
div.summaryBoxWebMarketing ul.linkList li,
div.summaryBoxMotionGraphics ul.linkList li,
div.summaryBoxMoreServices ul.linkList li {
	display: block;
	margin: 0;
	padding: 1px 0;
	list-style: none;
}
div.summaryBoxWebDev ul.linkList a,
div.summaryBoxWebApps ul.linkList a,
div.summaryBoxWebMarketing ul.linkList a,
div.summaryBoxMotionGraphics ul.linkList a,
div.summaryBoxMoreServices ul.linkList a {
	display: block;
	padding: 0 0 0 13px;
	background: no-repeat left 1px;
	text-decoration: none;
	font-size: 91.7%;
}
div.summaryBoxWebDev ul.linkList a {
	background-image: url(images/arrowDoubleWebDev.png);
	
}
div.summaryBoxWebApps ul.linkList a {
	background-image: url(images/arrowDoubleWebApps.png);
}
div.summaryBoxWebMarketing ul.linkList a {
	background-image: url(images/arrowDoubleWebMarketing.png);
}
div.summaryBoxMotionGraphics ul.linkList a {
	background-image: url(images/arrowDoubleMotionGraphics.png);
}
div.summaryBoxMoreServices ul.linkList a {
	background-image: url(images/arrowDoubleMoreServices.png);
}
div.summaryBoxWebDev ul.linkList a:hover,
div.summaryBoxWebApps ul.linkList a:hover,
div.summaryBoxWebMarketing ul.linkList a:hover,
div.summaryBoxMotionGraphics ul.linkList a:hover,
div.summaryBoxMoreServices ul.linkList a:hover {
	text-decoration: underline;
}

