﻿/* text elements */
.bn 
{
    font-size:1.25em;
}

.bighead
{
    font-size:4em;
}

.parahead
{
    font-size:1.75em;
}

.paratext
{
    font-size:1.5em;
}

.link 
{
    font-size:2em;
}

/* end text elements */

/* sitewide links */
a {
	text-decoration:underline;
	color:#000;
}

a:link {
	color:#000;
}

a:visited {
	color:#000;
}

a:active {
	color:#000;
}

a:hover {
	color:#000;
}
/* end sitewide links */

/* begin menu */

ul#menu
{
}

ul#menu li
{
	display:inline;
	list-style:none;
}

ul#menu li a
{
    font-size: 1.25em;
    padding:10px 10px 10px 10px;
	text-decoration: none;
}

ul#menu li a:hover 
{
    background-color:#e6e6e6;
}

/* end menu */

/* begin tables */

#features
{
    width:50%
}

#searcher
{
    width:10%
}

#searcher td
{
    padding:0px;
}


/* end tables */

/* validation css */

.field-validation-error
{
}

.field-validation-valid
{
	display:none;
}

/* end validation css */


/* begin search elements */
input.searchbar 
{
    width:470px;
    height:30px;
    font-size:1.4em;
}

input.searchbutton 
{
    width:150px;
    height:40px;
    background-color:#fff;
    border:1px solid #bbb;
    cursor:pointer;
}

input.searchbutton:hover
{
    background-color:#e6e6e6;
}

.resultelement:hover 
{
    background-color:#e6e6e6;
}

/* end search elements */

.featureimg 
{
    width:310px;
}

.smallimg 
{
    width:75px;
    height:75px;
}
	
/* end search elements */

/* begin other sitewide elements */

.lightbgcolor
{
	background-color:#e6e6e6;
}

/* end sitewide elements */