* {
	margin: 0;
	padding: 0;
}

body {
	background: #fff url(bg.gif) repeat-x top;
	font: 75% Arial, Helvetica, sans-serif;
	color: #6b5b2e;
}



a, a:link, a:visited {
	color: #c58432;
}

a:hover, a:active {
	color: #ffc423;
}

a img {
	border: none;
}



h3 {
	color: #ffc423;
	font-size: 1.6em;
	font-weight: lighter;
	margin-bottom:10px;
}



h4 {
	color: #CC9500;
	font-size: 1.4em;
	margin: 25px 5px 0 0;
	font-variant: small-caps;
}

	h4 a, h4 a:link, h4 a:visited {
		color: #CC9500;
		text-decoration: none;
	}

	h4 a:active, h4 a:hover {
		color: #CCB166;
	}

		
h5 {
	background: #FEE6A4;
	color: #6b5b2e;
	font-size: 1.2em;
	line-height: 2em;
	padding-left: 15px;
}

	h5 a, h5 a:link, h5 a:visited {
		color: #6b5b2e;
		text-decoration: none;
	}

	h5 a:hover, h5 a:active {
		color: #c58432;
	}


#container {
	width: 750px;
	margin: 4px auto 0 auto;
	background: #fff;
}


	#header {
		float: left;
		display: block;
		margin: 15px auto 10px auto;
	}



		#site h1 {	
			float: left;
			background: url(logo.gif) no-repeat left;
			width: 176px;
			height: 77px;
			display: block;
			margin-bottom: 10px;
		}

		
	#menu1 {
		float: right;
		font-size: 1.2em;
		font-weight: bold;
	}


		#menu1 h1, #menu3 h1 {
			display: none;
		}
		

		#menu1 li {
			float: left;
			list-style: none;
			margin: 0 0 0 1.5em;
			position: relative;
			text-align: center;
			line-height: 3em;
		}

			#nav a, #nav a:link, #nav a:visited {
				display: block;
				padding: 0 1px;
				background: url(menu1.jpg) repeat-x top;
				color: #ffc423;
				text-decoration: none;
				}
	
	
			#nav a:hover, #nav a:active {
				color: #de9c34;
				}

	#ornamental {
		clear: both;
		background: url(header.jpg) no-repeat;
		width: 752px;
		height: 164px;
		display: block;
		margin: 10px 0 30px 0;
	}




#page-contents {
	float: left;
	width: 490px;
}


	#page-contents p {
		margin: 15px 5px;
		text-align: justify;
		font-size: 0.9em;
		}

	#page-contents .all-date {
		margin: 0;
		color: #997f38;
		font-style: italic;
	}

	#page-contents .article-date {
		padding: 5px 5px 5px 0;
		margin: 0;
		color: #997f38;
		font-style: italic;
	}


#menu2 {
	float: right;
	width: 250px;
	background: #fcf6e7 url(rightcol-bg.gif) repeat-x top;
	margin: 0 -2px 10px 0;
}


	#menu2 h1 {
		color: #6b5b2e;
		font-size: 1.2em;
		line-height: 2em;
		margin-left: 15px;
		}



#articles {
	float: right;
	width: 250px;
	background: #fcf6e7;
	margin: 10px -2px 10px 0;
}




	#articles p {
		padding: 5px 5px 5px 10px;
		text-align: justify;
		font-size: 0.9em;
	}

		#articles .date {
			text-align: right;
			padding: 5px;
			margin: 0;
			color: #997f38;
			font-style: italic;
		}
		

	#articles #all-articles {
		text-align: right;
		padding: 10px 5px;
		margin: 15px 0 10px 0;
	}

		#all-articles a, #all-articles a:link, #all-articles a:visited {
			color: #d7af38;
		}

		#all-articles a:hover, #all-articles a:active {
			text-decoration: none;
		}



	#articles #rss {
		padding: 10px 10px 20px 10px;
		margin: 15px 0 10px 0;
		
	}
	
		#rss a, #rss a:link, #rss a:visited {
			color: #f93;
			padding: 0 1px;
			border-bottom: 0;
		}

		#rss img {
			margin-bottom: -2px;
		}



#search {
	float: right;
	display: block;
	width: 250px;
	height: 70px;
	background: #fcf6e7;
	clear: right;
	margin: 10px -2px 10px 0;
	}


	#query {
		margin: 20px 0 20px 20px;
		padding: 3px;
		border: 1px solid #ffdf89;
		color: #997f38;
		background: #fff;
		font: 0.9em Arial, Helvetica, sans-serif;
	}
	
	#search-bt {
		margin: 20px 20px 20px 0;
		background: #ffdf8b;
		border: 0;
		color: #fff;
		padding: 2px 0;
		font: 1em Arial, Helvetica, sans-serif;
		font-weight: bold;
	}
	


