
/* 9-30-05- Client wanted Homepage nav  style on subpage now

#container{
	text-align:left;
	width: 760px;
	background: #FFF url(images/bg_04.gif) repeat-y;
}

	#header{
		background:#FFF url(images/header_02.jpg);
		height:92px;
	}
	
	#flash {
		
	}
						
	#sidebar {
			
		background:url(images/side_image02.jpg) no-repeat top left;
		
	}
			
	*/		
			#submenu h3{
				font-size:14px;
				font-weight:bold;
				padding:0px;
				_height:12px;
				color:#5C0505;
			}
			
			#submenu a {
				text-align:left;
				display:block;
				text-decoration:none;
			}
				#submenu .menuitem {
					width:174px;
					margin:auto;
					font-size:12px;
					font-weight:bold;
					color:#8A6026;
					padding:5px;
					
					
				}
				
					#submenu .menuitem:hover {
						color:#881F1B;
						
						
					}
					#submenu .menuitem a:hover {
						
						color:#881F1B;
						
					}

	

	
	#footer {
	 
		width:760px;
		height:50px;
		color:#D3B695;
		padding-top:15px;
		text-align:left;
		background: url(images/footer_011.gif) no-repeat;
		font-weight:bold;
		
	}
	
		#footer form {
			float:left;
			width:240px;
			padding:0px 0px 0px 10px;
			margin:0px;
		}
			#footer form input {
				width:130px;
				border-top:#B79358 1px solid;
				border-left:#B79358 1px solid;
				padding-top:0px;
			}
	
			#footer #info{	
				width:425px;
				float:right;
				text-align:right;
				font-weight:normal;
				color: #A27F37;
				padding:7px 55px 0px 10px;
			}
	
	
	




