@charset "utf-8"; 
body  {
	margin: 0;
	padding: 0;
	text-align: center;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	background: #504532;
	height: 100%;
}

body a {
    color: #cccccc;
    text-decoration: none;
}

body a:hover {
    color: #ffffff;
}

span {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: lighter;
}

#container {
	text-align: left;
	vertical-align: top;
	height: 100%;
	margin: auto;
	height: 100%;
	width: 950px;
	padding: 0px;
	background-image: url(images/bg.png);
	background-repeat: repeat;
} 

#header {
    background-image: url(images/swooshes.png);
    background-repeat: no-repeat;
	background-position: right top;
	text-align: left;
	margin: 0px;
	padding: 0px;
    width: 950px;
    height: 250px;
}

#logo {
	padding-top: 15px;
	margin-left: 20px;
}

#sidebar1 {
	float: left;
	width: 305px;
    display: inline;
}

#mainContent {
	margin-top: 50px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 300px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
} 

#mainContent h1 {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: lighter;
	font-size: 24px;
}

.breadcrumbs {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: lighter;
	color: #999999;
	text-decoration: none;
}

.bodytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #cccccc;
	font-weight: lighter;
	line-height: 17px;
	margin-top: 7px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#footer {
	color: #999999;
	text-align: right;
	vertical-align: top;
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 0;
	margin-top: 150px;
	margin-right: 25px;
	margin-left: 450px;
	height: 150px;
} 

#footer p {
	margin: 0; 
	padding: 10px 0; 
}


.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

/*--------Begin Formatting Styles--------*/

/*--------H2 Classes----------------*/
.italicHeading {
	font-style: italic;
	font-weight: normal;
	font-size: 13px;
}
.listHeading {
	font-size: 13px;
	font-weight: normal;
}
.people {
	font-size: 13px;
	color: #FFCC00;
	margin: 0px;
	padding: 0px;
}
.people_sub {
	font-size: 11px;
	font-style: italic;
}
.subHead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	text-indent: 3px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 35px;
	line-height: 25px;
}
#content_inner {
	padding-right: 125px;
}

/*--------Approach----------------*/
.purple {
color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	background-image: url(images/approach_dots_purple.png);
	line-height: 35px;
	
}

/*--------Systems----------------*/
.green {
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	background-image: url(images/system_dots_green.png);
	line-height: 35px;
}
.systems_lists {
	background-image:url(images/system_dots.png);
	background-repeat: no-repeat;
	background-position: left top;
	width: 655px;
	margin-left: -25px;
}
/* allow room for 3 columns */
.systems_lists ul{
	width: 475px;
	list-style-type: circle;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 3px;
	margin-top: 5px;
	margin-bottom: 0px;
	margin-left: 45px;
	line-height: 20px;
}
/* float & allow room for the widest item */
.systems_lists ul li{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CCCCCC;
}

/*--------Industries----------------*/
#case_studies {
	background-image:url(images/industry_dots.png);
	background-repeat: no-repeat;
	background-position: left top;
	width: 650px;
	margin-left: -25px;
}
/* allow room for 3 columns */
#case_studies ul{
	width: 600px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 3px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 35px;
	list-style-type: none;
}
/* float & allow room for the widest item */
#case_studies ul li{
	width: 400px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 25px;
}
#case_studies ul li a{
	text-decoration: none;
	color: #CCCCCC;
}
#case_studies ul li a:hover{
	text-decoration: none;
	color: #FFFFFF;
}
/* stop the float */
#case_studies br {clear: left;}

/*--------Contact----------------*/
.contact {
	font-family: Arial, Helvetica, sans-serif;
	font-variant: small-caps;
	color: #F37B19;
	font-size: 14px;
}

/*--------People----------------*/
.peopletext {
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	color: #CCCCCC;
	font-size: 12px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 7px;
	margin-left: 0px;
	line-height: 17px;
	font-weight: lighter;
}
.email a{
	color: #FFFFFF;
	text-decoration: none;
}
.email a:hover{
	color: #FFCC00;
}

#directory {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#directory li {
	font-size: 13px;
	color: #FFCC00;
	line-height: 20px;
}
/*--------Sitemap----------------*/
.sitemap_lists {
	width: 225px;
	float: left;
}
/* allow room for 3 columns */
.sitemap_lists ul{
	list-style-type: circle;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 3px;
	margin-top: 5px;
	margin-bottom: 0px;
	margin-left: 45px;
	line-height: 20px;
}
/* float & allow room for the widest item */
.sitemap_lists ul li{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CCCCCC;
}
.sitemap_lists ul li a{
	color: #CCCCCC;
}
.sitemap_lists ul li a:hover{
	color: #FFFFFF;
}
.sitemapSubHead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	text-indent: 3px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 35px;
	line-height: 25px;
	border-bottom-width: medium;
	border-bottom-style: dotted;
	border-bottom-color: #AC8930;
}
.sitemapSubHead a{
	color:#FFFFFF;
}
.sitemapSubHead a:hover{
	color:#CCCCCC;
}

/*-------- Promo Area ----------------*/
#container #sidebar1 #promo {
	background-image: url(images/homepage_promoBox.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 5px;
	padding-left: 20px;
	height: 195px;
	margin-top: 15px;
}

#container #sidebar1 #promo h1 {
	color: #94e751;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: lighter;
	font-size: 14px;
}

#container #sidebar1 #promo p {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #cccccc;
	line-height: 15px;
}

#container #sidebar1 #promo a {
	color: #cccccc;
	text-decoration: underline;
}

#container #sidebar1 #promo a:hover {
	color: #ffffff;
}
.energenic #container #mainContent .bigText {
	font-size: 14px;
	color: #CCCCCC;
	font-weight: bold;
}
