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


html
{
	height: 100%;
}

body
{
	background-image: url(images/background.png);
	background-repeat:no-repeat;
	background-position: top center;
	background-color: #DFDFDF;
	margin:0;
	padding:0;
	text-align:center;
	min-height: 100%;
	height: 100%;
}

.container
{
	margin:0 auto;
	text-align:left;
	width:971px;
	position:relative;
	padding-top:17px;
}

.site-header
{
	height: 27px;
	margin: 0 0 37px 3px;
}

.site-header .site-logo
{
	padding-left: 14px;
}

.site-header .honeywell-link
{
	padding-left: 15px;
	padding-right: 19px;
	background-image:url(images/right_arrow.png);
	background-repeat:no-repeat;
	background-position:left center;
	color:#ed2228;
	font-weight:bold;
	font-size:83%;
	position:absolute;
	right: 0px;
	top:25px;
	text-decoration:none;
	width: 85px;
}

.site-nav
{
	width:963px;
	height: 29px;
	position:absolute;
	left:-9px;
	top:50px;
	z-index: 100;
	background-image:url(images/nav_bg.png);
	background-repeat:no-repeat;
	padding-left:25px;
	padding-top: 13px;
}

.site-nav li
{
	float: left;
}

.site-nav a
{
	display:block;
	
	color: #575858;
	font-weight:bold;
	font-size:83%;
	margin-right:37px;
	text-decoration:none;
}

.site-nav a:hover, .site-nav a.selected
{
	color:#ed2028;
}

.site-nav .subnav:hover div
{
	display: block;
	z-index: 101;
}

.site-nav .subnav div
{
	display:none;
	background-image: url(images/tooltip-arrow.png);
	background-repeat: no-repeat;
	position:absolute;
	top:25px;
}

.site-nav #honeywell_innovations_subnav div
{
	left:85px;
	background-position:210px 0;
}

.site-nav #honeywell_sectors_subnav div
{
	left:15px;
	background-position:57px 0;
}

.site-nav #honeywell_challenges_subnav div
{
	left:25px;
	background-position:37px 0;
}

.site-nav .subnav ul
{
	margin-top: 6px;
	background-color:#ffffff;
	display:block;
	padding:25px;
}

.site-nav .subnav ul a
{
	margin-right: 0px;
	margin-bottom: 2px;
	font-weight:normal;
	text-transform:capitalize;
}

.site-nav #honeywell_innovations_subnav ul
{
	height:170px;
	width:540px;
}

.site-nav #honeywell_innovations_subnav ul a
{
	width: 180px;
}

.site-nav #honeywell_sectors_subnav ul
{
	height:60px;
}

.site-nav #honeywell_challenges_subnav ul
{
	height:35px;
}

.site-nav #honeywell_challenges_subnav li
{
	float:none;
}

.site-nav #honeywell_sectors_subnav ul a,
.site-nav #honeywell_challenges_subnav ul a
{
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}

.site-right-nav .rss
{
	background-image:url(images/rss.png);
	background-repeat:no-repeat;
	background-position:right center;
	margin-right:17px;
	padding-right:15px;
}

.site-right-nav 
{
	float: right;
	width: 270px;
}

.site-right-nav .media-contacts
{
	margin-right: 17px;
}

#bread_crumb_container
{
	position: absolute;
	z-index: 150;
	right: 0;
	top: 88px;
}

#bread_crumb_container li
{
	display: block;
	float: left;
	margin-right:7px;
	color: #575858;
	font-weight:bold;
	font-size:77%;
}

#bread_crumb_container li a
{
	color: #575858;
	font-weight:bold;

	margin-right:12px;
	text-decoration:none;
	text-transform: capitalize;
}

.footer
{
	height:20px;
	background-image: url(images/footer-bg.png);
	background-repeat: repeat-x;
	background-color:#eeeeee;
	color: #575858;
	font-weight:bold;
	font-size:70%;
	padding-top:10px;
	padding-left:18px;
	clear:both;
	position:relative;
	z-index:4;
	border-top: 7px solid #ffffff;
}

.footer a
{	
 	color: #575858;
	text-decoration:none;
}

