/* CSS Document */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(images/tiledbg.jpg);
	background-repeat: repeat-x;
	background-position: top center;
	background-color: #D5D5D5;
	height:100%;
}
body,td,th {
	font-family: Trebuchet MS, Verdana, Arial;
	font-size: 11px;
	color: #333333;
}
.style2 {font-size: 9px}
#bottom {
	border-top:1px dotted #ffffff;
	border-bottom:1px dotted #ffffff;
}

#bottomfeed {
height:75px;
background-image:url(feedback.jpg);
background-repeat:no-repeat;
background-position:center;
padding-bottom:10px;
}

.style5 {font-size: 10px}
a:link {
	color: #659531;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #659531;
}
a:hover {
	text-decoration: underline;
	color: #73C139;
}
a:active {
	text-decoration: none;
	color: #659531;
}
.style6 {font-size: 11px}

.style7 {
	font-size: x-large;
	font-weight: bold;
	color: #666666;
}

.maptitle {
	font-size: 14px;
	font-weight: bold;
	color: #ffffff;
	background-color:#6b8258;
}
.mapdivider {
border-bottom:1px dotted #FF9900;padding:5px 15px 5px 15px}

.maptext {padding:5px 15px 5px 15px}


.style8 {
	font-size: 18px;
	font-weight: bold;
}

.style10 {font-size: 13px}
.style11 {font-size: 16px}
.style12 {font-size: 16px; font-weight: bold; }
.word {font-size: 14px; font-weight: bold; text-decoration:underline;}
.mccspacer {padding-left:35px; padding-top:2px; padding-bottom:2px; padding-right:2px}
.style13 {
	font-size: 14px;
	font-weight: bold;
}
.style16 {font-size: 12px}
.style17 {
	color: #FF6600;
	font-weight: bold;
}
.style18 {color: #000000}
.style19 {font-size: 14px}
.boardmember {background-image:url(images/bd-background.jpg);
			 background-position:top;
			 background-repeat:no-repeat;
			 padding: 10px;
			 border-top: 1px solid #7ac142;}

#menuback {
background-image:url(quickmenuback.gif);
background-position:top center;
background-repeat:no-repeat;
}

#searchresults {background-color:#FFFFFF;
padding:15px;
background-image:url(google-logo.jpg);
background-position:right top;
background-repeat:no-repeat;
border: 2px solid #749558}

#facesofcc {color:#333333}

/*chatmenu hide*/
#hide1, #hide2, #hide3 {visibility:hidden}
/** Copyright 2007 Google Inc. All rights reserved. */

/** 
 * CSS styles for the Custom Search Engine overlay built on top of AJAXSearch
 * API
 */ 

.cse-closeResults { 
  float: right;
}

.cse-closeResults a {
  padding: 3px 5px;
  border: 1px solid #666;
  color:  #000;
  font-weight: bold;
  text-decoration: none;
  cursor: pointer;
}

.cse-closeResults a:hover {
  background: #ddd;
  border: 1px solid #000; 
}

.cse-overlay-bg {
  position: absolute;
  top: 0px;
  left: 0px;
}

.cse-overlay {
  position: absolute;
  top: 0px;
  left: 0px;
  text-align: left;
  padding: 10px;
  width: 745px;
  background-color: #FFF;
  border: 1px solid #333;
  font-size: 11px;
}

/**
 * Custom AJAXSearch styles
 */

.gsc-resultsHeader,
.gs-visibleUrl-short,
.gs-watermark,
.gsc-cursor-box
 { display: none; }

.gs-visibleUrl {
  color: #008000;
}

.gs-visibleUrl-long { 
  overflow: hidden;
}

.gs-title { 
  font-size: medium;
}

.gsc-trailing-more-results,
.gsc-webResult,
.gs-divider {
  margin-bottom: 1em;
}

.gs-divider {
  margin-bottom: 1em;
  text-align: center;
  color: #676767;
}


/**
 * Default AJAXSearch styles largely from
 * http://www.google.com/uds/css/gsearch.css
 */

/* control inputs
 * .gsc-search-box : the container that hosts the text input area
 * .gsc-input : the text input area
 */
form.gsc-search-box {
  font-size: 11px;
  margin-top : 0px;
  margin-right : 0px;
  margin-bottom : 4px;
  margin-left : 0px;
  width: 300px;
}

/*
 * This table contains the input element as well as the search button
 * Note that the search button column is fixed width, designed to hold the
 * button div's background image
 */
table.gsc-search-box {
  border-style : none;
  border-width : 0px;
  border-spacing : 0px 0px;
  width : 100%;
  margin-bottom : 2px;
}

table.gsc-search-box td {
  vertical-align : middle;
}

table.gsc-search-box td.gsc-input {
  padding-right : 2px;
}

td.gsc-search-button {
  width : 1%;
}

/**
 * undo common generic table rules
 * that tend to impact branding
 */
table.gsc-branding td,
table.gsc-branding {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  border : none;
}

table.gsc-branding {
  border-style : none;
  border-width : 0px;
  border-spacing : 0px 0px;
  width : 100%;
}

td.gsc-branding-text {
  vertical-align : top;
}

td.gsc-branding-text div.gsc-branding-text {
  padding-bottom : 2px;
  text-align : right;
  color : #676767;
  font-size : 11px;
  margin-right : 2px;
}

td.gsc-branding-img-noclear {
  width : 51px;
  vertical-align : bottom;
}

td.gsc-branding-img {
  width : 65px;
  vertical-align : bottom;
}

table.gsc-branding-vertical td.gsc-branding-text div.gsc-branding-text {
  margin-right : 0px;
  text-align : center;
}

table.gsc-branding-vertical td.gsc-branding-img-noclear {
  text-align : center;
}

div.gsc-branding-img,
div.gsc-branding-img-noclear,
img.gsc-branding-img,
img.gsc-branding-img-noclear {
  padding-top : 1px;
}

img.gsc-branding-img,
img.gsc-branding-img-noclear {
  margin : 0 0 0 0;
  padding-right : 0;
  padding-left : 0;
  padding-bottom : 0;
  border : none;
  display : inline;
}

a.gsc-branding-clickable {
  cursor : pointer;
}

input.gsc-search-button {
  margin-left : 2px;
}

/*
 * Given that this is sitting in a variable width tabel cell, the idea is
 * for it to consume the entire cell. The adjacent cell contains the search
 * button and that is a fixed width cell.
 */
input.gsc-input {
  padding-left : 2px;
  border-style : solid;
  border-width : 1px;
  border-color : #bbdc9b;
  width : 99%;
}

/*newsfeed*/

.ccnewsclass{
width: 645px;
text-align:left;
padding-top: 22px;
padding-left: 15px;
padding-right: 15px;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=80); /*Specify fade effect in IE. Remove if desired.*/
-moz-opacity: 0.8; /*Specify fade effect in Firefox. Remove if desired.*/
}

.ccnewsclass a{
font-weight:bold;
color: #4f7e2d;
}

.rsstitle{ /*shared class for all title elements in an RSS feed*/
font-weight: bold;
}

.rssdate{ /*shared class for all date elements in an RSS feed*/
color: #999999;
font-size: 80%;
}

.rssdescription{ /*shared class for all description elements in an RSS feed*/
color:#666666;
font-size:92%;
}

.pun, .pun INPUT, .pun SELECT, .pun TEXTAREA, .pun OPTGROUP {

	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;

}
.style20 {color: #CCCCCC}
.mark {font-size:10px; letter-spacing:.1em; color:#aaaaaa;}
.ornate {
	font-size: 26px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style:italic;
}
#topbuttons {
	position:absolute;
	top: 0;
	left: 0;
	width:100%;
	z-index:25;
}
#navbar-iframe {display: none; height: 0 !important; visibility: hidden;}
.sitemapfooter {font-family:Verdana, Geneva, sans-serif; font-size:9px;}
.sitemapfooter p {margin:0px; padding:0px;}
.moreinfo {font-family:Verdana, Geneva, sans-serif;
font-size:9px;
text-align:left;
margin-top:-10px;
font-weight:bold;
text-shadow: #fff 1px 1px 1px;}

.moreinfo a:link {
	text-decoration: none;
	color:#ff6600;
}

.moreinfo a:visited {
	text-decoration: none;
	color:#ff6600;
}

.moreinfo a:hover {
	text-decoration: underline;
	color:#476fad;
}

.moreinfo a:active {
	text-decoration: none;
	color:#ff6600;
}

#factoday {
	padding:15px 0px 15px 0px;
	margin:0px;
	line-height:normal;
}
#factoday p {
	padding:0 0 5px 0;
	margin:0;
}
.factheader {
	font-family: 'Dancing Script', arial, serif;
	font-size:24px;
	color: #346700;
}
#qm0 a{padding:5px 4px 5px 5px;color:#555555;font-family:Arial;font-size:10px;text-decoration:none;}
#allcontent {
	width:980px;
	margin-right:auto;
	margin-left:auto;
	background-image:url(images/contentdivbg.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	background-color:#D5D5D5;
}
