html,html body {
	margin:0;
	padding:0;
	height:100%; /* needed for container min-height */
}
body{
	color:#464646;
	font-family:"Trebuchet MS",Arial,Helvetica,sans-serif;
	font-size:14px;
	line-height:20px;
	margin:0px;
	background:#F1F1F1 url("../images/sitebg.png") no-repeat;
	
}
p{
	padding:5px 0px;
	margin:0px;
	text-align:left;
}
h1, h2, h3, h4, h5, h6{	
	font-family:'Archivo Narrow', "Trebuchet MS",Arial,Helvetica,sans-serif;
	font-size:12px;
	padding:5px 0px;
	margin:0px;
	font-weight:normal;
	clear:both
}
h1{
	color:#5E9B34;
	font-size:1.8em;
	padding:0px 0px 10px 0px;
	line-height:normal;
	font-weight:normal;
}
h2{
	color:#999999;
	font-size:1.2em;
}

a:link, a:visited{
	color:#5E9B34;
	text-decoration:none
}
a:hover{
	color:#FF9900;
}


/**********************************************************/
/*header */
/**********************************************************/
#header{
	width:1149px;
	height:100px;
	overflow:hidden;
	margin:0px auto;
	position:relative; /* needed for footer positioning*/
	z-index:1;
	/*background-color:#fff;*/
}

/*logo */
#logo{
	background:url("../images/logo.png") no-repeat;
	width:298px;
	height:80px;
	display:block;
	margin-top:10px;
	margin-left:0px;
	cursor:pointer;
}

#logo .shimmer{
	width:298px;
	height:80px;
	background:url("../images/shimmer.png") no-repeat;
	background-position:-113px, 0;
}

#top-right{
	position:absolute;
	right:10px;
	top:0px;
	width:176px;
	height:30px;
}

#top-right #portallink{
	position:absolute;
	width:88px;
	height:30px;
	left:0px;
	top:0px;
}

/*#top-right #portallink a:link{
	display:inline-block;
	width:88px;
	height:30px;
	background:url("../images/portal.jpg") no-repeat;
}

#top-right #portallink a:hover{
	background-position:bottom left;
}

#top-right #searchbox{
	width:288px;
	position:absolute;
	right:0px;
	text-align:right;
}
*/
#top-right #searchbox a.email:link{
	display:inline-block;
	width:88px;
	height:30px;
	background:url("../images/email.png") no-repeat;
	background-position:bottom left;
}

#top-right #searchbox a.email:hover{
	background-position:top left;
  }

#top-right #searchbox a.portal:link{
	display:inline-block;
	width:88px;
	height:30px;
	background:url("../images/portal.jpg") no-repeat;
	background-position:bottom left;
/* IE 8 */	
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";

  /* IE 5-7 */
  filter: alpha(opacity=80);

  /* Netscape */
  -moz-opacity: 0.8;

  /* Safari 1.x */
  -khtml-opacity: 0.8;

  /* Good browsers */
  opacity: 0.8;
}

#top-right #searchbox a.portal:hover{
	background-position:top left;
	
	
  
}

.input{
	border:1px solid #FF8F09;
	color:#555555;
	padding:5px;
}

/*
#top-right #searchbox input{
	border:1px solid #FF8F09;
	border-right:0;
	height:20px;
	color:#999999;
	width:196px;
	float:left;
	padding-left:5px;
	padding-left:4px\9;
}

#top-right #searchbox a:link{
	display:inline-block;
	width:86px;
	height:24px;
	background:url("../images/search.png") no-repeat;
	float:right;
}

#top-right #searchbox a:hover{
	background-position:bottom left;
}
*/
/*top navigation */
#top-menu{
	height:35px;
	position:absolute;
	bottom:-1px;
	right:0px;
	font-family:'Archivo Narrow', "Trebuchet MS",Arial,Helvetica,sans-serif;
	background:#ffffff;
}

#top-menu a:link{
	text-transform:uppercase;
	text-decoration:none;
	color:#555555;
	font-size:1.1em;
	display:inline-block;
	padding-top:8px;
	padding-left:15px;
	padding-right:15px;
	margin-left:-3px;
	height:35px;
	position:relative;
	text-align:center;
	
}

#top-menu a:visited{
	color:#555555;
}


#top-menu a:hover{
	color:#ffffff;
	background-color:#599130;
}

#top-menu a:active{
	color:#555555;
}

#top-menu .selected{
	color:#ffffff;
	background-color:#599130;
}

#top-menu a.selected:link, #top-menu a.selected:visited, #top-menu a.selected:active{
	color:#ffffff;
}

