@charset "utf-8";
/* CSS Document */


body
{
	margin: 0;
	/*font-family: "Trebuchet MS", arial;*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #363636;
	font-size: 12px;
}

#wrapper
{
	width: 790px;
	height: 750px;
	background: url(images/background.jpg) top left no-repeat;
	margin: 0;

}

#wrapper_sub
{
	width: 790px;
	height: 750px;
	background: url(images/background_sub.jpg) top left no-repeat;
	margin: 0;
	overflow: hidden;
}

#header
{
	margin: 0;
}

#banner
{
	margin: 0;
	height: 50px;
	*height: 60px;
	cursor: pointer;
}

#nav
{
	width: 755px;
	height: 20px;
	background: #000000;
	color: #FFF;
	font-weight:bold;
	margin-left: 24px;
}

#nav a
{
	*display:list-item;
	color: #FFF;
	text-decoration:none;
}

#nav a:hover
{
	color: #eabd4d;
}

#nav li:first-child
{
	margin-left: 0;
}

#nav li
{

	float: left;
	margin-left: 15px;
	margin-right: 10px;
	vertical-align:middle;
	list-style-image: url(images/nav_bullet.png);
}

#nav li:hover
{
	list-style-image:url(images/nav_bullet_over.png);
}


#content
{
	width: 100%;
	clear: both;
}

#topContent
{
	display: block;
	clear: both;
	width: 100%;
	margin: 15px 0 0 0;
}

#topContent h2
{
	color: #7d7d7d;
	font-size: 32px;
	width: 500px;
	height: 10px;
	clear: none;
	margin: 25px 0 0 23px;
}

#video
{
	width: 275px;
	height: 196px;
	background:url(images/video.jpg) left top no-repeat;
	float: left;
	margin: 0 0 0 20px;
	border: 5px #FFF solid;
}


#middleCol
{
	clear: none;
	width: 246px;
	height: 196px;
	float: left;
	margin: 0 0 0 20px;
}

#campaignTotal
{
	color: #ad276b;
	font-size: 22px;
	font-weight: bold;
	margin: 30px 0 20px 0;
}

#btnDonate
{
	margin-bottom: 12px;
}

#btnDonate_sub
{
	float: right;
	clear: right;
	width: 202px;
	height: 37px;
	margin: -26px 26px 20px 0;
	*margin: -36px 30px 30px 0;
}

#btnVolunteer
{
}


#stories
{
	margin-top: 30px;
	width: 150px;
	float: right;
	clear: right;	
	height: 40px;
	cursor: pointer;
	
}

#stories:hover
{
	background: #FFFFFF;
	opacity:.3;
	filter:alpha(opacity=30);
}

#tellUs
{
	width: 150px;
	float: right;
	clear: right;	
	height: 25px;
	cursor: pointer;
}

#tellUs:hover
{
	background: #FFFFFF;
	opacity:.3;
	filter:alpha(opacity=30);
}

#introText
{
	width: 500px;
	clear: both;
	color: #67686a;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	/*font-weight: bold;*/
	padding: 25px 0 10px 23px;

}

#bodyText
{
	display: block;
	clear: both;
	width: 525px;
	margin: 0 0 0 23px;
	padding-left: 50px;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	/*font-weight: bold;*/
}

#bodyText li, #bodyText_sub
{
	list-style: url(images/bullet_arrow.png);
	color: #ad276b;
}

#bodyText li a, #bodyText_sub li a
{
	color: #ad276b;
	text-decoration:none;
	font-weight: bold;
}

#bodyText li a:hover, #bodyText_sub li a:hover
{
	color: #000000;
}

#bodyText_sub
{
	display: block;
	clear: both;
	float: left;
	width: 575px;
	margin: 0 0 0 25px;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;

	padding-top: 15px;
}

#bodyText_sub strong
{
	color: #ad276b;
}

#rightCol
{
	width: 130px;
	float: left;
	margin-left: 30px;
	*margin-left: 25px;
}

#rightCol a
{

	color: #FFFFFF;
	font-size: 10px;
	text-decoration:none;
	font-weight:bold;
}

#rightCol a:hover
{
	color: #eabd4d;
}

#rightCol ul
{
	float:left;

}

#rightCol li
{
	
	list-style: url(images/arrow_sub.jpg);
}


#signatures
{
	clear: both;
	display: block;
	position: relative;
	width:772px;
	height: 95px;
	background: url(images/signatures.jpg) no-repeat top left;
	margin: 10px 0 0 7px;
}

