﻿/* hybrid site with block type header 2 */

html {
	background-color: white;
	font-family: arial, sans-serif;
	min-height: 100%;
	overflow-y: scroll;
	position: relative;
}

body {
	background-color: white;
	height: 100%;
	margin: 0;
	position: relative;
	padding-bottom:40px;
}

#bodyInner {
	margin: 0 auto;
	/*min-height: 780px;*/
	padding-top: 110px;
	width: 960px; /*width: 942px;*/
}

body #navHeader {
	border-style: solid;
	border-width: 0 0 1px;
	height: 99px;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 1100;
}

.ie-spacer {
	height: 0;
}

.container {
	position: relative;
}

.center {
	text-align: center;
}

.inner {
	margin: 20px;
}

header#navHeader .inner {
	height: 56px;
	margin: 0 auto;
	padding: 15px 15px 0;
	position: relative;
	width: 930px;
}

header img {
	background-color: transparent;
	margin-top: 19px;
	border-style: none;
}

.backgroundColorA {
	background-color: #f2f2f2;
	border-color: #bfbfbf;
}

.backgroundColorB,
.headerTitle {
	background-color: #f7f8f9;
	border-color: #bfd5dd #bfd5dd #a6afb7;
}

.headerBorderColor {
	border-color: #bfbfbf;
}

ul {
	font-size: 1em;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

nav {
	position: relative;
}

.floatLeft {
	float: left;
}

.floatRight {
	float: right;
}

.clear {
	clear: both;
	height: 0px;
}


/* ~ ~ ~ ~ ~ ~ ~ ~ ~ MAIN NAVIGATION ~ ~ ~ ~ ~ ~ ~ ~ ~ */ 

header nav.first {
	max-height: 30px;
	position: relative;
}

.bigNav {
	position: relative;
}

.bigNav li.navButton {
	cursor: pointer;
	font-weight: bold;
	float: left;
	/*height: 66px;*/
	height: 20px;
	padding: 4px 5px;
	position: relative;
	margin: 0 8px;
	text-align: center;
}

.bigNav li.active {
	border-color: #BFD5DD;
	border-width: 0 1px 1px;
	color:#48a2d6; /*color: #7cd0ed;*/
}

.bigNav li.spacer {
	background-color: white;
	border-bottom: 1px solid white;
	float: left;
	height: 100%;
	width: 4px;
}

.bigNav li a {
	color: black;
	display: inline-block;
	height: 100%;
	position: relative;
	text-decoration: none;
	text-shadow: 0 1px 0 #f2f2f2;
	width: 100%;
}

.bigNav li b {
	position: relative;
}

.bigNav li.first {
	margin-left: 50px;
}

.bigNav li img {
	border-width: 0;
	position: relative;
	right: 10px;
	top: 21px;
}

.navLine {
	background-color: white;
	border-style: solid;
	border-width: 0 1px;
	bottom: -5px;
	height: 4px;
	left:-1px;
	position: absolute;
	width: 100%;
}

#vertical {
	background-color: #bfbfbf;
	/*bottom: -10px;
	position: relative;
	height: 10px;
	left: 50%;*/
	height: 10px;
	position: absolute;
	top: 25px;
	width: 2px;
}

#horizontal,
#horizontal2 {
	background-color: #bfbfbf;
	position: absolute;
	height: 2px;
	top: 23px;
	width: 0;
}

#horizontal2 {
	top: 35px;
}

/* ~ ~ ~ ~ ~ ~ ~ ~ ~ SUB NAVIGATION ~ ~ ~ ~ ~ ~ ~ ~ ~ */ 

header nav.second {
	float: left;
	height: 40px;
}

header nav.second .first {
	margin-left: 0;
}

header nav.second .last {
	margin-right: 0;
}

.smallNav {
	/*color: #7cd0ed;*/
	border-color: #bfbfbf;
	border-style: solid;
	/*border-width: 2px 0 0; static border */
	border-width: 0;
	display: inline-block;
	font-weight: bold;
	font-size: 0.8em;
	height: 100%;
	margin: 7px auto 0;
	position: relative;
	width: auto;
}

#missionNav {
	left: 26px;
}

#productsNav {
	left: 26px;
}

#designNav {
	left: 86px;
}

#labsNav {
	left: 295px;
}

#aboutNav {
	left: 423px;
}

#contactNav {
	left: 527px;
}

.smallNav li {
	color: black;
	cursor: pointer;
	float: left;
	height: 100%;
	margin: 0 15px;
	padding: 13px 0 0;
}

