#pageBody {
	padding:24px 0 32px 0;
	background-color:#41bab1;
}
#container {
	width:930px;
	margin:0 auto;
	background:#FFF url(../images/bkg_container_top.gif) top left no-repeat;
	background-color:#FFF;
}
#containerBottom {
	clear:both;
	height:6px;
	width:930px;
	background:#FFF url(../images/bkg_container_bottom.gif) top left no-repeat;
	font-size:1px;	/* IE 6 fix */
}
#mainContent {
	padding:10px 0 25px 10px;
	width:610px;
	float:left;
	min-height:400px;
}
#secondaryContent {
	padding:15px 12px 25px 0;
	width:285px;
	float:right;
}

.subMast {
	border-top:1px solid #c4e0ef;
	border-bottom:1px solid #c4e0ef;
	padding:8px 0;
	margin-bottom:8px;
	height:16px;
}
.subMast .info {
	display:block;
	float:right;
	color:#787777;
}

.rss {
	color:#007bba;
	display:inline-block;
	background:url(../images/icon_rss.gif) top left no-repeat;
	padding-left:20px;
}

.sideBlock {
	background:#ecf7fc url(../images/bkg_sideBlock_top.gif) top left no-repeat;
	padding:11px 11px 8px 10px;
}
.sideBlockBottom {
	background:#ecf7fc url(../images/bkg_sideBlock_bottom.gif) top left no-repeat;
	width:285px;
	height:5px;
	margin-bottom:16px;
	font-size:1px;	/* IE 6 fix */
}
.sideBlock .inner {
	background:#FFF url(../images/bkg_sideBlock_inner_top.gif) top left no-repeat;
	padding:6px 10px;
}
.sideBlock .innerBottom {
	background:#FFF url(../images/bkg_sideBlock_inner_bottom.gif) top left no-repeat;
	width:264px;
	height:6px;
	font-size:1px;	/* IE 6 fix */
}


/* ---- Layout - General Purpose ---- */
.indent {
	margin-left:30px;
}
.horizontalCallout {
	margin-left:-3px;
}
.floatingListBlock {
	float:left;
	width:170px;
}
.sectionBreak {
	margin-top:1em;
}
.clearBoth {
	clear:both;
}
.bottomPad {
	padding-bottom:1em;
}
.button {
	margin:2em 0;
}



/* ---- Text Styles (Use #container to bump up specificity) ---- */

#container h1 {
	font-size:24px;
	color:#ca2126;
	margin-bottom:4px;
}
#container h2 {
	font-size:18px;
	color:#ca2126;
}
#container h3 {
	font-size:14px;
	color:#ca2126;
}
#container .sideBlock h3 {
	margin:0 0 10px 0;
	border-bottom:solid 1px #efefef;
}
#container p {
	line-height:1.5em;
	margin-bottom:1em;
}

#container ul, #container ol {
	line-height:1.5em;
	margin:0 0 1em 0;
	list-style:none;
	padding:0;
}
#container ul.linkList {
	margin:0 0 0 14px;
	padding:0;
}
#container ul.linkList li {
	padding-left:8px;
	background:url(../images/bullet_blue.gif) 0 8px no-repeat;
}
#container ul.regularList {
	margin:0 0 1em 22px;
}
#container ul.regularList li {
	list-style:disc;
	padding-bottom:.5em;
}
#container ul.publicationList {
	padding-left:10px;
}
#container ul.publicationList li {
	padding-left:20px;
	background:url(../images/icon_publication.gif) 0 1px no-repeat;
	margin-bottom:1em;
}
#container ul.articleList {
	padding-left:10px;
}
#container ul.articleList li {
	padding-left:20px;
	background:url(../images/icon_article.gif) 0 1px no-repeat;
	margin-bottom:1em;
}
#container .personInfo {
	color:#666;
}
#container .tm {
    font-size:7px;
}
#container .smaller {
	font-size:.8em;
}

/* ---- Home Page ---- */

#homeIntro {
	padding:27px 0 0 34px;
}
#homeIntro .inner {
	background:url(../images/bkg_home_handsSymphony.gif) top left no-repeat;
	width:867px;
	height:275px;
	position:relative;
}
#homeIntro .callout {
	position:absolute;
	top:100px;
	left:15px;
	width:376px;
	height:134px;
	padding:12px;
	font-size:12px;
	background:url(../images/bkg_home_handsSymphony_callout.gif) top left no-repeat;
}
#homeIntro .callout h2 {
	font-size:16px;
}
#homeIntro .learnMoreLink {
	display:block;
	float:right;
	width:220px;
	height:29px;
	padding:11px 0 0 15px;
	font-size:16px;
	background:url(../images/bkg_home_handsSymphony_btn.gif) top left no-repeat;
}

/* ---- Advertising ---- */

.stillBlock {
	height:196px;
	margin-bottom:1em;
}
.still {
	float:left;
	padding:5px;
	border:3px solid #EEE;
	margin-right:16px;
}


/* ---- Survivor Stories ---- */

#storyFormContainer {
	width:335px;
	float:left;
}

#storyForm {
	margin:.5em 0;
}
#storyForm label {
	display:block;
	margin-bottom:.2em;
}
#storyForm img {
	margin:.2em 0 1em 0;
}
#storyForm textarea {
	display:block;
	margin-bottom:1em;
	width:325px;
	height:160px;
}
#storyForm input, #storyForm select {
	display:block;
	margin-bottom:1em;
}
#storyForm input#sf_contact {
	float:left;
	margin-right:6px;
	margin-top:0;
}
#storyForm .required {
	display:block;
	margin:1.5em 0 .5em 0;
}


#storyContainer {
	width:255px;
	float:left;
	margin-left:16px;
}
#storyContainer.noMargin {
	margin:0;
}
#storyContainer h3 {
	margin-top:.5em;
}
#storyContainer .viewButton {
	margin:1em 0;
}
.storyTwoColumn {
	width:255px;
	float:left;
	margin-right:20px;
}
.nameBlock {
	min-height:136px;
	margin-bottom:.5em;
}
