/* $Id: base.css 2334 2015-01-15 15:40:03Z chad $ */

@import url('../fonts/VAGRoundedStdThin.css');

/* Standard stuff */
body, td, th, textarea, input {
	font-family:"Lucida Grande", "Lucida Sans Std", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	font-size:12px;
	color:#222;
}
body {
	background:url("../images/bg.jpg") repeat-x top left;
	margin:0;
}
a {
	color:#076324;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
img {
	border:0;
}

.clear {
	clear:both;
	height:0;
}
/* Header - logo */
h1 {
	float:left;
	margin:22px -457px 0 0;
}
h1 a {
	display:block;
	text-indent:-9999px;
	width:459px;
	height:65px;
	background:url('../images/mwe-logo.png') no-repeat right bottom;
}
/* Header - second level, box headings */
h2 {
	font-family:"VAGRoundedStdThin", "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#076324;
	font-size:18px;
	padding:10px 0 6px 0;
	margin:0 0 6px;
	xborder-bottom:1px dotted #CCCCCC;
	font-weight:normal;
}
/* Header - secondary box headings */
h3 {
	font-size:16px;
	color:#076324;
	font-family:"VAGRoundedStdThin", "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin-bottom:0;
	font-weight:normal;
}
h4 {
	font-size:14px;
	color:#B69104;
	font-family:'Rockwell', Georgia, "Times New Roman", Times, serif;
	margin-bottom:6px;
	font-weight:normal;
}
/* Header - login */
#login {
	float:right;
	background-image:url("../images/login-bg.jpg");
	padding-left:-12px;
	*width:640px;
}
#login ul {
	float:left;
	list-style:none;
	margin:0;
	padding: 10px 10px 0 10px;
	display:inline;
	background:url("../images/login-bg-left.jpg") no-repeat top left;
	height:22px;
}
#login ul li {
	float:left;
	padding:0 10px;
	color:#808080;
	font-size:10px;
	text-transform:uppercase;
	border-right: 1px solid #808080;
	font-weight:bold;
}
#login ul li a {
	color:#808080;
}

#login form.search {
	float:right;
	padding:0px;
	margin:0px;
	height:32px;
	font-size:9px;
	background:url("../images/login-bg-right.jpg") no-repeat top right;
	padding-right:1px;
}
#login form.search input.text-input {
	border:1px solid #D4D4D4;
	width:176px;
	xheight:17px;
	line-height:17px;
	color:#B6B6B6;
	font-size:8px;
	font-weight:bold;
	text-transform:uppercase;
	margin-top:5px;
	padding:5px 0 5px 2px;
}
#login form.search input.button {
	padding: 0px 4px 0 4px;
	vertical-align:top;
}
/* Header - Follow links */
ul.follow {
	clear:right;
	float:right;
	display:block;
	list-style:none;
	margin:17px 0 0;
	width:400px;
}
ul.follow li {
	display:block;
	float:left;
}
ul.follow li.copy {
	width:100px;
	margin-top:15px;
	color:#777874;
	font-size:14px;
	text-align:right;
}
ul.follow li span {
	display:none;
}
ul.follow li a {
	background:url("../images/social-icons-v3.jpg") no-repeat;
	display:block;
	width:32px;
	height:32px;
	margin-left:10px;
}
ul.follow li a.meritalk  {
	background-position:0px 0px;
}
ul.follow li a.facebook  {
	background-position:-32px 0px;
}
ul.follow li a.twitter {
	background-position:-64px 0px;
}
ul.follow li a.linkedin {
	background-position:-96px 0px;
}
ul.follow li a.pinterest {
	background-position:-128px 0px;
}
ul.follow li a.gplus {
	background-position:-160px 0px;
}
ul.follow li a.youtube {
	background-position:-192px 0px;
}
/* Navigation */
ul#nav {
	display:block;
	position: relative;
	clear:both;
	height:40px;
	margin:0;
	padding:12px 0 0;
	list-style:none;
	background:url("../images/bg-nav.gif") repeat-x right 12px;
	z-index:80000;
}
ul#nav li {
	display:block;
	float:left;
	padding-left:15px;
	position:relative;
}
ul#nav li a {
	display:block;
	float:left;
	height:46px;
	color:#555555;
	font-family:'Droid Sans', "Lucida Sans Unicode", Arial, sans-serif;
	font-size:13px;
	letter-spacing:normal !important;
	letter-spacing:-1px;
	line-height:40px;
    text-decoration:none;
}
ul#nav li a span {
	float:left;
	position:relative;
	margin:0 4px 0 -4px;
	padding:0px 8px 6px 8px;
	cursor:pointer;
}
ul#nav li a.current, ul#nav li a:hover, ul#nav li.over a {
	background:url(../images/nav-over.jpg) no-repeat top right;

}
ul#nav li a.current span, ul#nav li a:hover span, ul#nav li.over a span {
	background:url(../images/nav-over.jpg) no-repeat top left;
}
ul#nav li.home {
	padding:0;
}
ul#nav li.home a, ul#nav li.home a.current, ul#nav li.home a:hover {
	width:49px;
	height:40px;
	background:url('../images/home.jpg') no-repeat;
}
ul#nav li.home a span {
	display:none;
}

