/* CSS Document */

body {
	padding: 0;
	margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: white;
	color: black;
}

div#Container {
	width: 760px;
	margin: 0 auto;
	background-color: white;
}


div#PageHeader {
	padding: 0;
	background-image: url(../images/walk_banner.gif);
	background-repeat: no-repeat;
	background-position: top left;
	background-color: white;
	height: 143px;
	position: relative;
}

div#NavMenu {
	position: absolute;
	bottom: 0;
	left: 85px;
	height: 16px;
	width: 675px;
	font-size: 7.5pt;
	color: white;	
}

div#NavMenu a, div#NavMenu a:visited {
	color: white;
	font-weight: bold;
	text-decoration: none;
}

div#NavMenu a:hover, div#NavMenu a:active {
	color: white;
	text-decoration: underline;	
}

div#Content {
	font-size: 12px;
	background-color: white;
	color: black;
}

div#Footer {
	margin: 30px 0 0 0;
	font-size: 12px;
	text-align: center;
	background-color: white;
}

hr.Divider {
	width: 650px;
	background-color: black;
}

.ClearAll {
	clear: both;
}

/***************************************************
				MainContent
***************************************************/

div#IntroBlurb {
	text-align: center;
	margin: 10px 0;
}

div#IntroBlurb div.PicQuote, div#IntroBlurb p {
	width: 431px;
	padding: 0px;
	margin: 5px auto;
	font-style: italic;
	font-size: 12px;
}

div.Blurb {
	margin: 0;
	padding: 0;
}

h2.SectionName {
	font-weight: bold;
	font-style: italic;
	font-size: 12pt;
	color: black;
}

h3.ArticleTitle, h3.PressRelease {
	font-weight: bold;
	font-size: 10pt;
	color: black;
}

div.Article {
	margin: 2px 0;
}

p.Stats {
	text-align: center;
}

h3.Stats, h3.Advocacy, h3.MediaRoomName, h3.NoticeMsg {
	font-weight: bold;
	font-size: 10pt;
	color: black;
	text-align: center;
}

h3.PressRelease + table.NewsReleases {
	margin: -15px 0 0 0;
	padding: 0;
}

table.NewsReleases tr td.date {
	width: 19%;
}

table.NewsReleases tr.YearTitle td {
	font-weight: bold;
	font-size: 10pt;
	border-bottom: solid 1px black;
	padding: 50px 0 0 0;
}

table.NewsReleases tr.YearTitle td {
	padding: 15px 0 0 0;
}

table.NewsReleases tr.YearAfterRow td {
	padding: 3px 0 0 0;
}

div#MediaRoomIndex {
	width: 100%;
}

div#MediaRoomIndex img {
	margin-bottom: 5px;
	border: 0;
}

table.NewsReleases, div#MediaRoomIndex table {
	border-collapse: collapse;
	width: 100%;
	border: 0px;
}

div#MediaRoomIndex table tr td {
	padding: 0 15px;
	text-align: center;
	width: 161px;
}

.MediaRoomFiles {
	text-align: center;
}

div.MediaRoomFiles img {
	border: 0px;
}


table.MediaRoomPics {
	border: 0px;
	width: 40%;
	margin: 0px auto;
}

table.MediaRoomPics tr td {
	padding: 0 15px;
	text-align: center;
}

table.MediaRoomPics tr.caption td {
	padding: 2px 0 5px 0;
	text-align: center;
}

/***************************************************
				Press Releases
***************************************************/
span.EventTitle {
	border-bottom: 1px solid black;
	font-weight: bold;
}


