.hiddenPic { /* used for prefetch on the home page */
  display:none;
  height:0;
  width:0;
}

.crisis {
	color: #885a5e;
	font-weight: bold;
	font-size: 16px;
}

.crisis-tel {
	color: #885a5e;
	font-weight: bold;
	font-size: 28px;
	line-height: 29px;
}

body { 
	background: #f4f3e8 url(../../images/common/back.gif) no-repeat 90% 340px;
	font: 11px/130% Verdana, Arial, Helvetica, sans-serif;
}

a:link, a:visited {
	color: #778c5e;
}

a:hover {
	color: #885a5e;
}

td {
	vertical-align: top;
}

p {
	margin-right: 10px;
	margin-left: 10px;
}

li {
	list-style-type: square;
	padding-right: 10px;
	margin-bottom: 6px;
}

.spacer {
	padding: 4px;
}

#info {
	
}

.info-headline {
	background: url(../../images/common/info-arrow.gif) no-repeat 0;
	color: #778c5e;
	font-weight: bold;
	font-size: 12px;
	margin-left: 0;
	margin-right: 0;
	text-indent: 10px;
	margin-bottom: -8px;
}

#headline  {
	font: italic 20px Georgia, "Times New Roman", Times, serif;
	margin-top: 0;
}

.head-hp  {
	color: #885a5e;
}
#logo  {
	background: #fff;
	margin-top: 8px;
}

/*===========================================*/
/* Highlight boxes */
#stories  {
	background: #885a5e;
	margin-top: 8px;
	color: #fff;
	font-weight: bold;
}

#volunteer {
	background: #778c5e;
	margin-top: 8px;
	color: #fff;
	font-weight: bold;
}

.button {
	margin-top: 8px;
	color: #fff;
	font-weight: bold;
}
#searchContainer {
	background: #dddee3;
	margin-top: 8px;
}

h2 {
	background: url(../../images/common/info-arrow.gif) no-repeat 0;
	text-indent: 10px;
	font: italic 16px Georgia, "Times New Roman", Times, serif;
	margin-top: 22px;
	margin-bottom: -8px;
}

h3 {
	font-size: 12px;
	line-height: 160%;
	font-weight: normal;
	font-style: normal;
	margin-right: 10px;
	margin-left: 10px;
}

.quote {
	font-style: italic;
	font-weight: bold;
}

.contentHolder {
  text-align:left;
  vertical-align:top;
}

#content {
	margin-top: 8px;
	background-color: #fff;
	text-align: left;
}

.content-hp {
	background-color: #fff;
	text-align: left;
}

.content-help {
	background-color: #565c71;
	text-align: left;
}

.content-volunteer 
{
	background-color: #e7dedf;
	text-align: left;
}

.content-about 
{
	background-color: #e4e8df;
	text-align: left;
}

.content-contact 
{
	background-color: #e4e8df;
	text-align: left;
}

.content-services 
{
	background-color: #885a5e;
	text-align: left;
}

.content-prevention 
{
	background-color: #778c5e;
	text-align: left;
}

.content-resources 
{
	background-color: #e7dedf;
	text-align: left;
}

.content-happenings 
{
	background-color: #fffdf2;
	text-align: left;
}

.content-media 
{
	background-color: #fffdf2;
	text-align: left;
}

.content-donate 
{
	background-color: #dddee3;
	text-align: left;
}

.help {
	color: #384570;
}

.volunteer {
	color: #885a5e;
}

.about 
{
	color: #5e8c29;
}

.contact 
{
	color: #778c5e;
}

.services 
{
	color: #598c1c;
}

.prevention 
{
	color: #565c71;
}

.resources 
{
	color: #88222b;
}

.happenings 
{
	color: #beab4b;
}

.media 
{
	color: #bd9f03;
}

.donate 
{
	color: #565c71;
}
/*===========================================*/
/* Rounded corners styling */
.tl 
{
	background-image: url(../../images/common/rounded-corner-tl.gif);
  background-repeat:no-repeat;
	width: 20px;
	height: 20px;
	float: left;
}

.tr 
{
	background-image: url(../../images/common/rounded-corner-tr.gif);
  background-repeat:no-repeat;
	width: 20px;
	height: 20px;
	float: right;
}

.middle 
{
  background-repeat:no-repeat;
	height: 20px;
	text-align: center;
	width: 94%;
}

.bl 
{
	background-image: url(../../images/common/rounded-corner-bl.gif);
  background-repeat:no-repeat;
	width: 20px;
	height: 20px;
	float:left;
}

.br  {
	background-image: url(../../images/common/rounded-corner-br.gif);
  background-repeat:no-repeat;
	width: 20px;
	height: 20px;
	float: right;
}
/*===========================================*/
/* Navigation menu */
#navigation  {
	background: #e4e8df;
	margin-top: 8px;

}
.navItem ul, #navcontainer ul {
	margin: 0px;
	padding: 0;
	list-style-type: none;
}
.navItem, #navcontainer li  { 
	margin: 0 0 2px 0;
}
.navList li a, #navcontainer a {
	display: block;
	padding: 4px 0px 2px 14px;
	width: 140px;
}
.navList {
  text-align:left;
}
.navList li {
	list-style-type: none;
	list-style-image: none;
	list-style-position: inside;
}
.navItem li {
	padding-left: 1.5em;
}
.navList a, .navList a:link, .navList a:visited {
	color: #000;
	text-decoration: none;
}
.navList li a:hover, #navcontainer a:hover {
	background-image: url(../../images/common/nav-arrow.gif);
	color: #778c5e;
}
.current {
  background-color: #d1d4cc;
}
.current li {
  background-color: #e8ebe2;
}
/*
#sub-.navList a:link, #sub-.navList a:visited {
	color: #9e9e9e;
	text-decoration: none;
	background-color: #efecd9;
	text-indent: 14px;
	font-size: 10px;
}*/
/*===========================================*/
/* Breadcrumbs */
#crumb, #crumb a:link, #crumb a:visited {
	font-size: 9px;
	text-decoration: none;
	color: #778c5e;
}

#crumb a:hover {
	text-decoration: underline;
}
/*===========================================*/
/* AjaxSearch styling */
#searchbox {
  width:154px;
  text-align:left;
}
#searchbox form {
  margin:0em 0 0 1.2em;
  font: 11px/130% Verdana, Arial, Helvetica, sans-serif;
}
#ajaxSearch_input, #ajaxSearch_submit {
  color:#9E9E9E;
}
#ajaxSearch_input {
  width:72px;
}
.ajaxSearch_intro {
  display:none; /* hide the intro paragraph */
}
.searchResultsFull #searchbox form, .ajaxSearch_resultsInfo {
  margin:0;
}
.searchResultsFull #searchbox form {
  margin-bottom:.33em;
}
.ajaxSearch_resultsInfo {
  margin-bottom:1.5em;
}

/*===========================================*/
/* PHPList VWSAC site newsletter subscription styling */
.required {
  color: red;
}