.smallNav a {
	color: inherit;
	text-decoration: none;
}

.uppercase {
	text-transform: uppercase;
}

.smallNav li a:hover {
	color: #17b4e9;
}

.smallNav li.active a {
	cursor: default;
	color: gray;
}

.smallNav li.clear {
	float: none;
	clear: both;
	margin: 0;
	padding: 0 0 1px;
}

.faded,
li.faded,
li.faded a {
	cursor: default;
	color: gray;
}

.hidden {
	display: none;
}

.offsetAnchor {
	height: 1px;
	position: relative;
	top: -100px;
}

/* ------------------- CONTENT HEADER STYLES -------------------------*/

header.contentHeader {
	border-style: solid;
	border-width: 1px 0;
	font-size: 1em;
	height: 0;
	margin: 25px 0;
	padding: 0 0 0 18px;
}

.contentHeader b,
.innerHeader b {
	background-color: white;
	border-color: inherit;
	border-style: solid;
	border-width: 0 2px;
	padding: 0 10px;
	position: relative;
	top: -9px;
}

.contentHeader a {
	text-decoration: none;
	color: black;
}

.contentHeader a:visited {
	text-decoration: none;
	color: black;
}

.contentHeader a:hover {
	color: #17b4e9;
}

.innerHeader b {
	border-width: 0 0 0 2px;
	white-space: nowrap;
	zoom: 1;
}

header.innerHeader {
	border-style: solid;
	border-width: 1px 0;
	font-size: 1em;
	height: 0;
	margin: 25px 0;
	padding: 0 0 0 36px;
	width: 80px;
}

.contentHeader .headerTitle,
.contentHeader .headerSpacer,
.contentHeader .navLabel,
.contentHeader .navButton {
	border-style: solid;
	border-width: 1px;
	color: #4e4e4e;
	display: inline-block;
	float: left;
	height: 30px;
	margin: 0 2px;
	position: relative;
	text-align: right;
}

.contentHeader .navButton.w308 { 
	margin: 0 5px 0 0;
}

.contentHeader .headerTitle {
	background-color: #f7f8f9;
	margin-left:0;
	width:312px;
	color:#777;
}

.contentHeader .headerSpacer {
	background-color: #c3e4f7;
	border-color: #a3becc #a3becc #5a88a3;
	margin-left:0;
	width:620px;
	margin:0 0 0 2px;
}

.contentHeader .navButton:hover {
	cursor:pointer;
}

.contentHeader .active {
	background-color: #F7F8F9;
	border-color: #BFD5DD;
}

.contentHeader .navLabel {
	color: #777;
	margin-left: 0;
	text-align: left;
}

.contentHeader .navLabel b {
	position: relative;
	left: 10px;
	top: 6px;
}

.contentHeader .headerTitle b,
.contentHeader .navLabel b,
.contentHeader .navButton b {
	position: relative;
	right: 10px;
	text-shadow: 0 1px 0 #f2f2f2;
	top: 6px;
}


/* ------------------- CONTENT SHARED STYLES -------------------------*/


.contentSection {
	margin: 20px 0; /* margin: 20px 10px;*/
	position: relative;
}

#contentWrapper .contentSection:first-child {
	/*margin-top:0;*/
}

.contentBox {
	position: relative;
	width: 100%;
}

.contentBox p {
	font-size: 1em;
	font-family: 'Source Sans Pro', sans-serif;
	margin: 20px 0 20px;
	/*padding: 0 20px;*/
}

.contentBox h3 {
	border-bottom: 1px solid #dfdfdf;
	font-size: 1.5em;
	margin: 0;
	padding: 5px 10px;
	width: auto;
	
}

.demoTab a,
.contentBox a {
	color: #17b4e9;
	font-family: 'Source Sans Pro', sans-serif;
	text-decoration: none;
}

.contentBox a.floatRight {
	margin-left: 30px;
}

.demoTab a:hover,
.contentBox a:hover {
	color:#48a2d6; /*color: #51c1ed;*/
}

.contentBox img {
	border: 1px solid #d9d9d9;
}

#contentMission {
	position: relative;
	font-family: 'Source Sans Pro', sans-serif;
}

img.floatLeft {
	margin-right: 20px;
	margin-bottom: 10px;
}

img.floatLeft + p {
	margin-top: 0;
}

img.floatLeft + div {
	margin-left: 316px;
}

p.bottom0 {
	margin-bottom: 2px;
}


/* ~                 home content           ~ */

#contentMission img {
	float: right;
	height: 220px;
	margin-left: 20px;
	width: 640px;
}


