@charset "UTF-8";
/* CSS Document */

body {
	margin: 0;
	padding: 0;
	background-color: #f1f1f1;
}

img {
	border: none;
}

#header {
	background-color: #ffffff;
	width: 100%;
	padding: 0;
	margin: 0;
	height: 100px;
	position: fixed;
	z-index: 102;
	-moz-box-shadow: 0 0 10px #888;
	-webkit-box-shadow: 0 0 10px#888;
	box-shadow: 0 0 10px #888;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=10, Direction=135, Color='#888888')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=10, Direction=135, Color='#888888');
}

.wrapper {
	width: 1000px;
	margin: auto;
	text-align: center;
	overflow: hidden;
}

#logo {
	float: left;
	width: 277px;
	height: 51px;
	margin-top: 25px;
}

#navigation {
	float: right;
	margin-top: 45px;
}

#navigation ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-transform: capitalize;
}

#navigation ul li {
	float: left;
	padding-right: 30px;
	list-style-type: none;
	font-family: "myriad-pro-n4","myriad-pro",sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	color: #474747;
}

#navigation ul li a:link, #navigation ul li a:visited {
	text-decoration: none;
	color: #474747;
	border-bottom: none;
}

#navigation ul li a:hover, #navigation ul li a:active {
	text-decoration: none;
	color: #f86754;
	border-bottom: none;
}

#banner {
	clear: both;
	background-image: url(../img/bg-pattern.gif);
	background-color: #3f85c5;
	width: 100%;
	padding-right: 0;
	padding-left: 0;
	margin-right: 0;
	margin-left: 0;
	padding-top: 140px;
	padding-bottom: 80px;
}

/*
	Slideshow style
*/

#slides {
	top:15px;
	left:4px;
	z-index:100;
}

/*
	Slides container
	Important:
	Set the width of your slides container
	If height not specified height will be set by the slide content
	Set to display none, prevents content flash
*/

.slides_container {
	width:950px;
	height: 288px;
	margin-left:25px;
	margin-right: 25px;
	overflow: hidden;
	position:relative;
	display:none;
}

/*
	Each slide
	Important:
	Set the width of your slides
	Offeset for the 20px of padding
	If height not specified height will be set by the slide content
	Set to display block
*/

#slides .slide {
	width:950px;
	height: 275px;
	display:block;
}

/*
	Next/prev buttons
*/
#slides .next,#slides .prev {
	position: absolute;
	top:250px;
	width:24px;
	height:43px;
	display:block;
	z-index:101;
}

#slides .next {
	margin-left:975px;
}

/*
	Pagination
*/

.pagination {
	margin:10px 870px 0;
	width:100px;
}

.pagination li {
	float:left;
	margin:0 1px;
	list-style:none;
}

.pagination li a {
	display:block;
	width:12px;
	height:0;
	padding-top:12px;
	background-image:url(../img/pagination.png);
	background-position:0 0;
	float:left;
	overflow:hidden;
}

.pagination li.current a {
	background-position:0 -12px;
}

/**/


body#home .headline {
	float: left;
	width: 445px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 30px;
	padding-bottom: 30px;
	background-image:url(../img/transparent-blue.png);
	background-repeat: repeat;
	height: 288px;
}

.headline {
	width: 900px;
	padding-left: 38px;
	padding-right: 38px;
	padding-top: 30px;
	padding-bottom: 30px;
	background-image:url(../img/transparent-blue.png);
	background-repeat: repeat;
}

body#home h1 {
	font-family: "sommet-rounded-n7","sommet-rounded",sans-serif;
	font-style: normal;
	font-weight: 700;
	font-size: 50px;
	text-align: left;
}

h1 {
	font-family: "sommet-rounded-n7","sommet-rounded",sans-serif;
	font-style: normal;
	font-weight: 700;
	font-size: 40px;
	color: #ffffff;
	text-transform: uppercase;
	padding: 0;
	margin: 0;
	text-align: center;
	line-height: 46px;
}

span.teal {
	color: #4ed9e2;
}

h2 {
	font-family: "atrament-web-n4","atrament-web",sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 26px;
	text-transform: capitalize;
	color: #ffffff;
	letter-spacing: 0.04em;
	margin: 0;
	padding: 0;
}

