@import url("reset.css");
@import url("text.css");
@import url("960.css");

html {
	background-color: #1e1b18;
}

body {
	color: #49463f;
	background-color: #ffffff;
}

body.index {
	background: url(../images/bg-index.png) no-repeat top center;
}

body.agriculture {
	background: #fff url(../images/ag-bg.gif) repeat-x left top;
}

body.industrial {
	background: #fff url(../images/ind-bg.gif) repeat-x left top;
}

body.general {
	background: #fff url(../images/interior-bg.gif) repeat-x left top;
}


body.agriculture #wrapper {
		background: url(../images/header-bg-agriculture2.jpg) no-repeat left top;
}

body.industrial #wrapper {
		background: url(../images/header-bg-industrial2.jpg) no-repeat left top;
}

body.general #wrapper {
		background: url(../images/header-bg-interior2.jpg) no-repeat left top;
}

/* @group Header */


#header {
	z-index:9999;
}

body.index #header {
	display: block;
	height: 379px;
	background: url(../images/header-bg-index.jpg) no-repeat left top;
}

body.interior #header{
	display: block;
	height: 103px;
}



a.learn-more {
	padding-right: 17px;
	text-transform: uppercase;
	font-size: 10px;
	font-weight: bold;
	background: url(../images/triangle-bullet.gif) no-repeat 2px right;
}

#header img.banner {
	display: block;
	position: absolute;
	top: 373px;
	left: 447px;
	z-index: 100;
}

#header h1 {
	display: block;
	margin: 0;
	position: absolute;
	width: 219px;
	height: 101px;
}

ul#nav-main {
	float: right;
	list-style: none;
	margin: 35px 10px 0 0;
	position: absolute;
	left: 430px;
	z-index: 9999;
}

ul#nav-main li {
	display: inline;
	float: left;
	margin: 0 0 0 0;
}

ul#nav-main li a {
	display: block;
	color: #e6e5da;
	height: 40px;
	line-height: 40px;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	padding: 0 15px;
	-moz-border-radius-topleft:5px;
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
}

ul#nav-main li.sfHover a.sf-with-ul  {
	-moz-border-radius-bottomleft: 0px;
	-webkit-border-bottom-left-radius: 0px;
	-moz-border-radius-bottomright: 0px;
	-webkit-border-bottom-right-radius: 0px;
}

ul#nav-main li a:hover,  ul#nav-main li.sfHover a  {
	color: #fff;
	background: #000;
}


ul#nav-main ul {
	display: none;
	position: absolute; 
	top: 0;
	left: 0;
	width: 160px;
	background-color: #000;
	-moz-border-radius-topleft:0px;
	-webkit-border-top-left-radius: 0px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
}

ul#nav-main ul li a {
	display: block;
	color: #cdc6b8 !important;
	width: 134px;
	font-size: 12px;
	font-weight: normal;
	text-transform: capitalize;
	text-decoration: none;
	height: 28px;
	line-height: 36px;
	padding: 0 0 0 15px;
	text-shadow: 0px 0px 0px #008a8a !important;
	background: url() no-repeat 4px top;
	border-bottom: 1px solid #000;
}

ul#nav-main ul li:first-child a {
	padding-top: 5px;
}


ul#nav-main ul li:last-child a {
	border: none;
	padding-bottom: 5px;
}

ul#nav-main ul li a:hover {
	color: #fff4c2 !important;
	color: #ffffff !important;
	background: url(../images/arrow-trans.png) no-repeat 4px top;
	background-color: #000;
}

ul#nav-main li > ul {
	top: auto;
	left: auto;
}

ul#nav-main li:hover ul {
	display: block;
	clear: both;
}

ul#nav-main li ul li a {
	height: 28px;
	line-height: 28px;
}

/* @end */

/* @group home industrial/agriculture areas */

#industries-wrapper {
	background: url(../images/industries-wrapper-bg.png) no-repeat left top;
}

#industrial, #agriculture {
	display: block;
	height: 254px;
	color: #fff;
}

#industrial p, #agriculture p {
	display: block;
	position: absolute;
	left: 20px;
	top: 88px;
	width: 250px;
	font-size: 11px;
	line-height: 15px;
}