.footer .copyright
{
	float:right;
	display:block;
	margin-right:15px;
}


/* Homepage */
.homepage-hero
{
	height: 471px;
	position:relative;
	
}

.homepage-hero .homepage-bg
{
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
}

.homepage-hero .highlight
{
	position: absolute;
	z-index: 3;
	top: 0;
	left: 0;
	width: 971px;
	height:75px;
}

.homepage-hero .left-panel-bg
{
	position: absolute;
	z-index: 2;
	top: 4px;
	left: 0;
}

.homepage-hero .right-panel-bg
{
	position: absolute;
	z-index: 2;
	top: 4px;
	right: 1px;
}

.homepage-hero .homepage-content
{
	position: absolute;
	z-index: 10;
	top: 0;
	left: 0;
	padding: 70px 190px 0px 45px;
}

.homepage-hero .homepage-content h2
{
	color: #8d8c8c;
	font-weight: bold;
	font-size: 167%;
	padding:65px 0 7px 230px;
	text-align:left;
	line-height: 35px;
}

.homepage-hero .homepage-list
{
	position:absolute;
	top:112px;	
}

.homepage-hero #energy-challenges-homepage-list
{
	left:39px;
}
.homepage-hero #industry-sectors-homepage-list
{
	right: -35px;	
}

.homepage-hero .homepage-list h3
{
	color: #575858;
	font-weight: bold;
	font-size: 123.1%;
	padding-bottom: 2px;
	
}

.homepage-hero .homepage-list ul
{
	
}

.homepage-hero .homepage-list li
{
	list-style:none;
	background-image: url(/images/home-panel-bullet.png);
	background-position: 0px 8px;
	background-repeat:no-repeat;
	margin-left:1px;
	margin-top:5px;
	padding-left: 17px;
}


.homepage-hero .homepage-list li a
{
	line-height: 23px;
	color: #fdf8f8;
	text-transform:uppercase;
	font-weight: bold;
	font-size: 93%;
	text-decoration: none;
}

.homepage-hero .homepage-list li a:hover
{
	border-bottom: 1px dotted #fdf8f8;
}

.homepage-hero .big-link
{
	background-color:#ED2028;
	background-image: url(/images/white-arrow.png);
	background-position: 14px 12px;
	background-repeat: no-repeat;
	bottom:28px;
	color:#F4F6F2;
	display:block;
	font-size:93%;
	font-weight:bold;
	line-height:30px;
	padding-left:30px;
	position:absolute;
	right:262px;
	text-decoration:none;
	width:417px;
	z-index:100;
	height:30px;
	
}



.homepage-modules
{
	margin-top:10px;
	position:relative;
	margin-bottom:-17px;
}

.homepage-modules .features
{
	position:absolute;
	left:-9px;
	top:-7px;
	width:364px;
	
	
}

.homepage-modules .features .hd
{
	height: 48px;
	background: url(images/features-box-top.png) no-repeat;
}

.homepage-modules .features .bd
{
	min-height: 10px;
	background: url(images/features-box-middle.png) repeat-y;
	
	padding-left:12px;
	padding-right:4px;
}

.homepage-modules .bd .post-container
{
	border-bottom: 1px solid #dbdbdb;
	padding:8px 16px;
	clear:both;
	overflow:auto;
}

.homepage-modules .bd img
{
	display:block;
	float:left;
	padding:0 10px 10px 0;
}

.homepage-modules .bd .first .title
{
	font-size: 108%;
}

.homepage-modules .bd .title
{
	color: #ed2028;
	font-size: 93%;
	font-weight: bold;
	text-decoration:none;
	
}

.homepage-modules .bd p
{
	clear: both;
	color: #606161;
	font-size: 85%;
	font-weight: bold;
	margin-top:5px;
}

.homepage-modules .bd .more,
.post .more,
.firstpost .more
{
	color: #ed2028;
	text-decoration:none;
	/*font-weight: bold;*/
	margin-left: 5px;
}

.homepage-modules .features .ft
{
	height: 20px;
	background: url(images/features-box-bottom.png) no-repeat;
}

