@charset "utf-8";
/* CSS Document */

.clear {
	clear: both;
}

/*colors
.green #006633;
.dark blue #4276aa;
.blue #5486c2;
.light blue #aabde1;
*/



body {
	margin: 0;
	padding: 0;
	text-align: center;
	background: url('../image/background/page-background.gif') center top;
}

a, a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

ul {
	list-style: none;
}

#topBackground {
	position: absolute;
	top: 0;
	background: #006633;
	width: 100%;
	height: 182px;
	z-index: -1;
}
#topBackground .whiteStrap {
	position: absolute;
	background: white;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 4px;
	line-height: 4px;
	font-size: 1px;
}
#bottomBackground {
	width: 100%;
	background: #006633;
	height: 101px;
	z-index: -1;
}
#bottomBackground .whiteStrap {
	position: absolute;
	top: 0px;
	left: 0;
	background: white;
	width: 100%;
	height: 4px;
	line-height: 4px;
	font-size: 1px;
}


#stickyContent {
	width: 960px;
	min-height: 700px;
	margin: 0 auto;
}





/*Header*/
#headerContainer {
	width: 960px;
	height: 89px;
}
#headerLogo {
	width: 500px;
	height: 89px;
	float: left;
	background: #5486C2;
}
#headerLogoBoxModel {
	padding-top: 4px;
	padding-left: 15px;
	text-align: left;
}


/*Content*/
#outerContentContainer {
	background: #5486C2;
}
#divContentContainer {
	background: #bdd0fb url('../image/background/san_fran_couple.jpg') no-repeat right bottom;
}

#divContentContainer2 {
	background: #bdd0fb;
}


#leftColumn {
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
}




/*Menu*/
#topMenuContainer {
	width: 940px;
	text-align: left;
}
#topMenu {
	width: 900px;
	margin: 0 auto;
}












.contentText {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	color: #ffffff;
}

.textTitle {
	padding: 10px 0px;
}




.podcast_link {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	color: #ffffff;
}



.recommendationText {
	color: #000000;
	font-style: italic;
	text-align: right;
}














/*Story List*/
ul.listStories {
	padding-bottom: 1em;
}
.listStories li, .listLink li {

}
.listStories li a, .listLink li a {
	color: #ffcc33;
	font-weight: bold;
}

.listStories li a:visited, .listLink li a:visited {
	color: #B9CEF8;
	font-weight: bold;
}

.listStories li a:hover, .listLink li a:hover {
	color: #CC0000;
	font-weight: bold;
}


a.contextTextLink {
	color: #ffcc33;
	font-weight: bold;
}

a.contextTextLink:visited {
	color: #B9CEF8;
	font-weight: bold;
}

a.contextTextLink:hover {
	color: #CC0000;
	font-weight: bold;
}








/* Right Column */
#rightColumnContainer {
	color: #ffffff;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 12px;
	position: relative;
}
#rightColumnContainerBoxModel {width: 380px;

}













/* Footer */
#outerFooterContainer {
	background: #5486C2;
}

#divFooterLeftContainer {
	float: left;
	width: 490px;
	height: 43px;
	text-align: center;
	font-family: Arial,Helvetica, Sans-Serif;
	color: white;
	background: #006633;
	line-height:43px; 
}

#divFooterRightContainer {
	width: 450px;
	height: 43px;
	text-align: center;
	float: left;
	font-family: Arial,Helvetica, Sans-Serif;
	color: white;
	font-size: 14px;
	line-height: 42px;
	background: #4275aa url('../image/footer/footer_phone.png') no-repeat;
	background-position: top left;
}