#contentMission p {
	background-color: rgba(220, 220, 220, 0.5);
	bottom: 0;
	font-size: 1.1em;
	margin-bottom: 0;
	position: absolute;
	color: white;
	text-shadow: 0 1px 1px black;
}

#contentMission div.demoTab {
	background-color:#fff;
	padding:10px;
	position: absolute;
	top: 20px;
	right:3px;
}

#mission-1,
#mission-2,
#mission-3 {
	font-size: 0.8em;
	height: 72px;
	position: absolute;
	width: 110px;
}

#mission-1 {
	left: 425px;
	top: 12px;
}

#mission-2 {
	left: 585px;
	top: 165px;
}

#mission-3 {
	left: 783px;
	top: 16px;
	width: 140px;
}

/*#contentDesign,
#contentProducts {
	min-height: 255px;
	width: 938px;
}*/

/*#contentDesign a {
	margin: 20px;
}*/


/*
#contentPress,
#contentEvents {
	min-height: 200px;
	width: 938px;
}

.pressTitle {
	float: left;
	font-size: 0.9em;
	font-weight: bold;
	margin: 20px;
	width: 272px;
}

.pressTitle p {
	font-weight: normal;
	margin: 20px 0 0;
	padding: 0;
}

.pressContent {
	float: left;
	margin: 20px 20px 20px 0;
	width: 604px;
}

#contentPress a {
	position: absolute;
	bottom: 20px;
	right: 20px;
}*/

h3, h4 {
	color: gray;
	font-size: 3em;
	margin: 0 0 20px;
	padding: 10px 20px 0;
	text-shadow: 0 1px 0 white;
}

h4 {
	font-size: 1.4em;
}

.subtitle {
	color: gray;
	text-shadow: 0 1px 0 white;
	font-size: 1.2em;
	font-weight: normal;
}

.endBox {
	background-image: -webkit-linear-gradient(black -10%, gray 20%, black 110%);
	display: none;
	height: 16px;
	margin: 0 10px;
}

/*.w480 {
	width: 460px;
}

.w320 {
	width: 300px;
}


.w200 {
	width: 200px;
}

.h150 {
	height: 150px;
}

.h210 {
	height: 210px;
}
*/

/*-------------- HEADER, BUTTON AND CONTENT WIDTHS ----------------*/

.w150 {
	width:150px;  /* single button */
}

.w183 {
	width:183px;  /* fits 5 buttons across when combined with w182 */
}

.w182 {
	width:182px;  /* fits 5 buttons across when combined with w183 */
}

.w230 {
	width: 230px; /* content header button at 1/4th width with 2px margin */
}

.w308 {
	width: 308px; /* double button */
}
	
.w312 {
	width:312px;  /* 1/3 button paired with 2/3 button  */
}

.w456 {
	width: 456px; /* triple button */
}

.w466 {
	width: 466px; /* triple button */
}
	
.w622 {
	width:622px; /* quadruple button */
}

.w285 {
	width:285px;	/* content area 1/3 */
}

.w585 {
	width:585px;  /* content area 2/3  */
}


div.w285 + div.w585,
div.w585 + div.w285 {
	margin-left:19px;
	border-left:1px solid #CCC;
	padding-left:18px;
}

.headerGrad {
	background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.6),rgba(255, 255, 255, 0));
	background-image:    -moz-linear-gradient(left, rgba(255, 255, 255, 0.6),rgba(255, 255, 255, 0));
	background-image:      -o-linear-gradient(left, rgba(255, 255, 255, 0.6),rgba(255, 255, 255, 0));
}


/* ~ ~ ~ ~ ~ ~ ~ ~ ~ DESIGN ~ ~ ~ ~ ~ ~ ~ ~ ~ */
/*#designLearning img,
#designWorkflow img,
#designConference img {
	float: left;
	height: 110px;
	margin-right: 20px;
	width: 70px;
}*/

/* ~ ~ ~ ~ ~ ~ ~ ~ ~ CONTACT ~ ~ ~ ~ ~ ~ ~ ~ ~ */

#contact form {
	color: #4E4E4E;
	position: relative;
	width: 450px;
}

#contact input[type="text"],
#contact textarea {
	border-color: #BFD5DD;
	border-style: inset;
	border-width: 1px;
	margin: 4px 0;
	max-width: 446px;
	padding: 2px;
	width: 446px;
}

#contact input[type="checkbox"] {
	margin-right: 10px;
}

#contactReasonList {
	margin: 10px 0 20px;
}

