﻿body
{
	background: #005397;
}

.Top_Banner
{
	background-image: url(/Media/MediaManager/ProgrammingImages/GodAndCountry/wm_layout/TopBanner.jpg);
	width: 900px;
	height: 252px;
	margin: 0px 0px 0px 1px;
	background-repeat: no-repeat;
}

html > body .Top_Banner
{
	margin: 0px 0px 0px 0px;
}


.RepeatSliceBg
{
	background-image: url(/Media/MediaManager/ProgrammingImages/GodAndCountry/wm_layout/RepeatSliceBg.jpg);
	background-repeat: repeat-y;
	display: block;
	width: 900px;
	margin: 0px;
	padding: 0px;
}


.Custom_ModHomeBg
{
	background-image: url(/Media/MediaManager/ProgrammingImages/GodAndCountry/wm_layout/RepeatSliceBg.jpg);
	background-repeat: repeat-y;
	display: block;
	width: 900px;
	margin: 0px;
	padding: 0px;
}

.Custom_HomeBg
{
	background-image: url(/Media/MediaManager/ProgrammingImages/GodAndCountry/wm_layout/RepeatSliceBg.jpg);
	background-repeat: repeat-y;
	display: block;
	width: 900px;
	margin: 0px;
	padding: 0px;
}

/*TOP NAV CSS*/
.TopNav_Container
{
	color: White;
	font-family: Myriad Pro;
	font-size: 12pt;
	font-weight: bold;
	position: relative;
	top: 210px;
	left: 540px;
	text-align: right;
	width: 350px;
	padding: 0px 10px 0px 0px;
}

.TopNav_Container A:link
{
	text-decoration: none;
}
.TopNav_Container A:visited
{
	text-decoration: none;
}

.TopNav_Font
{
	color: White;
}
.TopNav_Divider
{
	padding: 0px 15px 0px 15px;
	font-size: 14px;
}
/*END TOP NAV CSS*/

/*HOME PAGE STYLE SHEET CSS*/
.HomePageBackground
{
	background-image: url(/Media/MediaManager/ProgrammingImages/GodAndCountry/wm_layout/HomePageBg.jpg);
	background-repeat: no-repeat;
	height: 637px;
	width: 900px;
	display: block;
}

.EventLocations
{
	width: 350px;
	position: relative;
	left: 475px;
	top: 100px;
	display: block;
	overflow: auto;
	height: 350px;
}
.Event
{
	font-size: 16pt;
	color: #003366;
	font-family: Chaparral Pro;
	text-align: left;
}

.Event .location
{
	font-size: 16pt;
	font-weight: bold;
}

.Event .date
{
	font-size: 16pt;
	font-style: italic;
}

.Event .content
{
	font-size: 16pt;
}

.Event .readmore
{
	text-align: right;
	padding: 0px 10px 0px 0px;
	font-weight: bold;
	color: #005397;
}

.Event .readmore A:link
{
	text-decoration: none;
	color: #005397;
}
.Event .readmore A:visited
{
	text-decoration: none;
	color: #005397;
}

.GodAndCountry_Footer
{
	background-image: url(/Media/MediaManager/ProgrammingImages/GodAndCountry/wm_layout/BodyFooterBg.jpg);
	background-position: center top;
	width: 900px;
	height: 49px;
	background-repeat: no-repeat;
	margin: 0px 0px 0px 1px;
	position: relative;
	top: -1px;
}

html > body .GodAndCountry_Footer
{
	margin: -1px 0px 0px 0px;
}