body div.headline h2.secondaryhome {
	font-family: "atrament-web-n4","atrament-web",sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 22px;
	border-bottom: 1px solid #6ea1d1;
	border-top: none;
	padding-top: 0px;
	padding-bottom: 15px;
	margin-bottom: 10px;
	text-align: left;
}

h2.secondaryinterior {
	font-family: "atrament-web-n4","atrament-web",sans-serif;
	font-style: normal;
	font-weight: 400;
	border-top: 1px solid #6ea1d1;
	padding-top: 15px;
	margin-top: 10px;
	margin-bottom: 0;
	padding-bottom: 0;
	width: auto;
	text-align: center;
}

h3 {
	font-family: "myriad-pro-n4","myriad-pro",sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	text-align: left;
	line-height: 20px;
	color: #dededf;
	padding: 0px;
	margin: 0px;
}

.infographic {
	float: right;
}

.clear {
	clear: both;
}

#content {
	margin-top: -40px;
	padding-bottom: 30px;
}

#story1 {
	float: left;
	width: 310px;
	margin-right: 20px;
	margin-bottom: 15px;
}

#story2 {
	float: left;
	width: 310px;
	margin-right: 20px;
	margin-bottom: 15px;
}

#story3 {
	float: left;
	width: 310px;
	margin-bottom: 15px;
}

.box {
	text-align: left;
	padding: 20px;
	position: relative;
	left: 17px;
	margin-bottom: 15px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background-color: #ffffff;
	-moz-box-shadow: 0 0 10px #888;
	-webkit-box-shadow: 0 0 10px#888;
	box-shadow: 0 0 10px #888;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=10, Direction=135, Color='#888888')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=10, Direction=135, Color='#888888');
	z-index: 90;
}

.bannerbox {
	text-align: left;
	padding-top: 60px;
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 20px;
	position: relative;
	left: 17px;
	margin-bottom: 15px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background-color: #ffffff;
	-moz-box-shadow: 0 0 10px #888;
	-webkit-box-shadow: 0 0 10px#888;
	box-shadow: 0 0 10px #888;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=10, Direction=135, Color='#888888')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=10, Direction=135, Color='#888888');
	z-index: 90;
}

body#home #top .bannerbox {
	width: 260px;
}

#top .box {
	width: 920px;
}

h4 {
	height: 46px;
	width: 265px;
	margin-top: 15px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-bottom: 0px;
	padding-top: 8px;
	padding-left: 10px;
	position: absolute;
	display: block;
	text-align: left;
	text-transform: uppercase;
	color: #ffffff;
	font-family: "sommet-rounded-n4","sommet-rounded",sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	z-index: 99;
}

#top h4 {
	font-family: "sommet-rounded-n4","sommet-rounded",sans-serif;
	font-style: normal;
	font-weight: 400;
	background-image:url(../img/headlinebanner.png);
	background-repeat: no-repeat;
}

#story1 .bannerbox {
	background-image: url(../img/creativeicon.gif);
	background-repeat: no-repeat;
	background-position: top right;
}

#story2 .bannerbox {
	background-image:url(../img/innovationicon.gif);
	background-repeat: no-repeat;
	background-position: top right;
}

#story3 .bannerbox {
	background-image:url(../img/businessicon.gif);
	background-repeat: no-repeat;
	background-position: top right;
}

.box h5 {
	font-family: "myriad-pro-n7","myriad-pro",sans-serif;
	font-style: normal;
	font-weight: 700;
	font-size: 20px;
	color: #5a98d1;
	line-height: 24px;
	padding-top: 0;
	padding-bottom: 5px;
	margin: 0;
}

.bannerbox h5 {
	font-family: "myriad-pro-n7","myriad-pro",sans-serif;
	font-style: normal;
	font-weight: 700;
	font-size: 20px;
	color: #5a98d1;
	line-height: 24px;
	padding-top: 0;
	padding-bottom: 5px;
	margin: 0;
}

#middle {
	clear: both;
}

#left {
	float: left;
	padding-bottom: 40px;
}

#left .box {
	width: 590px;
}

