@charset "UTF-8";

/* HTML Defaults */

body {
	font: 82%/1.4em "DIN Next W02 Regular", Arial, Helvetica, sans-serif;
	color: #000;
	background: #7eabe9 url(../images/body_bg.png) repeat-x left top;
	margin: 0;
	padding: 0;
}
strong, h2, h3, h4, h5, h6 {
	font-family: "DIN Next W01 Bold";
	font-weight: normal;
}
em {
	font-family: "DIN Next W01 Italic";
	font-style: normal;
}
strong em, em strong, h2 strong, h3 strong, h4 strong, h5 strong, h6 strong {
	font-family: "DIN Next W01 Bold Italic";
	font-weight: normal;
	font-style: normal;
}
a {
	text-decoration: none;
	color: #80b43f;
}
a:hover {
	text-decoration: underline;
	color: #f89429;
}
h1 {
	font: 230%/1.2em "DIN Next W01 Light";
	margin: 0;
	padding-top: 20px;
}
h1 em {
	font-family: "DIN Next W01 Light Italic";
}
h1 strong {
	font-family: "DIN Next W01 Bold";
	color: #80b43f;
}
h2 {
	font-size: 140%;
	line-height: 1.3em;
}
h3 {
	font-size: 125%;
}
h4 {
	font-size: 110%;
}
h5 {
	font-size: 100%;
}
h6 {
	font-size: 92%;
	line-height: 1.3em;
}
img {
	vertical-align: middle;
	border: none;
}
hr {
	color: #ccdcf4;
	background: #ccdcf4;
	height: 1px;
	padding: 0;
	border: none;
}
fieldset {
	margin: 0;
	padding: 0;
	border: none;
}
input, select, textarea {
	font: 100%/1.2em "DIN Next W02 Regular", Arial, Helvetica, sans-serif;
	color: #000;
	vertical-align: middle;
}
input[type=submit], input[type=reset], button {
	font-family: "DIN Next W01 Bold";
	font-weight: normal;
	color: #fff;
	background: #a0ce67;
	padding: 4px 20px;
	border: solid 1px #fff;
	cursor: pointer;
}
input[type=submit]:hover, input[type=reset]:hover, button:hover {
	color: #fff;
	background: #bee68d;
}

/* Main Containers */

#container {
	background: url(../images/wrapper_bg.jpg) no-repeat right top;
	width: 100%;
	float: left;
	min-width: 960px;
}
.clear {
	clear: both;
}
.clearleft {
	clear: left;
}
.clearright {
	clear: right;
}

/* Header */

#header {
	width: 100%;
	float: left;
	padding: 20px 0 5px 0;
}
#header p, #header ul {
	margin: 0;
}
#header ul {
	padding: 0;
}
#header ul li {
	list-style: none;
	position: relative;
}
#contact {
	font: 93%/1.2em "DIN Next W01 Bold";
	padding: 12px 10px;
}
#contact a {
	color: #000;
}
#contact strong {
	text-transform: uppercase;
	color: #fff;
	margin-left: 10px;
}

/* Nav */

#nav, nav ul {
	width: 940px;
	float: left;
}
#nav {
	font: 115%/28px "DIN Next W01 Bold";
	padding: 0 20px;
}
#nav ul li {
	float: left;
	margin-right: 2px;
	border: solid 1px #fff;
}
#nav ul li a, #services #navservices ul li a {
	background: #a0ce67;
}
#nav ul li a {
	color: #fff;
	background: #a0ce67;
	float: left;
	padding: 0 10px;
}
#nav ul li a:hover, #services #navservices ul li a:hover {
	text-decoration: none;
	background: #bee68d;
}
#nav ul ul {
	line-height: 1.2em;
	display: none;
	top: 28px;
	left: -1px;
	box-shadow: 0px 3px 3px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 3px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0px 3px 3px rgba(0,0,0,0.5);
	width: 200px;
	padding: 0;
	border: solid 1px #fff;
	position: absolute;
	z-index: 99999;
}
#nav ul li:hover ul {
	display: block;
}
#nav ul ul li {
	width: 200px;
	margin: 0;
	border: none;
}
#nav ul ul li a {
	width: 184px;
	padding: 4px 8px;
}
#home #navhome a, #services #navservices a, #about #navabout a, #casestudies #navcasestudies a, #blog #navcareblog a,  #vendors #navvendors a, #contactus #navcontact a {
	background: #9ebde7;
}

/* Footer */

#footer {
	font-size: 70%;
	line-height: 1.2em;
	color: #fff;
	text-align: right;
	clear: both;
	padding: 10px 20px 30px 10px;
}
#footer p {
	margin: 0;
}

/* Content */

#wrapper {
	background: #fff url(../images/content_bg.png) repeat-x left top;
	width: 100%;
	float: left;
	clear: both;
	border-top: solid 1px #fff;
}
#main {
	background: url(../images/content_bg_leaves.jpg) no-repeat right top;
	width: 100%;
	float: left;
}
#content {
	width: 920px;
	margin: 0 auto;
}
#newswrapper {
	background: url(../images/news_shadow.png) no-repeat right top;
	width: 300px;
	float: left;
	padding: 13px 13px 0 0;
}
#news {
	font-size: 92%;
	line-height: 1.3em;
	background: url(../images/news_bg.png) repeat left top;
	padding: 5px 20px;
	border: solid 1px #fff;
}
#news h2, #news ul {
	margin: 0;
}
#news h2 {
	color: #80b43f;
}
#news ul {
	padding: 0;
}
#news h2, #news ul li {
	padding: 8px 0;
}
#news ul li {
	list-style: none;
	border-top: solid 1px #fff;
}
#bodytext {
	width: 600px;
	float: right;
	padding: 0 0 20px 0;
}
#bodytextfull {
	width: 920px;
	float: left;
	padding: 0 0 20px 0;
}
.photo {
	text-align: center;
	width: 280px;
	float: right;
	clear: right;
	padding: 20px 0 20px 20px;
}
ul.bullets {
	margin-left: 0;
	padding-left: 0;
}
ul.bullets li {
	background: url(../images/bullet_leaf.png) no-repeat left 2px;
	margin-bottom: .3em;
	padding-left: 20px;
	list-style: none;
}
#intro {
	font-size: 140%;
	line-height: 1.7em;
	color: #80b43f;
	width: 280px;
	float: left;
	padding: 0 0 20px 0;
}
#subnav {
	font: 115%/30px "DIN Next W01 Bold";
	width: 920px;
	float: left;
	margin-bottom: 20px;
	padding: 10px 0;
	border-bottom: solid 1px #fff;
}
#subnav ul {
	margin: 0;
	padding: 0;
}
#subnav li {
	float: left;
	list-style: none;
}
#subnav li a {
	text-decoration: none;
	float: left;
	padding: 0 10px;
}
#subnav li a:hover {
	text-decoration: none;
	color: #9fce66;
}
#subnav li a.on {
	color: #7eabe9;
}

