@charset "utf-8";
* {
	margin: 0;
	padding: 0;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	line-height: 1.5em;
	color: #1a1615;
}

a:link, a:visited {
	color: #1a1615;
}

a:hover {
	color: #e31b23;
}

img {
	border: none;
}

p {
	margin: 5px 0;
}

h1 {
	margin: 10px 0 10px;
	font-size: 130%;
}

ol {
	margin-left: 20px;
}

.underlinedHeader {
	font-size: 120%;
	font-weight: bold;
	border-bottom: 1px solid black;
}

.contentClearer {
	margin: 0;
	clear: both;
}

.contentList {
	margin-left: 20px;
	list-style-image: url(images/list_love.png);
}

.contentList li {
	padding: 5px 0;
}

.note {
	margin: 15px 0;
	font-size: 75%;
	line-height: 1em;
}

/* Global Structure */
#header {
	margin: 0 auto;
	width: 960px;
}

/* Header */
#header div {
	float: left;
}

#header .foundation {
	float: right;
}

/* Navigation */
#navigation {
	display: none; 
} 

/* Left Navigation */
#leftNav {
	display: none;
}
/* Stage for Home */
#stage {
	height: 300px;
}

#stage .stageBase {
	padding: 10px;
	width: 960px;
	margin: 0 auto;
}

#stage .slideshow {
	float: left;
}

#stage .vision {
	float: right;
}

#stage .vision img {
	margin: 20px 0 0 10px;
}

#stage .vision .helpBtn {
	margin-top: 10px;
	float: right;
	background: #e31b23 url(images/stage_btn_right.gif) no-repeat right top;
	width: 170px;
}

#stage .vision .helpBtn a {
	padding: 10px 0 0 5px;
	display: block;
	height: 30px;
	font-size: 125%;
	color: white;
	font-weight: bold;
	background: url(images/stage_btn_left.gif) no-repeat left top;
	text-decoration: none;
}

/* Content */
#content {
	clear: both;
}

#content .contentBase {
	width: 960px;
	margin: 0 auto;
	padding: 10px;
}

#home #content {
	background: #feead2 url(images/content_bg_home.gif) repeat-x left top;
}

#home #content .homeColumn {
	margin-right: 10px;
	width: 232px;
	float: left;
	line-height: 1.3em;
}

#content .homeColumn ul {
	list-style: none;
}

#content .homeColumn ul li, #content .homeColumn dd {
	padding: 2px 0;
	background: url(images/dottedline_grey.gif) repeat-x left bottom;
}

#content .homeColumn ul li a, #content .homeColumn dl dd a {
	text-decoration: none;
}

#content .homeColumn dt {
	font-weight: bold;
}

#content .homeColumn dd {
	margin-bottom: 5px;
	padding-bottom: 5px;
}

/* Main Content */
#main {
	margin-left: 10px;
	width: 570px;
	float: left;
}

/* Picture And Caption Box */
.contentBoxGroup .contentBox {
	width: 180px;
	float: left;
	margin: 0 10px 10px 0;
}

.contentBoxGroup p {
	margin: 0;
}

.contentBoxGroup .contentBox .contentBoxCaption {
	padding: 5px;
	line-height: 1.2em;
	background: #e31b23 url(images/arrow_12x12_white.png) no-repeat 165px 40px;
	height: 45px;
}

.contentBoxCaption a {
	color: white;
	text-decoration: none;
}

.contentBoxCaption a:hover {
	color: white;
	text-decoration: underline;
}

.approachBoxGroup .approachBox {
	width: 140px;
	float: left;
	margin: 0 2px 10px 0;
}

.approachBoxGroup p {
	margin: 0;
}

.approachBox .approachBoxCaption {
	padding: 5px;
	line-height: 1.2em;
	background: #e31b23;
	color: white;
	height: 60px;
}

.waysBoxGroup p {
	margin: 0;
}

.waysBoxGroup .waysBox {
	width: 180px;
	margin-right: 10px;
	float: left;
	height: 205px;
}

.waysBoxGroup .waysBoxText {
	padding: 5px;
	color: white;
	line-height: 1.2em;
}

/* Partners Page */
.charityPartners img {
	float: left;
	margin: 0 5px 10px 0;
}

.supportingPartners img {
	float: left;
	margin: 0 2px 2px 0;
}

/* MyMedia Pages */
.coverageList dt {
	font-weight: bold;
}

.coverageList dd {
	padding: 2px 0;
}

.coverageList dd a {
	text-decoration: none;
}

/* Sidebar */
#sidebar {
	padding-top: 20px;
	width: 200px;
	float: right;
}

.sidebarQuote {
	background: #231f1d url(images/sidebar_quote.gif) no-repeat 3px 175px;
	color: white;
	line-height: 1.3em;
}

.sidebarQuote .sidebarQuoteImg {
	padding: 2px;
}

.sidebarQuote .sidebarQuoteText {
	margin: 0 0 0 2px;
	padding: 5px 5px 5px 25px;
	background: url(images/sidebar_quote_close.gif) no-repeat 170px bottom;
	font-weight: bold;
}

.sidebarQuote .sidebarQuoteCredit {
	text-align: right;
	padding: 10px 5px 10px 0;
	margin: 0 2px 0 0;
	font-size: 85%;
	line-height: 1.1em;
	/*background: url(images/sidebar_quote_close.gif) no-repeat 175px top;*/
}

/* Footer */
#footer {
	background: #f8981d;
	clear: both;
}

#footer .footerLinks {
	display: none;
}
#footer .footerCopy {
	padding: 5px 10px;
	clear: both;
	font-size: 90%;
}
