/*===================== universal defaults=================*/
/*===================== hacked a bit=================*/
/*===================== hacked to make ems 1/10 of a px=================*/
div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
/* table,*/ caption, tbody, tfoot, thead /*tr, th, td */{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: Helvetica, Arial, Verdana, Geneva, sans-serif;
}
html, body {

	margin: 0;
	padding: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 62.5%;
	font-family: inherit;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1.5;
	color: black;
	background: white;
}

ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
/*	text-align: left;*/
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/*======================================*/


body {
	background: #5375B5; /* only shows if no bg image gradient */
	background-image: url(images/bg.jpg);
	background-repeat: no-repeat;
	font-family: Helvetica, Arial, Verdana, Geneva, sans-serif;
	font-size: 1.2em;
	line-height: 1.8;
	color: #333366;
	text-align: center;
}

#borderedwrapper {
	text-align: left;
	width: 750px;  
	margin-top: 24px;
	margin-left: 55px;
	margin-bottom: 24px;
	background-color: #FDFBF1;
	border: 2px solid #115F6A;
}
* html #borderedwrapper {			/* box model fix for ie5 */
	width: 758px;  /* 750 width, plus 4px + 4px for border */
	w\idth: 750px;  /* no extra for borders of main table */
}


h1 {
	font-family: Helvetica, Arial, Verdana, Geneva, sans-serif;
	font-size: 1.8em;
	line-height: 1.9em;
	font-weight: normal;
	color: #003366; /* dk blue */
	margin-bottom: 5px;
}
* html h1 {			/* box model fix for ie5 */
	margin-bottom: 20px;
}

h2 {
	font-size: 1.2em;
	line-height: 1.8em;
	color: #003366; /* dk blue */
	font-weight: bold;
}

h3 {
	font-size: 1.4em;
	line-height: 2.0em;
	font-weight: bold;
}

h4 {
	font-size: 1.2em;
	line-height: 2.0em;
	font-weight: bold;
}

p {
	font-family: Helvetica, Arial, Verdana, Geneva, sans-serif;
	font-size: 1.1em;
	line-height: 2em;
	color: #000000; /* dk blue */
	margin-bottom: 20px;
}

p.singlespaced {
	line-height: 1.3em; 
}

/* default links settings */

a:link {
	color: #003366; /* dk blue */
	text-decoration: none;
}

a:visited {
	color: #003366; /* dk blue */
	text-decoration: none;
}

a:hover {
	color: blue;  /* bright blue */
	text-decoration: underline;
}

a:active {
	color: #003366; /* dk blue */
	text-decoration: none;
}

#content a {
	text-decoration: underline;
}

/* the top description (towns) */
#topdescr {
	width: 750px;
	height: 24px;
	margin-top: 4px;
}
* html #topdescr {			/* box model fix for ie5 */
	height: 21px;
	margin-top: 9px;
}

#topdescr p {
	font-family: Helvetica-Narrow, Helvetica, Arial, Verdana, Geneva, sans-serif;
	font-weight: bold;
	font-size: 1.1em;
	line-height: 2.5em;
	color: #666666; /* bluegray*/
	text-align: center;
	margin-bottom: 0px;
}
* html #topdescr p {			/* box model fix for ie5 */
}

/* header banner */
#titlebanner {
	width: 670px;
	height: 224px;
	background-image: url(images/top-banner.jpg);
	background-repeat: no-repeat;
	vertical-align: top;
}

#titlebanner img.title {
     position: relative;
     left: 328px;
     top: 30px;
}

#titlebanner img.joindonate {
     position: relative;
     left: 240px;
     top: 170px;
}

#titlebanner h1 {
     position: absolute;
     top: 60px;
     left: -999em; 
}


/* TOP LINKS - holds top page links */
#toplinks 
{
	position: relative;
	display: block;
	width: 670px;
	height: 29px;
	font-family: Helvetica, Arial, Verdana, Geneva, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 1.0em;
	line-height: 2.6em; 
	color: #235599; 
	text-align: center;
}

