/* STYLESHEET FOR INDEX PAGES */

/* Wrap */
#wrap {
	padding-top: 5px;
	margin: 0;
	position: relative;
	width: 100%; max-width: 975px;
}

/* No Java Script */
noscript { font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: large; font-style: italic; font-weight: bold;
	text-align: center;
	color: black; margin-bottom: 10px;
}

/* SPLASH PAGE 
===================================*/

.splashshow { width: 100%; height: 100%; max-width: 825px; max-height: 410px; padding: 20px 20px 50px 20px; margin-top: 50px; background-color: #fff; }

.splashshow img { height:auto !important; width:auto !important; }

body.splash { background-color: rgb(180,185,200); }

/* Clear */

.clear {
	visibility: hidden;
	display: block;
	clear: both;
	height: 0px;
	margin: 0;
	padding: 0;
	}
.ClearAll {
	clear: both;
	height: 0;
	font-size: 0;
	line-height: 0;
}

/* FLOATS */

.floatl { float: left; padding: 0 10px 0 10px; }
.floatr { float: right; padding: 0 0 10px 10px; }

/* PARAGRAPH TAG AND MODIFIERS */

p { margin-bottom: 1em;
	font: 0.9em Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	text-align: left; }
	
.newsflash { padding: 5px; margin-top: 10px; 
	background-color: rgb(180,145,70); color: #a11; 
	text-align: left;	
}

.newsflashgold { color: #FF0; }

/* NAVIGATION BAR */

div#navigation { width: 100%; background-image: url(../navbar/navbgrd2016.jpg); background-repeat: repeat-x;  }

div#nav { width: 100%; background-image: url(../navbar/navbgrd.jpg); background-repeat: repeat-x;  }

#wrapper {
    width: 100%; max-width: 850px;
    margin: 2px auto;
}

#subnav {
    padding: 0 0 10px 0;
    position: relative;
}

#subnav #quicksearch {
    position: absolute;
    top: 7px;
    right: 0;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;	
}

div.gsc-control-cse form.gsc-search-box {
    width: 200px;
	position: absolute;
	top: 0;
    right: 0;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	background-color: rgb(180,185,200);
}

/* FOOTER */

#footer p { margin-bottom: 1em;
	font: 0.9em Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	text-align: center; }
	
#footer p.copyright { font-size: 0.8em; color: #036;
	text-align: center; }