ul#nav li ul {
	background-image:url('../images/nav-dropdown-wide.jpg');
	background-repeat:no-repeat;
	display: none;
	position: absolute;
	width:145px;
	margin-top:40px;
	margin-left:11px;
	left:0;
	padding:0;
	background-color:#ECFFC0;
	border:1px solid #8CB724;
    -moz-border-radius-topright:4px;
    -moz-border-radius-bottomleft:4px;
    -moz-border-radius-bottomright:4px;
	-webkit-border-top-right-radius:4px;
	-webkit-border-bottom-left-radius:4px;
	-webkit-border-bottom-right-radius:4px;
	border-top:none;
}
ul#nav li ul li {
	font-size:11px;
	width:124px;
	height:auto;
	margin:0;
	margin:4px 0px 4px 2px;;
	padding:-12px 0 0 14px;
	background-image:url('../images/dropdown-arrow.gif');
	background-repeat:no-repeat;
	background-position:6px 4px;

}
#nav li:hover ul, #nav li.over ul {
	display: block;
	z-index:100;
}

ul#nav li ul li a, ul#nav li.over ul li a {
	font-size:12px;
	background:none;
	height:auto;
	display:block;
	padding:2x 8px -4px 2px;
	line-height:16px;
	float:none;
}
ul#nav li ul li a:hover {
	background:none;
	text-decoration:underline;
}
ul#nav li ul.double {
	width:268px;
	height:230px;
}
ul#nav li ul.double-wide{
	margin-left:124px;
	border:none;
	background:none;
}
ul#nav li ul li ul  {
	display:block;
	list-style-type:disc;
	background:none;
	border:none;
	margin:0;
	padding:0;
	line-height:16px;
	position:static;
}
ul#nav li ul li ul li, ul#nav li ul li ul li a {
	display:block;
	list-style-type:disc;
	background:none;
	line-height:16px;
	margin:2px 0 0 0px;
	padding:0 6px;
	float:none;
	overflow:hidden;
}
/* Title - Share Area */
#page-title {
	width:600px;
	float:left;
	margin:12px 0 10px 0;
	padding:0;
	color:#076324;
	font-family:"VAGRoundedStdThin", "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:30px;
}

#page-title span {
	font-size:18px;
	color:#b69104;
	text-transform:uppercase;
}

#share-links {
	width:284px;
	height:24px;
	float:right;
	margin:12px 3px 0 0;
	padding:6px 8px 0 8px;
	background:url(../images/bg-share-links.gif);
}

#share-links a {
	color:#707070;
	font-size:11px;
	text-decoration:none;
}

#share-links a:hover {
	text-decoration:underline;
}

#share-links a.print {
	background:url(../images/icon-print.png) no-repeat;
	padding-left:20px;
}

#share-links a.email {
	background:url(../images/icon-email.png) no-repeat;
	padding-left:24px;
	margin-left:11px;
}

.addthis_toolbox {
	float:right;
	padding-top:1px;
}

/* Basic Layout */
#wrapper {
	width:918px;
	margin:0 auto;
}
#left-column {
	width:608px;
	float:left;
	margin:0 0 0 -5px;
	line-height:18px;
	position:relative;
}
#left-column-wide {
	width:920px;
	float:left;
	margin:0 0 0 -5px;
	line-height:18px;
	position: relative;
}
#right-column {
	width:306px;
	float:right;
	margin:5px 0 0 0;
}
/* Footer */
#footer {
	width:918px;
	clear:both;
	font-size:10px;
	color:#898989;
	padding-bottom:15px;
}
#footer .footer-left {
	float:left;
}
#footer .footer-right {
	float:right;
	text-align:right;
}
#footer a {
	color:#898989;
	text-decoration:none;
}
#footer a:hover {
	text-decoration:underline;
}
/* Box Layouts - Global */
.box .view-all, .box-home .view-all {
	width:71px;
	height:18px;
	text-indent:-9999px;
	background:url(../images/view-all.jpg) no-repeat;
	margin:-33px 0 0 0;
	float:right;
}
.inside-view-all {
	width:71px;
	height:18px;
	text-indent:-9999px;
	background:url(../images/view-all.jpg) no-repeat;
	margin:-20px 0 0 0;
	float:right;
}
.box .rss-feed a {
	width:20px;
	height:20px;
	text-indent:-9999px;
	background:url(../images/rss_feed.jpg) no-repeat;
	margin:0 0 0 0;
	float:right;
}
.box .post input,
.box .post a {
	width:71px;
	height:18px;
	text-indent:-9999px;
	background:url(../images/post.jpg) no-repeat;
	margin:10px 0 0 0;
	float:right;
}
/* Box Layouts - Left Column*/
#left-column .box-top {
	background:url("../images/box-top-lg.png") no-repeat;
	width:608px;
	height:7px;
	margin:0;
	padding:0;
}
#left-column .box-wide-top {
	background:url("../images/thm-fullpage-top.png") no-repeat;
	width:922px;
	height:17px;
	margin:0;
	padding:0;
}
#left-column .box-home {
	background:url("../images/box-slice-lg.png") repeat-y;
	width:578px;
	padding:8px 15px 15px 15px;
}