#left .bannerbox {
	width: 590px;
}

#left h4 {
	font-family: "sommet-rounded-n4","sommet-rounded",sans-serif;
	font-style: normal;
	font-weight: 400;
	width: 600px;
	background-image:url(../img/headlinebanner-big.png);
	background-repeat: no-repeat;
}

#left .box h1 {
	font-family: "sommet-rounded-n7","sommet-rounded",sans-serif;
	font-style: normal;
	font-weight: 700;
	color: #4ed9e2;
	font-size: 28px;
	line-height: 34px;
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: left;
}

h6 {
	font-family: "sommet-rounded-n7","sommet-rounded",sans-serif;
	font-style: normal;
	font-weight: 700;
	font-size: 16px;
	text-transform: uppercase;
	color: #f86754;
	margin-bottom: 10px;
	margin-top: 0px;
}

p {
	padding-top: 0;
	margin-top: 0;
	margin-bottom: 20px;
	font-family: "myriad-pro-n4","myriad-pro",sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	color: #474747;
	line-height: 24px;
}

.box p {
	font-family: "myriad-pro-n4","myriad-pro",sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	color: #474747;
	line-height: 24px;
}

p.client {
	font-family: "myriad-pro-n4","myriad-pro",sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	border-top: dotted 1px #00bac6;
	padding-top: 15px;
}

.box ul {
	padding: 0;
	margin-top: 0;
	margin-bottom: 10;
	margin-left: 20px;	
}

.box ul li {
	padding: 0;
	margin-top: 0;
	margin-bottom: 0;
	font-family: "myriad-pro-n4","myriad-pro",sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	color: #474747;
	line-height: 22px;
}

a:link, a:visited {
	color: #00bac6;
	text-decoration: none;
}

a:hover, a:active {
	color: #00bac6;
	text-decoration: none;
}

p a:hover, p a:active {
	border-bottom: dotted #00bac6 1px;
	padding-bottom: 1px;
}

img.logos {
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
}

img.graph {
	padding-bottom: 20px;
}

#right {
	float: left;
}

#right .box {
	margin-left: 30px;
}

#innovationad .box, #trainingad .box, #facilitationad .box, #consultingad .box, #foursightad .box, #photobox .box {
	background-color: #4ed9e2;
	width: 260px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	padding-right: 20px;
}

#brandsad .box {
	background-color: #4ed9e2;
	width: 260px;
	padding-top: 0px;
	padding-bottom: 10px;
	padding-left: 20px;
	padding-right: 20px;
}

#todate .box {
	background-color: #4ed9e2;
	width: 260px;
	padding-top: 15px;
	padding-bottom: 0px;
	padding-left: 20px;
	padding-right: 20px;
}

.box h2 {
	font-family: "atrament-web-n4","atrament-web",sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 22px;
}

div#foursightad:hover .box, div#brandsad:hover .box, div#innovationad:hover .box {
	background-color: #00d4e2;
}

#foursightad {
	position: absolute;
	height: 115px;
}

body#curriculum #quote {
	margin-top: 120px;
}

#brandsad, #innovationad {
	position:relative;
	height: 115px;
}

body#home .quote {
	height: 170px;
}

body#home #left .box {
	height: 430px;
}

#foursightad a span { 
  position:absolute; 
  width:100%;
  height:100%;
  top:0;
  left: 0;
}

#brandsad .box {
	background-image: url(../img/bg-brands.png);
	background-repeat: no-repeat;
	background-position: bottom right;
}

#brandsad .box h2 {
	font-family: "atrament-web-n4","atrament-web",sans-serif;
	font-style: normal;
	font-weight: 400;
	text-align: left;
}

#innovationad .box h2 {
	font-family: "atrament-web-n4","atrament-web",sans-serif;
	font-style: normal;
	font-weight: 400;
	text-align: left;
	padding-bottom: 15px;
}

#todate .box h2{
	font-family: "atrament-web-n4","atrament-web",sans-serif;
	font-style: normal;
	font-weight: 400;
	text-align: center;
}

#innovationad .box {
	background-image: url(../img/bg-innovation.png);
	background-repeat: no-repeat;
	background-position: bottom right;
}

