/* CSS Document */
/* Section style sheet - Electronics Design */

/* vertical background bar */
#wrapper {
	background: #FFFFFF url("../images/green_vertbarb.gif") repeat-y right;
}

/* header */
#topline {
	border-bottom: 2px solid #00954d;
}
#header {
	background:  url("../images/green_tagb2.jpg") no-repeat 622px 40px; /* 625px 35px */
}
/* content */
#backdrop {
	background: transparent url("../images/green_meshb.gif") center repeat;
}
#container {
 	border: 2px solid #00954d;	
	background: #FFFFFF url("../images/green_divb.gif") repeat-y right;
}
#container h2 {
	background-color: #00954d;
}
/* multipage nav */
#pagenav {
	border-bottom: 2px solid #00954d; 
	background-color: #bbe7d5;
}
#rightlink a {
	color: #00954d;
	background: url(../images/green_arr1b.gif) no-repeat 100% 50%;
}
#leftlink a {
	color: #00954d;
	background: url(../images/green_rarr1b.gif) no-repeat 0% 50%;
}
/* general content */

#content img {
	border-color: #00954d;
}
.moreinfo a {
	color: #00954d;
}
#content h3 {
	color: #00954d;
}
/* navigation */
#navbar {
	background: #00954d;
}
#navbar p {
	display: none;
}
#navwrapper {
	border-top: 2px solid #00954d;
	border-left: 2px solid #00954d;
	border-bottom: 2px solid #00954d;
	background: #00954d url("../images/green_navgradb.jpg") repeat-x;
}
#navbar {
	color: #00954d;
/*	margin: 10px 0 10px 10px; */
}
#navbar ul li {
	background-color: #bbe7d5;
}
#navbar ul li a {
	background:  url("../images/green_arr1b.gif") no-repeat 3px 50%;
	color: #00954d;
}
#navbar ul li a.subcat {
/*	background:  url("../images/green_arr2b.gif") no-repeat 10px 50%; */
	background:  none;
}
#navbar ul li a:hover {
	background-color: #00954d;
}
/* image bar */
#imagebar img {
	border-bottom: 2px solid #00954d;
}
#imagetext {
	background: url(../images/green_squote.gif) no-repeat 10px 10px;
}
#imagetext blockquote {
	background: url(../images/green_equote.gif) no-repeat bottom right;
}

/* current page highlights*/
/* topnav */
#elecpg #tab3, #eprotopg #tab3, #emcpg #tab3, #revengpg #tab3, #esubpg #tab3, #ecasespg #tab3, #efaqpg #tab3, #edownpg #tab3, #elinkspg #tab3 {
	background: #fff url(../images/green_meshb.gif) repeat left top;
}
#elecpg #tab3 a, #eprotopg #tab3 a, #emcpg #tab3 a, #revengpg #tab3 a, #esubpg #tab3 a, #ecasespg #tab3 a, #efaqpg #tab3 a, #edownpg #tab3 a, #elinkspg #tab3 a {
/*	background: #e9d4dc url(../images/purple_cor_on.gif) no-repeat left top; */
	background: url(../images/white_cor_on.gif) no-repeat left top;
	color: #00954d;
}
/* sidenav */
#elecpg #eleclink,  #eprotopg #eprotolink, #emcpg #emclink, #revengpg #revenglink, #esubpg #esublink, #ecasespg #ecaseslink, #efaqpg #efaqlink, #edownpg #edownlink, #elinkspg #elinks {
	background-color: #00954d;
	color: #ffffff;
}

