﻿/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

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, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	font-size:100%;
	font: inherit;
	vertical-align: baseline;
}
html, body 
{
    height: 100%;
    overflow: auto;
    margin: 0;
	font-size:100%;
	font: inherit;
	
} 
footer 
{
    height: 100%;
}

small {
	font-size: 80%;
	color: #808080;
	float: right;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section , iframe{
	display: block;
}


 
@font-face {
    font-family: "bebas-neue";
    src: url('../fonts/bebasneue-webfont.eot');
    src: url('../fonts/bebasneue-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/bebasneue-webfont.woff') format('woff'),
         url('../fonts/bebasneue-webfont.ttf') format('truetype'),
         url('../fonts/BEBAS___.ttf') format('truetype'),
         url('../fonts/Ubuntu-B.TTF') format('truetype'),
         url('../fonts/bebasneue-webfont.svg#bebas_neueregular') format('svg');
    font-weight: 700;
    font-style: normal;
}	
@-moz-document url-prefix() {
	body {
    	font-size:100%;
	}
	
	h3 {
		font-size:125%;
	}
	#footer-nav, .copyright {
		font-size:90%;
	}
}
body {
    line-height:1.125em;
}

ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
strong {
	font-weight:700;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
p {
	line-height:1.4;
	}

p img {
	vertical-align:middle;
	}
h1, h2 {
	font-family: Bebas, "bebas-neue", sans-serif;
	font-weight:bold;
}

h2 {
               margin: 0;
               padding: 0;
               border: 0;
               font-size:165%;
               font: inherit;
               vertical-align: baseline;
               font-family: "bebas-neue", sans-serif;
               font-weight:bold;             
}
	
h3 {
	font-family: Ubuntu, 'Ubuntu', sans-serif;
	font-weight:bold;
	font-size:150%;
	}
	/*  Nancy Added H4 and changed some pages H3 tages to H4 that used the settings below */
h4
{
    font-family: Bebas, "bebas-neue", sans-serif;
    font-size:200%;
	letter-spacing:1px;
    text-transform: uppercase;
    text-indent: 25%;
    text-align: left;
    color: #333333;
}	
H1
{
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    font-family: "bebas-neue" , sans-serif;
    font-weight: bold;
    text-align: left;
}



h1#title
{
    position: relative;
    display: block;
    width: 950px;
    margin: 0 0 25px 0px;
    padding: 0 0 4px 18px;
    border-bottom: 1px solid #000;
    color: #000;
    font-size: 1.9em;
    letter-spacing: 1px;
    line-height: 1.0;
    text-transform: uppercase;
    text-shadow: 1px 1px #fff;
}
html {
	margin:0;padding:0;
	background-color:#eaeaea;
	background-image: url('../img/bg.jpg');
	background-repeat:no-repeat;
	background-position:center 0px;
	}
body {
	margin:0 auto;
	padding:0;
	font-family: Helvetica, Arial, sans-serif;
	width:1010px;
	}
.container {
	position:relative;
	width:1050px;
	margin:0 auto;
	padding-bottom:1px;
	}
	
.logo {
	position:absolute;
	top:37px;
	left:0px;
	display:block;
	width:209px;
	height:58px;
	cursor:pointer;
	z-index:100;
	}
	
.logo2 {
	position:absolute;
	left:0px;
	display:block;
	width:104px;
	height:29px;
	cursor:pointer;
	z-index:100;
	}

#hero
{
    position: absolute;
    top: 66px;
    left: 0;
    margin: 0 auto;
    width: 100%;
    text-align: center;
    display: block;
    border: 0px solid red;
}
#hero #static {
	position:relative;
	width: 950px;
	margin:0 auto;
	z-index:2;
	}
.hide{
	display:none;
	}
a img {border:0;}

/* ******************** */
/* 	nav#top 			*/
/* ******************** */
nav#top {
	position:absolute;
	right:0;
	overflow:hidden;
	display:block;
	padding:0px;
	margin:0;
	margin-top:12px;
	}
nav#top ul,
nav#thinking ul {
	list-style-type: none;
	}
nav#top li,
nav#thinking li {
	float:left;
	text-transform:uppercase;
	}