#facilitationad .box {
	background-image: url(../img/bg-facilitation.png);
	background-repeat: no-repeat;
	background-position: top right;
}

#trainingad .box {
	background-image: url(../img/bg-training.png);
	background-repeat: no-repeat;
	background-position: top right;
}

#consultingad .box {
	background-image: url(../img/bg-consulting.png);
	background-repeat: no-repeat;
	background-position: top right;
}

#quote .box {
	background-color: #f86754;
	width: 260px;
	padding-top: 16px;
	padding-bottom: 16px;
	padding-left: 20px;
	padding-right: 20px;
}

img.foursight {
	padding-bottom: 5px;
}

h2 span.bigger {
	font-family: "atrament-web-n4","atrament-web",sans-serif;
	font-style: normal;
	font-weight: 600;
	font-size: 60px;
	line-height: 50px;
}

h2 span.helpedbigger {
	font-family: "atrament-web-n4","atrament-web",sans-serif;
	font-style: normal;
	font-weight: 600;
	font-size: 60px;
	line-height: 30px;	
}

h2 span.brandscounting {
	line-height: 65px;
}

h2 span.clientsbigger {
	font-family: "atrament-web-n4","atrament-web",sans-serif;
	font-style: normal;
	font-weight: 600;
	font-size: 60px;
	line-height: 55px;
}

h2 span.innovationbigger {
	font-family: "atrament-web-n4","atrament-web",sans-serif;
	font-style: normal;
	font-weight: 600;
	font-size: 60px;
	line-height: 35px;
	padding-bottom: 10px;
}

h2 span.medium {
	font-family: "atrament-web-n4","atrament-web",sans-serif;
	font-style: normal;
	font-weight: 600;
	font-size: 35px;
	line-height: 40px;
}

p.quote {
	color: #ffffff;
	font-family: "myriad-pro-n4","myriad-pro",sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 17px;
	line-height: 24px;
	margin-bottom: 13px;
}

span.darkred {
	color: #a63d2f;
}

p.citation {
	color: #ffffff;
	font-family: "myriad-pro-n4","myriad-pro",sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 12px;
	text-align: right;
	margin: 0;
	padding-bottom: 5px;
	line-height: 16px;
}

#footer {
	clear: both;
	background-image: url(../img/bg-pattern.gif);
	background-color: #3f85c5;
	width: 100%;
	padding-right: 0;
	padding-left: 0;
	margin-right: 0;
	margin-left: 0;
	padding-top: 30px;
	padding-bottom: 60px;
}

#footerheadline h3 {
	font-family: "myriad-pro-n4","myriad-pro",sans-serif;
	font-style: normal;
	font-weight: 400;
	padding-bottom: 10px;
	padding-top: 10px;
	color: #ffffff;
	font-size: 16px;
}

#footerheadline h3 img.footerlogo {
	padding-right: 8px;
}

#footercontent {
	margin-left: 20px;
	width: 900px;
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 20px;
	padding-bottom: 40px;
	background-image:url(../img/transparent-blue.png);
	background-repeat: repeat;
}

#aboutsection {
	float: left;
	width: 375px;
	padding-right: 25px;
	padding-bottom: 0px;
}

#aboutsection p {
	font-family: "myriad-pro-n4","myriad-pro",sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	color: #dededf;
	text-align: left;
	padding-bottom: 0;
	margin-bottom: 0;
}

#contactsection {
	float: left;
	width: 200px;
	padding-left: 25px;
	padding-right: 25px;
	border-left: #6ea1d1 solid 1px;
	border-right: #6ea1d1 solid 1px;
	padding-bottom: 0px;
}

#contactsection p {
	font-family: "myriad-pro-n4","myriad-pro",sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	color: #dededf;
	text-align: left;
	padding-bottom: 0;
	margin-bottom: 0;
}

#contactsection p a {
	line-height: inherit;
}

#aboutsection p a:link, #aboutsection p a:visited, #contactsection p a:link, #contactsection p a:visited {
	color: #88ebf1;
	text-decoration: none;
	border-bottom: none;
}

#aboutsection p a:hover, #aboutsection p a:active, #contactsection p a:hover, #contactsection p a:active {
	color: #4ed9e2;
	text-decoration: none;
	border-bottom: none;
}

