@charset "UTF-8";
body {
	font: 120%/1.6 'Josefin Sans', Arial, Helvetica, sans-serif;
	background: #663399;
	margin: 0;
	padding: 0;
	color: #663399;
	font-weight:400;
	letter-spacing: 0.08em;
}

/* ~~ Element/tag selectors ~~ */
ul, ol, dl { /* Due to variations between browsers, it's best practices to zero padding and margin on lists. For consistency, you can either specify the amounts you want here, or on the list items (LI, DT, DD) they contain. Remember that what you do here will cascade to the .nav list unless you write a more specific selector. */
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;	 /* removing the top margin gets around an issue where margins can escape from their containing div. The remaining bottom margin will hold it away from any elements that follow. */
	padding-right: 15px;
	padding-left: 15px; /* adding the padding to the sides of the elements within the divs, instead of the divs themselves, gets rid of any box model math. A nested div with side padding can also be used as an alternate method. */
}
h1, h2, h3, h4, h5, h6{
	font-family:'Josefin Sans', sans-serif, Arial, Helvetica;
	color:#663399;
	letter-spacing: normal;
	margin-bottom:0px;
}
h1{
	font-family:'Josefin Sans', sans-serif, Arial, Helvetica;
	font-size:230%;
	font-weight:600;
	color:#663399;
}
h2{
	font-size:180%;
	font-family: 'Josefin Sans', sans-serif;
	font-weight:700;
	color:#663399;
	}
h3{
	font-size:170%;
	font-family: 'Josefin Sans', sans-serif;
	font-weight:700;
	text-shadow: 1px 1px #fff;
}
p{ text-align:justify;}
a img { /* this selector removes the default blue border displayed in some browsers around an image when it is surrounded by a link */
	border: none;
}

/* ~~ Styling for your site's links must remain in this order - including the group of selectors that create the hover effect. ~~ */
a:link {
	color: #000;
	text-decoration: none; /* unless you style your links to look extremely unique, it's best to provide underlines for quick visual identification */
}
a:visited {
	color: #B392c6;
	text-decoration: none;
}
a:hover, a:active, a:focus { /* this group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. */
color:#B392c6;
	text-decoration: underline;
}

/* ~~ This fixed width container surrounds all other divs ~~ */
.container {
	width: 960px;
	background: #FFFFFF;
	margin: 0 auto; /* the auto value on the sides, coupled with the width, centers the layout */
}

#header {
	background: #fff;
	margin:0;
	padding:20px 25px 10px 25px;
	border-top: 4px solid #663399;
	border-bottom: 2px solid #663399;
}
#Insert_logo{
	background: #C6D580; 

	margin:0;
}
#navbar{
	position:relative;
	top:55px;
	right:0;
	float:right;
	width:600px;
	margin:0;
	padding:0;
}

.content ul, .content ol { 
	padding: 0 15px 15px 40px; 
}

ul.nav {
	list-style: none;  
	margin-bottom: 0px;  
	height:30px;
	width: 100%;
	text-align:right;
}
ul.nav li {
	display: inline;
	width: 70px;
	text-align:center;
	
}
ul.nav a{  
	padding:5px 10px ;
display: inline;  /* this gives the anchor block properties so it fills out the whole LI that contains it so that the entire area reacts to a mouse click. */
	width: 70px;  /*this width makes the entire button clickable for IE6 */
	text-decoration: none;
	color:#663399;
	text-align: center;
	font-family: 'Josefin Sans', sans-serif;
	font-size:95%;
	font-weight:600;
	letter-spacing:normal;
	
}
#navbar ul.nav a.active{
	 
	color: #fff;
	font-family: 'Josefin Sans', sans-serif;
	font-weight:600;
	letter-spacing: normal;
	text-align: center;
	padding:5px 10px;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	background: #B392c6;
}

