﻿@import url("layout.css");
body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position:center;
}
#container {
	border-top: 2px solid;
	width: 800px;
	margin: 0 auto;
	padding: 10px;
	border-right: 2px solid;
	border-bottom: 2px solid;
	border-left: 2px solid;
	background-color: #fff;
}
#masthead {
	text-align: center;
	width: 780px;
	padding: 10px;
	border: 1px solid;
	background-repeat: repeat;
	background-attachment: scroll;
	background-color: silver;
}
#navigation {
	position: relative;
	float: left;
	width: 200px;
	margin-top: 10px;
	margin-bottom: 10px;
	
}
#content {
	float: left;
	width: 575px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}
#maptab{
	border: none;
	background-repeat: no-repeat;
}
#maptab img{ 
border:none;
	
}

#footer {
	text-align: center;
	clear: both;
	width: 800px;
	border: 1px solid;
	background-color: silver;
}
/* Masthead Styles */
#masthead h1 {
	color: #fff;
}
#masthead h3 {
	color: #402640;
}
#navlogo
{
 position:relative;	
}
/* Navigation Styles 
 
*/
/* Content Styles */
#content h1,h2,h3,h4,h5,h6 {
	color: #503750;
}
#content img {
	padding: 5px;
	border: 1px solid #402640;
}
#content a {
	color: #503750;
	text-decoration: underline;
	border:none;
}
#content a:hover {
	color: #402640;
	text-decoration: none;
}
#content map img{
	border:none;
	text-decoration:none;
	color:none;
}

/* Footer Styles */
#footer p {
	color: #808080;
}
#footer a {
	color: #503750;
	text-decoration: underline;
}
#footer a:hover {
	color: #402640;
	text-decoration: none;
}
a {
	text-decoration: underline;
}
a:hover {
	color: #402640;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
.style1 {
	font-size: x-small;
}


<style type="text/css">
.menu {
z-index:1000;
font-size:90%;
height:235px;
text-align:center;
margin:25px 0 50px 15px; /* this page only */
}
/*Search Page Styles*/
		.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; }
		
		.cat_summary ul { margin: 0px; padding: 0px; display: inline; }
		.cat_summary 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;}
/*End Search Page Styles*/

