
/* * * * * * * * * * * * */
/* NAV SPECIFIC CONTENT  */
/* * * * * * * * * * * * */
	#sub_nav{
		font-size:1em;
		}
	#sub_nav a{
		color:#493B3F;
		text-transform:uppercase;
		text-decoration:none;
		}
	#sub_nav a:hover{
		color:#C9BD0D;
		}
		
	#sub_nav ul{
		list-style-type:none;
		margin:0 0 0 73px;
		
		}
	#sub_nav li{
		float:left;
		margin:0 11px 0 0;
		padding:10px 0 10px 0;
		}		


/* * * * * * * * * * * * */
/* ABOUT US CSS          */
/* * * * * * * * * * * * */
#history{
	float:left;
	margin:48px 0 0 0;
	width:420px;
	}
	#history h1{
		margin:0;
		padding:0;
		color:#DD7D0C;
		font-size:1.2em;
		font-weight:normal;
		}
	#history h2{
		margin:16px 0 0 0;
		padding:0;
		color:#544749;
		font-size:1em;
		font-weight:bold;
		}			
	#history p{
		margin:0;
		padding:0 0 20px 0;
		color:#544749;
		font-size:1em;
		}
#history_nav{
	float:left;
	margin:80px 0 0 0;
	width:120px;
	}
	#history_nav ul{
		list-style-type:none;
		margin:0;
		padding:0;
		}
	#history_nav li{
		padding:0 0 0 22px;
		}
	#history_nav a{
		color:#DD7D0C;
		text-decoration:none;
		font-size:1em;
		}
		#history_nav a:hover{
			text-decoration:underline;
			}
		#history_nav a.current{
			text-decoration:underline;
			font-weight:bold;
			}
#history_img{
	float:left;
	margin:70px 0 0 15px;
	width:240px;
	}
	#history_img img{
		clear:both;
		padding:0 0 10px 0;
		display:block;
	}
	#history_img ul{
		margin:35px 0 0 0;
		padding:0;
		list-style-type:none;
		}
	#history_img li{
		padding:5px 0 5px 0;
		}
	#history_img a{
		color:#D68526;
		text-decoration:none;
		font-weight:normal;
		}
	#history_img a:hover{
		text-decoration:underline;
		}
		li.underline{
			border-bottom:1px solid #D68526;
			}
	
	
#content_spacer{
	margin:10px 0 0 0;
	}