@font-face {
  font-family: CenturyGothicServer;  
  src: local('Century Gothic'), url('http://www.senselighting.com/fonts/gothic.ttf'); }

@font-face {font-family: Helv35Thin;		src: url('http://www.senselighting.com/fonts/HelveticaNeueLTPro-Th.otf'),			url('http://www.senselighting.com/fonts/HelveticaNeueLTPro-Th.otf') format("opentype"); /* IE */ }

@font-face {font-family: Helv45Light;		src: url('http://www.senselighting.com/fonts/HelveticaNeueLTPro-Lt.otf'),			url('http://www.senselighting.com/fonts/HelveticaNeueLTPro-Lt.otf') format("opentype"); /* IE */ }

@font-face {font-family: Helv45Light;
font-style: italic;		src: url('http://www.senselighting.com/fonts/HelveticaNeueLTPro-LtIt.otf'),			url('http://www.senselighting.com/fonts/HelveticaNeueLTPro-LtIt.otf') format("opentype"); /* IE */ }
			
@font-face {font-family: Helv55Roman;		src: url('http://www.senselighting.com/fonts/HelveticaNeueLTPro-Roman.otf'),			url('http://www.senselighting.com/fonts/HelveticaNeueLTPro-Roman.otf') format("opentype"); /* IE */ }
		
@font-face {font-family: Helv65Medium;src: url('http://www.senselighting.com/fonts/HelveticaNeueLTPro-Md.otf'),	url('http://www.senselighting.com/fonts/HelveticaNeueLTPro-Md.otf') format("opentype"); /* IE */ }
	
@font-face {font-family: Helv65Medium;
font-style: italic;src: url('http://www.senselighting.com/fonts/HelveticaNeueLTPro-MdIt.otf'),	url('http://www.senselighting.com/fonts/HelveticaNeueLTPro-MdIt.otf') format("opentype"); /* IE */ }
	
@font-face {font-family: Helv75Bold;src: url('http://www.senselighting.com/fonts/HelveticaNeueLTPro-Bd.otf'),	url('http://www.senselighting.com/fonts/HelveticaNeueLTPro-Bd.otf') format("opentype"); /* IE */ }
	
		
		
html {
	height: 100%; }

body {
	position: relative;
	height: 100%;
	margin: auto;
	padding-top: 15px;
	font: 10px;
	font-family: Helvetica, CenturyGothicServer, 'Century Gothic', 'HelveticaNeue-Light', 'Helvetica Neue Light', 'Helvetica Neue', 'Gill Sans', Helvetica, Futura, clean,sans-serif;
	/* old background color was #1a150f */
	background: #120e0a url('../images/siteComponents/pinstripes3pct.png') repeat;
	overflow: hidden; }

body a {
	color: #d2d2be;
	font-weight: bold;
	text-decoration: none; }
	
body a:hover {
	color: #fffff0;
	cursor: pointer;
	text-decoration: underline; }

#container1 {
	display: table;
	height: 100%;
	width: 100%; }
    
#container2 {
	display: table-cell;
	vertical-align: middle; }

#siteLimits {
	/*border: 1px dotted #333;*/
	position: relative;
	width: 1000px;
	height: 500px;
	top: -15px;
	left: -40px;
	margin: auto; }

#wordmark {
		position: absolute;
		top: 5px;
		right: 85px;
		width: 164px;
		height: 50px;
		background: url('../images/siteComponents/wordmark.png') no-repeat;
		z-index: 1;
		overflow: visible; }

#headerBar {
		display: none;
		position: absolute;
		top: 105px;
		left: 210px;
		height: 2px;
		width: 800px;
		background-color: #a6ae33;
		/*overflow: visible;*/
		-webkit-border-top-left-radius: 8px;
		-moz-border-radius-topleft: 8px;
		border-top-left-radius: 8px;
	    opacity: 0;
	    -webkit-transition: opacity 2.5s linear; }

#dividerBar {
		display: none;
		position: absolute;
		top: 175px;
		height: 1px;
		width: 100%;
		background-color: #a6ae33;
		overflow: visible;
		-webkit-border-top-left-radius: 8px;
		-moz-border-radius-topleft: 8px;
		border-top-left-radius: 8px;
	    opacity: 1;
	    -webkit-transition: opacity 2.5s linear; }