ul.nav a:hover, ul.nav a:active, ul.nav a:focus{ /* this changes the background and text color for both mouse and keyboard navigators */
 
	background: #B392c6;
	color: #fff;
	font-family: 'Josefin Sans', sans-serif;
	font-weight:600;
	letter-spacing: normal;
	text-align: center;
	padding:5px 10px;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	background: -moz-linear-gradient(top, #663399 16%, #b392c6 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(16%,#663399), color-stop(100%,#b392c6)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left, #663399 16%,#b392c6 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #663399 16%,#b392c6 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #663399 16%,#b392c6 100%); /* IE10+ */
	background: linear-gradient(to bottom, #663399 16%,#b392c6 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#663399', endColorstr='#b392c6',GradientType=1 ); /* IE6-8 */
}

ul.nav a.current, ul.nav a.current:hover{
	border-bottom:3px solid #663399;
}
.pageHeader{
	text-align:right;
	padding:3px 30px 0px 30px;
	margin:0px;
	height:30px;
	overflow:hidden;
	vertical-align:middle;
	clear:both;
	background: #B392c6; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' 
*/
background: -moz-linear-gradient(left, #fefcff 16%, #b392c6 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(16%,#fefcff), color-stop(100%,#b392c6)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left, #fefcff 16%,#b392c6 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left, #fefcff 16%,#b392c6 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left, #fefcff 16%,#b392c6 100%); /* IE10+ */
	background: linear-gradient(to right, #fefcff 16%,#b392c6 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefcff', endColorstr='#b392c6',GradientType=1 ); /* IE6-8 */
}
.gradient {
       filter: none;
    }
.pageHeader h2{
	color:#fff; 
	padding:0px;
	margin:0px;
	font-family:'Josefin Sans', sans-serif;
	font-size: 700;
	font-size:95%;
	text-transform:uppercase;
	letter-spacing:0.14em;
	text-shadow: 1px 1px #663399;
	font-stretch:expanded;
	display:inline;
}
 h2 span{
	 color:#b392c6;font-size:smaller;font-family:'Josefin Sans', sans-serif; 
 }
.subMenu{
	display:inline; 
	overflow:hidden;
	margin:0;
	padding:0 45px;
	background:none;
}
.subMenu ul {
	margin:0px;
	display:inline;
	 
}
.subMenu li
{
	display: inline;
	text-align:center;
	 
}
.subMenu li a{
	width:100%;
	text-decoration:none;
	padding:3px 6px 1px 6px;
	background-color:#fff;
	line-height:100%;
	font-size:80%;
	font-weight:600;
	color:#B392C6;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	
}
.subMenu li a:hover{
	color:#fff;
	background:#b392c6;
}
.subMenu li a.highlight{
		width:100%;
	text-decoration:none;
	padding:3px 6px 1px 6px;
	background-color:#b392c6;
	line-height:100%;
	font-size:80%;
	color:#fff;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	
}
.moveRT{
	margin:0px;
	margin:0px;
	padding:0px;
	float:right;
	background:none;
}
.sidebar1 {
	float: left;
	width: 400px;
	background: #fff;
	padding: 0;
}
.content {
	margin:0;
	background:#fff;
	height: auto; 
}
.home{
	height:auto;
}
.contactBG{
	position:relative;
	top:0;
	left:0;
	/*background-image:url(images/Lobby_Mailbox_crop.jpg);
	background-repeat:no-repeat;
	background-position:0px 32px;*/
	height: 660px;
}
#pics .pic1{
	position:absolute;
	display:none;
	}
#pics{
	/*position:absolute;*/
		width:450px;
		height:549px;
		overflow:hidden;
		 float:left;
		 z-index:1;
	}
.contactTXT{
	border-top: 4px double #b392c6;
	padding: 10px 0 0 0;
	margin: 100px 0 0 445px;
	width: 430px;
	border-bottom: 4px  double #b392c6;
	position: absolute;
	z-index: 1000;
	display: none;
}
.contactTXT h3{
	font-size:120%;
	font-family: 'Josefin Sans', Arial,  Helvetica, sans-serif;
	font-weight:400;
	text-align:center;
	margin-bottom:20px;
		color:#663399;

}
.contactTXT h3.company{
	color:#663399;
		font-family: 'Josefin Sans', Arial,  Helvetica, sans-serif;
	font-weight:400;
	font-size:140%;
}
.contactTXT h3.phone{
	color:#663399;
	font-weight:400;
		font-family: 'Josefin Sans', Arial,  Helvetica, sans-serif;
	font-size:140%;
}
.contactTXT .sMedia img{
	margin:0px 10px;
}
.contentRight {
	padding: 20px 0px 10px 0px;
	width: 515px;
	float: right;
	min-height:600px;
}
.contentRight p, .contentRight h2, .contentRight h3{
	padding-left:0px;
}

.shortHT{
	height:auto;
	min-height:500px;
}
.sidebar2 {
	float: left;
	width: 180px; 
	background: #fff;
	padding: 10px 0;
}
.txtLayer{
	width:760px;
	margin:15px auto;
	padding:15px 0 15px 0;
}
.intro p {
	margin:0;
	padding:0 0 20px 0;
}

.intro h1{
	margin:0;
	padding:0;
}
.txtLayer2{
	width:760px;
	margin:15px auto;
	padding:0 0 20px 0;
}
.intro{
	min-height:450px;
}

/* ~~ This grouped selector gives the lists in the .content area space ~~ */

.txtLayer ul, .textLayer ol{	
list-style:circle;
	font-weight:600;
	line-height:2.0;
	font-family: 'Josefin Sans', Arial, Helvetica, sans-serif;
	color:#663399;
	
}
	
#quote{
	float:left;
	margin:10% auto 10% 15px;
	border-top:4px double #dedede;
	border-bottom:4px double #dedede;
	width:465px;
}
#quote h2, #quote p{ 
	font-family: 'Josefin Sans', Arial, Helvetica, sans-serif;
	text-align:center;
	vertical-align:middle;
	font-weight:700;
/*	font-size: 120%;*/
	margin:0px;
	padding:5px;
	
}
.quoteOrigin {
	margin:0;
	padding:0 0 0 60%;
	font-family:'Josefin Sans', Arial, Helvetica, sans-serif;
	color: #b392c6;
	font-size: 120%;
	font-weight:700;
}