#menu3 {
	width: 750px;
	clear: both;
	padding: 20px 0 0 0;
	margin: 20px 0;
	color: #7f6c37;
	border-top: 3px solid #fcf6e7;
	text-align: center;
}

	#menu3 ul {
		margin: 5px 0 0 0;
		font-size: 1.1em;
		}

		#menu3 li {
			display: inline;
			padding: 0 10px;
			position: relative;
				float: left;

			}

		#nav3 a, #nav3 a:link, #nav3 a:visited {
			color: #7f6c37;
			}

		#nav3 a:active, #nav3 a:hover {
			color: #de9c34;
			}


			
	#copyright {
		clear: both;
		text-align: center;
		font-size: 0.9em;
		padding-top: 10px;
	}
	
		#copyright a, #copyright a:link, #copyright a:visited {
			border-bottom: 0;
		}


#menu4 {
	display: none;
}



/* dropdowns */


#menu1 li {
	display: inline;
	position: relative;
	list-style-type: none;
	}



#menu1 .sub-first { 
	display: none;
	background: #fff;
	padding: 1px;
	border-left: 2px solid #ffc423;
	position: absolute;
	top: 40px;
	width: 150px;
}
			
	#menu1 .sub-first li {
		list-style-type: none;
		display: block;
		margin: 0 0 0 5px;
		text-align: left;
		width: 150px;
	}



#nav2 {
	list-style: none;
	font-weight: bold;
	}
	

	#nav2 ul { 
		list-style: none;
		z-index: 99;
		width: 14em;
		overflow: visible;
		position: absolute; 
	}
	
	
	#nav2 li { 
		position: relative;
		width: 14em;
		display: block;
		height: 2em;
		margin: 0;
		background: #fcf6e7;
		border: 1px solid #fcf6e7;
		padding-left: 1.6em;
		float: left;
	}
	
	#nav2 li {
		border-width: 1px 1px 0 1px;
		}
		
	#nav2 li:last-child {
		border-bottom: 1px solid #fcf6e7;
		}
	
	#nav2 ul li{
		background: #fcf6e7;
		width: 12em;
	}
	
		
		#nav2 a, #nav2 a:link, #nav2 a:visited {
			text-decoration: none; 
			display: block;
			padding: 0.1em;  
			margin: 0.2em 0 0.2em 0.1em; /*Opera hover */
			width: 13.5em; /*IE hover */
			height: 2em;
			color: #6b5b2e;
			line-height: 1.8em;
			}
			
		#nav2 li:hover, #nav2 a:hover {
			color: #ffc423;
			}
	
	#nav2 ul, #nav2 ul ul{
		display: none; 
		position: absolute; 
		top: 0; 
		left: 14em;
	}


	#nav2 li:hover ul ul{
		display: none; 
	  
	}
	
	#nav2 li:hover ul, #nav2 ul li:hover ul, #nav2 ul ul li:hover ul{
		display: block;
	}
	
	li>ul { 
		top: auto;
		left: auto;
	}
	
	

.sub-third { 
	display: none;
	position: absolute;
	bottom: 9px;
	left: 0;
	width: 100px;
	font-size: 0.85em;
}
			
html>body .sub-third { 
	bottom: 10px;
	} 


	.sub-third li { 
		line-height: 20px;
	}


#menu1 li:hover ul, #menu1 li.over ul, #menu2 li:hover ul, #menu2 li.over ul, #menu3 li:hover ul, #menu3 li.over ul { 
	display: block;
}


.sub-third a, .sub-third a:link, .sub-third a:visited {
	padding: 4px;
	background: #fff;
	border: 1px solid #7f6c37;
	width: 90px;
	display: block;
}


#nav3 .sub-third a:hover, #nav3 .sub-third a:active {
	color: #fff;
	text-decoration: none;
	background: #de9c34;
}

/* Added by KH below */
.em-box { 
margin: 20px;
padding: 10px;
background-color: #ffc423;
font-size: 14px;
color: #ffffff;}
.em-box-2 {
border-left: 5px solid rgb(255, 196, 35); margin: 10px; line-height: 2; padding-left: 10px;}

#subcontentmenu-1{margin-bottom:30px; margin-top:20px;}
#subcontentmenu-1 li{
display:inline;
padding-right:7px;
padding-left:4px;
border-right:1px solid #ffc423;
}
#subcontentmenu-2{margin-top:30px;}
#subcontentmenu-2 li{
display:inline;
padding-right:7px;
padding-left:4px;
border-right:1px solid #ffc423;
}
.body-img{
padding:3px;
margin:0px 5px 5px 0px;
border:1px solid #ffc423;
float:left;}

#emailForm{margin-top:10px;}
#emailForm input, textarea{

margin-bottom:5px;}
#comments { width:300px; height:100px;}