nav#top a,
nav#top a:link,
nav#top a:visited {
	display:block;
	padding: 2px 11px 5px 0;
	border:0px solid blue;
	color:#fff;
	font-family:  sans-serif;
	font-size:60%;
	font-weight:700;
	text-transform:uppercase;
	text-decoration:none;
	text-shadow:0 1px 1px rgba(0,0,0,.2);
	}
nav#top a.hot,
nav#top a:active,
nav#top a:focus {
	color:#fff;
	text-decoration:none;
	}
nav#top .active a {
	color:#fff;
	background-color:#9a9b9b;
	}
/* ******************** */

/*	main nav 			*/

/* ******************** */
#main-nav-group {
	position:absolute;
	top:40px;
	right:0;
	overflow:hidden;
	width:764px;
	height:64px;
	border:0px solid purple;
	}
nav#main {
	position:absolute;
	overflow:hidden;
	z-index:10;
	width:764px;
	height:31px;
	background: url('../img/myChiefMenus1.png') 0 0;
	}
nav#main ul{
	list-style:none;
	width:764px;
	height:40px;
	}
nav#main li {
	list-style: none;
	display: inline;
	text-align: center;
	}
nav#main li a {
	text-decoration: none;
	display:block;
	float:left;
	text-indent:-9999px;
	}
nav#main ul
{
    margin: 0 0 0 10px;
}
nav#main li.thinking a {
	width:188px;
	height:30px;
	}
nav#main li.products a {
	width:120px;
	height:30px;
	}
nav#main li.resources a {
	width:112px;
	height:30px;
	}
nav#main li.portfolio a {
	width:123px;
	height:30px;
	}
nav#main li.building-green a {
	width:135px;
	height:30px;
	margin-right:0px;
	}
/* ******************** */

/*	main nav sub navs	*/

/* ******************** */
#subnav #thinking,
#subnav #products,
#subnav #resources,
#subnav #portfolio,
#subnav #building-green {
	position:absolute;
	display:none;
	overflow:hidden;
	z-index:4;
	width:230px;
	height:315px;
	padding-top:20px;
	top:7px;
	left:0px;
	}
#subnav #thinking {
	background: url('../img/nav_subs.png') 0 0px;
	}
#subnav #products {
	background: url('../img/nav_subs.png') 0px -57px;
	}
#subnav #resources {
	background: url('../img/nav_subs.png') 0px -114px;
	}
#subnav #portfolio {
	background: url('../img/nav_subs.png') 0px -171px;
	}
#subnav #building-green {
	background: url('../img/nav_subs.png') 0px -228px;
	}
	


#subnav ul {
	color:#c0c0c0;
	}
#subnav li {
	float:left;
	margin-left:-25px;
	}
#subnav a:link,
#subnav a:visited {
	margin:0 8px;
	color:#c0c0c0;
	font-family: sans-serif;
	font-size:55%;
	text-decoration:none;
	text-transform:uppercase;
	font-weight:700;
	}
#subnav a.hot,
#subnav a:hover,
#subnav a:active,
#subnav a:focus {
	color:#fff;
	font-family: sans-serif;
	text-decoration:none;
	}

/* ******************** */



/* ******************** */
  p {
	font-family: Helvetica, Arial, sans-serif;
	}
  footer, p.copyright 
  {
   	font-family:  sans-serif;
	font-size:60%;
	font-weight:bold;
	margin-top:18px;
	padding-bottom:6px;
	}
  #footer-nav {
	text-transform:uppercase;
	color:#d31625;
	float:right;
	margin:22px 0 0 0;
	}
  #footer-nav li{
	float:left;
	}
  #footer-nav a:link,
  #footer-nav a:active,
  #footer-nav a:visited {
	color:#000;
	padding:0 6px;
	letter-spacing:1px;
	text-decoration:none;
	font-size:90%;
	}
  #footer-nav a:hover {
	text-decoration:none;
	}
  p.copyright {
	display:block;
	margin-top:7px;
	padding-top:7px;
	text-align:right;
	color:#aaa;
	text-transform:uppercase;
	letter-spacing:1px;
	border-top:1px solid #d31625;
	clear:both;
	font-size:85%;
	}
 .dclearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
	}