.homepage-modules .news
{
	float:right;
	margin-bottom:-17px;
	position:relative;
	right:-8px;
	top:-7px;
	width:624px;
}

.homepage-modules .news .hd
{
	height: 48px;
	background: url(images/news-box-top.png) no-repeat;
}

.homepage-modules .news .bd
{
	min-height: 10px;
	background: url(images/news-box-middle.png) repeat-y;
	padding-left:9px;
	padding-right:9px;
}

.homepage-modules .news .bd p
{
	clear: none;
}

.homepage-modules .news .ft
{
	height: 20px;
	background: url(images/news-box-bottom.png) no-repeat;
}

.homepage-modules h3
{
	color:#575858;
	font-size:93%;
	font-weight:bold;
	padding-left:27px;
	padding-top:15px;
}

.homepage-modules .news form
{
	position: absolute;
	top: 14px;
	right: 27px;
}

.homepage-modules .news .searchButton
{
	background-image: url(images/home-search-button.png);
	width: 22px;
	height: 21px;
	text-indent: -10000px;
	border:none;
	display:block;
	float:left;
	cursor:pointer;
}

.homepage-modules .news .searchField
{
	height: 19px;
	border: 1px solid #dbdbdb;
	border-right: 0;
	display:block;
	float:left;
	width: 205px;
	font-size: 77%;
	font-weight: bold;
	color: #575858;
	height:13px;
	padding:3px;
	width:201px;
}

/*NEWS PAGE*/
.newspage-container
{
	width:970px;
	background-color:#fff;
}
.newspage
{
	
	position:relative;
	margin: 0 48px 0 48px;
	background-color:#ffffff;
}
.news-bg
{
	position: absolute;
	top:78px;
	z-index:0;
}
.newsheader
{
	margin: 95px 0 5px 48px;
	
	font-size:28px;
	
	color: #ffffff;
	position:relative;
	z-index:1;
}
.newspage .newsnav
{
	position:relative;
	z-index:10;
	height:56px;
	width:100%;
	background-color:#FFF;
	border: 1px solid #dbdbdb;
	border-top: 0;
	border-right: 0;
	border-left: 0;
}
.newspage .newsnav .catselector
{
	height:20px;
	width:364px;
	float:left;
	margin: 20px 0 0 23px;
	font-size: 14px;
	font-weight: bold;
	
	color: #8d9293;
}
.newspage .newsnav .catselector .dropdown
{
	border: 1px solid #dbdbdb;
	height:20px;
	width:220px;
	font-size: 14px;
	font-weight: bold;
	
	color: #8d9293;
}
.newspage .newsnav .searchbar
{
	height:20px;
	width:421px;
	float:left;
	position:absolute;
	margin: 22px 0 0 385px;
	font-size: 14px;
	font-weight: bold;
	
	color: #8d9293;
}
.newspage .newsnav .searchbar .searchField
{
	border: 1px solid #dbdbdb;
	border-right: 0;
	display:block;
	width: 348px;
	height: 19px;
	float:left;
	font-size: 14px;
	font-weight: bold;
	margin: -18px 0 0 58px;
	
	color: #8d9293;
}
.newspage .newsnav .searchbar .searchButton
{
	background-image: url(images/home-search-button.png);
	width: 22px;
	height: 21px;
	text-indent: -10000px;
	border:none;
	display:block;
	float:left;
	cursor:pointer;
	position:absolute;
	margin: -18px 0 0 407px;
}

.newspage .newsnav .rss
{
	height:21px;
	width:21px;
	float:right;
	margin: 20px 30px 0 0;
}
.newspage .blanknewsbar
{
	position:relative;
	z-index:10;
	height:25px;
	width:100%;
	background-color:#ffffff;
}
.newspage .newscontent
{
	position:relative;
	z-index:10;
	border: 1px solid #dbdbdb;
	height:100%;
	width:549px;
	border-top:0;
	border-bottom:0;
	border-left:0;
}
.newspage .newscontent .navigation a
{
	color: #ED2028;
	font-weight: bold;
	padding-left: 25px;
	text-decoration: none;
}
.newspage .newscontent .firstpost
{
	margin:0 25px 0 25px;	
}
.newspage .newscontent .firstpost h2
{
	font-size:18px;
	font-weight:bold;
	color:#ed2028;
}