/* TEAM Page ///////////////////////////*/

/*.imgDiv{
	border:none;
	margin:0 auto;
	width:auto;
}*/
.expertIMG{
	width: 400px;
	float:left;
	/*border-bottom: 4px solid #49256E;
	border-right: 4px solid #663399;
	border-top: 2px solid #663399;
	border-left: 2px solid #b392c6;*/
	margin: 0px;
	padding: 0px;
	text-align: center;
	vertical-align: middle;
	height:505px;
	
}
img.IMG1{display:none;}


.expTXT{
	float:right;
	width:500px;
}
.caption{
	position: relative;
	top: -50px;
	left: 0px;
	background: none;
	width: 400px;
	margin: 4px auto;
	padding: 0px;
	height: auto;
	}
.caption p{	
font:70% 'Josefin Sans', Arial, Helvetica, sans-serif;
	font-weight:600;
	color:#fff;
	padding:0 20px 2px 0;
	margin:0px;
	text-align:right;

}
/* founder ////////////// */

.principal{
	display:none;
}
/* CASE STUDIES styles*/

.caseMain img{
	border:0;
	/*border-width:10px;
	border-style: double;
	border-color: #B392c6;
	border-bottom-color:#663399;*/
	margin:3px;
}
.caseMain p.frameImg{
	border-width:5px;
	border-style: double;
	border-color: #dddddd;
	text-align:center;
	padding:0px;
	margin:0px;
}
 .frameImg{
	float:left;
	position:relative;
	border-width:5px;
	border-style: double;
	border-color: #dddddd;
	text-align:center;
	padding:0px;
	margin:0px;
	height:257px;
	width:260px;
	overflow:hidden;
}
.caseMain .fltlft{
	width:960px;
	margin:0px;
}

.caseMain .fltrt{
	width:960px;
	margin:0px;
 
}
#study1, #study2, #study3, #study4{
	width:272px;
	display:inline;
	float:left;
	margin:20px 104px;
	overflow:hidden;

}
 
#study1,  #study3 {	
	margin:25px 74px 20px 124px;
}
.caseMain p.caseStudycaption {
	color:#663399;
	 margin:auto;
	font-family: 'josefin Sans', Arial, Helvetica, sans-serif;
	font-weight:400;
/*	font-style:italic;*/
	line-height:normal;
	
}
.brandType{
	float:left; 
	margin:2px 0 0 0;
	padding:2px 0;
	color:#fff;
	background-color:#B392C6;
	text-align:center;
	font-size:80%;
	font-weight:600;
	text-transform:uppercase;
	 text-align:center;
	 height:20px;
	width:270px;
	border-radius:2px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
}
.caseMain div.caseStudycaption {
	color:#663399;
	font-family: 'josefin Sans', Arial, Helvetica, sans-serif;
	font-size:112%;
	font-weight:700;
	line-height:normal;
	width:270px;
	text-align:left;
	margin:8px 0 0 2px;
	text-align:center;
}
.case1, .case2, .case3, .case4{
	/*position:absolute;*/
	display:none;

}
div.CAP{
	 width:auto;
	margin:4px 0 0 0;
	padding:1px 0 0 0 ;
	background-color:#663399;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	height:auto;
	float:left;
	display:inline;
}
.capLetter{
	width:auto;
	font-size:34px;
	font-family: 'josefin Sans', Arial, Helvetica, sans-serif;
	font-weight:400;
	font-style:italic;
	line-height:normal;
	color:#fff;
	margin:0px;
	padding:2px 3px 0px 2px;
	text-align:center;
	vertical-align:top;
}
.Gallery{
	width:450px;
	padding: 0;
	float:left;
	position:relative;
	top:0px;
	left:0px;
	overflow:hidden;
 
}
.Gallery_LFT{
	width:450px;
	padding: 0;
	float:left;
	position:relative;
	top:0px;
	left:0px;
	overflow:hidden;
	
 
}

 
img.dvf{
	margin-bottom:0;

}
.Gallery_RT{
	width:405px;
	overflow:hidden;
	margin:0px;
	padding:0;
	/*height:auto;*/
	 
	float:right;
}

