@charset "utf-8";

/* layouts main*/
#mainImage {
	background: #cccccc;
	height:465px;
}
#mainContentLeftCol {
	float:left;
	width:500px;
	vertical-align:bottom;
	background:url(../images/tinyatom_orange.png);
	background-repeat:no-repeat;
	margin: -15px 0 0 -5px;
	padding: 15px 0 0 15px;
}
#sandbag {
	float:right;
	clear:right;
	height:11.8em;
}
#imgContain{
	float:right;
	clear:right;
	padding-top:15px;
}
#mainContentRightCol {
	float:right;
	width:370px;
	margin: 0;
	padding:0;
	position:relative;
}

/* case studies pills*/
#mainCaseStudiesRightShadow { 
	background-image:url(../images/servicesbar_middleRight.jpg); 
	background-repeat:repeat-y; 
	background-position:right;
	margin:0;
	padding:0;
}
#mainCaseStudiesLeftShadow { 
	background-image:url(../images/servicesbar_middleLeft.jpg); 
	background-repeat:repeat-y;  
	margin:-1px 0 0 0;
	padding:0;
}
#mainCaseStudiesTopLeft { background-image:url(../images/CaseStudiesBar_topLeft.png); width:48px; height:47px;  float:left; margin:0; padding:0; }
#mainCaseStudiesTopMiddle { 
	background-image:url(../images/servicesbar_topMiddle.jpg);
	background-repeat:repeat-x;
	padding:18px 0 0 0;
	text-indent:-15px;
	margin:0 0 0 10px;
	height:30px;
	width:250px;
}
#mainCaseStudiesTopMiddle h1 { z-index:5; position:relative; } 
#mainCaseStudiesTopMiddle p { padding-top:2px; z-index:5; position:relative;} 
#mainCaseStudiesTopRight { background-image:url(../images/caseStudiesBar_topRight.png); height:47px; width:263px; float:right; margin:0; padding:0; position:absolute; top:0; right:0; z-index:4; }
#mainCaseStudiesMiddle{ padding:5px 10px 0 10px; background:url(../images/servicesbar_middleMiddle.jpg) bottom repeat-x; margin:0 9px 0 2px; min-height:25px; }
#mainCaseStudiesBottomLeft { background-image:url(../images/servicesbar_bottomLeft.jpg); width:25px; height:16px; float:left; }
#mainCaseStudiesBottomRight { background-image:url(../images/servicesbar_bottomRight.jpg); width:23px; height:16px; float:right; padding:0; margin:0; }
#mainCaseStudiesBottomMiddle { background-image:url(../images/servicesbar_bottomMiddle.jpg); height:16px; padding:0; }

.CaseStudyDiv {
	background:url(../images/bullet.gif) no-repeat;
	background-position:0 5px;
	padding:0 0 8px 12px;
	width:300px;
	float:left;
}

