/*Normalizing across site///////////////////////////////////////////////*/

/*Normalizes margin and padding*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td, iframe{
	margin: 0;
	padding: 0;
}

/*Normalizes font-size for headers*/
h1, h2, h3, h4, h5, h6{
	font-size: 100%;
}

/*Removes list-style from lists*/
ol, ul{
	list-style: none;
}

/*Normalizes font-style and font-weight*/


/*Removes border from fieldset and img*/
fieldset, img{
	border: 0;
	padding: 0;
}
a{
	border: 0;
	text-decoration: none;
}

/*////////////////End Normalizing////////////////////////////////////////////////////////*/

body {
	background-image: url(../images/bg_header.gif);
	background-repeat: repeat-x;
	background-color: #f6e3b2;
	font-family: Verdana;
}
#wrapper {
	width: 840px;
	margin: 0 auto;
}
#header {
	float: left;
	width: 840px;
	height: 474px;
	background-image: url(../images/header.gif);
	background-repeat: no-repeat;
}
#header2 {
	width: 840px;
	height: 474px;
	background-image: url(../images/header2.gif);
	background-repeat: no-repeat;
}
#cont {
	float: left;
}
#cont p {
	float: left;
	width: 785px;
	margin: 0 0 14px 20px;
	font-size: 12px;
}
#footer {
	clear: both;
	width: 224px;
	height: 60px;
	padding: 20px 0 0 0;
	margin: 0 auto;
	display: block;
}

.divider_top {
	float: left;
	width: 482px;
	height: 2px;
	margin: 5px 0 18px 20px;
	background-image: url(../images/img_divider.gif);
	background-repeat: no-repeat;
	clear: both;
}
.divider_bottom {
	float: left;
	width: 482px;
	height: 2px;
	margin: 13px 0 36px 20px;
	background-image: url(../images/img_divider.gif);
	background-repeat: no-repeat;
	clear: both;
}


/*////////////////Index Page////////////////////////////////////////////////////////*/

#index #title_thisFall {
	width: 680px;
	margin: 0 auto;
	padding: 200px 0 30px 0;
}
#index #cont #title_fundraising {
	float: left;
	margin: 0 0 0 20px;
}
#index #cont #quo_scottSanders {
	float: left;
	width: 784px;
	height: 115px;
	margin: 15px 0 29px 20px;
	background-image: url(../images/quo_scottSanders.jpg);
	background-repeat: no-repeat;
}
#index #cont #btn_meetFamilies {
	float: right;
	width: 243px;
	height: 37px;
	margin: 0 15px 15px 15px;
	background-image: url(../images/img_flourish.gif);
	background-repeat: no-repeat;
}
#index #cont #btn_meetFamilies img {
	margin: 0 0 0 20.5px;
}
#index #cont #btn_donate {
	float: right;
	width: 243px;
	height: 37px;
	margin: 0 15px 0 15px;
	background-image: url(../images/img_flourish.gif);
	background-repeat: no-repeat;
	clear: right;
}
#index #cont #btn_donate img {
	margin: 0 0 0 20.5px;
}
#index #cont #title_stbernard {
	float: left;
	margin: 0 0 0 20px;
	clear: left;
}
#index #cont #quo_lizMccartney {
	float: left;
	width: 784px;
	height: 105px;
	margin: 15px 0 29px 20px;
	background-image: url(../images/quo_lizMccartney.jpg);
	background-repeat: no-repeat;
}
#index #cont #btn_stbernard {
	float: left;
	margin: 0 0 0 202px;
}
#index #cont #title_colorpurple {
	float: left;
	margin: 0 0 0 20px;
	clear: left;
}
#index #cont #chart {
	float: left;
	width: 800px;
	height: 389px;
	margin: 0 0 0 20px;
	background-image: url(../images/bg_chart.gif);
	background-repeat: no-repeat;
	color: #fff;
	font-size: 12.5px;
	clear: left;
}
#index #cont #chart td {
	vertical-align: top;
	padding: 8px 14px 0;
}


/*////////////////Meet the Families Page////////////////////////////////////////////////////////*/

#donations #title_meetFamilies {
	width: 220px;
	margin: 0 auto 20px auto;
	padding: 220px 0 0 0;
}
#donations #cont #chart_sm {
	float: left;
	width: 440px;
	height: 399px;
	margin: 0 0 0 200px;
	background-image: url(../images/bg_chart_sm.gif);
	background-repeat: no-repeat;
	color: #fff;
	font-size: 12px;
	clear: left;
}

#donations #cont p.note {
	width: 440px;
	margin: 0 0 0 200px;
}

#donations #cont #chart_sm td {
	vertical-align: top;
	padding: 7px 25px 0 23px;
}
#donations #cont #chart_sm a {
	color: #fff;
	text-decoration: underline;
}
#donations #cont #btn_donate {
	float: left;
	width: 243px;
	height: 37px;
	margin: 26px 0 0 298px;
	background-image: url(../images/img_flourish.gif);
	background-repeat: no-repeat;
}
#donations #cont #btn_donate img {
	margin: 0 0 0 20.5px;
}

#cont p.note {
	padding: 10px 0 0 0;
	font-size: 10px;
	color: #000;
}

/*////////////////Meet the Families City Pages////////////////////////////////////////////////////////*/

body#families, body#donations, body#index {
	background-image: url(../images/bg_header2.gif);
	background-repeat: repeat-x;
	background-color: #f6e3b2;
	font-family: Verdana;
}

#families #cont {
	display: block;
	
}

#families #header2 {
	padding: 200px 0 0 0;
}

#families #title_city {
	width: 618px;
	margin: 0px auto;
}
#families #cont #btn_donate {
	width: 243px;
	height: 37px;
	margin: 0 auto;
	background-image: url(../images/img_flourish.gif);
	background-repeat: no-repeat;
}
#families #cont #btn_donate img {
	margin: 0 0 0 20px;
}
#families #cont .title_story {
	float: left;
	margin: 0 0 0 0;
	clear: left;
}
#families #cont p {
	float: left;
	width: 822px;
	margin: 0 0 14px 10px;
	font-size: 12px;
}
#families #cont .famPic {
	float: left;
	margin: 0 10px 10px 0;
	padding: 0;	
	border: 1px solid #776070;
}

/*#families #cont .famPic img {
	border: 1px solid #776070;
}*/

#families .divider_top {
	float: left;
	width: 482px;
	height: 2px;
	margin: 5px 0 18px 0;
	background-image: url(../images/img_divider.gif);
	background-repeat: no-repeat;
	clear: both;
}
.clear {
	clear: both;
}