@charset "utf-8";
/* CSS Document */

body, html{
height:100%;
margin:0px;
}
body {
	background-color:#0e2141;
	background-position:center;
	background-repeat:repeat-y;
	color:#2f4263;
	font-family:"Times New Roman", Times, serif;
	font-size:11pt;
}
p {
	padding:0px 0px 0px 0px;
}
div#preload { display: none; }
a:link {color:#776e59; text-decoration:none;}
a:visited {color:#776e59; text-decoration:none;}
a:hover {color:#776e59; text-decoration:underline;}
a:active {color:#776e59; text-decoration:none;} 
.wrapper {
	background-image:url(../images/body_bg.jpg);
	background-repeat:repeat-y;
	background-position:center;
	height:100%;
	width:934px;
	border:none;
}
.footer { text-align:center;font-size:9pt;color:#90876f;padding-bottom:10px;}
a.footer:link, a.footer:hover, a.footer:focus { color: #90876f; text-decoration:underline; }
a.footer:visited { color: #90876f;text-decoration:underline; }
.top {
	width:914px;
	background-image:url(../images/headerleftbg.jpg);
	background-repeat:repeat-x;
	border-bottom:1px solid #c2bcac;
}
.nav {
	height:33px;
}
.searcharea {
	background-image:url(../images/headerrightbg.jpg);
	background-repeat:no-repeat;
	padding-top:19px;
}
a.search:link, a.search:visited, a.search:focus { color:#b9b19b; text-decoration:none; font-size:13px; }
a.search:hover { color:#a09575; text-decoration:none; font-size:13px; }
.searchbox {
	width:238px;
	height:55px;
	border:1px solid #d3cfc3;
	background-image:url(../images/searchsmbg.jpg);
	background-repeat:repeat-x;background-color:#e7e4dd;
}
.searchbtm_l {
	height:35px;
	padding-left:11px;
	padding-top:7px;
}
.searchbtm_r {
	height:35px;
	padding-right:11px;
	padding-top:7px;
}
.middle {
	height:203px;
	width:934px;
	background-color:#FFF;
}
.bottom {
	width:914px;
	background-image:url(../images/bottombg.jpg);
	background-repeat:repeat-x;
	background-color:#FFF;
	padding-top:30px;
	height:100%;
}
.content {
	width:810px;
}
.text {
	width:345px;
	text-align:left;
}
h2 {
	font-family:"Times New Roman", Times, serif;
	font-size:14pt;
	color:#2f4263;
	margin-left:5px;
	margin-bottom:0px;
	margin-right:0px;
	margin-top:0px;
}
.smheader {
	font-size:14pt;
	padding-left: 5px;
}
h3 {
	font-family:"Times New Roman", Times, serif;
	font-size:13pt;
	font-weight:bold;
	color:#2f4263;
	margin-left:0px;
	margin-bottom:0px;
	margin-right:0px;
	margin-top:0px;
	padding-top:5px;
	padding-left:0px;
	padding-right:0px;
	padding-bottom:3px;
}
h4 {
	color:#2f4263;
	font-family:"Times New Roman", Times, serif;
	font-size:11pt;
	margin-left:0px;
	margin-bottom:0px;
	margin-right:0px;
	margin-top:0px;
	padding-top:0px;
	padding-left:0px;
	padding-right:0px;
	padding-bottom:5px;
}

/* SEARCH TEMPLATE */
		.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;}
		.recommend_image { float: left; display: block; }
		.recommend_image img { margin: 10px; width: 80px; border: 0px; }