.smaller {
	font-size: 12px;
}

#linkssection1, #linkssection2 {
	float: left;
	width: 75px;
	padding-left: 25px;
}

#linkssection1 ul, #linkssection2 ul {
	margin: 0;
	padding: 0;
	width: 100px;
	text-align: left;
}

#linkssection1 ul li, #linkssection2 ul li {
	margin: 0;
	padding: 0;
	color: #dededf;
	list-style-type: none;
	font-family: "myriad-pro-n4","myriad-pro",sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 22px;
}

#linkssection1 ul li a:link, #linkssection1 ul li a:visited,
#linkssection2 ul li a:link, #linkssection2 ul li a:visited {
	color: #dededf;
	text-decoration: none;
	border-bottom: none;
}

#linkssection1 ul li a:hover, #linkssection1 ul li a:active,
#linkssection2 ul li a:hover, #linkssection2 ul li a:active {
	color: #f86754;
	text-decoration: none;
	border-bottom: none;
}

/** links on and off **/

body#about #header .wrapper #navigation ul li a#aboutnav,
body#services #header .wrapper #navigation ul li a#servicesnav,
body#curriculum #header .wrapper #navigation ul li a#curriculumnav,
body#clients #header .wrapper #navigation ul li a#clientsnav,
body#projects #header .wrapper #navigation ul li a#projectsnav,
body#team #header .wrapper #navigation ul li a#teamnav,
body#contact #header .wrapper #navigation ul li a#contactnav {
	color: #f86754;
}

#coursestable {
	padding: 20px;
	width: 700px;
}

#courseslogo {
	float: left;
	padding-bottom: 20px;
}

#print {
	float: right;
	padding-top: 35px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #474747;
}

table {
	clear: both;
	border: 1px #d8dada solid;
}

table tr td {
	border: 1px #d8dada solid;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #474747;
}

body#courses {
	background-color: #ffffff;
}

td.tableheading {
	background-color: #f86754;
	color: #ffffff;
}

body#foursightexplanation {
	background-color: #ffffff;
}

#foursightwrapper {
	width: 400px;
	padding: 20px;
}

#foursightlogocolor {
	padding-bottom: 30px;
}

/** Form Styling **/

form {
	border: none;
	padding-bottom: 30px;
}

label {
	display:block;
	float:left;
	padding-right: 10px;
	width: 100px;
	text-align: right;
	height: 38px;
	line-height: 38px;
}


div.row {
  clear: both;
  padding-bottom:0px;
  margin:0px;
  }

div.row span.label {
	float: left;
	width: 75px;
	text-align: right;
	padding:0px;
	margin:0px;
  	padding-top: 15px;
	font-family: "sommet-rounded-n7","sommet-rounded",sans-serif;
	font-style: normal;
	font-weight: 700;
	font-size: 16px;
	text-transform: uppercase;
	color: #f86754;
  }

div.row span.formw {
	float: right;
	width: 475px;
	text-align: left;
  	padding-top: 15px;
} 

input#Image1 {
	border: none;
}

fieldset {
	padding: 10px;
	float: left;
	position: relative;
}

.options input {
	float: none;
	padding-left: 0;
}

div.buttons {
	clear: both;
	float: left;
	width: 300px;
	padding-top: 20px;
}

.options label {
	text-transform: none;
}

#innerform {
	float: none;
}

.clearthis {
	clear: both;
}

input, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color:#474747;
	padding:10px;
	width:439px;
	border-style: solid;
	border-width: 1px;
	border-color: #d8d9d9;
}

input[type="image"] {
	color: #3B0023;
	float: left;
	height: 38px!important;
	width: 85px!important;
	cursor:pointer;
	padding:0px!important;
	margin:0px!important;
}

input[type="submit"]  {
	float: left;
	border: 0px solid #F2C9A5;
	background-image: url(../images/b-send.jpg);
	background-repeat: no-repeat;
	height: 43px;
	width: 138px;
	cursor:pointer;
}

input.submitbutton {
	border-style: none;
	border-width: 0;
}

select.dropdown {
	margin-top: 10px;
}