/* Import the style sheet that resets all browsers. */
@import url("reset.css");
@import url("form.css");
@import url("sifr.css");

/* @group Defaults */

p {
	margin: 0.5em 0 1.33em;
}

h2 {
	margin: 0em 0 0.25em; 
	font: 15px/1;
	text-transform: uppercase;
}

h4 {
	margin-bottom: .25em;
}

a, a:link, a:visited {
	color: #1C4DB0;
	border-bottom: 1px solid transparent;
	background: none;
}

a:hover, a:active {
	color: #1C4DB0;
	border-bottom: 1px dotted #1C4DB0;
	background: none;
}

fieldset {
	border: 0px;
	padding: 0px;
}

label {
	float: left;
	line-height: 21px;
	margin-right: 15px;
}

/* @end */



body {
	background: #fff url(../images/bg.png) repeat-x left top;
	text-align: center;
	font: 11px/2 Arial, Helvetica, Geneva, sans-serif;
	color: #111;
}

div#wrap {
	text-align: left;
	margin: 0px auto;
	width: 900px;
}

/* @group Header */

div#header {
	position: relative;
	text-align: left;
}

div#header a {
	background-image: url(../images/green_btn.jpg);
	width: 300px;
	height: 69px;
	position: absolute;
	top: 0px;
	right: 0px;
	float: right;
}

div#header h1 {
	float: left;
	width: 472px;
	height: 125px;
	margin: 0px;
}

div#header h1 a {
	background-image: url(../images/logo.png);
	width: 472px;
	height: 125px;
	position: static;
	cursor: pointer;
}

/* @end */

/* @group Menu */

div#menu {
	text-align: center;
	position: relative;
	height: 91px;
}

div#menu ul {
	display: none;
	list-style: none;
	background: #566c7f url(../images/subnav_bg.gif) repeat-x left top;
	margin: 0px 18px 0px 17px;
	width: 785px;
	line-height: 30px;
	padding: 10px 40px 0px;
	position: absolute;
	top: 40px;
	left: 0px;
	z-index: 1;
}

div#menu ul#services {
	line-height: 25px;
}

div#menu ul.selected {
	display: block;
}

div#menu ul#top {
	display: block;
	background: url(../images/menu_bg.png) no-repeat left top;
	width: 900px;
	margin: 0px auto;
	padding: 0px 11px 0px 10px;
	padding-left: 57px;
	z-index: 3;
	top: 0px;
	overflow: hidden;
}

div#menu ul li {
	display: inline;
	padding: 0px;
	margin: 0px;
}

div#menu ul li a {	
	font-size: 11px;
	font-weight: normal;
	color: #fff;
	border: none;
	padding: 4px 26px;
}

div#menu ul li.selected a {	
	color: #A6D515;
}

div#menu ul li a:hover {
	color: #A6D515;
	border: none;	
}

div#menu ul#top li {
	float: left;
	display: block;
	padding: 0px;
	margin: 0px;
}

div#menu ul#top li a{
	display: block;
	height: 60px;
	width: 50px;
	background-image: url(../images/menu_btns.png);
	text-indent: -999px;
	overflow: hidden;
	padding: 0px;
}

div#menu ul#top li.home a{
	background-position: 0px top;
	width: 91px;
}

div#menu ul#top li.home a:hover,
div#menu ul#top li.home a.selected{
	background-position: 0px 65px;
}

div#menu ul#top li.company a{
	background-position: 698px top;
	width: 122px;
}

div#menu ul#top li.company a:hover,
div#menu ul#top li.company a.selected{
	background-position: 698px 65px;
}

div#menu ul#top li.services a{
	background-position: 576px top;
	width: 115px;
}

div#menu ul#top li.services a:hover,
div#menu ul#top li.services a.selected{
	background-position: 576px 65px;
}

div#menu ul#top li.industries a{
	background-position: 461px top;
	width: 125px;
}

div#menu ul#top li.industries a:hover,
div#menu ul#top li.industries a.selected{
	background-position: 461px 65px;
}

div#menu ul#top li.careers a{
	background-position: 336px top;
	width: 112px;
}

div#menu ul#top li.careers a:hover,
div#menu ul#top li.careers a.selected{
	background-position: 336px 65px;
}

div#menu ul#top li.contact a{
	background-position: 224px top;
	width: 133px;
}

div#menu ul#top li.contact a:hover,
div#menu ul#top li.contact a.selected{
	background-position: 224px 65px;
}

