body,html {
	margin: 0px;
	padding: 0px;
	background-color: #c0bfb6;
	width: 100%;
	height: 100%;
	font-family:  Arial, Helvetica, Verdana, Geneva, sans-serif;
	font-size: 12px;
}

a {
	color: #8ca08e;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.left {
	float: left;
}


.right {
	float: right;
}


table#maintab {
	height: 100%;
	width: 100%;
}

div#maindiv {
	width: 873px;
	text-align: left;
	height: 100%;
	background-color: white;
}

div#sproutlogo {
	text-align: right;
	padding-right: 20px;
}

div#sectitle {
	padding-left: 40px;
	font: 42px arial;
	color: #331;
}

div#contentarea {
	margin-left: 5px;
	margin-right: 5px;
}

div#homenav {
	background-image: url('swf/background4.jpg');
	width: 502px; 
	height: 327px;
	
}

IMG#whohome {
	margin-left: 35px;
	margin-top: 9px;
}

IMG#whathome {
	margin-left: 15px;
	margin-top: 9px;
	
}

IMG#howhome {
	margin-left: 35px;
	margin-top: 9px;
}

IMG#wherehome {
	margin-left: 15px;
	margin-top: 9px;
	
}

IMG#recentworkhome {
	margin-left: 8px;

	
}



div#homecontentarea {
	background-color: #323232;
	width: 865px;
}

div#homecallouts {
	height: 327px;
	/*width: 367px;*/
	width: 350px;
	
}


div#calloutimages {
	height: 248px;
	width: 350px;

	
}



div#calloutrollovers {
	height: 55px;
	width: 340px;
	padding-left: 10px;
	font-size: 11px;
	color: white;
	
}

div#calloutrollovers IMG {
margin-left: 5px;	

}



div#footer {
	font: 11px arial;
	line-height: 16px;
	color: #999;
	border-top: 1px solid #ccc;
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 25px;
	/*padding-left: 40px;*/
	padding-top: 4px;
	width: 865px;
}

div#footer a {
	text-decoration: none;
	color: #999;
}

div#footer a:hover {
	text-decoration: underline;
}


table#main_bot {
	margin-top: 15px;
	margin-left: 40px;
	width: 800px;

	font: 11px arial;
	line-height: 15px;
	color: #363417;
}

table#main_bot p {
	margin: 0px 0px 8px 0px;
}

span.sechead {
	color: #c63437;
	font-weight: bold;
}

table#main_bot a {
	text-decoration: underline;
}

table#menuarea {
	width:863px;
	height:462px;
}

table#menuarea td#mmenu {
	width:136px;
	background-repeat: no-repeat;
}

div.mmitem {
	position: relative;
	left: 34px;
	width: 86px;
	height: 86px;
	cursor: pointer;
}
#mmenu_who { top: 10px; }
#mmenu_what { top: 17px; }
#mmenu_how { top: 24px; }
#mmenu_where { top: 30px; }

table#menuarea td#submenu {
	width:141px;
	background-image: url("images/submenu_bg.jpg");
	background-repeat: repeat-y;
	background-color: #E8E8E8;
	
}

table.submitem {
	position: relative;
	width: 141px;
	height: 141px;
	background-image: url("images/submenu_itembg.jpg");
}

#submenu_who { top: -2px; }
#submenu_what { top: 75px; }
#submenu_how { top: 167px; }
#submenu_where { top: 261px; }

table.submitem td {
	padding: 0px 0px 0px 16px;
}

table.submitem div {
	font: 12px arial;
	color: #c8d0c9;
	margin: 5px 0px 5px 0px;
	padding: 1px 0px 1px 0px;
}

table.submitem div.sel {
	background-image: url("images/submenu_arrow.gif");
	background-repeat: no-repeat;
	margin-left: -14px;
	padding-left: 14px;
}

table.submitem div a {
	text-decoration: none;
	color: #ccc;
}

table.submitem div a:hover {
	color: #fff;
}

table.submitem div.sel a {
	color: white;
	font-weight: bold;
	padding-bottom: 3px;
}

/*#menuarea #contentframe {
	padding: 20px 30px 0px 25px;
	border: 1px solid #ccc;
}*/

#menuarea #contentframe {
	padding: 10px 10px 0px 10px;
	border: 1px solid #ccc;
}


#menuarea #contentframe #contdiv {
	font: 12px arial;
	color: #363417;
	line-height: 15px;
	height: 437px;
	width: 100%;
}

#contdiv p {
	margin: 12px 0px 12px 0px;
}

#contdiv li {
	list-style-type: circle;
}

