@charset "utf-8";
/* CSS Document */
*:focus {
	outline: none;
}
div.marginbottom {
	/* Since the Fx.Slide element resets margins, we set a margin on the above element */
	margin-bottom: 10px;
}
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #3c3f36;  /* dark grey */
	line-height:125%;
	margin: 0 auto;
	padding:0;
	background: #72918b url(../images/bg-slice-body.jpg) repeat-x; /* dark teal */
}
h1 {
	font-size: 14px;
	line-height:125%;
	color: #3c3f36;  /* dark grey */
	font-weight:bold;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
.testimonial-name {
	font-size: 14px;
	font-weight:normal;
	color: #3c3f36;  /* dark grey */
	float:right;
	}
.intro-type {
	font-size: 18px;
	line-height:133%;
	color: #3c3f36;  /* dark grey */
	font-weight:normal;
	letter-spacing:-1px;
	margin-top: 0;
	padding: 0;
}
.green-type {
	color: #82941e; /* green */
}
p {
	font-size: 12px;
	line-height:125%;
}
a {
	color: #82941e; /* green */
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
ul {
	margin-left:20px;
	padding:0;
	}
li {
	line-height:150%;
}

/* -----------------------------MAIN NAVIGATION AREA ---------------------------*/

#mainnav {
	background:url(../images/navfill.jpg);
	padding: 0 0 0 355px;
	margin:0;
	height: 40px;
	list-style: none;
}
#mainnav ul {
	width: 100%;
	text-transform:uppercase;
	list-style: none;
	}
#mainnav li {
	float: left;
}
#mainnav li a {
	display: block;
}
#mainnav li a:hover {
	background-position: bottom;
}
#navProjects {
	background: url(../images/nav_projects.jpg) top left;
	width: 93px;
	height: 40px;
}
#navServices {
	background: url(../images/nav_services.jpg) top left;
	width: 93px;
	height: 40px;
}
#navClients {
	background: url(../images/nav_clients.jpg) top left;
	width: 83px;
	height: 40px;
}
#navReferences {
	background: url(../images/nav_references.jpg) top left;
	width: 107px;
	height: 40px;
}
#navAbout {
	background: url(../images/nav_about.jpg) top left;
	width: 70px;
	height: 40px;
}
#navContact {
	background: url(../images/nav_contact.jpg) top left;
	width: 81px;
	height: 40px;
}

/* -------------------------------END NAVIGATION -------------------------------*/
#container {
	width: 920px;
	margin:0 auto;
	padding:0;
}
#banner-wrap {
	width: 920px;
}
#banner {
	width: 900 px;
	margin:0;
	padding: 0 10px;
}
#content-60-30 {
	width: 920px;
	background: url(../images/bg-slice-content6030.png) repeat-y;
}
#content-30-60 {
	width: 920px;
	background: url(../images/bg-slice-content3060.png) repeat-y;
}
#content {
	width: 900px;
	margin: 0;
	padding:0 10px;
}
#subnav {
	width:860px;
	margin-left:10px;
	padding:0 10px;
	background-color:#ebe9dc;
	overflow:hidden;
}
#subnav-thumb {
	width:107px;
	float:left;
	text-align:center;
	color:#3c3f36;
	font-size:11px;
	text-transform:uppercase;
	padding:10px 0;
}
#subnav-thumb img {
	border:3px solid #ebe9dc;
}
#subnav-thumb img:hover {
	border: 3px solid #82941e;
}
#flash-wrap {
	width:880px;
	padding: 0 10px;
}
#body-copy {
	width:900px;
	margin:0;
	padding:0;
	overflow:hidden;
}
#project-area {
	width:860px;
	margin-left:10px;
	margin-top:0;
	margin-bottom:0;
	padding:20px 10px;
	background-color:#ebe9dc; /*tan*/
	font-size:10px;
	}
#project-box {
	width: 205px;
	margin-top:10px;
	padding:0 5px;
	float:left;
}
#project-box ul {
	display:block;
	list-style-type:none;
	margin:0;
	padding:0;
}
#project-box li a:hover {
	background-color: #f5f4ec; /*light cream*/
	display:block;
	text-decoration:none;
	margin:0;
	padding:0;
	}		
#left-col {
	width: 560px;
	padding:20px;
	float:left;
}

