h1 {color:#de6800;}
/* Header */
#header {
	border-top: 5px solid #065e55;
}
#header #logo a {
	color:#de6800;
}
#header-area {
	background-color: #065e55;
}

/* Navigation */
#nav {
	background: url(../images/nav-bg-orange.png) repeat-x top;
}
#nav ul li:hover, #nav ul li.nav-selected {
	background-color:#bd5900;
}
#nav li ul {
	background-color:#bd5900;
}
#nav li li:hover {
	background-color:#9e4a00;
}

/* Feature */
#feature .grid_16 .inner {
	border-bottom:5px solid #de6800;
}

/* Sections */
#sections {
	background: url(../images/sections-bg-teal.jpg) repeat-y center top !important;
}
#sections h3 {
	border-bottom:3px solid #065e55;
}

/* Wrapper */
#wrapper .container_16 {
	background: url(../images/content-divider-teal.gif) repeat-y;
}

/* Breadcrumbs */
#breadcrumbs {
	background-color: #dfeddf;
}

/* Sub Navigation */
ul.sub-nav li a {
	background: url(../images/arrow-orange.png) no-repeat;
}

/* Footer */
#footer {
	border-top:1px solid #065e55;
}
#footer .inner {
	background-color:#065e55;
}

/* Misc */
.button {
	background: url(../images/arrow-orange.png) no-repeat;
}
.box {
	background-color:#dfeddf;
}