#left-column .box {
	background:url("../images/box-slice-lg.png") repeat-y;
	width:558px;
	padding:8px 25px 8px 25px;
}
#left-column .box-wide {
	background:url("../images/thm-fullpage-middle.png") repeat-y;
	width:922px;
	padding:8px 25px 8px 25px;
}
#left-column .box-bottom {
	background:url("../images/box-bottom-lg.png") no-repeat;
	width:608px;
	height:6px;
	margin-bottom:7px;
	padding:0;
}
#left-column .box-wide-bottom {
	background:url("../images/thm-fullpage-bottom.png") no-repeat;
	width:922px;
	height:17px;
	margin-bottom:7px;
	padding:0;
}
#right-column .box-top {
	width:306px;
	background:url(../images/box-top-sm.png) no-repeat;
	height:5px;
	margin-top:-5px;
}
/* Box Layouts - Right Column */
#right-column .box {
	width:276px;
	background:url(../images/box-slice-sm.png) repeat-y;
	padding:0 15px;
}
#right-column .box-bottom {
	width:306px;
	background:url(../images/box-bottom-sm.png) top left no-repeat;
	height:5px;
	margin-bottom:12px;
}
#right-column .box ul {
	margin:0;
	padding:0;
	list-style:none;
}
#right-column .box ul li {
	background:url(../images/arrow-lg.jpg) no-repeat 0 20px;
	padding:20px 0 20px 25px;
	border-top:1px dotted #D7D7D7;
}
#right-column .box ul li strong a {
	font-family:Rockwell, Georgia, "Times New Roman", serif;
	font-size:13px;
	font-weight:normal;
	text-decoration:none;
	line-height:16px;
	color:#B69104;
}
#right-column .box ul li strong a:hover {
	text-decoration:underline;
}
#right-column .box ul ul li {
	background:none;
	padding:6px 0;
	border:0;
	color:#898989;
	font-size:10px;
	font-style:normal;
}
#right-column .box ul ul li .subtitle a {
	font-size:12px;
	color:#363636;
}
#right-column .box ul ul li .tags a {
	color:#898989;
}

#right-column .box .top-news-details {
	font-size:10px;
	color:#898989;
	margin-top:4px;
}

#right-column .box .top-news-details a {
	font-size:10px;
	color:#898989;
}

/**********************************************************************/

#left-column ul.tile-2,
#left-column ul.tile-3 {
	margin:0;
	padding:0;
	list-style:none;
	display:block;
}
#left-column ul.tile-2 li,
#left-column ul.tile-3 li {
	display:block;
	float:left;
	padding:15px 15px 15px 0;
	border-top:1px dotted #CCC;
}
#left-column ul.tile-2 li {
	width:270px;
}
#left-column ul.tile-3 li {
	width:175px;
}
#left-column ul.tile-2 li.leader,
#left-column ul.tile-3 li.leader {
	clear:both;
}
#left-column ul.tile-2 li .image,
#left-column ul.tile-3 li .image {
	border:2px solid #D7D7D7;
	width:84px;
	height:84px;
	margin-bottom:10px;
	float:left;
}
ul.tile-2 li .date,
ul.tile-3 li .date {
	font-family:Rockwell, Georgia, "Times New Roman", serif;
	font-size:12px;
	text-transform:uppercase;
	line-height:18px;
	color:#B69104;
	width:170px;
	margin:-5px 0 0 10px;
	float:right;
}
ul.tile-2 li .title a,
ul.tile-3 li .title a {
	font-size:13px;
	line-height:18px;
	width:170px;
	padding-bottom:8px;
	margin-left:10px;
	float:right;
}
ul.tile-2 li .subtitle a,
ul.tile-3 li .subtitle a {
	color:#363636;
	width:170px;
	padding-bottom:8px;
	margin:5px 0 0 10px;
	float:right;
	font-weight:bold;
	letter-spacing:-0.75px;
}
ul.tile-2 li .teaser,
ul.tile-3 li .teaser {
	font-size:11.5px;
	line-height:16px;
	color:#707070;
	width:170px;
	margin-left:10px;
	float:right;
}
ul.tile-2 li .register a,
ul.tile-2 li .more-link a,
ul.tile-3 li .more-link a {
	width:80px;
	background-image:url(../images/carat-more-hp.gif);
	background-position:65px 4px;
	margin-left: 5px;
	background-repeat:no-repeat;
	font-size:11px;
	color:#898989;
	text-transform:uppercase;
	text-decoration:none;
	float:left;
	clear:left;
	margin:0;
}

ul.tile-2 li .register a {
	border-bottom:1px solid #EEEEEE;
}

hr {
	border-bottom:1px dotted #CCCCCC;
	border:none;
	border-top:1px dotted #CCCCCC;
	float:left;
	margin-top:0;
}
hr.lg {
	width:578px;
	height:15px;
	margin:18px 0;
	clear:both;
	background-color:#FFF;
	color:#FFF;
	border-width:0 0 1px 0;
	border-bottom:1px dotted #CCCCCC;
}
hr.sm {
	width:275px;
}
/*************** Right Column Width Fix ***************/


#right-column ul.tile-3 li .teaser,
#right-column ul.tile-3 li .subtitle a,
#right-column ul.tile-3 li .title a,
#right-column ul.tile-3 li .date {
	width:auto;
	float:none;
	margin:0;
}

/*************** HP Specific Styles ******************/
ul.content {
	list-style-type:none;
	padding-left:10px;
	padding-right:20px;
}
ul.content li {
	background:url(../images/arrow-lg.jpg) no-repeat 0 20px;
	padding:20px 0 20px 20px;
}
.hp-featured {
	width:608px;
	margin:0 0 12px 3px;
}