#contdiv .tab {
	display: none;
}

#contdiv .tab#tabcont_1 {
	display: block;
}

#contdiv .contpage {
	display: none;
}

#contdiv .contpage#contpage_1_1 {
	display: block;
}

#contdiv #pageturner {
	display: block;
	float: right;
	font: bold 12px arial;
	color: #89a090;
}

#contdiv #pageturner img {
	vertical-align: text-bottom;
}

div#rightmenucont {
	margin-left: 3px;
	border:1px solid #ccc;
	background-color: #e8e8e8;
	height: 460px;
	width: 200px;
}

#rightmenucont table {
	width: 100%;
}

#rightmenucont td {
	border-bottom: 1px solid #ccc;
	padding: 10px;
	font: 12px arial;
	color: #363417;
	cursor: pointer;
}

#rightmenucont td.over {
	color: white;
	background-image: url("images/rightmenu_grad.gif");
	background-repeat: repeat-x;
}

#rightmenucont td.sel {
	font-weight: bold;

	background-image: url("images/rightmenu_arrow.gif");
	background-repeat: no-repeat;
	background-position: left center;
}

.peoplemenu img {
	width: 68px;
	height: 59px;
}

.peoplemenu span.head {
	font-weight: bold;
}

#rightmenucont table.peoplemenu {
	margin-top: 8px;
}

#rightmenucont .peoplemenu td {
	color: #8ca08e;
	padding: 5px 5px 5px 10px;
	border: none;
}

#rightmenucont .peoplemenu td img {
	opacity: 0.50;
	-moz-opacity: 0.5;
	filter: alpha(opacity=50);
}

#rightmenucont .peoplemenu td.over {
	background-image: url("images/rightmenu_grad2.gif");
	color: white;
}

#rightmenucont .peoplemenu td.over img, #rightmenucont .peoplemenu td.sel img {
	opacity: 0.99;
	filter: alpha(opacity=100);
	-moz-opacity: 1.0;
}

#rightmenucont .peoplemenu td.sel {
	font-weight: normal;
	color: black;
}

#rightmenucont .peoplemenu td.sel span.head {
	color: #4c504e;
}

p.newsitem a {
	text-decoration: underline;
}

table.casestudytop {
	width: 100%;
}

div.casestudypage {
	width: 100%;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 0px;
}

.bbot {
	border-bottom: 1px solid #ccc;
}

div.bbot {
	padding-bottom: 5px;
}

p.notop {
	margin-top: 0px;
}

table#clientlist {
	width: 100%;
	font: 11px arial;
	line-height: 16px;
	color: #363417;
}

table#clientlist td {
}

img.pickimg {
	cursor: pointer;
}

table#popimg {
	z-index: 10;

	position: absolute;
	left: 0px;
	top: 0px;

	width: 100%;
	height: 100%;
	background-color: white;
}

table#popimg td {
	width: 100%;
	height: 100%;
}

div#popcent {
	background: url('images/popup_bg.gif');
	width: 694px;
	height: 559px;
	text-align: center;
}

div#popcent img {
	margin: 11px 5px 0px 0px;
}

div#closeim {
	margin: 18px 0px 0px 500px;
	cursor: pointer;
}

img#popim {
	width: 664px;
	height: 462px;
}


#nav A {
	text-decoration: none;
	border: 0px;
	
}

#nav IMG {
	/*padding-left: 5px;*/
}
#nav A:hover {
	border: 1px white;
	
}


/*Drawers */


.drawer_container {
	width: 280px;
	z-index: 1000;
	position: absolute;
	/*top: 160px;
	left: 510px;*/
	margin-top: 30px;
	padding: 0px;
	
}

.drawer {
	background-color: #c9484d;
	width: 250px;
	z-index: 1000;
	height: 180px;
	filter:alpha(opacity=90);
		-moz-opacity:0.90;
		-khtml-opacity: 0.90;
		opacity: 0.90;
	display: none;
	position: relative;
	color: white;
	font-size: 12px;
	padding: 0px;
	margin: 0px;
}

.drawer A {
	
	color: white;
	
}

.drawer_content {
	padding: 10px;
}

.homescreens {
	z-index: 0;
	position: absolute;
	/*top: 160px;
	left: 510px;*/
	margin-left: 36px;
	margin-top: 15px;
}

.drawer_arrow {
	cursor: pointer;
	width: 20px;
	position: relative;
	padding: 0px;
	margin: 0px;
	display: inline;
}

.recent_header {
	font-weight: bold;
	font-size: 13px;
	
}
