/* Radio Stations Page */
.lightRow {
	background-color: #b2ae96;
}

.tableTitles {
	background-color: #a6a28c;
	font-weight: bold;
}


/* Store */
body, td {
	font-family: Arial, Verdana, Sans;
	font-size: 12px;
	color: #331400;
}

body {
	background-image: url(/images/common/bg_bottom_tile.jpg);
}

.mainBorder {
	border-right: 1px solid #451a00;
	border-left: 1px solid #451a00;
	border-bottom: 1px solid #451a00;
}
.topTileHome {
	background-image: url(/images/common/bg_top_tile_home.jpg);
	background-repeat: repeat-x;
}
.topTileTemplate {
	background-image: url(/images/common/bg_top_tile_template.jpg);
	background-repeat: repeat-x;
}

hr {
	padding: 0px;
	margin: 0px;
}

.navigation:link, .navigation:active, .navigation:visited {
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	display:block;
}
.navigation:hover {
	color: #ffbf01;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
.navigationBackground {
	background-image: url(/images/common/nav_bg_tile.gif);
}

a.miniNav {
	color: #FFFFFF;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	float: right;
	padding: 4px 10px;
}
.contentBackground {
	background-color: #959174;
}
.contentForeground {
	background-color: #c5c1ac;
}
.width25 {
	width: 25%;
}


/*GENERAL STYLES */
.orangeText {
	color: #9f4400;
	font-size: 11px;
}
.paddingBottom {
	padding-bottom: 10px;
}


/* RECENT STUDIES */
.recentStudy {
	text-align: center;
	font-weight: bold;
	font-size: 11px;
	color: #recentStudyDate;
}
.recentStudyTitle {
	font-size: 11px;
	color: #9f4400 !important;
	text-decoration: none;
}
.recentStudyScripture {
	font-style: italic;
	font-weight: bold;
	color: #451a00;
	text-decoration: none;
}

.recentStudyDate {
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	color: #451a00;
	text-decoration: none;
}



/* Homepage */
.archiveDate {
	background-color: #b2ae96;
	font-size: 11px;
	font-weight: bold;
}
.archiveDate div {
	background-color: #ac540d;
	color: #FFFFFF;
	padding: 5px;
	display: block;
	width: 125px;
	text-align: center;
}
.archiveDesc {
	background-color: #bebaa2;
}
.archiveDesc a {
	color: #5a4838;
	font-size: 16px;
}

.specialOffers {
	padding: 15px;
	text-align: center;
}
.homePrice {
	font-size: 26px;
	font-weight: bold;
	color: #867560;
}
.pastor_jeffs_bio {
	float: right;
	display: block;
	width: 230px;
	z-index: 10;
	position: absolute;
	margin-left: 540px;
	margin-top: 56px;
}


/* Footer */
.footer {
	color: #FFFFFF;
	font-size: 12px;
	padding: 5px;
}