@charset "UTF-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #B4E3FF;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #2A0903;
	background-image: url(images/bottles_faded.jpg);
}

.oneColFixCtrHdr #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #f5f0ea;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #2A0903;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
	background: #e8dab5;/*	padding: 0 10px 0 20px;  */
	/* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #f5f0ea;
}
.oneColFixCtrHdr #footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#e8dab5;
	clear: both;/*	width: 780px;
	margin: 0 auto; */
	font-size: 85%;
	font-weight: bold;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-align: center;
	
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
	
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

img {
	border: none;
}

img.fltright {
	float: right;
}

a:link {
	border: none;
	text-decoration: none;
}

a:visited {
	border: none;
	text-decoration: none;
}

a:focus {
	border: none;
	
}
a:hover {
	border: none;
	text-decoration: underline;
}

a:active {
	border: none;
	text-decoration: none;
}


.smallbold {
	font-size: 80%;
	font-weight: bold;
	text-align: left;
}
#thumbnails {
	padding: 3px;
	float: right;
	width: 106px;
	margin-top: 80px;
	margin-right: -10px;
	margin-bottom: 5px;
	margin-left: 10px;
	text-align: center;
	font-size: 0.85em;
}

.baglogo {
	border: none;
	margin: 0;
	float: left;
}
#projdescr {
	background-color: #FFFFCC;
	padding: 0 1em 0 0.5em;
	margin: 0 0 5px -19px;
}

#searchbox {
	float: right;
	margin-top: 2em;
}
.rightText {
	text-align: right;
}

#secondcontent {
	clear: both;
}

#siteNavigation {
	text-align: right;
	color: #e8dab5;
	padding-right: 1em;
}

.siteNav {
	font-size: 80%;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}

#categorybox {
	float: right;
	border: thin solid orange;
}

#siteNav {
	clear: both;
	font-size: 80%;
	background-color: #f5f0ea;
	text-align: center;
}
#arrows {
	width: 100%;
}

caption.tan {
	vertical-align: middle;
	background-color: #E8DAB5;
	padding-bottom: 0px;
	margin-bottom: 0px;
	font-size: 1.4em;
	font-style: oblique;
}

caption.home {
	font-size: 1.4em;
	font-style: oblique;
	vertical-align: bottom;
	padding-top: 1em;
}

#fullwidth {
	width: 90%;
	padding: 1em;
	margin: 0 2% 1em 2%;
}

#projdescr {
	background-color: #E8DAB5;
	width: 72%;
	float: left;
	padding: 0 1em 0 0.5em;
	margin: 0 0 5px -19px;
}
 #innerBody {
	clear: both;
	padding-bottom: 1em;
	margin: 0;
 }
 
 #searchBox2 {
	float: right;
	margin-top: 0px;
 }
 
#slideBox {
	border: thin solid #FF9933;
	float: right;
	margin: 1em;
	padding: 0 1em 0 1em;
 }
 
#borderBoxdiv {
	clear: both;
	border: 2px solid #955548;
	padding: 0 1em 0.5em 1em;
	margin: 0.5em;
}

.borderBoxBrick {
	clear: both;
	border: 2px solid #955548;
	padding: 0 1em 0.5em 1em;
	margin: 0.5em;
}
ul {
	list-style-type: disc;
}

#noborderDiv {
	clear: both;
	padding: 0.5em;
	margin: 0.5em;
}

.noborderDiv1 {
	clear: both;
	padding: 0.5em;
	margin: 0.5em;
}

.bottomborderDiv {
	clear: both;
	padding: 0.5em;
	margin: 0.5em;
	border-bottom: thin solid #955548;
} 

.bordertopDiv {
	clear: both;
	padding: 0.5em;
	margin: 0.5em;
	border-top: thin solid #955548;
}
 
table {
	width: 96%;
	padding: 2em;
	margin: 2%;
	border-spacing: 1em;
}
th {
	text-align: right;
	vertical-align: text-top;
	width: 32%;
}

td {
	vertical-align: text-top;
}

td.browseHome {
	text-align: center;
	vertical-align: middle;
}


table.arrows {
	border: none;
	width: 100%;
	margin: 0;
	padding: 1em;
}

table.browse {
	border: none;
	width: 95%;
	border-spacing: 2px;
	padding: 3px;
}

th.browsehead {
	text-align: center;
	vertical-align: middle;
	padding: 1em;
}

.browse2 {
	border-collapse: collapse;
	border: 2px solid #2A0903;
	width: 95%;
	font-size: 95%;
	vertical-align: middle;
	text-align: center;
	background-color: #FFFFFF;
	margin-bottom: 2em;
}

tr.browse2tr {
	border: thin solid #2A0903;
	font-size: inherit;
}

h2.brows2 {
	font-size: 90%;
	text-align: center;
	vertical-align: middle;
}

.thumbnails {
	border: none;
	margin: 0.5em;
	padding: 0.5em;
}

/* ZOOM Search CSS below */

		.highlight { background: #FFFF40; }
		.searchheading { font-size: 130%; font-weight: bold; }
		.summary { font-size: 80%; font-style: italic; }
		.suggestion { font-size: 100%; }
		.results { font-size: 100%; }
		.category { color: #999999; }
		.sorting { text-align: right; }

		.result_title { font-size: 100%; }		
		.description { font-size: 100%; color: #008000; }
		.context { font-size: 100%; }
		.infoline { font-size: 80%; font-style: normal; color: #808080;}

		.zoom_searchform { font-size: 100%; }
		.zoom_results_per_page { font-size: 80%; margin-left: 10px; }
		.zoom_match { font-size: 80%; margin-left: 10px;}				
		.zoom_categories { font-size: 80%; }
		.zoom_categories ul { display: inline; margin: 0px; padding: 0px;}
		.zoom_categories li { display: inline; margin-left: 15px; list-style-type: none; }
		
		input.zoom_button {  }
		input.zoom_searchbox {  }		
		
		.result_image { float: left; display: block; }
		.result_image img { margin: 10px; width: 80px; border: 0px; }

		.result_block { margin-top: 15px; margin-bottom: 15px; clear: left; }
		.result_altblock { margin-top: 15px; margin-bottom: 15px; clear: left; }
		
		.result_pages { font-size: 100%; }
		.result_pagescount { font-size: 100%; }
		
		.searchtime { font-size: 80%; }
		
		.recommended 
		{ 
			background: #DFFFBF; 
			border-top: 1px dotted #808080; 
			border-bottom: 1px dotted #808080; 
			margin-top: 15px; 
			margin-bottom: 15px; 
		}
		.recommended_heading { float: right; font-weight: bold; }
		.recommend_block { margin-top: 15px; margin-bottom: 15px; clear: left; }		
		.recommend_title { font-size: 100%; }
		.recommend_description { font-size: 100%; color: #008000; }
		.recommend_infoline { font-size: 80%; font-style: normal; color: #808080;}
	
.slideshow {
	margin: 2px;
	padding: 2px;
	float: right;
}
.photocaption {
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
	font-size: 95%;
	font-style: oblique;
	font-weight: bold;
}
.bulkCenter200left {
	margin-left: 200px;
}
