﻿/* Forces browser height of 100% */
html {
	height: 100%;
}

/* Body style */
body
{
	background: #fff;
	margin: 0;
	padding: 0;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 76%;
}

/* Catch-all to ensure text color, font, and size consistency */
table, tr, td, p {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 1.0em;
	line-height: 1.4em;
} 

h1 {
	font-size: 2.1em;
	font-weight: normal;
	margin-top: 0em;
	margin-bottom: 0em;
}
h2 {
	font-size: 1.8em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: normal;
	}
h3
{
	font-size: 1.5em;
	margin: 0em;
	padding: 0em;
}
h4
{
	font-size: 1.3em;
	font-weight: bold;
}
h5
{
	font-size: 1.0em;
}
.light
{
	color: #808080;
}
#wrapper
{
	width: 100%;
}
#gizmo
{
	width: 225px;
	height: 227px;
	float: left;
}
#searchpanel
{
	background-position: center center;
	width: 704px;
	height: 227px;
	background-image: url('images/Header.png');
	background-repeat: no-repeat;
	margin-right: auto;
	margin-left: auto;
}
#searchbox
{
	width: 400px;
	top: 100px;
	position: relative;
	left: 120px;
	margin-right: auto;
	margin-left: auto;
	vertical-align: middle;
	text-align: right;
}
#contentwrapper
{
	width: 100%;
}
#leftpane
{
	top: 228px;
	left: 0px;
	margin: 20px;
	padding: 10px;
	width: 190px; /* ie5win fudge begins */
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 160px;
	position: absolute;
}
html>body #leftpane {
	width: 160px; /* ie5win fudge ends */
	}
#resultbe
{
	margin: 20px 220px 20px 220px;
	padding: 10px;
}

.showing
{
}
#rightpane
{
	margin: 20px;
	padding: 10px;
	width: 190px; /* ie5win fudge begins */
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 160px;
	position: absolute;
	top: 228px;
	right: 0px;
}
html>body rightpane {
	width: 160px; /* ie5win fudge ends */
	}
#pager
{
	clear: both;
	text-align: center;
	padding-top: 20px;
}
#footer
{
	width: 100%;
	margin-top: 40px;
	margin-bottom: 40px;
}
.clearfix{
	display: inline-block;
}
a
{
	color: #003366;
}
a:hover
{
	text-decoration:none
}
a.darkgray:link, a.darkgray:active, a.darkgray:visited
{
	color: #333333;
}
a.darkgray:hover
{
	text-decoration:none
}

/*****  tag cloud styles *****/
#tagCloud
{
    width:158px;
    border:solid 1px #ccc;
    padding:5px;
    margin-bottom:10px;
    text-align: justify;
}

#tagCloud A
{
    text-decoration:none;
    margin-left:5px;
    margin-right:5px;
    font-family:Trebuchet MS, Verdana, Arial;
    text-transform:lowercase;
}

#tagCloud A:hover
{
    color:#00cc00;
    text-decoration:underline;
}

#tagCloud A.weight1
{
    color: #ff9900;
    font-size: 1.9em;
    font-weight:bolder;
}
#tagCloud A.weight2
{
    color: #4169e1;
    font-size:1.5em;
    font-weight:bolder;
}
#tagCloud A.weight3
{
    color: #009eff;
    font-size: 1.4em;
    font-weight:bolder;
}
#tagCloud A.weight4
{
    color: #4188cf;
    font-size: 1.2em;
}
#tagCloud A.weight5
{
    color: #83bcd8;
    font-size: 1.0em;
}
