/**
 * CSS of main page of WFSC-Wheaton website
 * Developer: Qingmin Liu
 * Date: 4/2007
 * @copyright: IS Dept. WFHC.
 */

body {
	font-family: arial, helvetica, verdana, sans-serif; 
	background-image:url(../Logos/bkgnd.gif);
	background-repeat:no-repeat;
}

h1 {
	background-color: transparent;
	font-size: 18pt; 
	color: #8d4a03;
}

h2 {font-size: 15pt; color: #8d4a03;}

h3 {font-size: 12pt; color: #8d4a03;}

p, input, ul, label {
	font-size: 10pt;
}

/* Redefined link colors */
a:link {color: #993300; text-decoration: none;}
a:visited {color: #996633; text-decoration: none;}
a:active {color: #d19800; text-decoration: none;}
a:hover {color: #d19800; text-decoration: underline;}

#logo {
	position: absolute;
	left: 0; 
	top: 0;
}

.topnav {
	position: absolute; 
	left: 73px; 
	top: 86px;
}

#leftNav {
	position: absolute;
	left:0px;
	top:120px;
	width:140px;
	height:500px;
}

#search {
	position:relative;
	left:8px;
	top:3px;
	width:150px;
	height:25px;
	z-index:5;
}

.searchTblHeader {
	font-size: 14pt;
	font-weight:bold;	
	color: #FFFFFF;
	background-color:#8d4a03;
}

#leftMenu {
	padding: 8px; margin-top: 8px;
}

/* Navigation bar formatting */
#leftMenu ul {margin: 0; padding: 0;}
#leftMenu ul li {list-style: none; font-size: 10pt; font-weight: bold; margin-bottom: 6px; background-color: transparent;}
#leftMenu ul ul {margin: 4px 0 0px 8px;}
#leftMenu ul ul li {list-style: none; font-size: 8pt; font-weight: normal; margin-bottom: 1px;}
#leftMenu ul ul ul li {list-style: none; font-size: 8pt; font-weight: normal; margin-bottom: 1px;}

#navImage {
	position:relative;
	top:4px;
	left:15px;
}

#content {
	position: absolute;
	top:116px;
	left:142px;
	width: 618px; 
	z-index:0;

}

#maincontent {

padding-left: 10px; 
padding-right: 8px;
padding-bottom:20px;
font-size:12px;
}

#footer {
	width: 618px; 
	padding: 10px; 
	text-align: center; 
	font-family: verdana, arial, helvetica, geneva, sans-serif; 
	font-size: 9px; 
	background: #ffffff url("../Logos/hr.gif") no-repeat;
	float:left;
}


/* Followings are from Zoom search template, used for search page style */
.highlight { background: #FFFF40; }
		.searchheading { font-size: 100%; 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: 80%; }		
		.description { font-size: 80%; color: #008000; }
		.context { font-size: 80%; }
		.infoline { font-size: 80%; font-style: normal; color: #808080;}

		.zoom_searchform { font-size: 80%; }
		.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: 80%; }
		.result_pagescount { font-size: 80%; }
		
		.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: 80%; }
		.recommend_description { font-size: 100%; color: #008000; }
		.recommend_infoline { font-size: 80%; font-style: normal; color: #808080;}
/* End of style from Zoom template */		