.Gallery_RT img{
	display:block;
	margin:0 0 10px 0;
}

.col1 li, col2 li, col3 li {
	margin:0px;
	padding:0px;
}
.caseDetails{
	width:960px;
	height:auto;
	float:right;

}
.caseDetailsLFT{
	width:950px;
	height:auto;
	margin:0px;
	padding:0 0 0 10px;	
}
.caseDetails h4, .caseDetailsLFT h4{
	font-size:140%;
	font-weight:700;
	font-family: 'josefin Sans', Arial, Helvetica, sans-serif;
		line-height:normal;
}
 .caseDetailsLFT h1{
	color:#B392C6;
	font-weight:400;
	line-height:46px;
	margin:0;
	/*width:350px;*/
	padding:0 0 20px 15px;
}
.caseDetails h1{
	color: #B392C6;
	/* [disabled]font-weight:400; */
	line-height: 46px;
	margin: 0;
	padding: 0  0 20px 0;
	width: 100%;
}

.caseDetails h1, p{
	padding-right:40px;

}
.caseDetailsLFT p{
	width:52%;
}
.illy{width:515px;}
.illy h1, .illy h4, .illy p, .illy h2{
	padding-left:0px;
	margin-left:0;
}
/*.illy li{
	list-style:circle;
	list-style-position:inherit;
	margin-left:35px;
	margin-right:35px;
}*/
.caseDetails li, .caseDetailsLFT li{ 
	list-style:circle;
	list-style-position:outside;
	margin-left:35px;
	margin-right:15px;
	font-weight:600; 
}
img.illyImg_1{
	
	margin:0px 0 0px 0;
	}
.typeTXT {
	color: #663399;
	margin:20px 0 0 0;
}

#clips{
	float:right;
	margin:20px 0 25px 0;
	padding:0px;
	width:100%;
	/*border-bottom:2px solid #b392c6;*/
	height: 302px;
	overflow:hidden;
}
#clips div.bgWrap{
	display:inline;

	float:left;
	background: -moz-linear-gradient(top, #b392c6 16%, #ffffff 100%); /* FF3.6+ */
	background: -webkit-gradient(linear,top left, bottom left, color-stop(16%,#b392c6), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #b392c6 16%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #b392c6 16%,#ffffff 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #b392c6 16%,#ffffff 100%); /* IE10+ */
	background: linear-gradient(top bottom, #b392c6 16%,#ffffff 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b392c6', endColorstr='#ffffff',GradientType=1 ); /* IE6-8 */

}
#clips img{
	border:2px solid #663399;
	/*margin:5px;*/
}
/* ~~ The footer styles ~~ */
.footer {
	padding: 10px 0;
	background: #663399;
	position: relative;/* this gives IE6 hasLayout to properly clear B392c6*/
	clear: both; /* this clear property forces the .container to understand where the columns end and contain them */
	color: #fff;
	
	text-align: center;
}
.footer p {
	text-align:center;
	font-family: 'josefin Sans', Arial, Helvetica, sans-serif;
	font-size: 70%;
	color:#b392c6;
	padding:0 0 0 100px; 
	margin:0;
}

.footer ul.nav {
	list-style: none; /* this removes the list marker */
	/* [disabled]border-bottom: 3px solid #b392c6; */ /* this creates the top border for the links - all others are placed using a bottom border on the LI */
	margin: 0px auto; 
		background:none;
		text-align:center;
		padding-left:100px;
}
.footer ul.nav li {
	display: inline;
	width: 100px;
	text-align:center;
	/*padding: 0;
	margin: 0;*/
		background:none;
}

.footer ul.nav a, .footer ul.nav a:visited{
	font-size:70%;
	letter-spacing:0.2em;
	color:#fff;
	text-decoration:none;
	background:none;
	text-align:center;
}
.footer ul.nav a:hover, .footer ul.nav a:active, .footer ul.nav a:focus{
	color:#fff;
	text-decoration:underline;
	background:none;
	text-align:center;
}

.social{
	width:80px;
	float:right;
	position:relative;
	right:0px;
	top:0px;
	padding:2px;
	border:1px solid #B392C6;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	height:26px;
}
.social img{
	margin:0px 5px;
	border:1px solid #000;
	
}
 
.fltrt {  /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page. The floated element must precede the element it should be next to on the page. */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class can be placed on a <br /> or empty div as the final element following the last floated div (within the .container) if the .footer is removed or taken out of the .container */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