.hp-calc-feature {
	background:url(../images/hp-calculator-banner-short.jpg) no-repeat;
	width:300px;
	height:200px;
	margin-left:3px;
	margin-bottom:15px;
	margin-top:0;
	font-weight:bold;
	font-family: Arial, Helvetica, sans-serif,"Frutiger Lt Std";
	font-size:16px;
}
.hp-calc-feature a {
	display:block;
	width:275px;
	height:45px;
	margin:0 0 0 15px;
	text-indent:-9999px;
	clear:both;
}
.hp-calc-container {
	padding-top:95px;
	clear:both;
}
.hp-calc-telework {
	float:left;
	color:#076225;
	width:90px;
	padding-left:45px;
}
.hp-calc-env-imp-save {
	margin-top:10px;
}
.hp-calc-commuting {
	float:left;
	color:#FA0129;
	width:90px;
	padding-left:45px;
}
.hp-calc-env-imp{
	margin-top:10px;
}
/************** About Styles ****************************/
p.about-opening {
	font-family:'Rockwell', Georgia, 'Times New Roman', Times, serif;
	color:#B69104;
	font-size:130%;
	line-height:22px;
}


ul.content li a {
	font-weight:bold;
}
/************ Sponsor Styles ***************************/
img.sponsor {
	float:left;
	width:290px;
}
ul#sponsor {
	border-top:1px dotted #CCCCCC;
	list-style-type:none;
	padding-left:0;
	margin-left:0;
}
ul#sponsor li {
	margin-bottom:30px;
	border-bottom:1px dotted #CCCCCC;
}

ul#sponsor li.last {
    border-bottom:none;
}
ul#sponsor li div{
	margin-left:290px;
	margin-bottom:25px;
}
ul#sponsor li span {
	display:block;
	color:#B69104;
	font-family:'Rockwell',Georgia,'Times New Roman',Times,serif;
	font-size:130%;
	line-height:22px;
	padding: 16px 0;
}
ul#sponsor li a {
	font-weight:bold;
}
/*************** Research Styles **************/
#featured-research-box {
	background-image:url(../images/featured-research-bg.jpg);
	background-repeat:repeat-x;
	border-top:1px dotted #CCCCCC;
	background-position:bottom;
}
#featured-research-box ul{
	list-style-type:none; margin:0; padding:10px 20px;
}

#featured-research-box ul li {
    border-bottom: 1px solid #CCCCCC;
    margin-bottom: 15px;
    padding-bottom: 15px;
}

#featured-research-box h4 a {
	color:#B69104;
	font-family:'Rockwell', Georgia, 'Times New Roman', Times, serif;
	font-size:16px;
	line-height:18px;
	margin:8px 0;
	font-weight:normal;
}
#featured-research-box ul li.main {
	width:350px;
	float:left;
	padding:0 15px;
}
#featured-research-box ul li span {
	color:#898989;
	font-size:10px;
}
#featured-research-box ul li p {
	color:#555555;
	font-size:12px;
}

/*************** News & Resources Styles **************/
#featured-news-box {
	background-image:url(../images/featured-news-bg.jpg);
	background-repeat:repeat-x;
	border-top:1px dotted #CCCCCC;
}
#featured-news-box ul{
	list-style-type:none; margin:0; padding:10px 20px;
}

#featured-news-box ul li {
    border-bottom: 1px solid #EEEEEE;
    margin-bottom: 15px;
    padding-bottom: 15px;
}

#featured-news-box h4 a {
	color:#B69104;
	font-family:'Rockwell', Georgia, 'Times New Roman', Times, serif;
	font-size:16px;
	line-height:18px;
	margin:8px 0;
	font-weight:normal;
}
#featured-news-box ul li.main {
	width:350px;
	float:left;
	padding:0 15px;
}
#featured-news-box ul li span {
	color:#898989;
	font-size:10px;
}
#featured-news-box ul li p {
	color:#555555;
	font-size:12px;
}
#recent-news, #upcoming-events {
	float:left;
}
#recent-news.multicol{
	/*width:344px;*/
}


#recent-news ul ,
#upcoming-events ul {
 	list-style-type:none;
	margin-left:0;
	padding-left:0
}

#recent-news ul li,
#upcoming-events ul li{
    background:url(../images/arrow-lg.jpg) no-repeat 0 10px;
	padding:10px 0 10px 20px;
	color:#898989;
	font-size:12px;
	border-bottom:1px dotted #CCC;
}
#recent-news ul li {
	width:535px;
}

#recent-news ul li a,
#upcoming-events ul li a{
	color:#898989;
	font-size:11px;
}

#recent-news ul li a.news-link,
#upcoming-events ul li a.event-link{
	font-weight:bold;
	font-size:12px;
	color:#303030;
}

#recent-news ul li p,
#upcoming-events ul li p{
	color:#898989;
	font-size:12px;
}

.filter {
  	background-image:url('../images/filter-bg.jpg');
	background-repeat:no-repeat;
	height:30px;
	margin:0 0 10px 5px;
}
h3.news-detail {
  color:#B69104;
  font-family:'Rockwell', "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size:24px;
  margin:6px 0;
  line-height:30px;
  font-weight:normal;
}
h4.comments {
  color:#B69104;
  font-family:'Rockwell', "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size:18px;
  margin:6px 0;
  line-height:24px;
  font-weight:normal;
}
span.details {
  color:#898989;
}
span.details-publication {
   color:#363636;
   font-style:italic;
}
span.details-author {
  color:#363636;
}
span.back {
  color:#B69104;
  text-transform:uppercase;
}
/* Comments */
.comment-title {
	font-family:"VAGRoundedStdThin", "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#076324;
	margin-bottom:10px;
}