.newspage .newscontent .firstpost
{
	padding-bottom:15px;
	font-size:12px;
	font-weight:normal;
	color:#606161;	
}
.newspage .newscontent .firstpost .image
{
	
}
.newspage .newscontent .firstpost a
{
	font-size:12px;
	font-weight:bold;
	color:#ee2e35;
}
.newspage .newscontent .post
{
	margin:0 25px 0 25px;	
}

.newspage .newscontent .post h2
{
	font-size:14px;
	font-weight:bold;
	color:#ed2028;
}

.newspage .newscontent .firstpost h3,
.newspage .newscontent .post h3
{
	font-size:11px;
	font-weight:normal;
	color:#606161;
	margin: 5px 0;
}
.newspage .newscontent .post
{
	padding-top:20px;
	padding-bottom:15px;
	font-size:11px;
	font-weight:normal;
	color:#606161;	
}
.newspage .newscontent .post a
{
	font-size:11px;
	font-weight:bold;
	color:#ee2e35;
}
.newspage .newsside
{
	z-index:10;
	float:right;
	width:325px;
	padding-bottom:15px;
}
.newspage .newsside .content
{
	margin: 0 15px 0 15px;
}
.newspage .newsside .newscontent
{
	width:383px;
	height:100%;
	padding-top:25px;
	border:none;
}
.newspage .newsside .newscontent .firstpost,
.newspage .newsside .newscontent .post
{
	margin:0 25px 0 15px;	
}
.newspage .newsside .content a
{
	text-decoration:none;
	
	color:#ed2028;
}
/* VIDEO LIST PAGE */
.video-list-container
{
	height: 470px;
	position:relative;
	border-bottom: 5px solid #FFF;	
}

.video-list-container .video-list-container-bg
{
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
}

.video-list-container .video-list-container-content
{
	position: absolute;
	z-index: 10;
	top: 0;
	left: 0;
	
}

.video-list-container .video-player
{
	position: absolute;
	left: 500px;
	top: 70px;
	width: 418px;
	height: 308px;
	background-color: #000;
	float: left;
	border:1px solid #fff;
	z-index:2;
}

.video-list-container .video-player-shadow
{
	width:453px;
	height:340px;
	position:absolute;
	left:483px;
	top:56px;
	z-index:1;
}

.video-list-container .video-header
{	
	position: absolute;
	left: 23px;
	top: 103px;
	float: left;
	padding-left: 20px;
	padding-top: 10px;
	width: 400px;
}

.video-list-container .video-header h1
{
	color: #FFF;
	font-size: 212%;
}

.video-list-container .video-header h2
{	
	color: #575858;
	font-size: 182%;
	text-transform:capitalize;
}

.video-list-container .topic-list
{
	background-image:url(images/dark-bg.png);
	height:124px;
	left:46px;
	position:absolute;
	top:165px;
	width:93px;
	padding-left:22px;
	padding-top:24px;
	z-index:3;
}

.video-list-container .topic-list a
{
	color:#afafaf;
	font-weight: bold;
	font-size: 77%;
	text-decoration: none;
	text-transform: uppercase;
	display:block;
	margin-bottom: 5px;
}

.video-list-container .topic-list a.selected
{
	color: #FFF;
	outline: none;
}

.video-list-container .section-list
{
	position: absolute;
	left: 153px;
	top: 165px;
	width: 127px;
	height: 124px;
	background-image: url(images/section-list-bg.png);
	padding-left: 22px;
	padding-top: 24px;
	display:none;
	z-index:2;
}

.video-list-container .section-list li
{
	padding-bottom: 3px;
}

.video-list-container .section-list a
{
	color: #494949;
	font-weight: bold;
	font-size: 77%;
	text-decoration: none;
	text-transform: uppercase;
	display:block;
	margin-bottom: 5px;
}

.video-list-container .section-list a.selected
{
	color: #FFF;
	outline: none;
}

.video-list-container .subsection-list
{
	position: absolute;
	left: 293px;
	top: 165px;
	display:none;
	width: 207px;
	height: 124px;
	background-image: url(images/white-bg.png);
	padding-left: 22px;
	padding-top: 24px;
	z-index:1;
}

