@charset "UTF-8";

/*global*/
body {
	margin:0;
	background:#9d9d83 url(../images/bg-page.gif) repeat-x 0 0;
	font:13px/16px Arial,sans-serif;
}
a img {
	border:none;
	outline:none;
}
#main {
	margin:0 auto;
	width:960px;
	padding:145px 0 0;
	position:relative;
}

/*logo*/
.logo {
	position:absolute;
	top:13px;
	left:6px;
	padding:0;
	overflow:hidden;
	z-index:2;
}
.logo a {
	display:block;
	overflow:hidden;
	width:326px;
	height:65px;
	margin:0;
	text-indent:-9999px;
	background:url(../images/logo.gif) no-repeat;
}

/*header*/
#header {
	width:960px;
	height:145px;
	position:absolute;
	left:0;
	top:0;
}
#header ul.header-list {
	overflow:hidden;
	margin:41px 0 0 355px;
	padding:0;
	line-height:18px;
	list-style:none;
}
#header ul.header-list li {
	float:left;
	padding:0 7px 0 6px;
	margin:0 0 0 -4px;
	background:url(../images/bg-dot.gif) no-repeat 0 7px;
	font-family:Helvetica, Arial, sans-serif;
	font-style:italic;
	font-weight:bold;
	font-size:14px;
	line-height:16px;
}

/*content*/
#content {
	width:960px;
	overflow:hidden;
}

/*drop-down menu*/
#menu {
	margin:52px 0 0;
	padding:0 0 0 10px;
	list-style:none;
	width:950px;
}
#menu:after {
	content: "";
	clear: both;
	display: block;
}
#menu li {
	position:relative;
	float:left;
	display:inline;
	margin:0 5px 0 0;
	padding:0;
	text-align:center;

	font-weight:bold;
	line-height:35px;
	background:url(../images/bg-menu-button.gif) no-repeat 0 0;
}
#menu li.our {
	width:157px;
}
#menu li a {
	display:block;
	height:35px;
		width:124px;
	text-decoration:none;
	text-transform: lowercase;
	color:#fff;
	background:url(../images/bg-menu-right.gif) no-repeat 100% 0;
}
#menu li a.our {
	width:157px;
}
#menu li a:hover {
	color:#bdfe0c;
}
#menu li a:active {
	color:#bdfe0c;
}
#menu li a.on {
	color:#bdfe0c;	
}
#menu li ul {
	display: none;
	position:absolute;
	left:0;
	top:34px;
	list-style:none;
	margin:0;
	padding:3px 0 9px 0;
	width:100%;
	background:url(../images/bg-drop-menu.gif) no-repeat 0 100%
}
#menu li.hover ul {
	display:block;
}
#menu li ul li {
	display:block;
	width:100%;
	margin:0;
	padding:0;
	height:24px;
	background:url(../images/bg-drop-menu-center.gif) repeat-y 0 0;
	font-size:9px;
	line-height:24px;
}
#menu li ul li a {
	float:left;
	width:100%;
	height:24px;
	background:none;
	text-align:left;
	text-indent:8px;
	color:#353533;
}
#menu li ul li a.on,
#menu li ul li a:hover {
	background:url(../images/bg-drop-hover.gif) repeat-y;
	color:#fff;
}
.content {
 	width:960px;
	background:url(../images/bg-content-center.gif) repeat-y;
}
.content .top {
 	width:100%;
	padding:13px 0 0;
	background:url(../images/bg-content-top.gif) no-repeat 0 0;
}
.content .bottom {
 	width:100%;
	padding:0 0 12px 0;
	background:url(../images/bg-content-bottom.gif) no-repeat 0 100%;
}
.content .bottom:after {
	content: "";
	clear: both;
	display: block;
}