div#menu ul#top li.blog a{	
	background-position: 91px top;
	width: 91px;
}

div#menu ul#top li.blog a:hover,
div#menu ul#top li.blog a.selected{	
	background-position: 91px 65px;
}

/* @end */

div#flash {
	background: url(../images/flash_bg.png) no-repeat left top;
	width: 900px;
	height: 236px;
}

/* @group Content */

div#content {
	width: 610px;
	float: left;
	font-size: 12px;
	letter-spacing: .5px;
}

div#content div.top {
	background: url(../images/content_top.png) no-repeat left top;
	height: 11px;
}

div#content div.shadow {	
	background: url(../images/content_bg.png) repeat-y left top;
}

div#content div.bottom {
	background: url(../images/content_bottom_blue.png) no-repeat left top;
	height: 19px;
}

div#content div.alt div.bottom {
	background: url(../images/content_bottom_green.png) no-repeat left top;
}

div#content div.inner {
	background: #f5f6f6 url(../images/inside_bg_lrg.jpg) repeat-x left top;
	padding: 10px 18px;
	margin: 0px 10px;
}

div#content div.testimonial {
	background: url(../images/testimonials_bg.gif) no-repeat left 5px;
	min-height: 100px;
	height: auto !important;
	height: 100px;
	color: #545B66;
}

div#content div.testimonial div.rule {
	margin: 2em 0px;
}

div#content div.testimonial div.rule.small {
	margin: 1em 0px;
	width: 400px;
}

div#content div.testimonial a {
	font-weight: bold;
}

div#content div.testimonial p.link {
	margin: 0px 0px 0px;
}

div#content div.testimonial p.headline {
	font-size: 12px;
	letter-spacing: .5px;
	color: #111;
	margin-top: 0px;
}

div#content div.testimonial div#logos {
	float: right;
	width: 150px;
	height: 150px;
	margin-left: 15px;
	display: none;
	text-align: center;
	vertical-align: middle;
	position: relative;
}

div#content div.testimonial div#logos img {
	border: 1px solid #ddd;
}

div#content p.title {
	margin: 0px;
	text-transform: uppercase;
	font-size: 11px;
	margin-top: -10px;
	color: #b3b3b3;
}

div#content img.left {
	padding: 5px;
	background: #fff;
	border: 1px solid #ddd;
	margin: 10px 15px 10px 0px;
}

/* @end */

/* @group Sidebar */

div#sidebar {
	width: 290px;
	float: left;
	color: #353535;
	line-height: 1.45;
}

div#sidebar .rule{
	padding-bottom: 1.25em;
}

div#sidebar div.top {
	background: url(../images/sidebar_top.png) no-repeat left top;
	height: 12px;
}

div#sidebar div.shadow {	
	background: url(../images/sidebar_bg.png) repeat-y left top;
}

div#sidebar div.bottom {
	background: url(../images/sidebar_bottom_blue.png) no-repeat left top;
	height: 19px;
}

div#sidebar div.alt div.bottom {
	background: url(../images/sidebar_bottom_green.png) no-repeat left top;
}

div#sidebar div.inner {
	background: #f5f6f6 url(../images/inside_bg_lrg.jpg) repeat-x left top;
	padding: 10px 15px 0px;
	margin: 0px 8px 0px 12px;
	position: relative;
}

div#sidebar div.inner ul {
	margin-bottom: 0px;
	padding-bottom: 11px;
}

div#sidebar div#greenServices {
	background: url(../images/rule.gif) repeat-x left top;
	padding-top: 5px;
	position: relative;
}
/*
div#sidebar div#greenServices div{
	height: 43px;
	position: relative;
	overflow: hidden;
}

div#sidebar div#greenServices div div {
	height: auto;
	position: absolute;
	z-index: 1;
	border: 1px solid transparent;
}
*/

div#sidebar div#greenServices div div {
	display: none;
}

div#sidebar div#greenServices div p {
	/*margin: 5px 0px 10px;*/
	margin: 0px;
	padding: 5px 0px 10px;
	min-height: 30px;
	height: 30px;
	height: auto !important;
	width: 230px;
}

div#sidebar div#greenServices div img {
	float: left;
	margin-right: 15px;
}

div#sidebar div#greenServices .rule {
	padding: 5px 0px;
}

div#sidebar div#greenServices a {
	color: #353535;
}