.video-list-container .subsection-list h3
{
	color: #7e8080;
	font-weight: bold;
	font-size: 77%;
	padding-bottom: 3px;
}

.video-list-container .subsection-list ul
{
	display: none;
}

.video-list-container .subsection-list li
{
	padding-bottom: 3px;
}

.video-list-container .subsection-list a
{
	color: #5f6162;
	font-weight: bold;
	font-size: 77%;
	text-decoration: none;
	text-transform: uppercase;
	display:block;
	margin-bottom: 5px;
	
}

.video-list-container .subsection-list a.selected
{
	color: #ed2028;
	outline: none;
}

.video-list-container .big-link
{
	background-color: #ed2028;
	width: 439px;
	padding-left: 30px;
	line-height: 30px;
	display: block;
	background-image: url(images/white-arrow.png);
	background-repeat: no-repeat;
	background-position: 14px 12px;
	
	color: #f4f6f2;
	font-weight: bold;
	font-size: 93%;
	text-decoration:none;
	position: absolute;
	right: 2px;
	bottom: 48px;
	z-index: 100;
	
}

/* INNOVATIONS LIST PAGE */
.innovations-container
{
	height: 470px;
	position:relative;
	border-bottom: 5px solid #FFF;
	
}

.innovations-container-bg
{
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
}

.innovations-container-header
{
	position: absolute;
	z-index: 10;
	top: 75px;
	left: 45px;
	padding-bottom: 7px;
	border-bottom: 1px solid #FFF;
	width: 875px;
}

.innovations-container-header h1
{
	color: #FFF;
	font-size: 212%;
	float: left;
	margin-right: 60px;
	
}


.innovations-container-header .filters-header
{
	float: left;
	color: #FFF;
	font-weight: bold;
	font-size: 107%;
	margin-top: 10px;
	margin-right: 15px;
}

.innovations-container-header label
{
	color: #575858;
	font-weight: bold;
	font-size: 93%;
	display:block;
	float:left;
	margin-top:12px;
}

.innovations-container-header select
{
	width: 165px;
	margin-left: 6px;
	color: #575858;
	font-weight: bold;
	font-size: 93%;
	display:block;
	float:left;
	margin-top:10px;
	text-transform: capitalize;
}

.innovations-container-header #sector
{
	margin-right:28px;
}

.innovations-container-content
{
	position: absolute;
	z-index: 11;
	top: 135px;
	left: 45px;
	height: 292px;
	width: 875px;
	overflow: auto;
	
}

.innovations-container-content .innovation
{
	border: 1px solid #ececec;
	margin-right: 20px;
	margin-bottom: 20px;
	width: 148px;
	height: 136px;
	float: left;
	
}

.innovations-container-content .innovation a
{
	text-decoration: none;
}

.innovations-container-content .innovation:hover,
.innovations-container-content .innovation_hover
{
	border: 1px solid #FFF;
}

.innovations-container-content .innovation img
{
	width: 148px;
	height: 99px;
	border-bottom: 1px solid #ececec;
	display:block;
}

.innovations-container-content .innovation span
{
	display:block;
	width: 138px;
	height: 26px;
	padding: 5px;
	color: #575858;
	font-weight: bold;
	font-size: 77%;
	background-color: #FFF;
	
}

.innovations-container-content .innovation:hover span,
.innovations-container-content .innovation_hover span
{
	background-color: #ed2028;
	color: #FFF;
}

/* INNOVATION PAGE */
.innovation-container
{
	height: 470px;
	position:relative;
	border-bottom: 5px solid #FFF;
	
}

.innovation-container-bg
{
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
}

.innovation-container-content
{
	position: absolute;
	z-index: 10;
	top: 0;
	left: 0;
	
}

.innovation-container .video-player
{
	position: absolute;
	left: 45px;
	top: 70px;
	width: 418px;
	height: 308px;
	background-color: #000;
	border:1px solid #fff;
	float: left;
	z-index:2;
}

.innovation-container .video-player-shadow
{
	width:453px;
	height:340px;
	position:absolute;
	left:27px;
	top:56px;
	z-index:1;
}