#comments {}
#comments .comment_header,
#comment_form .comment_form_header {
	background:#E2F3BD;
	border-bottom:1px solid #CEE0A2;
	padding:10px;
	overflow:auto;
}
#comments .comment_header .comment_name {
	display:block;
	float:left;
}
#comments .comment_header .comment_date {
	display:block;
	text-align:right;
}
#comments .comment_text {
	margin:0;
	padding:1em;
}
/* Comment Form */
#comment_form {
	width:100%;
}
#comment_form .comment_form_header p {
	float:left;
	margin:0;
	width:49%;
}
#comment_form .comment_form_header p.non-field {
	margin:10px 0 0 0;
	width:100%;
	color:#076324;
}
#comment_form .comment_form_header input {
	border:1px solid #CEE0A2;
}
#comment_form textarea {
	margin-top:1em;
}


#left-column form textarea {
  border:1px solid #EBEBEB;
  padding:3px;
  color:#959595;
}
.blog-filter-label,
.research-filter-label,
.news-filter-label{ color:#636363; font-size:10px; margin:1px 5px 0 15px; }
.blog-filter,
.research-filter,
.news-filter { margin-top:5px; }
.sort-filter { margin-top:5px; float:right; margin:5px 25px 0 0; display:inline; width:100px; }
.sort-filter-label { color:#636363; font-size:10px; float:right; margin:5px 5px 0 0; display:inline; }

.blog-summary {
	float:left;
	text-align: left;
}

/**************** Forms Styles ******************/
fieldset {
	border:none;
}
form legend {
	font-size:16px;
	color:#076324;
}
form ol {
	list-style-type:none;
	margin:0;
	padding:0;
}
form ol li {
	margin:15px 0;
}
form ol li input {
	padding:2px;
	border:1px solid #CCCCCC;
	background-color: #FFFFFF;
}
form ol li label.checkbox {
	color:#222;
/*	display:inline;*/
}
form ol li label.checkbox input {
	border:0;
	padding:0;
}
form ol li label {
	display:block;
	color:#076324;
}
form#register ol li textarea {
	border:1px solid #CCCCCC;
	position:relative;
}
form .buttons input {
 	margin-top:5px;
 	background:#E2F3BD;
 	border:1px solid #9EC688;
	color:#076324;
	padding:5px;
}
.error {
 	color:#BF0D20;
}

/******************Gizmo Styles*************************/
.gizmo_score{
	margin-top:10px;
	margin-bottom:10px;
	text-align:center;
}

/*************** Calculator Styles **************/
#calculator-overview-box {
	border-top:1px dotted #CCCCCC;
}
#calculator-overview-box ul{
	list-style-type:none; margin:0; padding:0;
}
#calculator-overview-box h4 {
	color:#B69104;
	font-family:'Rockwell', Georgia, 'Times New Roman', Times, serif;
	font-size:16px;
	line-height:18px;
	margin:8px 0;
	font-weight:normal;
}
#calculator-overview-box ul li.main {
	width:350px;
	float:left;
	padding:0 15px;
}
#calculator-overview-box ul li span {
	color:#898989;
	font-size:10px;
}
#calculator-overview-box ul li p {
	color:#555555;
	font-size:12px;
}
a.calculator-buttons {
 	margin-top:5px;
 	background:#E2F3BD;
 	border:1px solid #9EC688;
	color:#076324;
	padding:5px;
}
/*************** Banner Styles ******************/
.banner {
	width:317px;
	margin-left:2px;
	position:relative;
}
.banner .ad-label {
	width:15px;
	height:100px;
	position:absolute;
	top:0;
	left:300px;
}
/*************** Wide/Landscape Banner Styles ******************/
.landscape-banner {
	text-align:center;
}
.landscape-banner .banner {
	width:auto;
}
.landscape-banner .banner .ad-label {
	display:none;
}

/**************Event TABs*****************/
.ui-tabs {
	position: relative;
	padding: .2em; zoom: 1;

} /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */.ui-tabs h4 {
	display:none;
}
.ui-tabs div {

	margin-top:30px;
}
.ui-tabs .ui-tabs-nav {
	margin: 0;
	padding: .2em .2em 0;

}
.ui-tabs .ui-tabs-nav li {
	list-style: none;
	float: left;
	position: relative;
	top: 1px;
	margin: 0 0 1px 0;
	padding: 0;
	white-space: nowrap;
	background:#F4F4F4;
	border:1px solid #D7D7D7;
}
.ui-tabs .ui-tabs-nav li a {
	float: left;
	padding: .5em 0.5em;
	text-decoration: none;
	font-size:100%;
	text-transform:uppercase;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-selected {
	margin-bottom: 0;
	padding-bottom: 1px;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-selected a,
.ui-tabs .ui-tabs-nav li.ui-state-disabled a,
.ui-tabs .ui-tabs-nav li.ui-state-processing a {
		 cursor: text;
		 color:#B69104;
}
.ui-tabs .ui-tabs-nav li a,
.ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a {
	cursor: pointer;
} /* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
.ui-tabs .ui-tabs-panel {
	display: block;
	border-width: 0;
	padding: 1em 1.2em;
	background: none;
}
.ui-tabs .ui-tabs-panel-wide {
	display: block;
	border-width: 0;
	padding: 1em .2em;
	background: none;
}
.ui-tabs .ui-tabs-hide {
	display: none !important;
}
/*************** Events Styles******************/
.ui-tabs div td div {
	margin-top:10px;
}

#events{
	color:#555555;
}
#events ul{
	list-style-type:none;
	margin-left:0;
	padding-left:0
}
#events ul li{
	background:url(../images/arrow-lg.jpg) no-repeat 0 5px;
	padding:2px 0 2px 20px;
	font-size:12px;
}
#events .date{
	margin-top:15px;
	font-size:14px;
}
#events .location{
	margin:0 0 15px 0;
	font-size:11px;
}
#events .teaser{
}

