/* @override http://localhost:3000/stylesheets/globalStyle.css */

td {
	font: 10pt Verdana;
	}

td.pad {
	padding-right: 5px;
	}

p {
	font: 10pt Verdana;
	}

a:visited {
	color: 004A91;
	}

a:hover{
	color: #996633;
	}

a.footer {
	font: 8pt Verdana;
	color: #333333;
	text-decoration: none;
	}

a.footer:visited {
	color: #333333;
	}

a.footer:hover {
	color: #996633;
	text-decoration: underline;
	}

a.topLink {
	font: bold 10pt Verdana;
	color: #772738;
	text-decoration: none;
	}

a.topLink:hover {
	color: #B83D55;
	text-decoration: none;
	}

a.localNav {
	color: #FFFFFF;
	text-decoration: none;
	font: 11pt Verdana, Arial, sans-serif;
	font-weight: bold;
	padding: 8px;
	background-color: #9A9C54;
	display: block;
}

a.localNav:visited {
	color: #FFFFFF;
	text-decoration: none;
	font: 11pt Verdana, Arial, sans-serif;
	font-weight: bold;
	padding: 8px;
	background-color: #9A9C54;
	display: block;
}

a.localNav:hover {
	color: #772738;
	text-decoration: none;
	font: 11pt Verdana, Arial, sans-serif;
	font-weight: bold;
	padding: 8px;
	background-color: #A9AB61;
	display: block;
}

a.localNav2 {
	color: #FFFFFF;
	text-decoration: none;
	font: 9pt Verdana, Arial, sans-serif;
	font-weight: bold;
	padding: 8px;
	background-color: #B4B575;
	display: block;
}

a.localNav2:visited {
	color: #FFFFFF;
	text-decoration: none;
	font: 9pt Verdana, Arial, sans-serif;
	font-weight: bold;
	padding: 8px;
	background-color: #B4B575;
	display: block;
}

a.localNav2:hover {
	color: #004A91;
	text-decoration: none;
	font: 9pt Verdana, Arial, sans-serif;
	font-weight: bold;
	padding: 8px;
	background-color: #9A9C54;
	display: block;
}

a.crumb {
	font: 8pt Verdana;
	color: #999999;
	text-decoration: none;
	}

a.crumb:visited {
	color: #999999;
	}

a.crumb:hover{
	color: #FFFFFF;
	}

h3.menuHeading {
	color: white;
	margin-top:2px;
	margin-left:20px;
	margin-bottom: 5px;
	font-weight: bold;
	font-size: 12pt;

	}

h3 {
	margin-top: 0px;
	margin-bottom: 5px;
	font: 12pt Verdana, sans-serif;
	font-weight: bold;
	color: #004A91;
	}


ul.local {
	color: #000000; 
	margin-left: auto; 
	list-style-position: outside; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10px; 
	font-style: normal; 
	font-weight: bold
	}

input.search {  
	background-color: #D4DFB5;
	border: 1px solid; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	color: #FFFFFF; 
	font-weight: bold;
	}
.text {
	font-family: Verdana, Arial;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #ffffff;
	text-decoration: none;
}

.text:visited {
	font-family: Verdana, Arial;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #ffffff;
	text-decoration: none;
}

.text:hover {
	font-family: Verdana, Arial;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #CECFA7;
	text-decoration: none;
}

/* main-content */

.inside.content {
  padding: 2.2em 3.15em 1em; 
  background: no-repeat url(/images/banners/toprightback.jpg) #ffffff
}

.home.content {
  padding: 1em 3em;
  background: no-repeat url(/images/banners/flashpic4.jpg) #ffffff;
  
}

.content h1 {
  color: #772738;
  font-family: Arial, Helvetica, sans-serif;
  margin: 0 0 .5em;
}

.home.content h1 {
  font-size: large;
}
.inside.content h1 {
  font-size: xx-large;
}

.content h2 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: medium;
  margin: 0 0 1em;
}

.home.content h2 {
  margin: 0 0 -0.8em;
}

.admin-link {
  text-align: right;
}
.admin-link img {
  border: none;
}

.articles .article-link a {
  font-weight: bold;
  color: #FFFF99;
  text-decoration: none;
}
.articles .article-link a:hover {
  text-decoration: underline;
}
.articles .article-teaser {
  color: #ffffff;
}

.notice {
  color: #060;
  font-weight: bold;
}
.alert {
  color: #900;
  font-weight: bold;
}

.new_donation label {
  display: block;
}
.field-with-errors {
}