.innovation-container .video-header
{	
	position: absolute;
	left: 464px;
	top: 85px;
	
	float: left;
	padding-left: 20px;
	padding-top: 10px;
	width: 400px;
}

.innovation-container .video-header h1
{
	color: #FFF;
	
	font-size: 212%;
}

.innovation-container .video-header h2
{	
	color: #575858;
	font-size: 182%;
	text-transform:capitalize;
}

.innovation-container .description-container
{
	position: absolute;
	left: 464px;
	top: 165px;
	
	width: 422px;
	height: 96px;
	
	background-image: url(images/white-bg.png);
	padding: 15px 5px 10px 20px;
}

.innovation-container .description
{
	width: 422px;
	height: 96px;
	overflow: auto;
	color: #7e8080;
	font-weight: bold;
	font-size: 85%;
}

.innovation-container .associations-list
{
	position: absolute;
	left: 464px;
	top: 286px;
	width: 447px;
	background-image: url(images/gray-bg.png);
	padding: 10px 0px 0px 0px;
}

.innovation-container .associatedChallenges
{
	height:30px;
}

.innovation-container .associations-list ul
{
	display:block;
	
	clear:both;
	margin-left: 20px;
}

.innovation-container .associations-list li
{
	display:block;
	margin-bottom: 7px;
	float: left;
	color: #FFF;
	font-weight: bold;
	font-size: 85%;
	margin-right: 10px;
}

.innovation-container .associations-list .indented
{
	/*padding-left: 10px;*/
}

.innovation-container .associations-list li a
{
	color: #FFF;
	text-decoration: underline;
	text-transform: capitalize;
}

.innovation-container .big-link
{
	background-color: #ed2028;
	width: 454px;
	line-height: 30px;
	display: block;
	background-image: url(images/white-arrow.png);
	background-repeat: no-repeat;
	background-position: 320px 12px;
	text-align: right;
	color: #f4f6f2;
	font-weight: bold;
	font-size: 93%;
	text-decoration:none;
	position: absolute;
	left: 0px;
	bottom: 22px;
	z-index: 100;
	padding-right: 10px;
	
}
/* ARTICLE PAGE */

.newsheader .backButton
{
	/*background-image:url(images/singlepage-back-button.png);*/
	float:right;
	width: 56px;
	height: 20px;
	margin-right: 48px;
	margin-top: 10px;
	cursor:pointer;
	/*text-indent: -10000px;*/
}
.article
{

}
.article .post h2
{
	font-size:18px;
	font-weight:bold;
	padding-bottom:10px;
	color:#ed2028;
}
.article .post h3
{
	font-size:11px;
	color:#606161;
	padding-bottom:10px;
}	

.article .post .attachment-post-thumbnail
{
	margin: 10px 0;
}

.addthis
{
	padding-top: 35px;
	padding-bottom: 70px;
}

.notfound
{
	margin-left: 20px;
}

.notfound h2
{
	font-size: 167%;
	font-weight: bold;
}

.clear
{
	clear: both;
}
/*//////// news ticker styles /////////////*/
.gfg-horizontal-root .gfg-entry .gf-result .gf-relativePublishedDate,
.gfg-horizontal-root .gfg-entry .gf-result .gf-spacer,
.gfg-branding,
.gfg-title
{
	display:none;
}

.gfg-horizontal-root
{
	border:none;
	margin:0;
	text-align:left;
	font-family:inherit;
	padding:0;
	font-size:inherit;
	width: 300px;
	margin-top:1px;
}
.gfg-horizontal-root .gfg-entry .gf-result,
.gfg-entry .gf-result,
.gfg-entry
{
	background:none;
}

.gfg-horizontal-root .gfg-entry .gf-result .gf-title
{
	color:#ed2028;
	text-decoration:underline;
	font-size: 85%;
	font-weight:bold;
}

#feed-control
{
	position:absolute;
	top:9px;
	right:30px;
}

#news-feed-title-caption
{
	color:#616262;
	font-size:85%;
	font-weight:bold;
	position:absolute;
	right:354px;
	top:14px;
}