#industrial ul, #agriculture ul {
	list-style-image: url(../images/li-bullet.gif);
	display: block;
	position: absolute;
	left: 280px;
	top: 88px;
	width: 140px;
	margin: 0;
	margin-left: 15px;
	padding: 0;
	line-height: 14px;
}

#industrial ul li, #agriculture ul li {
	margin: 0;
	margin-left: 15px;
	margin-bottom: 5px;
}

#industrial ul li a, #agriculture ul li a {
	/*background: url(../images/li-bullet.gif) no-repeat center left;*/
	color: #fff;
	text-decoration: none;
	padding-left: 0px;
}

#industrial ul li a:hover, #agriculture ul li a:hover {
	text-decoration: underline;
}


#industrial img.title, #agriculture img.title {
	display: block;
	position: absolute;
	top: 20px;
	left: 20px;
}

#industrial a.button {
	display: block;
	position: absolute;
	width: 154px;
	height: 45px;
	top: 15px;
	left: 280px;
	background: url(../images/view-projects-buttons.gif) no-repeat left top;
}

#industrial a.button:hover {
	background: url(../images/view-projects-buttons.gif) no-repeat -45px left;
}

#agriculture a.button {
	display: block;
	position: absolute;
	width: 154px;
	height: 45px;
	top: 15px;
	left: 280px;
	background: url(../images/view-projects-buttons.gif) no-repeat -154px top;
}

#agriculture a.button:hover {
	background: url(../images/view-projects-buttons.gif) no-repeat -154px -45px;
}


#industrial {
	background: url(../images/industrial-bg-trans.png) no-repeat left top;
}


#agriculture {
	background: url(../images/agriculture-bg-trans.png) no-repeat left top;
}

/* @end */

/* @group content */


#content-container {
	z-index: 1;
}

body.index #content-container {
	background: url(../images/gradient-bg.jpg) repeat-x left top;
}


#content-main {
	padding-bottom: 40px;
}

body.index #content-main {
	background: url(../images/content-main-top-shadow-trans.png) no-repeat left top;
	background: url(../images/gradient-bg.jpg) repeat-x left top;
}

body.interior #content-container {
	margin-top: 153px;
}

body.interior #content-main {
	min-height: 420px;
	height: auto !important;
	height: 420px;
	padding-bottom: 80px;
	background: url(../images/content-main-bg.png) no-repeat left top;
	padding-top: 6px;
}


#intro {
	display: block;
	height: 120px;
	margin-top: 20px;
	margin-bottom: 20px;
	background: url(../images/intro-bg2-trans.png) no-repeat left top;
}

#intro h3 {
	text-align: center;
	font-size: 18px;
	line-height: 25px;
	padding-top: 40px;
	color: #49463f;
	font-weight: normal;
	text-shadow: #adaca1 2px 2px 2px;
}

#featured {
	background: url(../images/featured-bg-trans.png) no-repeat 2px top;
}

#featured h6 {
	display: block;
	height: 30px;
	font-weight: normal;
	padding-left: 30px;
	color: #635d54;
}

#featured h6 strong {
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
}

#featured dl dt {
	display: inline;
	float: left;
	width: 110px;
}

#featured dl dt img {
	border: 3px solid #fff;
}

#featured dl dd {
	display: inline;
	float: left;
	width: 180px;
}

#featured h6.industrial {
	background: url(../images/h6-industrial-trans.png) no-repeat left top;
}

#featured h6.agriculture {
	background: url(../images/h6-agriculture-trans.png) no-repeat left top;
}

#featured h6.news {
	background: url(../images/h6-news-trans.png) no-repeat left top;
}

#featured h6.blank {
	background: url(../images/h6-blank-trans.png) no-repeat left top;
}

#featured ul li {
	list-style: none;
	padding: 0;
	margin: 0;
	margin-left: 10px;
	line-height: 15px;
	margin-bottom: 10px;
	position: relative;
}


#featured ul li {
	padding-left: 15px;
	background: url(../images/triangle-bullet.gif) no-repeat 1px left;
}


#sidebar {
	float: left;
	width: 230px;
	margin-left: 10px;
}

#sidebar p {
	margin: 0 auto;
	width: 200px;
}

#page {
	position: relative;
	padding: 0;
	margin-left: 240px;
}

