body, div, h1, h2, h3, h4, p, ul, ol, li, dl, dt, dd, img, form, fieldset, blockquote {
    margin: 0px;
    padding: 0px;
    border: 0px;
}
body {
    background: #FFF url(../_images/bg.jpg) 0 0 repeat-x;
    text-align: center;
}
p, div, li,  h1, h2, h3, h4, td, input, select, textarea {
    font-family: Arial;
    font-size: 12px;
    color: #000;
    line-height: 16px;
}
p, h1, h2, h3, h4, #content ul, #content ol, #content table {
	margin-bottom: 15px;
}
a img, :link img, :visited img {
    border: none
}
a:link, a:visited {
    color: #506ea4;
    text-decoration: underline;
}
a:hover, a:active {
    color: #7f9acb;
    text-decoration: underline;
}
div.clear {
    clear: both;
    overflow: hidden;
    height: 1px;
}
img.right {
	float: right;
	margin-left: 10px;
	margin-bottom: 7px;
}

/* ----------------------------------- */
/* WRAPPER
/* ----------------------------------- */
#container {
	background: transparent url(../_images/container.jpg) center top no-repeat;
}
#wrapper {
	width: 760px;
	margin: 0 auto;
	text-align: left;
}

/* ----------------------------------- */
/* TOP
/* ----------------------------------- */
#top {
	height: 123px;
	overflow: hidden;
}
	#logo {
		float: left;
	}
	#donate-button {
		float: right;
		display: inline;
		margin-right: 32px;
		margin-top: 45px;
	}
	
/* ----------------------------------- */
/* MENU
/* ----------------------------------- */
#menu {
	background: url(../_images/menu.gif) 0 0 no-repeat;
	width: 760px;		/* Width of entire image */ 
	height: 38px;		/* Height of buttons */
	margin: 0;
}
#menu span {
	display: none;
}
#menu li, #menu a {
	height: 38px;		/* Each button must have the same height, define it here */ 
	display: block;
}
#menu li {
	float: left;
	list-style: none;
	_display: inline;		/* fixes IE/Win double margin float bug (safe) */
}

/* margin-left - you will need to adjust this value to "center" your nav, if needed */ 
/* width - width of each button, they will each most likely be unique */ 
#menu-home 		{ width: 96px; }
#menu-about 	{ width: 132px; }
#menu-cause 	{ width: 121px; }
#menu-homeless	{ width: 187px; }
#menu-sponsors	{ width: 112px; }
#menu-contact 	{ width: 112px; }

/* Changed values should match sum of "width" numbers specified above */ 
#menu-home a:hover			{ background: transparent url(../_images/menu.gif) 0px -38px no-repeat; }
#menu-about a:hover  		{ background: transparent url(../_images/menu.gif) -96px -38px no-repeat; }
#menu-cause a:hover 		{ background: transparent url(../_images/menu.gif) -228px -38px no-repeat; }
#menu-homeless a:hover 		{ background: transparent url(../_images/menu.gif) -349px -38px no-repeat; }
#menu-sponsors a:hover 		{ background: transparent url(../_images/menu.gif) -536px -38px no-repeat; }
#menu-contact a:hover 		{ background: transparent url(../_images/menu.gif) -648px -38px no-repeat; }

/* ----------------------------------- */
/* MAIN
/* ----------------------------------- */
#main { position: relative; }
#home #main { background: transparent url(../_images/main/home.jpg) 0 0 no-repeat; }
/*
#about #main { background: transparent url(../_images/main/about.jpg) 0 0 no-repeat; }
#cause #main { background: transparent url(../_images/main/cause.jpg) 0 0 no-repeat; }
#homeless #main { background: transparent url(../_images/main/homeless.jpg) 0 0 no-repeat; }
#sponsors #main { background: transparent url(../_images/main/sponsors.jpg) 0 0 no-repeat; }
#contact #main { background: transparent url(../_images/main/contact.jpg) 0 0 no-repeat; }
*/

/* ----------------------------------- */
/* HOME
/* ----------------------------------- */
#welcome {
	margin-left: 260px;
	margin-right: 235px;
	padding-top: 130px;
}

	#intros {
		margin-left: 30px;
	}
	.intro {
		width: 221px;
		float: left;
		display: inline;
		margin-right: 18px;
		padding-top: 150px;
	}
	#intro-1 { background: transparent url(../_images/intro-1.jpg) 0 0 no-repeat; }
	#intro-2 { background: transparent url(../_images/intro-2.jpg) 0 0 no-repeat; }
	#intro-3 { background: transparent url(../_images/intro-3.jpg) 0 0 no-repeat; }
	
	.intro h1, .intro p {
		font-size: 11px;
	}
	.intro h1 {
		color: #5370a6;
		margin: 0;
	}

/* ----------------------------------- */
/* SUB PAGES
/* ----------------------------------- */
#content {
	margin: 0 30px;
}
	#content h1 {
		font-size: 26px;
		color: #3f5d92;
		margin-top: 60px;
		margin-bottom: 50px;
	}
	#content h2 {
		font-size: 14px;
	}

	.sponsor {
		margin-bottom: 15px;
		padding-bottom: 15px;
		border-bottom: 1px solid #506ea4;
	}
	.sponsor img {
		float: left;
		border: 1px solid #506ea4;
		padding: 2px;
	}
		.sponsor h2, .sponsor p {
			margin: 0 0 0 230px;
		}
	
	#phone {
		width: 200px;
		float: right;
		margin-left: 30px;
	}
	
	.photos {
		text-align: center;
		font-size: 11px;
		margin-bottom: 20px;
	}
		.photos img {
			margin-bottom: 10px;
			border: 1px solid #c2b93a;
			padding: 2px;
			vertical-align: middle;
		}
	
	#content blockquote {
		border: 1px solid #8b9ec2;
		padding: 10px;
		background: #dee4ef;
		margin-bottom: 20px
	}
	
	#content li {
		margin-left: 20px;
	}
	
	.goal {
		height: 20px;
		margin-bottom: 15px;
		line-height: 20px;
	}
		.goal span {
			font-weight: bold;
			float: right;
			font-size: 14px;
		}
		.progress {
			width: 590px;
			border: 1px solid #999;
			height: 20px;
			font-size: 11px;
			line-height: 20px;
			color: #666;
		}
		.bar {
			background: #FF0000;
			height: 20px;
			float: left;
			margin-right: 15px;
			display: inline;
		}

/* ----------------------------------- */
/* FOOTER
/* ----------------------------------- */
#footer {
	width: 700px;
	margin-left: 30px;
	border-top: 1px solid #c1b839;
	padding-top: 4px;
}
	#footer a {
		text-decoration: none;
	}
	#footer p {
		font-size: 11px;
		color: #506ea4;
	}
	#footer span {
		float: right;
		color: #b9c5db;
	}
	