/* Start: Green Displays Overrides */
.green-displays #middleContentWrap {
	background:#a0c9ff url(../images/duffle/sky.jpg) repeat-x top;
}

.green-displays #contentWrap {
	background:url(../images/duffle/grass.jpg) repeat-x bottom;
	margin-left:0;
	padding-bottom:100px;
}

.green-displays div#contentBlock h1 {
	color:#003F6C;
	text-align:left;
	width: auto;
	padding:0;
	margin:15px 0;
	line-height:100%;
	}
	
.green-displays ol {
	margin:10px 0 10px 20px;
}

.green-displays #duffleTitle {
	margin-bottom:10px;
}	
.green-displays #duffle-display-logo {
	float:right;
}

#green-nav {
	margin:0;
	padding:5px 0;

}

#green-nav li {
	float:left;
	list-style-type:none;
}

#green-nav li a {
	line-height:25px;
	font-weight:bold;
	color:#fff;
	text-align:center;
	text-decoration:none;
	display:block;
	background:url(../images/duffle/icon-sub-nav.gif) no-repeat left top;
	padding-left:30px;
	margin-right:15px;
}

#green-nav li a:hover {
	color:#cce82e;
	background:url(../images/duffle/icon-sub-nav.gif) no-repeat left bottom;
	}

#green-nav li.active a{
	color:#34007c;
	text-decoration:none;
	background:url(../images/duffle/icon-sub-nav.gif) no-repeat left bottom;
	}

/* End: Green Displays Overrides */