.event-detail{
	color:#555555;
}
.event-detail  table{
	width:100%;
	border:0;
	padding:0;
}
.event-detail  table th{
	font-size:11px;
	color:#076324;
	padding-right:5px;
}
.event-detail  table td{
	margin-left:5px;
	padding:20px;
}
.event-detail  table td.multi-track {
	margin-left:5px;
	padding:20px 5px;
}
.event-detail .zebra-on {
	background:#F5F4E0;
	border-bottom:1px dotted #E1E1E1;
}

.event-detail div.schedule-times {
	width:115px;
	height:25px;
	margin:4px 0 -20px -30px;
	padding:8px 4px 0 0;
	float:left;
	position:relative;
	font-size:10px;
	background-image:url(../images/schedule-times-bg.png);
	background-repeat:no-repeat;
	background-position:top left;
	font-weight:normal;
}

.schedule-heading td {
	background-color: #efefef;
	border: 1px solid #aaaaaa;
	font-color: #333;
	padding: 8px;
}

.event-detail div.schedule-title {
	font-family:'Rockwell',Georgia,"Times New Roman",Times,serif;
	font-size:14px;
	xfont-weight:bold;
	color:#B69104;
}
.event-detail div.schedule-location {
	font-size:12px;
	font-weight:bold;
	color:#898989;

}
.event-detail div.schedule-description {
	color:#555555;
	padding-right: 20px;
}
.event-detail #schedule br {
	line-height: 8px;
}

.event-detail #rates {
	border-collapse: collapse;
	border-spacing: 2px;
}

.event-detail #rates th {
	background-color: #eeeeee;
}

.event-detail #rates th,
.event-detail #rates td {
	border: 1px solid #333;
	padding: 2px;
	display: table-cell;
}

.event-detail #rates th.hide,
.event-detail #rates td.hide {
	display: none;
}

/*.event-detail div.schedule-speaker-header, 
.event-detail div.schedule-multimedia-header {*/
div.schedule-speaker-header, 
div.schedule-multimedia-header {
	font-size:12px;
	font-weight:bold;
	color:#898989;
}

.schedule-speaker-biography {
	display:none;
}
.schedule-speaker-biography-content {
	line-height:18px;
}
/*.ui-tabs div.schedule-speaker-title,
.ui-tabs div.schedule-podcast-title,
.ui-tabs div.schedule-video-title,*/
.schedule-speaker-title,
.schedule-podcast-title,
.schedule-video-title {
	font-size:10.5px;
	line-height:110%;
	margin:0px !important;
	padding: 0px;
	font-style:italic;
	color:#444;
}
/*.ui-tabs div*/
.schedule-podcast-title a {
	background:url(/images/icons/16/ipod_sound.png) top left no-repeat ;
	padding-left:20px;
	line-height:16px;
	font-size:12px;
}
/*.ui-tabs div*/
.schedule-video-title a {
	background:url(/images/icons/16/film.png) top left no-repeat ;
	padding-left:20px;
	line-height:16px;
	font-size:12px;
}
/*.ui-tabs div*/
.schedule-speaker-organization {
	font-size:10.5px;
	line-height:110%;
	margin:0px !important;
	padding: 0px;
	color:#555;
}

/*.ui-tabs div#schedule .schedule-speakers ul,
.ui-tabs div#schedule .schedule-podcasts ul,
.ui-tabs div#schedule .schedule-videos ul {*/
.schedule-speakers ul,
.schedule-podcasts ul,
.schedule-videos ul {
	list-style-type: none;
	padding-left: 8px;
	margin-left: 8px;
}
/*.ui-tabs ul.schedule-speaker-presentation,
.ui-tabs ul.schedule-speaker-podcast,
.ui-tabs ul.schedule-speaker-video {*/
ul.schedule-speaker-presentation,
ul.schedule-speaker-podcast,
ul.schedule-speaker-video {
	font-size:10.5px;
	line-height:110%;
	margin-top:1ex;
	font-style:italic;
	color:#444;
}
/*.ui-tabs ul.schedule-speaker-presentation a {*/
ul.schedule-speaker-presentation a {
	background:url(/images/icons/16/report.png) top left no-repeat ;
	padding-left:20px;
	line-height:16px;
	font-size:12px;	
}
/*.ui-tabs ul.schedule-speaker-podcast a {*/
ul.schedule-speaker-podcast a {
	background:url(/images/icons/16/ipod_sound.png) top left no-repeat ;
	padding-left:20px;
	line-height:16px;
	font-size:12px;
}
/*.ui-tabs ul.schedule-speaker-video a {*/
ul.schedule-speaker-video a {
	background:url(/images/icons/16/film.png) top left no-repeat ;
	padding-left:20px;
	line-height:16px;
	font-size:12px;
}
/*.ui-tabs div#schedule table tbody tr td .schedule-description ul {*/
.schedule-description ul {
	padding-left: 8px;
	margin-left: 8px;
}
#event-social-links div {
	margin-top: 10px;
}