.clearfix {
	display: block;
	}
 html[xmlns] .clearfix {
	display: block;
	}
* html .clearfix {
	height: 0%;
	}
/*
	Login form - tiny elements
*/
#login-form {
	margin-top:4px;
	}
#login-form input[type="text"] {
	display: inline-block;
	height: 14px;
	margin-top: 1px;
	padding: 2px 2px 2px 2px;
	font-size: 90%;
	line-height: 10px;
	width:135px;
	color: #555555;
	border:1px solid #666;
	border-right:0;
	-webkit-border-radius: 5px 0 0 5px;
	-moz-border-radius: 5px 0 0 5px;
	-border-radius: 5px 0 0 5px;
	vertical-align:top;
	background:#fff url('../img/form-bg.png') repeat-x;
	}
#login-form input[type="image"] {
	vertical-align:middle;
	}

/*
	Search form - tiny elements
*/
#search-form {
	margin-top:0px;
	}
#search-form input[type="text"] {
	display:inline-block;
	height: 16px;
	padding: 0 4px;
	font-size: 90%;
	line-height: 10px;
	width:92px;
	color: #555555;
	margin-top:-0px;
	border:1px solid #777;
	border-right:0;
	-webkit-border-radius: 5px 0 0 5px;
	-moz-border-radius: 5px 0 0 5px;
	border-radius: 5px 0 0 5px;
	vertical-align:top;
	background:#fff url('../img/form_bg.png') repeat-x;
	}
#search-form input[type="image"] {
	vertical-align:middle;
	}


	overflow: hidden;
	border: 1pxeft:50%;
	width:950px;
	margin-left:-475px;
	}
#page-home .below-hero {
	top:600px;
	}
#page-thinking .below-hero {
	top:587px;
	}
.content-header {
	margin:0px 30px 20px 64px;
	}
.content-header p {
	line-height:1.7;
	}
.box {
	background-image: url('../img/box_bg.png');
	background-repeat: repeat-x;
	background-position: top;
	background-color: #b9babc;
	width: 227px;
	height: 145px;
	padding: 17px 20px;
	overflow: hidden;
	border: 1px solid black;
	float: left;
	margin-right: 14px;
	margin-bottom: 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
a.box {
               width: 227px;
               height: 145px;
               border: 0px solid black;
               margin-right: 14px;
               margin-bottom: 10px;
               padding: 0 0 0 0;
               text-decoration: none;
               opacity: 1;
               filter:alpha(opacity=100); /* For IE8 and earlier */
}
a.boxright {
               width: 227px;
               height: 145px;
               border: 0px solid black;
               padding: 0 0 0 0;
               text-decoration: none;
               opacity: 1;
               filter:alpha(opacity=100); /* For IE8 and earlier */
               float:right;
               margin-right:0;
               margin-left:0;     
}

.box h2 {
	text-transform:uppercase;
	color:#df1d2c;
	font-size:110%;
	margin:0 0 5px 0;
	line-height:1.0;
	letter-spacing:.9px;
	}
.box p {
	color:#444;
	font-size:79%;
	line-height:1.4;
	margin:0 0 6px 0;
	letter-spacing:.2px;
	}
.box img {
	position: absolute; 
	bottom: 98px;
	}
.box.on {
	background-image:url('../img/box_on_bg.png');
	background-repeat:repeat-x;
	background-position:top;
	background-color:#a1a2a6;
	border:1px solid red;
	}
.btn_red-left {
	display:block;
	height:31px;
	padding-left:19px;
	background-image:url('../img/btn_red-left.png');
	}
.btn_red-right {
	display:block;
	width:;
	height:31px;
	background-image:url('../img/btn_red-right.png');
	background-position: right;
	}
.box2 {
	background-image: url('../img/box_bg.png');
	background-repeat: repeat-x;
	background-position: top;
	background-color: #b9babc;
	width: 227px;
	height: 145px;
	padding: 17px 20px;
	overflow: hidden;
	border: 1px solid black;
	float: left;
	margin-right: 14px;
	margin-bottom: 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
.box2 h2 {
	text-transform:uppercase;
	color:#df1d2c;
	font-size:140%;
	margin:0 0 4px 0;
	line-height:1.0;
	letter-spacing:1px;
	}
.box2 p {
	color:#444;
	font-size:83%;
	line-height:1.3;
	margin:0 0 5px 0;
	}
.right {
	float:right;
	margin-right:0;
	margin-left:0;
	}
.left {
	float:left;
	}
a.button-red {
	float:left;
	border:0px solid yellow;
	background: transparent url('../img/btn_red-right.png') no-repeat scroll right top;
	display: block;
	height: 31px;
	text-align:center;
	padding-right:19px; /* sliding doors padding */
	text-decoration:none;
	cursor:pointer;
	}
a.button-red span {
	display: block;
	height:31px;
	padding:5px 0 0 19px;
	color:#fff;
	background: transparent url('../img/btn_red-left.png') no-repeat;
	letter-spacing:1px;
	font:1.2em/1.2 "bebas-neue", sans-serif;
	font-weight:bold;
	white-space: nowrap;
	overflow:hidden;
	}
.button-row {
	clear:both;
	margin:0;
	overflow:hidden;
	}


#subject-content {
	clear:both;
	overflow:auto;
	margin-bottom:0px;
	}

#controls .start-stop, #controls ul {
	}
