/* CSS Document */

/* ## PAGE */

	/* ROOT */
		body {
			background-color:#6c0;
			background-image:url(/img/bg.png);
			background-repeat:repeat-y;
			background-position:center;
			margin:0;
			padding:0;
			font-family:Georgia, 'Times New Roman', Times, serif;
			color:#6F802B;
		}
	
	/* PAGESET */
		div#idx_wrap																{ width:910px; margin:0 auto 0 auto; }
	
	
	/* BLOCKS */

		div#idx_header																{ margin:30px 0; }
			div#idx_logo															{ float:left; line-height:0; }
			div#idx_navigation														{ float:right; }
			
		div#idx_barker {
			background-image:url(/img/barker.jpg);
			background-repeat:no-repeat;
			background-color:#798b3f;
			min-height:243px;
			color:#fff;
			padding:0 480px 0 0;
			margin:0;
		}
		div#idx_barker p{
			font-size:1.4em;
			margin:0;
			padding:50px 0 0 35px;
		}
		div#idx_pageframe {
			background-image:url(/img/diag2.png);
			background-repeat:repeat-y;
			background-position:top left;
			margin:0;padding:30px 0 0 0;
			padding-left:30px;
		}
		
		div#idx_content {
			background-image:url(/img/twist.png);
			background-position:top left;
			background-repeat:no-repeat;
			min-height:500px;
			padding-left:140px;
			padding-top:10px;
			
		}
		
		div#idx_footer																{ text-align:center; margin: 40px 0 20px 0; }
			div#idx_footer div#idx_terms											{ font-size:1.3em; margin-bottom:2px; color:#6F802B;}
			div#idx_footer div#idx_copyright										{ font-size:0.7em; margin-top:2px; color:#a9c146;}


/* ## LISTS */

	/* NAV BARS */
		ul.listnav {
			list-style:none;
			margin:0;
			padding:0;
			font-family:Arial, Helvetica, sans-serif;
			font-size: 1.4em;
			padding:6px 0;
		}
		ul.listnav li																{ display: inline; margin-left: 4px;  }
	
	/* TERMS */
		#idx_terms ul																{ margin: 0; padding: 0; list-style:none; } 
		#idx_terms ul li															{ display: inline; }


/* ## LINKS */

	/* ROOT */
		a:link, a:visited															{ color:#6F802B; /*text-decoration:none;*/ }
		/*a:hover																		{ text-decoration:underline; }*/
	
	/* BARKER */
		#idx_barker a:link, #idx_barker a:visited									{ color:#fff; }
	
	/* NAV BARS */
		ul.listnav a:link, ul.listnav a:visited										{ color:#a9c146; }
		ul.listnav li a																{ background-color:#EBF0D2; padding:5px; }
		ul.listnav li.selected a													{ color:#fff; background-color:#a9c146; }
		
	/* FOOTER */
		#idx_footer a:link, #idx_footer a:visited									{ color:#6F802B; }
	
	
		#idx_header a:link, #idx_header a:visited,
		#idx_footer a:link, #idx_footer a:visited									{ text-decoration:none; }
		
		#idx_header a:hover, #idx_footer a:hover									{ text-decoration:underline; }
		
		
div#idx_pagetitle h1 { margin:0 0 10px 0; }
h1, h2, h3 { font-weight:normal; margin:20px 0 6px 0; color:#96B322; }
h1 { font-size:3em;}




hr																					{ height:1px; color:#ccc; background-color:#ccc; border: none; width:60%; }