/****************Event Block********************/
.event-block .event-block-details{
	margin-left:5px;
	line-height: 22px;
	font-size:12px;
	color:#898989;
	border-top:1px dotted #E1E1E1;
	padding-bottom:10px;
}
.event-block .event-block-details .date {
	font-size: 14px;
	color:#222222;
}
.event-block .event-block-details .title {
	font-size: 13px;
	color:#222222;
}
.event-block .event-block-details .location {
}
.event-block .event-block-details .description {
}
.event-block .event-block-details .time {
	font-style:italic;
}
.event-block .event-block-nominate,
.event-block .event-block-register {
	line-height: 28px;
	margin: 10px 0px 0px 5px;
	border-top:1px dotted #E1E1E1;
	padding-bottom:10px;

}
.event-block .event-block-nominate a,
.event-block .event-block-register a{
	text-transform: uppercase;
	font-size:16px;
	color:#cc6633;
}
/****************Event Style Webcast***********************/
.event-detail-other .event-left,
.event-detail-webcast .event-left{
	float:left;
	width:180px;
	font-size:11px;
}
.event-detail-other .event-left h4,
.event-detail-webcast .event-left h4{
	border-bottom:1px dotted #E1E1E1;
	font-size:14px;
}
.event-detail-other .event-left .event-details,
.event-detail-webcast .event-left .event-details{
	margin-top:10px;
	margin-right:5px;
}
.event-detail-other .event-left .event-details span,
.event-detail-webcast .event-left .event-details span{
	text-transform:uppercase;
	color:#898989;
}

/**********Home Page flipper Style************/

.flipper-fade-wrapper {
	height:250px;
	position:relative;
	padding:0px 0px 0;
}
.flipper-page {
	position:absolute;
	width:600px;
}
.flipper-page .flipper-image {
	height:250px;
	width:600px;
	margin-right:11px;
	padding:1px;
	background:#FFF;
	border:1px solid #CCCCCC;
}

.flipper-page .flipper-body {


}
.flipper-page p.flipper-body  {
	font-size:12px;
	color:white;
	filter:alpha(opacity=100);
	opacity:1;
	padding:3px 10px;
	margin: -135px 20px 2em 290px;
	background-color:#000;
	zoom: 1;
	filter:alpha(opacity=50);
	opacity: 0.5;
	-moz-opacity:0.5;
}
.flipper-page a.flipper-link {
	font-weight:bold;
	color:#808080;
	background-image:url('../images/btn-feature-more-info.png');
	background-repeat:no-repeat;
	width:83px;
	height:20px;
	display:block;
	position:relative;
	padding-left:7px;
	position:absolute;
	top:216px;
	left:493px;
}
.flipper-page a.flipper-link:hover {
	color:#076324;
}
.flipper-buttons {
	position:absolute;
	top:216px;
	left:24px;
	padding:1px .5ex 0 0 0;
}
.flipper-buttons span {
	display:block;
	float:left;
	width:18px;
	height:18px;
	margin-right:13px;
	background-image:url(../images/btn-feature-flipper.png);
	background-position:0 0;
	background-repeat:no-repeat;
	cursor:pointer;
	text-align:center;
	color:#7d7d7d;
}

.flipper-buttons span.flipper-button-active {
	background-position:0 -21px;
	color:#076324;
	font-weight:bold;
}
/******************PRESS RELEASE STYLES*********************/
#recent-research,
#recent-release{
	color:#555555;
}
#recent-research ul,
#recent-release ul{
	list-style:none;
	margin-left:-40px;
}
#recent-research ul li,
#recent-release ul li {
	border-top: 1px dotted #CCCCCC;
	padding:15px 15px 15px 0px;
}
#recent-research ul li .title a,
#recent-release ul li .title a{
	font-size:14px;
	line-height:18px;
}
#recent-research ul li .details,
#recent-release ul li .details{
	color:#898989;
	font-size:11px;
	line-height:18px;
}
#recent-release ul li .details{
	margin-top:4px;
}


#recent-research ul li .teaser{
	margin-bottom:5px;
}
/*************SITEMAP STYLES****************/
#sitemap a{
		color:#555555;
}
#sitemap ul{
	list-style:none;
	margin-left:-20px;
}
#sitemap ul li {
	background:url("../images/arrow-lg.jpg") no-repeat scroll 0 10px transparent;

	font-size:12px;
	padding:5px 0 5px 20px;
}
#sitemap ul li ul{
	background:none;
}

.current-stories {

}

#tw-archive {
	margin:0;
	padding:0;
	list-style:none;
}
#tw-archive li {
	background:url(../images/arrow-lg.jpg) no-repeat;
	padding: 0 0 0 25px;
}

h2.teleworker {
	font-weight: bold;
}
.teleworker-header {
	padding:2px;
	margin:0 1em 1ex 0;
	float:left;
	background-color:#ECECEC;
	border: 1px solid #AAA;
	text-align: center;
}
.teleworker_category {
	font-family: Rockwell, Georgia, "Times New Roman", serif;
	font-size: 18px;
	font-weight: normal;
	text-decoration: none;
	line-height: 20px;
	color: #B69104;
	border-bottom:dotted 1px #B69104;
}
.teleworker-header .image-caption{
	font-style: italic;
	text-align: left;
	font-size: 10px;
	line-height: 12px;
	color: #076324;
	padding: 2px 0;
	margin: 2px 0px 0px 0px;
}
.teleworkweek-tally {
	font-size:16px;
	color:#076324;
	font-family:"VAGRoundedStdThin", "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin-bottom:0;
	font-weight:normal;
}

dl.tagged-archive-list dd, dl.tagged-archive-list dt {
	padding-bottom:1ex;
}