div#sidebar div#greenServices a.btn {
	position: absolute;
	right: 0px;
	width: 10px;
	height: 8px;
	border: 0px;
	z-index: 2;
	display: none;
	cursor: pointer;
}

div#sidebar div#greenServices a.up {
	top: 4px;
	background: url(../images/icon_arrowUp.gif) no-repeat;
}

div#sidebar div#greenServices a.down {
	bottom: 14px;
	background: url(../images/icon_arrowDown.gif) no-repeat;
}

div#sidebar div.newsletter form {
	margin: 0px;
	padding: 0px;
}

div#sidebar div.newsletter form br {
	display: none;
}

div#sidebar div.newsletter fieldset {
	margin: 0px;
	padding: 0px;
	width: auto;
}

div#sidebar div.newsletter p {
	margin-bottom: .5em;
}

div#sidebar div.newsletter form p {
	margin: 0px;
}

div#sidebar ul#sideNav {
	list-style: none;
	margin: 25px 0px 0px;
	padding: 0px 0px 20px;
}

div#sidebar ul#sideNav li {
	margin: 0px;
	padding: 3px;
	border-top: 1px solid #C3C3C3;
}

div#sidebar ul#sideNav li.last {
	border-bottom: 1px solid #C3C3C3;
}

div#sidebar ul#sideNav li.selected {
	background: url(../images/green_navHover.jpg) no-repeat left center;
	padding-left: 15px;
}

div#sidebar ul#sideNav li span {
	display: block;
}

div#sidebar ul#sideNav a{
	text-decoration: none;
}

div#sidebar div.inner img.header {
	position: absolute;
	left: -4px;
	top: -4px;
}

/* @end */

/* @group Footer */

div#footer {
	clear: both;
	text-align: center;
	color: #545B66;
	font-size: 9px;
}

div#footer ul {
	display: none;
	list-style: none;
	padding: 0px;
	margin: 0px;
}

div#footer ul#top {
	display: block;
}

div#footer li {
	display:inline;
	padding: 0px 7px;
	margin: 0px;
	border-right: 1px solid #545B66;	
}

div#footer li.last {
	border: 0px;
}

div#footer a {
	color: #545B66;
}

/* @end */


/* @group Classes */

.btn, .btn:link, .btn:visited {
	display: block;
	overflow: hidden;
	text-indent: -999px;
	background-position: left top;
	background-repeat: no-repeat;
	border: none;
}

.btn:hover {
	background-position: left bottom;
	background-color: transparent;
	border: none;
}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}

.clear {
	clear: both;
	height: 0px;
	font-size: 0px;
	margin: 0px;
	padding: 0px;
}

.hide {
	display: none;
}

td.right {
	text-align: right;
}

.left {
	float: left;
}

.rule {
	display: block;
	height: 1px;
	background: url(../images/rule.gif) repeat-x left top;
}

input.text {
	width: 133px;
	height: 21px;
	line-height: 21px;
	padding: 0px;
	background: url(../images/input_bg.gif) no-repeat left top;
	border: 0px;
}

input.submit {
	display: block;
	width: auto;
	background: url(../images/submit_bg.gif) repeat-x left top;
	height: 19px;
	line-height: 19px;
	text-transform: uppercase;
	color: #111111;
	font-size: 9px;
	border: 0px;
	cursor: pointer;
	margin: 7px 0px 0px;
	padding: 0px 7px;
}

/* @end */

/* @group Contact Form 7 */

div#content form.wpcf7-form p {
	margin: 0px;
}

div#content form.wpcf7-form fieldset {
	padding-top: 0px;
}

div#content form.wpcf7-form div.wpcf7-response-output {
	background: #dfe9ef;
	text-align: center;
	text-transform: uppercase;
	font-size: 11px;
	margin-bottom: 20px;
	padding: 10px 0px;
	color: #4d4d4d;
}

div#content form.wpcf7-form div.wpcf7-display-none {
	background: transparent;
	margin: 0px;
	padding: 0px;
}

/* @end */

/* @group Wordpress */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
	margin-right: 10px;
}

.alignright {
	float: right;	
	margin-left: 10px;
}

small {
	font-size: 0.9em;
	line-height: 1.5em;
	color: #4d4d4d;
}

div.post {
	padding-bottom: 15px;
	margin-bottom: 10px;
	background: url(../images/rule.gif) repeat-x left bottom;
}

/* @end */