#toplinks a {
	color: #235599;   /* dk blue */
	font-weight: bold !important; 
}

#toplinks a:hover {
	color: blue !important;
}

#toplinks a:visited {
	color: #235599;  /* dk blue */
	font-weight: bold !important; 
}

#bottomlinks {
	font-family: Helvetica, Arial, Verdana, Geneva, sans-serif;
	font-weight: bold;
	font-size: 1.0em;
	line-height: 1.6em; 
	color: #235599; /* dk blue */
	text-align: center;
	margin-top: 40px;
	background: #C0CEAB;
}

#bottomlinks a {
	color: #235599 !important;   /* dk blue */
	font-weight: bold !important; 
}

#bottomlinks a:hover {
	color: blue !important;  /* bright blue */
}

#bottomlinks a:visited {
	color: #235599 !important;  /* dk blue */
	font-weight: bold !important; 
}


.indentleft {
	margin-left: 18px;
}
* html .indentleft {			/* box model fix for ie5 */
	margin-left: 18px;
}

.onelinespacer {
	margin-top: 18px;
}

.addressinfo {
	font-family: Helvetica, Arial, Verdana, Geneva, sans-serif;
	font-size: 1.2em;
	line-height: 2.0em;
	color: #003366; /* dk blue */
	text-align: center;
}

/* Copyright information */
.copyright {
	font-size: 1.0em;
	line-height: 1.8em; 
	font-weight: normal;
	color: #666666; 
}

/* 1 pixel border around column of photos */
.bordered {
	position: relative;
	top: 1px;
	left: 2px;
	border: 1px solid #666633; /* green-gold */
	width: 180px;
	margin-top: 0;
	margin-right: -2px;
	margin-bottom: -2px;
	margin-left: 0px;
}

#content {
	margin-left: auto;
	margin-right: auto;
	}


.squarelist {
	font-family: Helvetica, Arial, Verdana, Geneva, sans-serif;
	font-size: 1.1em;
	line-height: 2.0em; 
	color: black;  /* color: #003366;*/
}

ul.squarelist li {
	background:url(images/list_bluesquare.gif) 0em 0.5em no-repeat; /* change background em accordingly */
	padding-left: 1.5em;
	list-style: none;
	/* margin-bottom: 1em; */ /*  margin-left: -20px;*/
}

li.squarelist { 
  margin-top: 6px;
}


a.squarelink {
	font-family: Helvetica, Arial, Verdana, Geneva, sans-serif;
	font-size: 1.1em;
	line-height: 2.0em; 
	background:url(images/list_bluesquare.gif) 0em 0.15em no-repeat;
	padding-left: 1.5em; 
}

.squared {
	background:url(images/list_bluesquare.gif) 0em 0.15em no-repeat;
	padding-left: 12px; 
}

.photocaption {
	margin-top: .4em;
	margin-bottom: 14px;
	font-family: Helvetica, Arial, Verdana, Geneva, sans-serif;
	font-size: 1.0em;
	line-height: 1.3em; 
	color: black;
	text-align: center;
}


.leftlinks {
	margin-top: .4em;
	font-family: Helvetica, Arial, Verdana, Geneva, sans-serif;
	font-weight: bold;
	font-size: 1.0em;
	line-height: 2.0em; 
	color: black;
	text-align: left;
}

#leftphotos a {
	color: black !important; 
	font-weight: bold; 
	text-decoration: none !important; 
}

#leftphotos a:hover {
	color: #003399 !important;  /* blue */
	text-decoration: underline; 
}

#leftphotos a:visited {
	color: black !important; 
	text-decoration: none !important; 
}

#leftphotos a:active {
	color: black !important; 
	text-decoration: none !important; 
}

ul.guidelines {
	margin-top: -1.2em;
	margin-left: 20px; 
	color: black !important;
}