#masthead {
	/*background: url("/nms/images/masthead-generic.jpg") no-repeat;
	left: 0px;
	width: 759px;*/
	background: url("/nms/images/masthead-company.jpg") no-repeat;
}
h1{
	color: #ff9900;
}

#main_table {
	background: url("../images/content_top_bg_orange.jpg") top repeat-x;
}

#leftcolumn {
	background: url("../images/left_column_bg_orange.jpg") repeat-y;
}

#secondarynav{
	background: url("../images/left_column_bg_orange_first.jpg") top left no-repeat;
	height: 100px;
}
#secondarynav li {
	border-bottom: 1px solid #D9CEBE;	/* must be on bottom to fix IE render bug */
}

#secondarynav li.active {
	background: #FDCB81 url("../images/nav_bg_orange_level_1.jpg") top left repeat-x;
}

#secondarynav ul li li, #secondarynav ul li li.active{
	border-bottom: 1px solid #FBD498;	/* must be on bottom to fix IE render bug */
	border-top: 1px solid #D9CEBE;
	background: #FBD498 url("../images/nav_bg_orange_level_2.jpg") top left repeat-x;
}

#secondarynav li a {
	background: url("../images/arrow_orange_left.gif") no-repeat 8px 12px;
}

#secondarynav li.active a{
	background: url("../images/arrow_orange_bottom.gif") no-repeat 6px 13px;
}

#secondarynav li.active li a {
	background: url("../images/arrow_orange_left.gif") no-repeat 20px 12px;
}

#secondarynav li.active li.active a{
	background: url("../images/arrow_orange_bottom.gif") no-repeat 18px 13px;
}

#tertiarynav h2, #rightcolumncontent h2 {
	color: #ff9900; 
	background: #FCF0DE url("../images/right_col_title_bg_orange.jpg") top left repeat-x;
}

#tertiarynav ul li {
	background: url("../images/arrow_orange_left.gif") no-repeat 10px 10px;
}


#footer {
	padding: 39px 0 12px 0;
	background: url("../images/footer_bg_orange.jpg") left bottom no-repeat;
}

ul#sitemap {
	padding: 10px 0 0 0; margin: 0 0 0 0;
	width: 388px;
}
ul#sitemap, ul#sitemap li ul {
	list-style: none;
}
ul#sitemap li 
{	
	background: url("/nms/images/arrow_right_bg_orange.jpg") no-repeat 0px 3px;
	margin: 0; 
	padding: 0 0 0 17px;
}
ul#sitemap li ul li {
	background: url("/nms/images/arrow_orange_left.gif") no-repeat 0px 4px;
	margin: 0; 
	padding: 0 0 0 10px;
}

ul#sitemap li a {
	font-weight: bold;
	color: #999999;
	font-size: 12px;
}
ul#sitemap li ul {
	margin-left: 10px;
	margin-top: 5px;		
}
ul#sitemap li ul ul 
{
	margin-top: 0;
}

ul#sitemap li ul li a 
{
	font-weight: normal;
	color: #666666;
	font-size: 11px;
}


#searchagain a {
	color: #EE8122;
	text-decoration: none;
	font: 11px Arial, sans-serif;
	font-weight: 900;
}

#searchagain input {
	margin-left: 20px;	
}

#searchresults ol {
	padding: 20px 0 0 0; margin: 0 0 0 28px;	
}

#searchresults li {
	margin: 0 0 15px 0;	
}

#searchresults li a {
	font-weight: bold;	
}

#searchresults li p {
	margin: 0;
}

#searchresults li.pdf a {
	background: no-repeat url("/nms/images/icon-pdf.gif") right;
	padding-right: 18px;
	margin-right: 5px;	
}

#searchresults #paging {
	margin-top: 5px;
}

#searchresults #paging a {
	text-decoration: none;
}

#searchresults #paging .previous {
	padding: 0 5px 0 10px;
	background: no-repeat url("/nms/images/arrow-orange-white-left.gif") left center;
}

#searchresults #paging .next {
	padding: 0 10px 0 5px;
	background: no-repeat url("/nms/images/arrow-orange-white.gif") right center;
}
/* /search results */

