h1 {
	margin-top: 0;
	margin-bottom: 0;
	color: #017e6e;
}

h2 {
	margin-top: 0;
	margin-bottom: 0;
	color: #017e6e;
}

h3 {
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 0px; 
	padding-bottom: 0px;
	color: #017e6e;
	border-style: solid;
	border-width: 0px 0px 2px 0px;
	border-bottom-color: #017e6e;
}

h4 {
	margin-top: 0;
	margin-bottom: 0;
	padding: 0;
	/*color: #3658A2;*/
}



.container {
	min-width:745px;
	width: 100%;
	background: #017e6e url(../images/gutter-gradient-green-bottom.jpg) repeat-x 50% 100%;
	float: left;
	margin-right: -135px;
}



.sidebar {
/*	width: 135px;
	float: right;
	border-top:10px solid #ffffff;*/
	background:  url(../images/gutter-gradient-green-top.jpg) repeat-x top right;
	min-height: 250px;
}

/* ---------------------------------------------------------------
 * NSO-144 RFQ Edits
 * Use application styles like Quick Quote but in business colors
 * ---------------------------------------------------------------
 */
div#biz-app-body {
	border-color: #017e6e;
	border-width: 2px;
	border-style: solid
}
div#biz-app-header {
	margin:0px;
	padding:3px;
	background-color:#017e6e;
	color: white;
	font-size: 14pt;
	font-weight: bold
	
}
div#biz-app-content {
	padding:10px;
}
div#biz-app-content	div {
	margin:5px;
	margin-bottom:15px;
}
div#biz-app-content	div.subq {
	padding-left:20px;
}
div#biz-app-content ul.arrow {
	list-style-image: url("../images/bullet3.gif")
}
div#biz-app-content ul.arrow li {
	margin-left: 40px;
	margin-bottom: 15px;
	padding-left: 5px;	
	list-style-image: url("../../images/qq/bullet3.gif")
}
div#biz-app-content table tr td.more-info {
	font-size: .95em;
	text-align: left;
	padding:0px;
	margins:0px;
}
div#biz-app-content table tr td.more-info div {
	margin-top: 7px;
	margin-bottom: 7px
}
div#biz-progress {
	width:100%;
	padding:0px;
	margin-bottom:15px;
	background-color: #99CC99;
}
div#biz-progress table {
	padding:0px;
	margin:0px;
}
div#biz-progress table tr td {
	padding:5px;
	margin:0px;
	font-size: 10pt;
	padding-right: 15px;
	font-weight:bold;
	color:#254871;
	background-color: #99CC99;
}

div#biz-progress table tr td div.curr {
	color: white
}