#service-box {
	width: 175px;
	margin:0;
	padding:5px;
	float:left;
}
#service-box .title {
	font-size:16px;
	font-weight:bold;
	border-top:dotted thin #ffffff;
	}
#service-box ul {
	display:block;
	list-style-type:none;
	margin:0;
	padding:0;
	}
#service-box li:hover {
	background-color: #f5f4ec; /*light cream*/
	}
#service-box li {
	border-bottom:dotted thin #ffffff;
	padding:5px 10px;
}
#ref-box {
	width: 160px;
	margin:0;
	border:none;
	padding:10px;
	float:left;
}
#ref-box:hover {
	background-color:#f5f4ec;
	}
#ref-box .name {
	font-size: 11px;
	line-height:13px;
	}
#ref-box .address {
	font-size:10px;
	line-height:13px;
}
#ref-box .company {
	font-size: 13px;
	line-height: 16px;
	font-weight:bold; 
}
#client-box {
	width: 545px;
	margin:0;
	padding:0;
	font-size: 18px;
	color: #3c3f36;  /* dark grey */
	font-weight:normal;
	text-align:center;
	}
#client-box ul {
	display:block;
	list-style-type:none;
	margin:0;
	padding:0;
	}
#client-box li {
	background:url(../images/bg_client-bar.jpg) no-repeat;
	padding:0;
	line-height:48px;
}
#right-col {
	width:300px;
	line-height:125%;
	color: #3c3f36;  /* dark grey */
	font-weight:normal;
	margin-top: 0;
	padding-top:20px;
	float:right;
}
#right-col h1 {
	font-size: 14px;
	font-weight:bold;
	margin-bottom: 0;
	margin-top:0;
	padding: 0 20px;
}
#right-col ul {
	margin:0 20px 0 40px;
	padding:0;
	}
#right-col .key-fact {	
	font-size: 14px;
	padding: 0 20px;
}
#right-col .key-fact-title {	
	font-size: 18px;
	line-height:18px;
	color: #3c3f36;  /* dark grey */
	font-weight:normal;
	letter-spacing:-1px;
}
#right-col p {	
	font-size: 12px;
	padding: 0 20px 10px 20px;
	margin-top:0;
	line-height:18px;
}

#projects-left-col {
	width:300px;
	line-height:125%;
	color: #3c3f36;  /* dark grey */
	font-weight:normal;
	margin: 0;
	padding:0;
	float:left;
}
#projects-left-col h1 {
	font-size: 14px;
	font-weight:bold;
	margin-bottom: 0;
	padding: 20px 20px 0 20px;
}
#projects-left-col p {	
	font-size: 12px;
	padding: 0 20px 10px 20px;
}
#projects-right-col {
	width: 600px;
	padding:0px;
	float:right;
}
#bottom-slice {
	width:920 px;
	height: 20px;
	background:url(../images/content-bottom.png) no-repeat;
	}
#footer {
	width:920px;
	color:#fff;
	clear:both;
}
#footer a {
	color: #3c3f36;
	text-decoration:none;
}
#footer a:hover {
	color: #3c3f36;
	text-decoration:underline;
}
#footer-info {
	margin-left:0px;
}
#footer-info-short {
	width: 225px;
	margin:0;
	border-left:thin solid #8fa9a4;
	padding:10px;
	float:left;
}
#footer-info-long {
	width: 300px;
	margin:0;
	border-left:thin solid #8fa9a4;
	padding:10px;
	float:left;
}
#footer-logo {
	float:left;
	padding:10px 10px 10px 15px;
	}
.float-right {
	float:right;
	}
.float-left {
	float:left;
	}
.form-style td {
	padding: 0 5px 5px 0;
	}

/*---------------------- MOOTOOLS ACCORDION ---------------------*/
#accordion {
	margin:20px 0px;
}
#accordion img {
	float:right;
	padding:0 0 15px 20px;
	}
h3.toggler {
	cursor: pointer;
	border-bottom: 1px dotted #ffffff;
	font-size: 13px;
	background: #ebe9dc; 
	color: #000000;
	margin: 0 0 4px 0;
	padding: 10px 5px 1px 5px;
}
h3.toggler:hover {
	background: #f5f3ec;
}
h3.toggler:active {
	background: #ebe9dc; 
	}

div.element p, div.element h4 {
	margin:0;
	padding:10px 5px 0 5px;
}

/*---------------------- END MOOTOOLS ACCORDION -------------------------*/