#link-01 .shimmer, #link-02 .shimmer, #link-03 .shimmer, #link-04 .shimmer, #link-05 .shimmer{
	position:absolute;
	height:35px;
	top:0px;
	left:0px;
	background:url("../images/shimmer-m.png") no-repeat;
	display:none;
}

#link-01{
	width:50px;
}

#link-01 .shimmer{
	width:80px;
}


#link-02, #link-03{
	width:70px;
}

#link-02 .shimmer, #link-03 .shimmer, #link-05 .shimmer{
	width:100px;
}

#link-05{
	width:90px;
}
#link-05 .shimmer{
	width:120px;
}
#link-04{
	width:130px;
}
#link-04 .shimmer{
	width:160px;
}

#banner{
	width:100%;
	height:361px;
	overflow:hidden;
	margin:0px auto;
	position:relative; /* needed for footer positioning*/
	background: #17250D url("../images/banner-bg.jpg") center no-repeat;
}

#banner #carousel{
	width:1149px;
	padding-top:10px;
	margin:0px auto;
}

/**********************************************************/
/*container */
/**********************************************************/
#container {
	background:#fff;	
	position:relative; /* needed for footer positioning*/
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	margin:0px auto;
	overflow:visible;	
	background: #ffffff url("../images/content-bg.png") repeat-x;
	min-height:200px;
}
/**********************************************************/
/*content */
/**********************************************************/
#content{
	width:1149px;
	margin:0px auto;
	padding-top:10px;
}


#currentTrend, #centralPanel, #rightPanel, #techPanel{
	border:0;
	padding:10px;
	padding-left:19px;
	padding-right:19px;
}

#currentTrend{
	background-color:#EBEBEB;
}

#rightPanel{
	background-color:#EBF3E6;
}

#techPanel{
 border:1px solid #D7D7D7;
}

#currentTrend legend, #centralPanel legend, #rightPanel legend, #techPanel legend{
	font-family:'Archivo Narrow', "Trebuchet MS",Arial,Helvetica,sans-serif;
	font-size:1.2em;
	text-transform:uppercase;
	padding: 4px;
	background-color:#5E9B34;
	margin:0px;
	color:#fff;
}

#centralPanel legend{
	background-color:#000;
}

#currentTrend_Content, #rightPanel_Content, #techPanel_Content{
	width:100%; height:100%;
	background: center url("../images/loading.gif") no-repeat;
	font-family: 'Roboto Slab', "Trebuchet MS",Arial,Helvetica,sans-serif;
	font-size:13pt;
}

#techPanel_Content{
	min-height:80px;
}


.tech-text{
	float:right; text-align:right; width:500px;
	font-size:1.2em;
	font-style:italic;
}

#footer {
	background:#ffffff url("../images/footer-gb.jpg") repeat-x;
	width:100%;
	height:60px;
	position:relative;
	bottom:0px; /* stick to bottom */
	margin:auto;
}

#footer-content{
	width:1149px;
	margin:0px auto;
	padding-top:20px;
	background: #ffffff url("../images/footer.png") no-repeat;
	background-position:0px 10px;
	position:relative;
}

#footer #footernav{
	width:700px;
	position:absolute;
	left:0px; top:17px;
}

#footer #copyright{
	width:500px;
	position:absolute;
	top:17px;
	right:0px;
	color:#636363;
	font-size:0.9em;
	text-align:right;
}

#footer #footernav a:link, #footer #footernav a:visited{
	color:#636363;
	font-size:0.9em;
}
#footer #footernav a:hover{
	color:#000;
	text-decoration:underline
}

.footert-text{
	text-align:center;
	font-size:14px;
}

#searchresult{
	display:none;
}

#searchresult button, .button{
	background-color:#5F8145;
	border:1px solid #587841;
	color:#fff;
	padding:5px;
}

#contact-sent-msg{
	position:absolute;
	width:500px; background-color:#477526; padding:5px;color:#fff;
	top:30px;
	right:10px; 
	-webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    display:none;
    box-shadow: 5px 5px 5px #888888;
}

label.error {
    margin-left:9px;
    padding:1px 5px 0px 5px;
    font-size:0.75em;
    color:#ff0000;
    font-weight:bold;
}

.highlight{
	font-family:'Archivo Narrow', "Trebuchet MS",Arial,Helvetica,sans-serif;
	font-size:1.2em;
	color:#FF9146;
	padding-top:3px; padding-bottom:3px; padding-left:22px;
	background:url("../images/bullet.png") no-repeat;
}

.gtext{
	font-family: 'Archivo Narrow'; font-size:1.2em
}