/* -----------------------------------*/
/* ---------->>> GLOBAL <<<-----------*/
/* -----------------------------------*/
body, html {
	height: 100%;
	width: 100%;
	background-image: url(../images/topModBG.jpg);
	background-color: #000;
	background-attachment: fixed;
	background-position: top center;
	background-repeat: no-repeat;
}
#ie6warning {
	width: 960px;
	background-color: #CC0;
	margin: 0 auto 0 auto;
	position: relative;
	z-index: 1000;
}
#ie6warning h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	margin: 5px 5px 5px 5px;
	color: #F00;
}
#ie6warning p {
	font-family: Arial, Helvetica, sans-serif;
	color: #006;
	text-align: left;
	margin: 5px;
}
#ie6warning a {
	color: #900;
	text-decoration: none;
}
#ie6warning a:hover {
	text-decoration: underline;
}
#container {
	width: 100%;
	height: 100%;
	position: relative;
}
.clear {
	clear: both;
}
a {
	color: #900;
}
a:hover {
	text-decoration: underline;
}
/* -----------------------------------*/
/* ---------->>> HEADER <<<-----------*/
/* -----------------------------------*/
#topMod {
	height: 200px;
	width: 100%;
	background-repeat: no-repeat;
}
#header {
	width: 990px;
	height: 200px;
	margin: 0 auto 0 auto;
	background-image: url(../images/headerBG.png);
}
#navigation {
	width: 940px;
	height: 40px;
	margin: 0 auto 0 auto;
}
/* -----------------------------------*/
/* ------>>> Middle Module <<<--------*/
/* -----------------------------------*/
#midMod {
	width: 100%;
	background-image: url(../images/midModBG.jpg);
	background-repeat: repeat-x;
}
.contentWrapper {
	width: 990px;
	margin: 0 auto 0 auto;
	clear: both;
}
#contentTopMargin {
	width: 990px;
	height: 19px;
	background-image: url(../images/topMarginBG.png);
}
.contentArea {
	width: 990px;
	background-image: url(../images/contentAreaBG.png);
	background-repeat: repeat-y;
	clear: both;
}
#stationsContent h1 {
	margin-bottom: 20px;
}
#contributionsContent {
	height: 620px;
}
#listenLive {
	width: 146px;
	height: 73px;
	float: right;
	margin: 85px 27px 0 0;
	clear: right;
}
#homeContent {
	height: 620px;
}
#stationsContent {
	height: 520px;
}
#aboutContent {
	height: 650px;
}
#stationsMainContent {
	width: 667px;
	float: left;
}
#contributionsContent {
	height: 520px;
}
#contactForm {
	margin: 20px 0 0 37px;
}
#contributionsMainContent {
	width: 667px;
	float: left;
}
#homeMainContent {
	width: 667px;
	float: left;
}
#aboutMainContent {
	width: 953px;
	margin-bottom: 20px;
}
#sidebar {
	width: 307px;
	float: right;
	clear: right;
}
#sidebar p {
	padding: 0 37px 0 0;
}
.portrait {
	height: 208px;
	width: 178px;
	padding: 0 0 10px 10px;
	float: right;
}
#homePortrait {
	height: 208px;
	width: 178px;
}
#aboutPortrait {
	height: 299px;
	width: 424px;
}
#bottomMargin {
	width: 990px;
	height: 84px;
	background-image: url(../images/bottomMarginBG.png);
	clear: both;
}
#PyPlButton {
	margin: 20px 0 0 37px;
}
/* -----------------------------------*/
/* ---------->>> HEADINGS <<<---------*/
/* -----------------------------------*/
h1, h2, h3, h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #900;
	margin-bottom: 15px;
	text-align: left;
}
h1 {
	font-size: 1.5em;
	padding-left: 37px;
}
h2 {
	font-size: 1.2em;
	color: #FFF;
	background-color: #003;
	margin: 0 37px 10px 0;
	text-decoration: underline;
}
h3 {
	text-decoration: underline;
	margin: 0 0 10px 0;
}
#sidebar p {
	font-size: 14px;
}
/* -----------------------------------*/
/* -------->>> TEXT STYLES <<<--------*/
/* -----------------------------------*/
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	text-align: left;
	color: #000;
	margin-bottom: 10px;
	line-height: 1.2;
	letter-spacing: 1px;
}
.content p {
	padding-left: 37px;
}
p strong {
	color: #900;
	font-weight: bold;
}
#contributionsMainContent span p {
	margin: 20px 0 20px 30px;
	font-weight: bold;
}
/* -----------------------------------*/
/* -------->>> NAVIGATION <<<---------*/
/* -----------------------------------*/
#mainNav {
	list-style: none;
}
#mainNav li {
	float: left;
	display: block;
	height: 40px;
	overflow: hidden;
}
#mainNav a {
	height: 40px;
	text-decoration: none;
	background-image: url(../images/nav/navSprite.png);
	overflow: hidden;
	text-indent: -5000px;
	display: block;
}
#navHome a {
	width: 94px;
	background-position: 0 0;
}
#navHome a:hover {
	background-position: 0 -39px;
}
#navAbout a {
	width: 149px;
	background-position: -94px 0;
}
#navAbout a:hover {
	background-position: -94px -39px;
}
#navStations a {
	width: 240px;
	background-position: -244px 0;
}
#navStations a:hover {
	background-position: -244px -39px;
}
#navContributions a {
	width: 169px;
	background-position: -485px 0;
}
#navContributions a:hover {
	background-position: -485px -39px;
}
#navPrayer a {
	width: 178px;
	background-position: -655px 0;
}
#navPrayer a:hover {
	background-position: -655px -39px;
}
#navContact a {
	width: 106px;
	background-position: -834px 0;
}
#navContact a:hover {
	background-position: -834px -39px;
}



/* -----------------------------------*/
/* ----------->>> FOOTER<<<-----------*/
/* -----------------------------------*/
#footer {
	height: 85px;
	width: 940px;
	margin: 10px auto 10px auto;
	text-align: center;
	clear: both;
}
#sitemap {
	list-style: none;
	clear: both;
	margin-bottom: 10px;
}
#sitemap li {
	float: left;
	margin-right: 44px;
	margin-left: 30px;
}
#sitemap a {
	text-decoration: none;
	color: #FFF;
}
#sitemap a:hover {
	text-decoration: underline;
}

#sitemapDiv {
	width: 940px;
	height: 25px;
	margin: 10px auto 0 auto;
}



/* -----------------------------------*/
/* ---------->>> EXTRAS <<<-----------*/
/* -----------------------------------*/
#listen {
	list-style: none;
}
#listen li {
	display: block;
	text-indent: -5000px;
	overflow: hidden;
}
#listen a {
	height: 73px;
	width: 146px;
	text-decoration: none;
	text-indent: -5000px;
	display: block;
	background-image: url(../images/nav/liveSprite.png);
	background-position: 0 0;
}
#listen a:hover {
	background-position: 0 -73px;
}
#stationList ul {
	list-style: none;
	margin-top: 20px;
}
#stationlist li {
	margin: 10px 0 5px 0;
}
#stationlist p strong {
	color: #900;
	font-weight: bold;
}
p.sinc {color: #900; margin-top: 20px;}

#credits {
	text-align: center;
	width: 200px;
	height: 20px;
	margin: 10px auto 0 auto;
	clear: both;
	font-size: 8px;
}
#credits p {
	color: #FFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 8px;
}
#credits p a {
	text-decoration: none;
	font-size: 8px;
}
#credits a:hover {
	text-decoration: underline;
}