.backgroundGradient {
	position: fixed;
	width: 450px;
	height: 450px;
	opacity: .8;
	z-index: -2; }
	/*#gradientTopLeft{ top: 0px;	left: 0px; background: url('../images/siteComponents/gradientTopLeft.png') no-repeat;}
	#gradientTopRight{ top: 0px; right: 0px; background: url('../images/siteComponents/gradientTopRight.png') no-repeat;	}
	#gradientBottomLeft{ bottom: 0px; left: 0px; background: url('../images/siteComponents/gradientBottomLeft.png') no-repeat; }
	#gradientBottomRight{ bottom: 0px; right: 0px; background: url('../images/siteComponents/gradientBottomRight.png') no-repeat; }*/

#nav {
	position: absolute;
	top: 231px;
	right: 830px;
	font-size: 13px;
	font-weight: bold;
	line-height: 1.5em;
	text-align: left;
	color: #8c8273; }

.subNavList {
	display: block;
	position: relative;
	left: 0px;
	top: 0px;
	margin: 0px 0px 20px 0px;
	font-size: 11px;
	font-weight: bold;
	line-height: 1.75em; 
	color: #78786e; 
/*	text-transform: uppercase;*/ 
	list-style-type: none;
	text-shadow: #000000 0 0 20px; }

	/*.subNavList li {
			height: 18px;
			width: 130px;
			padding-left: 0px; 
			-webkit-transition: all .2s linear;
			-moz-transition: all .2s linear;
			transition: all .2s linear; }*/ 
.navLast {
	color: #78786e; }
.navCurrent {
	color: #fff; }		

ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	text-shadow: #000000 0 0 20px; }		
li {
	-webkit-transition: color .2s linear;
	-moz-transition: color .2s linear;
	transition: color .2s linear; }
li:hover {
	cursor: pointer;
	color: #fff; }
			
#content { 
	display: block;
	position: relative;
	/*border: 1px dotted orange;*/ 
	top: 230px;
	left: 200px;
	width: 720px;
	margin-right: 0px;
	font-family: Helv65Medium, Helvetica, Arial, sans-serif;
	font-weight: normal;
	font-size: 12px;
	line-height: 1.3em;
	text-align: left;
	color: #968c7d; }
#contentWindow {
	overflow: auto;
	/*border: 1px dotted grey;*/
	display: none; }
	.pageImagery {
		/*border: 1px dotted orange;*/
		position: absolute;
		top: -166px;
		height: 150px;
		width: 100%;
		background-repeat: no-repeat;
		padding: 0px; 
		margin-bottom: 20px;}
	.pageImagery img {
		margin-right: 5px; }

#pageText {
		top: 0px;
		left: 0px;
		height: auto;
		width: 37em;
		/*border: 1px yellow dotted;*/
		padding: 0px 0px 0px 0px;
		margin: 2px 0px 0px 0px; }
	/*.newsText {
		position: relative;
		top: 0px;
		left: 0px;
		width: 37em;
		height: auto;
		padding: 0px 0px 0px 0px;
		margin: 2px 0px 0px 0px;}*/
	.scrollButton {
		position: absolute;
		left: -35px;
		width: 24px;
		height: 14px;
		opacity: .8; }
	#scrollUp {
		display: none;
		bottom: 18px;
		background: url('../images/siteComponents/arrowUp.png') no-repeat; }
	#scrollDown {
		display: none;
		bottom: 0px;
		background: url('../images/siteComponents/arrowDown.png') no-repeat; }

#ieMessage {
	color: #bbb;
	display: none; }

#siteMeter {
	display: none; }

#footer {
	display: block;
	position: relative;
	width: 720px;
	top: 245px;
	left: 200px;
    color: #3f372f;
    opacity: 0;
    -webkit-transition: all 2s linear;
    /*-webkit-transition: opacity 2s linear;*/
    border-top: 1px #555 solid;
	font-size: 10px;
	font-weight: bold;
	text-transform: lowercase;
	letter-spacing: .05em; }

.projectBackButton {
	font-size: 10px;
	font-style: italic; 
	color: #78786e; }
		
.projectBackButton:hover {
	cursor: pointer; 
	color: #fff;}