.pager {
	font-size:10px;
	color:#898989;
}

.current {
	font-size:11px;
	color:#363636;
}

.pager-pipe {
	color:#CCC;
}

h3.teleworker {
	margin-top:
}

.abstract .highlight {
	color:#076324;
	font-weight:bold;
}

.tiab-location {
	float:right;
	margin-left:10px;
	margin-top:-8px;
	width:170px;
	display:block;
	color: #898989;
	font-size: 10px;
	line-height: 16px;
}


/** Event Photo Gallery **/
#photoLarge {
	width:500px;
	padding:1px;
	border:1px solid #CCC;
	margin:1em auto;
}
#photoDescription {
	border-bottom: 1px solid #CCC;
	margin-bottom: 10px;
	padding-bottom: 10px;
}
#photoThumbs ul {
	width:560px;
}
#photoThumbs li {
	float: left;
	padding: 1px;
	width:88px;
	height:88px;
}
#photoThumbs li p {
	display: none;
}
#photoThumbs li a img {
	border: 2px solid black;
	display:block;
	margin:0 auto;
}
#photoThumbs {
	/*display: inline;*/
	list-style-type: none;
}
.notice {
	font-weight:normal;
}
.cpe-details {
	display:none;
}

.horizontal-radios {
	width:100%;
	overflow:hidden;
}
.horizontal-radios label {
	width:2.3em;
	float:left;
	text-align:center;
}
.button {
	margin-top:5px;
 	background:#E2F3BD;
 	border:1px solid #9EC688;
	color:#076324;
	padding:5px;
}
#partners-300 {
	width:550px;
}
#partners-300 ul {
	list-style-type:none;
	margin:0;
}
#partners-300 ul li {
	display: block;
	width: 200px;
	float:left;
	margin:20px;
	height: 108px;
	text-align: center;
}
#partners-300 ul li img {
	margin:0 auto;
}
/***** TW Week Twitter Feed Styles *******/
.twtr-image {
	float:left;
	padding-right:5px;
}
.twtr-tweet-text {
	margin-left:35px;
}
.twtr-tweet-text p {
	margin-top:0;
	padding-top:0;
}
.twtr-tweet-text .twtr-tweet-footer {
	display:block;
	font-size:9px;
}
.twtr-hd {
	background: #ffffff;
}
#twtr-search-widget .twtr-doc {
	background: #ffffff !important;
}
#twtr-search-widget .twtr-doc h3 {
	background: #ffffff !important;
	color:#076324 !important;
	font-size: 18px !important;;
}
#twtr-search-widget .twtr-ft {
	color: #000 !important;
}
#twtr-search-widget a.twtr-join-conv {
	color: #076324 !important;
}
/***** TW Week Calculator Sidebar Totals *******/
#twe-week-calc {
	height:425px;
	width:306px;
	background:url('../images/twe-week-calc-bg-end.png') no-repeat 6px 0;
	margin-bottom:20px;
}
#pledges {
	width:255px;
	position:relative;
	left:24px;
	top:133px;
	height:21px;
	clear:both;
}
#money {
	width:255px;
	position:relative;
	left:24px;
	top:160px;
	height:21px;
	clear:both;
}
#pollutants {
	width:255px;
	position:relative;
	left:24px;
	top:198px;
	height:21px;
	clear:both;
}
#pollutant-tons {
	width:255px;
	position:relative;
	left:24px;
	top:237px;
	height:21px;
	clear:both;
}
#money-annual {
	width:255px;
	position:relative;
	left:24px;
	top:275px;
	height:21px;
	clear:both;
}

.digit {
	background:url('../images/twe-week-digit-small-bg.jpg') no-repeat;
	width:26px;
	float:right;
	line-height:21px;
	color:#fff;
	text-align:center;
	font-size:14px;
	font-weight:bold;
}
.digit-comma {
	background:url('../images/twe-week-digit-comma-small-bg.jpg') no-repeat;
	width:28px;
	float:right;
	line-height:21px;
	color:#fff;
	text-align:center;
	font-size:14px;
	font-weight:bold;
}
.dollar-sign {
	color:#3f3f3f;
	font-size:16px;
	font-weight:bold;
	float:right;
}
/***** TW Week Countdown *******/
#twe-week-countdown {
	height:125px;
	width:306px;
	background:url('../images/twe-week-countdown-bg.png') no-repeat 6px 0;
	margin-bottom:20px;
}
.twe-time-days {
	width:65px;
	position:relative;
	left:34px;
	top:32px;
	height:30px;
	color:#000;
	font-size:24px;
	font-weight:bold;
	text-align:center;
}
.twe-time-hours {
	width:65px;
	position:relative;
	left:100px;
	top:2px;
	height:30px;
	color:#000;
	font-size:24px;
	font-weight:bold;
	text-align:center;
}
.twe-time-mins {
	width:65px;
	position:relative;
	left:158px;
	top:-28px;
	height:30px;
	color:#000;
	font-size:24px;
	font-weight:bold;
	text-align:center;
}
.twe-time-secs {
	width:65px;
	position:relative;
	left:214px;
	top:-57px;
	height:30px;
	color:#000;
	font-size:24px;
	font-weight:bold;
	text-align:center;
}
#left-column .highlight {
	padding: 8px 25px 15px 25px;
	width: 555px;
}
.highlight h2 {
	font-size:200%;
}
.highlight p {
	font-size: 110%;
	line-height: 160%;
	margin-bottom: 0;
}
