/********** CUSTOM FONT STYLES **********/
@font-face {
    font-family:'mulilight';
    src:url('../font/muli/muli-light-webfont.eot');
    src:url('../font/muli/muli-light-webfont.eot?#iefix') format('embedded-opentype'),
        url('../font/muli/muli-light-webfont.woff') format('woff'),
        url('../font/muli/muli-light-webfont.ttf') format('truetype'),
        url('../font/muli/muli-light-webfont.svg#mulilight') format('svg');
    font-weight:normal;
    font-style:normal;
	}
	
/********** GLOBAL STYLES **********/

/* Eric Meyer's Reset CSS v2.0 - http://cssreset.com */
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,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,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{border:0;font-size:100%;font:inherit;vertical-align:baseline;margin:0;padding:0}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}

body {
	font-family:'mulilight', 'Verdana', 'Arial', 'Helvetica', sans-serif;
	font-size:10px;
	}
	
* {
	margin:0px;
	padding:0px;
	}

a {
	outline:none;
	text-decoration:none;
	}	

img {
	border:0px;
	}
	
/********** GENERIC STYLES **********/
h1 {
	font-size:34px;
	color:#68406f;
	line-height:40px;
	}
	
h2 {
	font-size:11px;
	color:#414042;
	line-height:17px;
	}
	
h3 {
	font-size:20px;
	color:#414042;
	line-height:26px;
	}
	
h4 {
	font-size:18px;
	color:#68406f;
	line-height:24px;
	}
	
h5 {
	font-size:24px;
	color:#727476;
	line-height:30px;
	}
	
h6 {
	font-size:11px;
	color:#414042;
	line-height:17px;
	}
	
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family:'Georgia', 'Times New Roman', serif;
	font-weight:normal;
	}
	
p+h1,
p+h2,
p+h3,
p+h4,
p+h5,
p+h6 {
	margin-top:10px;
	}
	
p {
	line-height:14px;
	}
	
table td {
	vertical-align:top;
	}
	
.content ol,
.content ul {
	margin:10px 0 10px 30px;
	line-height:14px;
	}
	
.content ul {
	list-style:square;
	}
	
hr {
	width:50px;
	height:1px !important;
	margin:10px 0px 10px 0px;
	border:none !important;
	border-top:#d8ceda solid 1px !important;
	color:#d8ceda;
	background-color:#d8ceda !important;
	clear:both;
	}
	
.content a:link,
.content a:visited {
	color:#68406f;
	}
	
.content a:hover,
.content a:active {
	color:#68406f;
	text-decoration:underline;
	}
	
/********** CONTENT STYLES **********/
.table_two-columns {
	width:100%;
	border-spacing:10px 0;
	}
	
.table_three-columns {
	border-spacing:20px 0;
	}
	
.table_four-columns {
	border-spacing:20px 0;
	}
	
.table_three-columns td {
	width:33%;
	}
	
.table_four-columns td {
	width:25%;
	}
	
.align_left {
	float:left;
	}
	
.align_right {
	float:right;
	}
	
.caseStudyTable {
	width:925px;
}

.caseStudyTable td {
	width:181px;
}
	
/********** DIV LAYOUT STYLES **********/
#team {
	margin-top:30px;
	padding-top:30px;
	border-top:#717171 solid 1px;
	overflow:hidden;
	}
	
.columnTeamMember {
	width:169px; /* 925px - (20px x 4) / 5 = 169px */
	margin-left:20px;
	float:left;
	}
	
.columnTeamMember.title {
	margin-left:0;
	}
	
.columnTeamMember img {
	padding-bottom:10px;
	}
	
.imageMain {
	width:560px;
	display:inline;
	float:left;
	}
	
.caseStudyDetail {
	padding-left:30px;
	padding-bottom:10px;
	overflow:auto;
	}
	
.internalColumns {
	overflow:hidden;
	}
	
.internalColumns div {
	width:157px;
	float:left;
	}
	
.internalColumns div + div {
	margin-left:20px;
	}
	
#caseStudy {
	padding-top:5px;
	padding-bottom:75px;
}
	
.imageMain > img,
.imageMain > object {
	margin-bottom:30px;
}

.imageMain > img + hr,
.imageMain > object + hr {
	margin-top:0;
}

.imageMain .videoImages img {
	margin-bottom:6px;
}

.imageMain .videoImages img + hr {
	margin-top:24px;
}

.imageLayout .imageMain img {
	margin:0 !important;
	padding-left:5px;
}

.imageLayout .caseStudyDetail {
	padding-right:5px;
}

.divider {
	width:99% !important;
	height:1px !important;
	margin:30px 0.5%;
	border:none !important;
	border-top:#787878 solid 1px !important;
	color:#787878;
	background-color:#787878 !important;
	clear:both;
}