/* global css */

body {
	background-color: #fff;
	margin: 0;
	padding: 0;
}

h1, h2, h3 {
	color: #d16405;
	padding: 0;
}

a {
	color: #d16405;
}

.wrapper {
	width: 960px;
	margin: 0 auto;
}

#header {
	height: 105px;
	position: relative;
}

#logo,
#contact {
	position: absolute;
	top: 30px;
}

#logo {
	left: 25px;
}

#contact {
	right: 25px;
}

#contact ul li,
#contact ul li a {
	text-decoration: none;
	color: #d16405;
}
#contact ul li {
	float: left;
	list-style-type: none;
	margin-left: 10px;
	text-transform: uppercase;
}

#contact li.contact {
	border-right: 1px solid #d16405;
	padding-right: 10px;
	padding-top: 4px;
}

#contact li.phone {
	font-size: 18px;
}

#splash {
	background: #ccc url(../img/bg_header.png) left top;
	height: 141px;
}

.home #splash {
	height: 206px;
	border-top: 1px solid #999;
}

#splash .wrapper {
	position: relative;
	height: 141px;
}

.home #splash .wrapper {
	height: 206px;
}

#photo,
#quote {
	position: absolute;
	bottom: 0;
}

#photo {
	left: 259px;
	z-index: 10;
}

#quote {
	left: 478px;
	z-index: 20;
}

#navigation {
	height: 37px;
	background-color: #8cc739;
	margin-bottom: 10px;
	position: relative;
	z-index: 2;
}

#navigation li {
	float: left;
	border-left: 1px solid #7faa43;
	border-right: 1px solid #a5da5b;
}

#navigation li li {
	border-left: none;
	border-right: none;
}

#navigation li.Solutions {
	border-left: none;
	background: url(../img/bg_navborder.png) repeat-y left top;
}

#navigation li.About {
	border-right: none;
	background: url(../img/bg_navborder.png) repeat-y right top;
}

#navigation li a {
	display: block;
	line-height: 37px;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 12px;
	padding: 0 15px;
}

.solutions #navigation li.Solutions a,
.why-evolv #navigation li.Why a,
.results #navigation li.Results a,
.resources #navigation li.Resources a,
.about #navigation li.About a,
#navigation li .active a {
    background-color: #4d9b0d;
}

.solutions #navigation li.Solutions li a,
.why-evolv #navigation li.Why li a,
.results #navigation li.Results li a,
.resources #navigation li.Resources li a,
.about #navigation li.About li a,
#navigation li li .active li a {
	background-color: #c5e39c;
}

#navigation li ul {
    display: none;
}

#navigation ul li:hover ul {
    background-color: #c5e39c;
    display: block;
    position: absolute;
}

#navigation ul li:hover ul li {
    background-color: #c5e39c;
    clear: left;
    display: block;
    float: none;
    width: 280px;
	border: 1px solid #fff;
	border-width: 0 0 1px;
}

#navigation ul li.Resources:hover ul li,
#navigation ul li.About:hover ul li {
    width: 150px;
}

#navigation li li a {
    line-height: 14px;
	padding: 10px 15px;
	text-transform: capitalize;
	color: #666;
}

.solutions #navigation li.Solutions li a:hover,
.why-evolv #navigation li.Why li a:hover,
.results #navigation li.Results li a:hover,
.resources #navigation li.Resources li a:hover,
.about #navigation li.About li a:hover,
#navigation li a:hover {
	background-color: #4d9b0d;
}

#navigation li.Contact,
#navigation li.Results:hover ul {
	display: none;
}

#footer {
	padding-bottom: 105px;
	background: url(../img/bg_footer.png) repeat-x left bottom;
	margin-top: 45px;
}

#footer .wrapper {
	position: relative;
}

#footer p,
#footer ul,
#footer li {
	float: left;
	font-size: 12px;
}

#footer li {
	margin-right: 10px;
	padding-right: 10px;
	border-right: 1px solid #999;
}

#footer li.Contact {
	border: none;
}

#footer p,
#footer li a {
	color: #999;
	text-decoration: none;
	text-transform: capitalize;
}

#footer p {
	margin: 0 0 0 165px;
}

#footer ul {
	margin-left: 60px;
}

#sectionTitle,
#breadcrumbs,
#main {
	margin-top: 13px;
}

#main {
	position: relative;
}

#sectionTitle {
	background: #ccc url(../img/bg_titlebar.png) repeat-y right top;
}

#sectionTitle h1 {
	margin: 0;
	padding: 0 0 0 100px;
	line-height: 65px;
	color: #fff;
	font-size: 34px;
	text-transform: uppercase;
}

#breadcrumbs {
	font-size: 11px;
}

#breadcrumbs a,
#breadcrumbs .separator {
	color: #d16405;
}

#breadcrumbs span.crumb {
	color: #7ac142;
	text-decoration: underline;
}

#content {
	float: left;
	width: 672px;
	position: relative;
}

#sidebar {
	margin-left: 694px;
}

#sidebar p img {
	margin-bottom: 15px;
}

.section {
	padding-top: 25px;
	background: url(../img/section.png) no-repeat left top;
	zoom: 1;
}

.bullet {
	background: url(../img/arrow.png) no-repeat left center;
	padding-left: 35px;
}

.clearer {
	clear: both;
	height: 0px;
}

.fancyBtn,
.fancyBtn span {
	float: left;
	line-height: 23px;
	background: url(../img/btn-med-gray.png) no-repeat left top;
	padding-left: 10px;
	margin-left: -10px;
}

.fancyBtn {
	background-position: right bottom;
	padding-right: 10px;
	margin-left: 10px;
	color: #fff;
	text-decoration: none;
	border: none;
}

button.fancyBtn {
	background-position: 100% -26px;
	padding-right: 9px;
}

.fancyBtnGrn,
.fancyBtnGrn span {
	background-image: url(../img/btn-green.png);
}

.sbCaseStudies,
.sbExecBriefs {
	border-bottom: 1px solid #ccc;
	overflow: hidden;
	padding-bottom: 20px;
}
.sbCaseStudies {
	background: url(../img/icon_case_study.jpg) no-repeat 0 10px;
}

.sbExecBriefs {
	background: url(../img/icon_exec_brief.jpg) no-repeat 0 10px;
}

.sbTitle {
	display: block;
	margin-top: 30px;
	color: #d16405;
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
	width: 145px;
}

.sbCaseStudies .sbTitle {
	margin-left: 87px;
}

.sbExecBriefs .sbTitle {
	margin-left: 115px;
}

#sidebar div.buttons {
	margin: 10px 0 0 133px;
}
