	#header {
		width: 987px;
		margin: 0 auto;
	}

		#header #logo {
			width: 400px;
			height: 85px;
			padding: 20px 0 0 50px;
			float: left;
		}	
	
			#header #logo span {
				display: none;
			}


		#header #balance {
			float: left;
			background: url(/images/h_bring_balance.gif) no-repeat 0px 66px; 
			width: 300px;
			height: 105px;
			margin-right: 10px;
		}

			#header #balance span {
				display: none;
			}

		#header #search {
			float: left;
			margin-top: 74px;
		}

		#header #search {
			float: left;
			margin: 74px 0px 0px 0px;
		}

		#header #menu {
			height: 46px;
			background: url(/images/background_menu.gif) no-repeat;
			clear: both;
		}

			#header #menu ul {
				margin: 0 auto;
				width: 900px;
			}
					
			#header #menu ul li {
				list-style: none;

				display: block;
				float: left;
				height: 22px;
				padding: 11px 0px 5px 0px;
				background: url(/images/divide.gif) no-repeat right 12px;
			}
			
			#header #menu ul li.last {
				background: none;
			}

				#header #menu ul li a {
					height: 20px;
					display: block;
				}
					#header #menu ul li a span {
						display: none; 
					}
		

			#header #menu ul li a {
				height: 20px;
				background-image: url(/images/nav.gif);
			}
		
			/*	MENU - Home */
				#header #menu ul li.home a { width: 74px; }
				body.section_home #header #menu ul li.home a {	background-position: 0 -65px; }
				#header #menu ul li.home a { 					background-position: 0 -5px; }
				#header #menu ul li.home a:hover { 				background-position: 0 -35px; }

			/*	MENU - The Problem */
				#header #menu ul li.problem a {	width: 116px; }
				body.section_problem #header #menu ul li.problem a { 	background-position: -74px -65px; }
				#header #menu ul li.problem a {							background-position: -74px -5px; }
				#header #menu ul li.problem a:hover {					background-position: -74px -35px; }

			/*	MENU - Legislative Center */
				#header #menu ul li.legislativecenter a {	width: 158px; }
				body.section_legislativecenter #header #menu ul li.legislativecenter a { background-position: -190px -65px; }
				#header #menu ul li.legislativecenter a { 			background-position: -190px -5px; }
				#header #menu ul li.legislativecenter a:hover {		background-position: -190px -35px; }

			/*	MENU - Appellate Center */
				#header #menu ul li.appellatecenter a { width: 151px; }
				body.section_appellatecenter #header #menu ul li.appellatecenter a { 	background-position: -348px -65px; }
				#header #menu ul li.appellatecenter a { 								background-position: -348px -5px; }
				#header #menu ul li.appellatecenter a:hover {							background-position: -348px -35px; }

			/*	MENU - News & Research */
				#header #menu ul li.news a { width: 155px; }
				body.section_news #header #menu ul li.news a { 			background-position: -499px -65px; }
				#header #menu ul li.news a {							background-position: -499px -5px; }
				#header #menu ul li.news a:hover {						background-position: -499px -35px; }

			/*	MENU - About CJAC */
				#header #menu ul li.about a { width: 118px;	}
				body.section_about #header #menu ul li.about a {		background-position: -654px -65px; }
				#header #menu ul li.about a {							background-position: -654px -5px; }
				#header #menu ul li.about a:hover {						background-position: -654px -35px; }


			/*	MENU - Get Involved */
				#header #menu ul li.getinvolved a {	width: 118px; }
				body.section_getinvolved #header #menu ul li.getinvolved a {	background-position: -772px -65px; }
				#header #menu ul li.getinvolved a {								background-position: -772px -5px; }
				#header #menu ul li.getinvolved a:hover {						background-position: -772px -35px; }
				

	#home_movie {
		margin-bottom: 5px;
	}

	#footer {
		width: 917px;
		margin: 15px auto;
		border-top: 1px solid #899;
		text-align: center;		
		padding-top: 5px;
	}
	
		#footer ul.menu {
			width: 700px;
			margin: 0 auto;
		}
		
			#footer ul.menu li {
				list-style: none;
				float: left;
				padding: 0 10px;
				border-right: 1px solid #aaa;
				font-size: .8em;
			}
	
				#footer ul.menu li a {
					font-size: 1.1em;
					text-decoration: none;
					color: #999;
				}
		
				body.section_home #footer ul.menu li.home a, body.section_problem #footer ul.menu li.problem a,
				body.section_lcenter #footer ul.menu li.lcenter a, body.section_appellate #footer ul.menu li.appellate a,
				body.section_news #footer ul.menu li.news a, body.section_about #footer ul.menu li.about a,
				body.section_involved #footer ul.menu li.involved a, 
				body.section_home #footer ul.menu li.home a:hover, body.section_problem #footer ul.menu li.problem a:hover,
				body.section_lcenter #footer ul.menu li.lcenter a:hover, body.section_appellate #footer ul.menu li.appelate a:hover,
				body.section_news #footer ul.menu li.news a:hover, body.section_about #footer ul.menu li.about a:hover,
				body.section_involved #footer ul.menu li.involved a:hover {
					color: #e13;
				}
	
				body.section_home #footer ul.menu li a:hover {
					color: #444;
				}
	
			#footer ul.menu li.involved {
				border-right: none;
			}

		#footer .address {
			width: 490px;
			margin: 6px auto;
			font-family: "Trebuchet MS";
			font-size: .75em;
			color: #999;

			background: url(/images/footer_star.gif) no-repeat left 5px;
		}	
		
		#footer div.address div {
			padding: 0 10px;
			background: url(/images/footer_star.gif) no-repeat right 4px;
		}