/*left column*/
.left-column {
	display:inline;
	width:575px;
	margin:0 0 0 11px;
	padding: 19px 0 0;
	background:#fff url(../images/bg-box-top.gif) no-repeat 0 0;
	float:left;
}
.left-column .box {
	background:url(../images/bg-box-bottom.gif) no-repeat 0 100%;
	min-height:608px;
	height:auto !important;
	height:608px;
}
.box .crumb-subNav {
	font-size:11px;
	color:#939376;
	margin-left:16px;
	margin-bottom:18px;
}
.box .crumb-subNav a,
.box .crumb-subNav a:visited {
	color:#939376;
	text-decoration:none;
}
.box .crumb-subNav a.on,
.box .crumb-subNav a:hover,
.box .crumb-subNav a:active {
	color:#199243;
	text-decoration:underline;
}
.box h1 {
	overflow:hidden;
	display:inline;
	margin:0 0 0 16px;
	padding:0;
	padding:0 0 0 32px;
	color:#1a1818;
	font-weight:bold;
	font-size:23px;
	line-height:23px;
	background:url(../images/bg-welcome.gif) no-repeat 0 0;
}
.box h2 {
	color:#008c46;
	font-size:17px;
	font-style:italic;
	font-weight:bold;
	line-height:17px;
	margin:32px 0 8px;
	padding:0 0 0 20px;
}
.left-column .box table {
	margin-left:16px;
}
.left-column #home p {
	margin:0;
	padding:30px 20px;
	width:475px;
	font-style:italic;
	font-size:15px;
	line-height:24px;
}
.box p {
	margin:0;
	padding:8px 20px;
	width:530px;
	font-size:14px;
	color:#252525;
	font-style:normal;
	line-height:20px;
}
.box p.bodyQuote {
	margin:0;
	padding:8px 20px;
	width:530px;
	font-size:14px;
	color:#189243;
	font-style:italic;
	font-weight:bold;
	line-height:20px;
}
.box a {
	color:#189243;
	text-decoration:none;
}
.box a:hover {
	text-decoration:underline;
}
.box ul li {
	margin-bottom:14px;
}
.box .image {
	display:block;
	margin:0 0 0 38px;
	width:505px;
	height:336px;
}
.box .rotatingImage {
	display:block;
	margin:12px 0 0 38px;
	width:505px;
	height:282px;
}
.image img {
	float:left;
}
.box .links {
	overflow:hidden;
	display:block;
	margin:24px 0 0 20px;
	font-weight:bold;
}
.links a {
	display:block;
	text-decoration:none;
	color:#000;
	padding:0 0 0 22px;
	background:url(../images/ico-links.gif) no-repeat 0 0;
}
.links a:hover {
	text-decoration:underline;
}
.shareThis {
	font-weight:normal;
}

/*search results*/
.box form.searchForm {
	display:none;
}
.box h3 {
	color:#252525;
	font-size:15px;
	font-weight:bold;
	font-style:italic;
	line-height:17px;
	margin:16px 0 8px;
	padding:0 0 0 20px;
}
.searchKeywordItem {
	margin:0;
	padding:0 20px;
	width:530px;
	font-size:14px;
	font-weight:bold;
	color:#252525;
	font-style:normal;
	line-height:20px;
}
.searchKeywordBody {
	margin:0 0 10px 0;
	padding:0 20px;
	width:530px;
	font-size:12px;
	color:#666;
	font-style:normal;
	line-height:16px;
}

/*footer left-column*/
/*
.contact {
	overflow:hidden;
	width:545px;
	margin:20px 0 0 20px;
	padding:0 0 10px 0;
	list-style:none;
}
.contact li {
	float:left;
	margin:0 0 0 -2px;
	padding:0 11px 0 13px;
	background:url(../images/bg-contact-line.gif) no-repeat 0 0;
	font-size:12px;
	line-height:12px;
}
*/

/*search*/
.search {
	overflow:hidden;
	float:left;
	display:inline;
	width:351px;
	margin:0 0 10px 10px;
	background:url(../images/bg-search.gif) repeat-y;
}
.search .top {
	overflow:hidden;
	width:351px;
	padding:5px 0 0;
	background:url(../images/bg-search-top.gif) no-repeat 0 0;
}
.search .bottom {
	overflow:hidden;
	width:351px;
	padding:0 0 5px 0;
	background:url(../images/bg-search-bottom.gif) no-repeat 0 100%;
}
.search form {
	padding:26px 0 26px 10px;
	margin:0;
}
.search fieldset {
	margin:0;
	padding:0;
	border:none;
}
.search input.text {
	float:left;
	margin:2px 0 0;
	height:24px;
	border:none;
	width:202px;
	color:#666;
	padding:3px 0 0;
	line-height:20px;
	text-indent:5px;
	background:url(../images/bg-search-text.gif) no-repeat 0 0;
}
.search input.submit {
	float:left;
	margin:0 0 0 9px;
	padding:0;
	width:124px;
	height:27px;
	overflow:hidden;
	font-size:0;
	line-height:0;
	text-indent:-9999px;
	border:none;
	cursor:pointer;
	background:url(../images/bg-search-submit.gif) no-repeat 0 0;
}
.right-column h4 {
	margin:0;
	padding:0;
	font-weight:bold;
	font-size:11px;
	line-height:11px;
	color:#000;
	text-align:center;
}

/*boxes*/
.boxes {
	overflow:hidden;
	float:left;
	width:320px;
	min-height:100px;
	height:auto !important;
	height:100px;
	margin:3px 0 7px 40px;
	padding:0;
	list-style:none;
}
.boxes li {
	float:left;
	width:91px;
	height:87px;
	margin:7px 8px 0 0;
	border:1px solid #fff;
	background:#5e6146;
}
.boxes a {
	float:left;
	width:91px;
	height:87px;
}
.boxes a img {
	float:left;
	width:91px;
	height:87px;
	text-indent:-9999px;
	border:none;
}
.sponsor {
	overflow:hidden;
	float:left;
	display:inline;
	width:351px;
	margin:0 0 10px 10px;
	background:url(../images/bg-search.gif) repeat-y;
}
.sponsor .top {
	overflow:hidden;
	width:351px;
	padding:5px 0 0;
	background:url(../images/bg-search-top.gif) no-repeat 0 0;
}
.sponsor .bottom {
	overflow:hidden;
	width:351px;
	padding:0 0 5px 0;
	font-weight:bold;
	background:url(../images/bg-search-bottom.gif) no-repeat 0 100%;
	height:113px;
}
.sponsor p {
	margin:0;
	padding:5px 0 0 15px;
	line-height:15px;
	color:#bdfe0c;
}
.sponsor .quote {
	color:#dedede;	
	font-size:14px;
	font-weight:normal;
}
.sponsor .quoteName,
.sponsor .quoteName a {
	color:#979797;
	font-size:12px;
	font-style:italic;
	margin:5px 20px 5px 5px;
	float:right;
}