body.agriculture div.badge, 
body.industrial div.badge,
body.interior div.badge {
	display:block;
	position: absolute;
	width: 369px;
	height: 77px;
	/*margin-left: 50%;
	top: 250px;
	left: -184px;*/
	top: -12px;
	left: 57px;
	background: url(../images/general-badge2.png) no-repeat left top;
}

body.industrial div.badge {
	background: url(../images/industrial-badge.png) no-repeat left top;
}
body.agriculture div.badge {
	background: url(../images/agriculture-badge.png) no-repeat left top;
}

.section {
	float: left;
	width: 440px;
	padding: 0 20px;
	padding-top: 65px;
}

.section h3 {
	text-align: center;
	padding: 5px 0 0 0 ;
	margin-bottom: 10px;
}

.section h5 + div { padding: 0 10px; }

.section h5 {
	padding: 0 0 0 10px;
	height: 30px;
	line-height: 30px;
	font-size: 13px;
	background: #f0f0e1 url(../images/h5-bg.gif) no-repeat right top;
	cursor: pointer;
	margin: 0 0 10px 0;
	font-weight: bold;
}

.section h5.ui-accordion-header.selected {
	color: #fff;
	background: #66615c url(../images/h5-bg.gif) no-repeat right -30px;
}

.section h5:hover {
	background: #d1d1c6 url(../images/h5-bg.gif) no-repeat right top;
}

.section h6 {
	margin-bottom: 0;
}

.section img.border {
	padding: 2px;
	border: 1px solid #e3e3e3;
}

.section ul {
	position: relative;
	list-style: none;
	margin: 0 0 20px 0;
	padding: 0;
}

.section ul li {
	margin: 0 0 0 0px;
	padding: 0 0 0 15px;
	background: url(../images/li-bullet2.gif) no-repeat left 6px;
}

body.agriculture .section h3 {
	color: #59789c;
}

body.industrial .section h3 {
	color: #b51111;
}


.related {
	padding: 0;
	width: 240px;
	float: right;
}

.related p {
	padding: 0 20px;
	margin: 0 0 10px 0;
}

.related ul {
	position: relative;
	list-style: none;
	margin: 0 0 10px 0;
	padding: 0;
	width: 220px
}

.related ul li {
	margin: 0 0 0 20px;
	padding: 0 0 0 10px;
	background: url(../images/li-bullet2.gif) no-repeat left 6px;
}

dl.profile {
	display: block;
	width: 190px;
	margin: 0 0 10px 20px;
	padding-bottom: 5px;
	border-bottom: 1px solid #e0e0d3;
	clear: left;
}

dl.profile dt {
	float: left;
	width: 60px;
}

dl.profile dt img {
	padding: 1px;
	border: 1px solid #e3e3e3;
}

dl.profile dd {
	float: left;
	width: 130px;
	vertical-align: middle;
}

dl.profile dd a {
	display: table-cell;
	font-size: 11px;
	line-height: 13px;
	font-weight: bold;
	vertical-align: middle;
}


#sidebar h6, .related h6 {
	color: #fff;
	display: block;
	width: 230px;
	height: 48px;
	line-height: 48px;
	text-transform: uppercase;
	font-size: 11px;
	text-align: center;
}

#sidebar h6 {
	background: url(../images/bolt-head.png) no-repeat 20px center;
}

body.agriculture .related h6 {
	width: 150px;
	background: url(../images/h6-ag-project-profiles-bg.jpg) no-repeat left top;
	padding-left: 80px;
	text-align: left;
}

body.industrial .related h6 {
	width: 150px;
	background: url(../images/h6-ind-project-profiles-bg.jpg) no-repeat left top;
	padding-left: 80px;
	text-align: left;
}

body.general .related h6 {
	width: 150px;
	background: url(../images/h6-related-info-bg.jpg) no-repeat left top;
	padding-left: 80px;
	text-align: left;
}


.ui-tabs-hide {
	display: none;
}

ul#projects {
	list-style: none;
	padding: 0;
	margin: 0 0 0 10px;
	clear: left;
}



ul#project-types {
	display: block;
	list-style: none;
	margin: 0 0 20px 20px;
	width: 220px;
	padding: 0;
}

ul#project-types li {
	display: inline;
	margin: 0;
	padding: 0;
	float: left;
	width: 210px;
}

