/* CSS Document */
body {
	color: #000000;
	background-image: url(../images/pattern_bg.jpg);
	background-repeat: repeat; 
	background-color: #ECE4D7;
	margin-top: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.8em;
	background-position: left top;
	background-repeat: repeat;
}


/* DIV's */
#container {
	width:780px;
	margin-left:auto;
	margin-right:auto;
}

#header {
	height: 127px;
	background-image:url(../images/header_bg.jpg);
	background-repeat:no-repeat;
	}
	#header ul {
		float: right;
		padding-top: 12px;
		margin-right: 12px;
		}
		#header li {
			display: inline;
			list-style-type: none;
			padding-right: 8px;
			}


#banner {
	margin: 0px;
	height: 82px;
	background-image:url(../images/banner_bg.jpg);
	background-repeat:no-repeat;
}


#bg-container {
	background:url(../images/content_bg.jpg) repeat-y;
	margin-bottom:0;
	padding-bottom:0;
}

#contentBody {
	margin-bottom:0;
	padding-bottom:0;
}

#leftNav {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	text-transform: capitalize;
	font-weight: bold;
	font-variant: small-caps;
	width:170px;
	float:left;
	}
	#leftNav a {
		color:#333333;
		text-decoration:none;
		}
			#leftNav a:hover {
				color:#E3D8C3;
				text-decoration:none;
				}
	#leftNav li {
		list-style-image: url(../images/bullet.gif);
		margin-left:18px;
		}
	#leftNav img {
		padding-left:38px;
		padding-top:8px;
		padding-bottom:8px;
		}


#hours {
	color:#333333;
	width:170px;
	float:left;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.8em;
	margin-left: 18px;
	margin-top: 24px;
	clear: left;
	}
	#hours h1 {
		font-size: 8pt;
		font-weight: bold;
		font-variant: small-caps;
		margin: 0px;
	}
	#hours p {
		margin: 0px;
	}

		
#content {
	width:500px;
	margin-left:240px;
	margin-top:0;
	padding-top:0;
	margin-bottom:12px;
	background-color:#FFFFFF;
	}
	#content a {
		color:#0000FF;
		text-decoration:none;
		}
	#content a:hover {
		text-decoration:underline;
		}
	#content table {
		font-family: Georgia, "Times New Roman", Times, serif;
		font-size: 0.9em;
		}
	#content li {
		text-transform: capitalize;
		}
	#content h1 {
		color: #625A47;
		font-size: 1.6em;
		font-weight: bold;
		font-variant: small-caps;
		margin: 0px;
	}
	#content h2 {
		margin-top: 0;
		padding-top: 24px;
		font-size: 1.1em;
		color: #625A47;
		font-variant: small-caps;
		}
	#content h3 {
		margin: 0px;
		font-weight: bold;
		font-size: 0.9em;
	}
	#content p {
		line-height: 1.4em;
	}
	#content td img {
		border: 1px solid #C2AB7E;
		margin-top:8px;
		margin-left:8px;
		margin-bottom:8px;
	}
	
#bottomShadow {
	height:38px;
	background-image:url(../images/new-logo_r4_c2.jpg);
	background-repeat:no-repeat;
	clear:both;
}

#footerNav {
	width:760px;
	margin-left:auto;
	margin-right:auto;
	margin-top: 8px;
	clear: both;
	text-align: center;
	color: #666666;
	font: 7pt Verdana, Arial, Helvetica, sans-serif;
	text-transform: capitalize;
	}
	#footerNav li {
		display: inline;
		list-style-type: none;
		padding-right: 8px;
	}
	#footerNav a {
		color: #666666;
		text-decoration: none;
		}
		#footerNav a:hover {
			color: #0000FF;
		}


#designby {
	width:760px;
	margin-left:auto;
	margin-right:auto;
/*	margin-bottom:12px;*/
	color: #666666;
	font: 7pt Verdana, Arial, Helvetica, sans-serif;
	}
	#designby a {
		color: #666666;
		text-decoration: none;
		}
		#designby a:hover {
			color: #0000FF;
		}
	#designby span {
		margin-right: 24px;
	}
	#designby img {
		padding-top: 12px;
	}

#cateredby {
	float: right;
	margin: 24px 0px 0px 0px;
	font-size: 0.8em;
	width: 65px;
	text-align: right;
	}
	#cateredby p {
		margin: 0px;
	}
	
/*------------------------------------------------------
// Classes
------------------------------------------------------*/
.firstP {
	margin-top: 4px;
}

.contentImage {
	border: 1px solid #C2AB7E;
	margin-top:8px;
	margin-left:8px;
	margin-bottom:8px;
}

.imageBorder {
	border: 1px solid #C2AB7E;
}

.headerImage {
	margin-top:12px;
	margin-bottom:12px;
	}

.padIcon {
	margin-left: 24px;
}

.jandl {
	border: none;
	margin: 10px 0px 0px 160px;
}
/*------------------------------------------------------
// Zoom Search Engine Classes
------------------------------------------------------*/
.highlight { background: #FFFF40; }
.searchheading { font-size: 130%; font-weight: bold; }
.summary { font-size: 80%; font-style: italic; } 
.results { font-size: 100%; }
.category { color: #999999; }
.description { font-size: 100%; color: #008000; }
.context { font-size: 100%; }
.infoline { font-size: 80%; font-style: normal; color: #808080;}
.sorting { text-align: right; }
.result_title { font-size: 100%; }

.zoom_searchform { font-size: 100%; }
.zoom_options { font-size: 80%; }
input.zoom_button {  }
input.zoom_searchbox {  }		