#contactReasonList li {
	display: inline-block;
	margin: 4px 0;
	width: 100%;
}

#contact textarea[name="message"] {
	height: 6em;
}

#gmap {
	border: 1px solid #bbb;
	margin: 10px auto 0;
}

#addressBox {
	width: 390px;
	margin: 10px auto;
	padding: 10px;
	border: 1px solid #bbb;
}

.form-required {
	color: #d3d3d3;
}

.roboNo {
	display: none;
}

/* ----------------------- SOCIAL MEDIA ICONS --------------------------- */

#socialMedia {
	text-align:right;
	}

#socialMedia a {
	display:inline-block;
	height:25px;
	width:25px;
	overflow:hidden;
	background-postion:top;
}

#socialMedia a:hover {
	background-position:bottom;
	}

#socialMedia #twitterIcon {
	background-image: url(../images/icon-twitter.png);
}

#socialMedia #fbIcon {
	background-image: url(../images/icon-facebook.png);
}
	
#socialMedia #linkedInIcon {
	background-image: url(../images/icon-linkedIn.png);
}

.socialMediaBox {
	/*border: 1px solid gray;*/
	height: 100px;
	margin: 0 55px 10px;
	text-align: center;
	width: 95px;
}

.socialMediaBox img {
	border-width: 0;
}

/* ----------------------- EVENT LISTINGS ---------------------------*/

.eventListing {
	width:210px;
	margin:0 10px;
	float:left;
}

.eventListing.firstEvent {
	margin-left:0;
	}

.eventListing.lastEvent {
	margin-right:0;
	}

.eventListing img {
	width:210px;
	height:100px;
	background-color:#fff;
	border:1px solid #A3BECC;
}

.eventListing img + p {
	background-color:#C3E4F7;
	margin-top:0;
	border:1px solid #A3BECC;
	width:200px;
	padding:5px;
	text-align:right;
	font-size:12px;
	}


/* ------------------- RECENT NEWS ----------------------*/

.blogFeed,
.tweetFeed {
	width:430px;
	}

.tweetFeed {
	margin-right:35px;
	}

#contentRecent H3 {
	font-size:1em;
	border:none;
	margin:-15px 0 15px 0;
	padding:0;
	}


.twtr-ft,
.twtr-hd {
	display:none;
	}

.twtr-tweet-wrap {
	padding:10px 0 !important;
	}

#newsFeed ul {
	position:relative;
	z-index:3;
	}

#newsFeed li.newsBorder {
	margin-bottom:20px;
	display:block;
	/*font-size:.9em;*/
	}

#newsFeed li.newsBorderLast {
	/*font-size:.9em;*/
	}


#newsFeed b {
	font-weight:normal;
	font-size:1.1em;
	}

/* ~ ~ ~ ~ ~ ~ ~ ~ ~ PEACEMAKER ~ ~ ~ ~ ~ ~ ~ */

#peaceMakerSplash {
	height: 235px;
}

#peaceMakerSplash img {
	margin-top: 42px;
	z-index: 1;
}

#peaceMakerSplash a {
	color: black;
	position: absolute;
	top: 133px;
	left: 466px;
	text-decoration: none;
	z-index: 2;
}

ul.awardList li {
	display: inline-block;
	float: left;
	font-family: 'Source Sans Pro', sans-serif;
	margin: 10px 0;
	width: 50%;
}

img.awardImage {
	border-width: 0;
}

/* ~ ~ ~ ~ ~ ~ ~ ~ ~  PTN ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ */

#ptnSplash {
	max-height: 305px;
	overflow: hidden;
}

/* ~ ~ ~ ~ ~ ~ ~ ~ ~ BLOG FEED  ~ ~ ~ ~ ~ ~ ~ */

#newsFeed {
	min-height: 200px;
}

li.newsBorder,
li.newsBorderLast {
	font-size: 1em;
	font-family: 'Source Sans Pro', sans-serif;
	margin: 20px 0 20px;
	clear: both;
}

li.newsBorder a,
li.newsBorderLast a {
	float: right;
	margin: 10px 0;
}

/* ~ ~ ~ ~ ~ ~ ~ ~ ~ FOOTER ~ ~ ~ ~ ~ ~ ~ ~ ~ */

footer#siteFooter {
	border-style: solid;
	border-width: 1px 0 0;
	font-size:.7em;
	height:20px;
	padding: 5px 0;
	margin: 20px 0 0;
	text-align: center;
	width: 100%;
	position:absolute;
	bottom:0; 
}