/* MPP Orange Screen */

	body, h1, h2, h3, h4, h5, h6, p, ul, li, a, img { margin:0;	padding:0; }
	
	body		{
		
		font-family:Georgia, "Times New Roman", Times, serif;
		background-color: #EEF2E1;
		background-image:url(../imagery/bkwide_green.jpg);
		background-position:center;
		background-repeat:repeat;
		}
			
	#container	{ width:740px; margin: 0 auto; }
			
	#banner		{ background-image:url(../imagery/home/logoheader_orange.jpg); background-repeat:no-repeat; height:100px; }
		
		#banner a { display:block; width:740px; height:100px; }
		
		#banner span { display:none; }



/*main nav ////////////////////////////// */


		
		
	#mainNav	{ height:35px; background-image:url(../imagery/home/mainNav_orange.jpg); background-position:center; background-repeat:no-repeat; }
	
	#mainNav ul	{ width: 100%; margin: 0; text-align: center; font:15px/35px normal normal arial; letter-spacing:2px; }

		#mainNav ul li	{ display: inline; padding: 0 20px; }
			
			#mainNav a	{ color:#fff; text-decoration: none; font-family:Georgia, "Times New Roman", Times, serif; }
			#mainNav a:hover	{ color:#BBDE98; }



/*sub nav ////////////////////////////// */


		
	#subNav		{ height:240px;	background-image:url(../imagery/home/ban_home.jpg);	background-repeat:no-repeat; }
	
		h1 {
		
			width:240px;
			padding:20px 0 10px 0;
			text-align:center;
			color:#FFF;
			font-size:28px;
			letter-spacing:1px;
			}
			
			

/*content ////////////////////////////// */

		
	#content	{ width:740px; margin:10px 0; background:#EEF2E1 url(../imagery/home/bk_sections.jpg) repeat-y center; }
			
		#content p { padding:10px; font-size:13px; line-height:17px; color:#030; }
		
		#content a:link	{ color:#D63C35; text-decoration:underline; font-size:12px; }
		#content a:visited	{ color:#D63C35; text-decoration:underline; }
		#content a:hover	{ color:#D63C35; text-decoration:none; }


	#content img { border: 0px;}


	#left	{
		
		float: left;
		width: 240px;
		}
	
	#right	{
		
		float:right;
		width: 240px;
		}
	
	#middle	{
		
		width: 240px;
		margin:0 0 0 250px;
		}
	
	
	
		h2 {
		
			width:240px;
			height:50px;
			text-align:center;
			color:#030;
			font-weight:lighter;
			font-size:18px;
			line-height:50px;
			background-image:url(../imagery/home/sectiontitle.jpg);
			background-repeat:no-repeat;
			}



	#clear { height:10px; clear:both; }


/*sitemap ///////////////////////////// */



	#sitemap { padding:10px; background-color:#FFF; }
	
		#sitemap img { border: 0px;}
	
		#center { margin:0 auto 0 auto; }

		.sitemapColumn { width:165px; margin-right:5px; display:block; float:left; }

		/*#sitemap ul { width:165px; margin-right:5px; display:block; float:left; } */
		/* #sitemap ul { width:175px; margin-right:5px; display:block; float:left; } */
		
			#sitemap li { list-style-type:none; }		
			#sitemap .section { font-weight:bold; font-size:18px; line-height:24px; color:#C60; }
			
				#sitemap ul a { display:block; padding-left:5px; line-height:30px; border-bottom:#ccc dotted 1px; text-decoration:none; color:#999; }
				/* #sitemap ul a { display:block; height:30px; padding-left:5px; line-height:30px; border-bottom:#ccc dotted 1px; text-decoration:none; color:#999; } */
				
				#sitemap ul a:hover { background-color:#CCCCCC; color:#000; }
		
		

/*terms ////////////////////////////// */



	#terms { background-color:#FFF; padding:10px; }
	
		h4, .contentheading {
	
			color:#D63C35;
			font-family:Georgia, "Times New Roman", Times, serif;
			font-size:26px;
			line-height:40px;
			letter-spacing:1px;
			font-weight:lighter;
			border-bottom:#506E30 dotted 1px;
			}
			
		#terms p { padding:10px 0; }


	

/*footer ////////////////////////////// */
	


	#footer		{
				
		clear: both;
		height:35px;
		margin-bottom:20px;
		background-image:url(../imagery/home/footer_orange.jpg);
		background-repeat:no-repeat;
		font-size:12px;
		}
	
	
	
		#footer ul	{
		
			width: 100%;
			margin: 0;
			text-align: center;
			line-height: 35px;
			letter-spacing:1px;
			font-family:Georgia, "Times New Roman", Times, serif;
			}

			#footer ul li	{ display: inline; color:#fff; }
			
				#footer a	{ color:#fff; text-decoration: none; }
				#footer a:hover	{ color:#BBDE98; }
