/* CSS Document */
.body{
	background-color: #f2dbeb;
	font-size: 11px;
	font-family:  Arial, Helvetica, sans-serif;
	color: #8f577e;
}
a {text-decoration: none; color: #8f577e; border: none;}
a:hover {text-decoration: underline;}
a img {border: none;}
/* wrapper */
#wrapper_global{
	width: 1024px;
	height: 1040px;
	top: 0px;
	position: absolute;
	background: transparent url(../images/backgrd.jpg) no-repeat scroll;
	overflow:hidden;	
}
#wrapper_inner{/*white area*/
	width:960px;
	height: 1015px;
	left: 25px;
	top: 25px;
	position: relative;
	
}
#wrapper_logo{
	width: 960px;
	height: 116px;
	top: 0px;
	position: relative;
}

/* navigation bar */
#navigation{
	height:39px;
	border: 0px solid red;
}
.nav_button{
	float:left;
}
#subnav_about{
	width: 170px;
	left: 151px;/*top is done by js*/
	position: relative;
}
#subnav_products{
	width: 110px;
	left: 320px;
	position: relative;
}
#subnav_services{
	width: 106px;
	left: 427px;
	position: relative;
}
#subnav_news{
	width: 87px;
	left: 531px;
	position: relative;
}
.subnav{
	top:160px;
	position: absolute;
	display: none;
	z-index: 100;
}
#header{
	height:237px;
}

.colorgrey{
	color: #5e5d5d;
}
.colordarkGreen{
	color: #0d4444;
}

/* a solution for taking out unwanted image padding in IE */
.imgNoPadding{
	display: block;
}
img.button{
	cursor: pointer;
}

#leftframe{
	width: 710px;
	height: 559px;
	background: transparent url(../images/backgrd_leftframe.jpg) no-repeat scroll;	
	border: 0px solid red;
}
#rightframe{
	width: 250px;
	height: 559px;	
	top: -559px;
	left: 710px;
	position: relative;
	border: 0px solid blue;
}
.floatLeft{
	float:left;
}
#contentHeader{
	width: 615px;/*710 - paddingLeft(95)*/
	height: 41px;/*71 - paddingtop(35)*/
	border: 0px solid blue;
}
#contentBody{
	width: 664px;/*710 - paddingLeft(30)-16(paddingRight)-18(scrollbar)*/
	height: 488px;
	overflow-y: auto;
	overflow-x: hidden;
	border: 0px solid purple;
}
#tableContent{
	height: 477px;
	width: 710px;
}
.treeview{
	width: 190px;
	height: 460px;
	padding: 10px 0 0 10px;
	display: none;
	overflow: hidden;
	border: 0px solid green;
}


.surveyForm{
	/*padding-right: 16px;*/
}

#footer{
	width: 960px;
	height: 112px;
	top:-559px;
	position: relative;
	text-align: center;
	border: 0px solid green;
}
#footer_line1{
	color: #8f577e;
	font-size: 11px;
	font-weight: bold;
	padding: 20px 0 3px 0;
}
#footer_line2{
	color: #3a5e00;
	font-size: 10px;
}