/*side bar*/
.sideBar {
	overflow:hidden;
	float:left;
	width:324px;
	height:390px;
	background-color:#fff;
	margin:3px 0 12px 25px;
	padding:0;
	list-style:none;
}
.sideBar h1 {
	overflow:hidden;
	display:inline;
	margin:0 0 0 16px;
	padding:0;
	padding:0 0 0 32px;
	color:#008c46;
	font-weight:normal;
	font-size:20px;
	line-height:23px;
	background:url(../images/bg-welcome.gif) no-repeat 0 0;
}
.sideBar p {
	margin:0;
	padding:8px 20px;
	width:282px;
	font-size:12px;
	color:#252525;
	font-style:normal;
	line-height:20px;	
}
.sideBar .nextAndPrev a,
.sideBar .nextAndPrev a:visited {
	font-weight:bold;
	color:#189243;
	text-decoration:none;
}

.sideBar .nextAndPrev a:hover {
	text-decoration:underline;	
}

/* jQuery slider */
#slider ul,
#slider li {
	margin:0;
	padding:0;
	list-style:none;
}
#slider li { 
	width:324px;
	height:310px;
	overflow:hidden;
}
#slider a {
	color:#189243;
	text-decoration:none;	
}
#slider a:hover {
	text-decoration:underline;	
}
span#nextBtn,
span#nextBtn a,
span#nextBtn a:visited {	
	font-weight:bold;
	color:#189243;
	text-decoration:none;
}
span#nextBtn a:hover,
span#nextBtn a:active {
	text-decoration:underline;	
}
span#prevBtn,
span#prevBtn a,
span#prevBtn a:visited {
	font-weight:bold;
	color:#189243;
	text-decoration:none;
	margin-right:6px;
}
span#prevBtn a:hover,
span#prevBtn a:active {
	text-decoration:underline;	
}

/*project showcase*/
div.projCategory {
	margin:0;
	padding-left:20px;
	padding-top:12px;
}
div.projCategory .question {
	color:#189243;
	font-size:15px;
	font-weight:bold;
	font-style:italic;
	width:500px;
	text-decoration:none;
	cursor:pointer;
	padding-left:18px;
	background:url(../images/arrow-up.gif) no-repeat left 4.5px;
}
div.projCategory a:hover {
	text-decoration:underline;
}
div.projCategory .question.active {
	background-image:url(../images/arrow-down.gif);
}
div.projCategory .projList  {
	margin-left:18px;
	font-size:10px;
	font-style:normal;	
}
div.projCategory ul,
div.projCategory ol {
	margin:0 0 10px 20px;
}
div.projList ul {
	margin:0;
	padding-left:15px;
	list-style:none;
}
div.projList ul li {
	margin-top:8px;
	font-size:12px;
}
div.projList ul li a,
div.projList ul li a:visited {
	color:#189243;
	text-decoration:none;
}
div.projList ul li a:hover {
	text-decoration:underline;
}

/*project detail*/
a.backLink {
	margin-left:20px;
	font-weight:bold;
	color:#189243;
	text-decoration:none;
}

a.downloadPDF {
	margin-left:0;
	font-weight:bold;
	color:#189243;
	text-decoration:none;
}

a:hover.backLink,
a:hover.downloadPDF {
	text-decoration:underline;	
}

/*contact*/
.contactHeader {
	color:#189243;
	font-size:16px;
	font-weight:bold;
}
table.contact {
	line-height:24px;
}
table.contact a {
	color:#189243;
	text-decoration:none;
}
table.contact a:hover {
	text-decoration:underline;
}

/*contact form*/
h3#customFormName {
	display:none;
}
p#customFormInstructions {
	display:none;
}
.box form {
	margin:0 0 0 30px;
	padding:0;
}
p.as_errorText {
	font-size:10px;
	font-weight:bold;
	color:red;
	margin:0 0 12px 45px;
	padding:0;
}
#customFormSubmit {
	margin-left:20px;
}
.box td input {
	width:150px;
}

/*footer*/
#footer {
	clear:both;
	overflow:hidden;
	height:55px;
	text-align:center;
}
#footer ul {
	margin:7px 0 0 0;
	list-style:none;
}
#footer li {
	display:inline;
	padding:0 11px 0 13px;
	background:url(../images/bg-foot-line.gif) no-repeat 0 0;
	font-size:12px;
	line-height:12px;
}
#footer li.first {
	background:none;
}
#footer a {
	text-decoration:none;
	color:#000;
	text-transform: lowercase;
}
#footer a:hover {
	text-decoration:underline;
}
#footer p.copyright {
	font-size:11px;
}
