@charset "utf-8";
/* CSS Document */

body{
	background: #a4a59f url(images/site-back.jpg) center top repeat-x;text-align:center;
	font-size:1em;
	margin:auto;
	font-family: Arial, Helvetica, sans-serif;
	/*letter-spacing: .1em;*/
	text-align:center;
	color:#003a63;
}
html, body {height: 100.1%}

p, li {
	text-align:left;
	color:#000000;
	line-height: 140%;
	margin-top:0px;
	margin-left: 20px;
	margin-right:20px;
	font-size: 90%;
	background-color:transparent;
}
ul {
	color:#003a63;
	text-align:left;

} 
h1, h2, h3, h4, h5 {
	color:#4c5242;
	text-align:left;
	margin: 0 20px 0 20px;
} 

h1, h2 {
	font-size: 120%;
	margin-bottom: 1em;
}
h3 {
	font-size: 100%;
	margin-bottom: .4em;
}


#wrapper {
	margin:0px auto;
	text-align:center;
	width: 800px;
	background-color:white;
}
/*in the banner*/
#banner {
	margin: 0 auto;
	width: 800px;
	height:330px;
	background:white url(images/banner-back.jpg) center top repeat-x scroll;
}
#michaels-way {
	margin-top: 4px;
	width:250px;
	height:139px;
	float:left;
	background:#FFFFFF url(images/michaels_way.jpg) left top no-repeat scroll;
}
#donate {
	height:46px;
	text-align:right;
}
#tagline {
	color:#4c5242;
}
#photos {
	float:right;
	width: 300px;
	height:284px;
	margin:0px;
}
/*end banner styles*/

#menu-wrap {
	height: 24px;
	background-color:#4c5242;
	margin-top:0px;
	margin-bottom:0px;
	padding-top: 4px;
}
#menu {
	vertical-align:middle;
	text-align:center;
	width:800px;
	background-color:#4c5242;


}
#menu a, #menu a:link, #menu a:visited {
	color: #b7b8b8;
	background-color:transparent;
	font-size: 90%;
	text-align:center;
	text-decoration:none;
	padding-right:16px;
}
#menu a:hover {
color:#afb18c;
}
/*menu active page buttons*/
body.hm #menu #hm, body.hm #menu #hm a,
body.ab #menu #ab, body.ab #menu #ab a,
body.ct #menu #ct, body.ct #menu #ct a,
body.do #menu #do, body.do #menu #do a,
body.bod #menu #bod, body.bod #menu #bod a,
body.don #menu #don, body.don #menu #don a,
body.par #menu #par, body.par #menu #par a,
body.ne #menu #ne, body.ne #menu #ne a,
body.fo #menu #fo, body.fo #menu #fo a
{
	color:#ffffff;
}
/*in content area*/
#content {
	margin: 0 auto;
	background: white url(images/left-col-back.jpg) left top repeat-y scroll;
	width: 800px;
}

#left-col {
	float:left;
	width:176px;
	background: transparent url(images/left-back.jpg) left top no-repeat scroll;
	font-size:70%;
}

p.left-col {
	letter-spacing:normal;
	line-height:normal;
	margin-bottom: 1em;
	margin-left: 18px;
	margin-right: 18px;
}
#wrap-copy {
	margin-left:177px;
	background:url(images/copy-top.jpg) left top no-repeat scroll;
	text-align:center;
	background-color:transparent;
}

#copy {
	margin: auto;
}

#copy-top {
	text-align:left;
	height: 58px;
}
/*end content styles*/

td {
	font-size: 90%;
}

#footer {
	/* Judy version ************
	font-size: 80%;
	color:#000000;
	width:800px;
	margin:auto;
	background-color: transparent;
	height: 1.5em;
	text-align:center; 
	***********/
	height: 20px;
	background-color:#4c5242;
	width: 800px;
	margin: auto;
	color: #b7b8b8;
	font-size: 90%;
	font-weight: normal;
	text-align: center;
	text-decoration: none;
	padding-top: 4px;
}

#footer a, #footer a:link, #footer a:visited {
	color: #000000;
	text-decoration:none;
}

img {border:none;}

a, a:link, a:visited {
	color:#003a63;
}

a:hover {
	color: #999999;
}

.float-left {
	float:left;
}

.float-right {
	float:right;}

.left{
text-align:left;
}
.center {
text-align:center;}
.right {
text-align:right;}

.zero-top {
margin-top:0px;}
.zero-bottom {
margin-bottom:0px;}

.yellow-back {
	background-color:#FFE800;
	margin-left:6px;
	margin-right: 6px;
} 
.green-back {
	background-color: #B0C022;
}
.orange-back {
	background-color: #F78F1E;
	margin-left:6px;
	margin-right: 6px;
}

.larger {
	font-size: 130%;
}

.larger-blue {
	font-size: 130%;
	color: #005595;
}
.hide {
display:none;
}

table {
	text-align: left;
	margin-left: 10%;
	margin-top: 1em;
}
td.ttl {
	font-weight:bold;
	padding-right: 15px;
}

div#formcontainer {
	width: 580px;
	margin-left: 20px;
	margin-top: 1em;
}

div#formcontainer form {
	border: 1px solid #4c5242;
}

div#formcontainer div.clearfix {
	padding: 4px 0;
}

div#formcontainer form label {
	width: 200px;
	float: left;
	text-align: left;
}