/*NAS Interactive subpages styles */
#breadcrumbs{
	font-size:11px;
	margin:10px 0 20px 0;
}

#sub-content-holder{
	border-left:1px solid #999999;
	border-right:1px solid #999999;
	background:url(../images/sub_content_bg.gif) repeat-y left #fff;
	margin:0;
	padding:0;
	clear:both;
	}
	#sub-content{
		float:left;
		background:url(../images/sub_content_swish.gif) no-repeat top left;
		}
		#sub-nav{
			float:left;
			width:164px;
			margin-top:41px;
			background:#e5e5e5;
			}
			#sub-nav ul{
				list-style:none;
				font-size:12px;
				padding:8px 0 8px 15px;
				margin:8px 0 8px 15px;
				}
				#sub-nav li.up{
					list-style-image:url(../images/red_arrow.gif);
					margin:5px 0;
					padding:5px 0;
				}
				#sub-nav li.down{
					list-style-image:url(../images/red_arrow_down.gif);
					margin:5px 0;
					padding:5px 0;
				}
				#sub-nav ul li a{
					text-decoration:none;
				}
				#sub-nav ul li a:hover{
					text-decoration:underline;
					}
					#sub-nav ul li ul{
						padding:5px 0 0 8px;
						margin:5px 0 0 8px;
						}
						#sub-nav ul li ul li{
							list-style-image:url(../images/outlined_arrow.gif);
							margin-bottom:5px;
							padding-bottom:5px;
						}
				
		#sub-content-text{
			float:left;
			width:280px;
			padding:15px 0 30px 50px;
			}
			#sub-content-text li{
				margin:5px 0;
				padding:5px 0;
			}
			
		#sub-content-nopic{
			float:left;
			width:600px;
			padding:15px 140px 30px 50px;
			}
			
			#sitemap-list ul{
				list-style:disc;
				padding:0 8px;
				margin:0 8px;
				}
				#sitemap-list ul li{
					padding:2px 0;
					margin:2px 0;
					}
					#sitemap-list ul li ul{
						padding:0 10px 5px 10px;
						margin:0 10px 5px 10px;
					}
			
		#sub-pic{
			/*float:left;*/
			float:right;
			margin:1px;
		}
		
	#thankyou-box-top{
		width:245px;
		height:15px;
		background:url(../images/thankyou-box-top.jpg) no-repeat;
	}
	#thankyou-box-bottom{
		width:195px;
		padding:0 30px 20px 20px;
		background:url(../images/thankyou-box-bottom.jpg) no-repeat bottom;
		}	
		#thankyou-box-bottom img{
			float:left;
		}
		#thankyou-box-bottom p{
			width:150px;
			float:left;
		}
	
	
	
	
#sub-bottom{
	clear:both;
	width:978px;
	height:137px;
	margin:0;
	background:url(../images/sub_bottom.gif) no-repeat;
	position:relative;
	}
	
	
#sub-bottom2{
	clear:both;
	width:978px;
	height:137px;
	margin:0;
	padding:0px;
	background:url(../images/sub_bottom2.gif) no-repeat;
	position:relative;
	}