ul#project-types li a {
	display: block;
	height: 32px;
	line-height: 32px;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	padding: 0 0 0 20px;
	border-bottom: 1px solid #fff;
	width: 200px;
	background: url(../images/li-bullet2.gif) no-repeat 8px center;
}

ul#project-types li a:hover {
	text-decoration: none;
	color: #342f2b;
	background: url(../images/tabs-hover-bg.png) no-repeat left top;
	
}


ul#project-types li.ui-tabs-selected a {
	display: inline;
	float: left;
	width: 190px;
	padding: 0 0 0 20px;
	background-color: #fff;
	border-bottom: 1px solid #fff;
	background: url(../images/tabs-selected-bg.png) no-repeat left top;
}

dl.thumbs {
	display: block;
	list-style: none !important;
	margin: 0 20px 20px 20px;
	width: 200px;
	padding: 0;
	border-bottom: 1px solid #e0e0d3;
}

dl.thumbs dt {
	display: block;
	margin: 0 0 10px 0;
	font-weight: bold;
}

dl.thumbs dd {
	display: inline;
	float: left;
	margin: 0 10px 10px 0;
}

dl.thumbs dd img {
	padding: 1px;
	border: 1px solid #e3e3e3;
}

dl.thumbs dd img:hover {
	padding: 1px;
	border: 1px solid #e6e1d5;
	background-color: #e6e1d5;
}

#google-map {
	display: block;
	margin: 0 0 0 20px;
	width: 190px;
	text-align: right;
}

.caption {
	font-weight: bold;
	font-size: 10px;
}

.mr {
	margin: 0 15px 7px 0;
}

.ml {
	margin: 0 0 7px 15px;
}

button.fancy, .button.fancy {
	background: #44403a url(../images/alert-overlay.png) repeat-x;
	display: inline-block;
	padding: 5px 10px 6px 10px;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	line-height: 1;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
	border-bottom: 1px solid rgba(0,0,0,0.25);
	position: relative;
	cursor: pointer;
	margin-left: 20px;
}


/* Sizes ---------- */
.small.fancy {
	font-size: 11px;
}
.medium.fancy {
	font-size: 12px;
}
.large.fancy {
	font-size: 13px;
	padding: 8px 10px 9px 10px;
}
 
/* Colors ---------- */

button.fancy:hover, .button.fancy:hover {
	background: #211d17;
}
.blue.fancy {
	background-color: #3b5d7d;
}
.red.fancy {
	background-color: #c4002c;
}

.blue.fancy:hover {
	background-color: #264a6d;
}
.red.fancy:hover {
	background-color: #900726;
}


/*span.arrow {
	display: inline;
	font-size: 16px;
	font-weight: bold;
}*/


/* @end */

/* @group siteinfo */

#siteinfo {
	display: block;
	background: url(../images/siteinfo-bg.gif) repeat-x;
	color: #8f8c87;
	font-size: 11px;
}

#siteinfo a {
	color: #4d473f;
	text-decoration: none;
}

#footer {
	min-height: 180px;
	height: auto !important;
	height: 180px;
	background: url(../images/footer-bg.jpg) no-repeat top center;
}

#foot-logo img {
	display: block;
	margin: 0 auto;
	margin-top: -20px;	
}

#links ul {
	display: block;
	/*width: 380px;*/
	float: right;
	height: 40px;
	list-style: none;
	font-family: "Trebuchet MS", Trebuchet, Helvetica, Arial, 'Liberation Sans', FreeSans, sans-serif;
}

#links ul li {
	display: inline;
	margin: 0 10px 0 10px;
}

#links ul li a {
	font-size: 12px !important;
	color: #4d473f;
	text-decoration: none;
	height: 40px;
	line-height: 40px;
}

#links ul li a:hover {
	color: #4d473f;
	text-decoration: underline;
}



#copyright p {
	margin-top: 13px;
	color: #666;
}

/* @end */

.slideshow {
	width: 294px;
	height: 219px;
	border: 3px solid #fff;
}

.slides-sb {
	display: block;
	position: relative;
	width: 189px;
	height: 141px;
	margin: 0 auto;
	margin-left: 18px;
	border: 3px solid #e3e3e3;
}