#controls li {
	float:left;
	}
#controls a:link, #controls a:visited {
	display:inline-block;
	width:17px;
	height:23px;
	cursor:pointer;
	background:#221f1f url(../img/ctrl_off.png) no-repeat;
	text-indent:-9999px;
	}
#controls a.cur, #controls a:hover {
	width:17px;
	height:23px;
	padding:0;
	background:#221f1f url(../img/ctrl_on.png) no-repeat;
	}
#controls a {
	background:#221f1f url(../img/ctrl_off.png) no-repeat;
	padding:0;
	width: 17px;
	height: 23px;
	}
#controls a.start-stop {
	position:absolute;
	left:-30px;
	padding-right:2px;
	background:#221f1f url(../img/ctrl_play.png) no-repeat;
	text-indent:-9999px;
	}
#controls a.start-stop.playing {
	position:absolute;
	width:17px;
	height:23px;
	background:#221f1f url(../img/ctrl_pause.png) no-repeat;
	text-indent:-9999px;
	}

#slider {
	position:absolute;
	top:0;
	left:50%;
	width: 950px;
	height: 400px;
	z-index:2;
	}
#controls a {
	color:transparent;
	}
#slider-nav {
	position:absolute;
	top:342px;
	margin:0 auto;
	width: 980px;
	height: 21px;
	background-color:transparent;
	z-index:200;
	}
#controls {
	position:absolute;
	right:0;
	}
#social-media-fb-block {
	position:absolute;
	top:100px;
	width:180px;
	height:350px;
	left:-180px;
	z-index:200;
	}
#social-media-tab {
	position:absolute;
	top:0px;
	display:block;
	width:58px;
	text-align:center;
	overflow:auto;
	right:-66px;
	background:#8f8f8f;
	padding:12px 2px 4px 5px;
	border:2px solid #cbcbcb;
	border-left:0;
	border-radius:0 7px 7px 0;
	-moz-box-shadow: 0px 5px 5px #888;
	-webkit-box-shadow: 0px 5px 5px #888;
	box-shadow: 0px 5px 5px #888;
	behavior: url(./assets/css/PIE.htc);
	overflow-x:hidden;
	}
#social-media-fb-block #sm-footer {
	position:relative;
	width:100%;
	bottom:22px;
	margin:0;
	background:#767676;
	border-top:2px solid #adadad;
	text-align:center;
	border-radius:0 0px 8px 0;
	behavior: url(./assets/css/PIE.htc);
	}
.fb-likes {
	background-color:#edeff3;
	height:12px;
	padding:6px 0;
	width:100%;
	}
#tab-btn-open {display:block; cursor:pointer; padding-bottom:8px;}
#tab-btn-close {display:none; cursor:pointer;}


