* {
	font-family: Verdana, Arial;
	font-size: 11px;
	color: #466166;
}

html, body {
	padding: 0;
	margin: 0;
	margin-top: 30px;
	height: 100%;
	background-color: #ffffff;
}

form { height: 100%; }
a { text-decoration: none; }

.Clear { clear: both; }

.ElevenPx { font-size: 11px; }
.TwelvePx{ font-size: 12px; }
.FourteenPx { font-size: 14px; }

#Container {
	position: relative;
	margin: 0 auto;
	width: 848px;
	height: 100%;
	background-image: url('/images/bg.jpg');
	background-repeat: no-repeat;
}

#Logo {
	background-image: url('/images/logo.png');
	width: 450px;
	height: 140px;
}

#Inner{
	position: absolute;
	left: 66px;
	top: 86px;
}

#Menu {
	background-image: url('/images/menu_bg.png');
	width: 780px;
	height: 60px;
}

#Menu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: center;   
	position: relative;
	top: 24px; 
}

#Menu ul li {
	display: inline;
}

#Menu ul li a {
	color: #ffffff;
	text-transform: uppercase;
	font-weight: bold;
	text-decoration: none;
	height: 32px;
	line-height: 32px;
	position: relative;
	top: -6px;    
}

#Menu ul li a:hover, #Menu ul li.Selected a {
	color: #abe7ff;
}

#Menu ul li img {
	margin: 0 10px;
}

#Left {
	float: left;
	width: 172px;
}

#Left ul, #Left li {
	margin: 0;
	padding: 0;
}

#Left li {
	list-style-type: none;
	border: 1px solid #d5d5d5;
	width: 172px;
	height: 31px;
	text-align: right;
	margin-bottom: 4px;
}

#Left li a {
	color: #000000;
	text-decoration: none;
	text-transform: uppercase;
	height: 31px;
	line-height: 31px;
	padding-right: 10px;
	display: block;
}

#Left li.Selected {
	background-color: #efefef;
}

#Right {
	float: right;
	width: 586px;
	margin-left: 20px;
}

#Event #Right, #Article #Right {
	width: 536px;
}

#Right .Header, #Right .Header *, #Center .Header, #Center .Header * {
	color: #9c6a37;
	font-size: 24px;    
	text-transform: uppercase;    
}

#Right .Header, #Center .Header {
	border-bottom: 1px solid #ffc66b;
	padding-bottom: 5px;
}

#Right .Header, #Right .Body {
	padding-left: 10px;
}

#Right .Header .PageName {
	float: left;
}

#Right .Header .Date {
	float: right;
}

#Right .Header .Category {
	text-transform: uppercase;
	color: #9ba13b;
	font-size: 12px;
	clear: both;
}

#Right .Body {
	margin: 10px 0;
}

#Right .Body li {
	margin-bottom: 10px;
}

#ContentHeader {
	background-image: url('/images/header_bg_pattern.gif');
	margin: 5px 0;
	margin-bottom: 10px;
	color: #ffffff;
	font-size: 36px;
	text-transform: uppercase;
	width: 780px;
	height: 98px;
	vertical-align: bottom;
	line-height: 98px;
}

#ContentHeader .Image {
	width: 740px;
	height: 98px;
	background-repeat: no-repeat;
	margin-left: 20px;
}
    
#Footer {
	margin-top: 10px;
	color: #45555c;
	text-transform: uppercase;
	background-image: url('/images/horz_dotted.gif');
	background-repeat: repeat-x;
	padding-top: 5px;
}

#EventImage {
	width: 220px;
	height: 220px;
	background-repeat: no-repeat;
	border: 1px solid #466166;
}

#Images {
	float: left;
}

#NewsArticles {
	width: 560px;
	float: left;
	margin-left: 10px;
	margin-right: 10px;
}

#NewsArticles ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#NewsArticles ul li {
	margin-bottom: 10px;
	border-bottom: 1px solid #baedf7;
}

#NewsArticles a {
	text-decoration: none;
}

#NewsArticles a:hover .Title, #NewsArticles a:hover .ShortDescription {
	text-decoration: underline;
}


#NewsArticles .Category {
	text-transform: uppercase;
	color: #9ba13b;
	font-size: 12px;
}

#NewsArticles .Title {
	text-transform: uppercase;
	float: left;
	font-size: 18px;
	line-height: 18px;
}

#NewsArticles .DateOccurred {
	float: right;
	line-height: 18px;
	background-image: url('/images/date_bg.gif');
	background-repeat: no-repeat;
	width: 84px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	color: #ffffff;
	font-weight: bold;
}

#NewsArticles .ShortDescription  {
	clear: both;
	margin-bottom: 10px;
}

#Events {
	float: right;
	background-image: url('/images/upcoming_events.png');
	background-repeat: no-repeat;
	width: 195px;
	height: 337px;
}

#Events ul {
	margin: 0;
	margin-top: 60px;
	margin-left: 20px;
	margin-right: 20px;
	padding: 0;
	list-style-type: none;
}

#Events ul li {
	margin-bottom: 10px;
}

#Events ul li a div {
	color: #ffffff;
}

#Events ul li a:hover div {
	color: #abe7ff;	
}

#Events .Title {
	text-transform: uppercase;
	font-weight: bold;
	float: left;
}

#Events .DateOccurred {
	font-weight: bold;
	float: right;
	margin-bottom: 2px;
}

#Events .ShortDescription  {
	clear: both;
}

#Event .Body, #Article .Body {
	margin-bottom: 20px;
}

.Back a {
	text-transform: uppercase;
	color: #9ba13b;
	font-size: 12px;
	font-weight: bold;
	float: right;
}

.Back a:hover {
	text-decoration: underline;	
}

#Media {
	min-height: 400px;
}

#Media .Selection{
	text-align: right;
}

#Media .Pages {
	margin-top: 50px;
}

#Media .Pages a {
	text-decoration: underline;
	margin-left: 10px;
}

#Media .Pages a.Selected {
	color: #000000;
	font-weight: bold;
}


#Media #Left {
	width: 220px;
}

#Media #Left .Image {
	width: 220px;
	height: 220px;
	background-repeat: no-repeat;
	border: 1px solid #466166;
	float: left;
}

#Media #Center {
	margin-top: 22px;
	width: 780px;
	float: left;
}

#Media .PodcastCategory {
	font-family: Times New Roman;
	font-size: 14px;
	font-weight: bold;
	font-style: italic;
	color: #096F86;
}

#Media .Podcast {
	border-top: 1px dashed #A4A6A1;
	margin-top: 10px;
	padding-top: 10px;
}

#Media #Center .Date {
	color: #403E3F;
}


#Media #Center .Title, #Media #Center .Scripture {
	color: #694340;
	font-weight: bold;
}

#Media #Center .Summary {
	margin-top: 10px;
	margin-bottom: 10px;
}

#Media #Right {
	margin-left: 10px;
	float: right;
	background-image: url('/images/archives_bg.png');
	background-repeat: no-repeat;
	width: 196px;
	height: 337px;
}

#Sermon .Left, #Sermon .Center, #Sermon .Right {
	float: left;
}

#Sermon .Left {
	width: 10%;
}

#Sermon .Center {
	width: 40%;
}

#Sermon .Right {
	width: 50%;
text-align: right;
}

#Sermon .Listen {
	margin-top: 3px;
}

#Sermon .Listen a, #Sermon .Lecture a {
	color: #93ACA9;
}


#Archives ol {
	margin: 0;
	margin-top: 100px;
	margin-left: 40px;
	margin-right: 20px;
	padding: 0;
}

#Archives ol li {
	margin-bottom: 10px;
	color: #ffffff;
}

#Archives ol li a div {
	color: #ffffff;
}

#Archives ol li a:hover div {
	color: #abe7ff;	
}

#Home * {
	margin: 0;
	padding: 0;
	font-size: 14px;
}

#Home #Left {
	width: 205px;
	height: 253px;
	background-image: url('/images/worship_bg.png');
	background-repeat: no-repeat;
	float: left;
	margin-right: 8px;
}

#Home #Center {
	width: 364px;
	height: 253px;
	background-image: url('/images/sermondl_bg.png');
	background-repeat: no-repeat;
	float: left;
}

#Home #Right {
	width: 195px;
	height: 253px;
	background-image: url('/images/subscribe_bg.png');
	background-repeat: no-repeat;
	float: right;
}

#Home #Left .Content, #Home #Center .Content {
	margin-top: 50px;
	margin-left: 20px;
}

#Home #Left .Content, #Home #Right .Content {
	text-transform: uppercase;
}

#Home #Header {
	margin: 10px 0;
}

#Home #Header .Image {
	background-repeat: no-repeat;
	width: 580px;
	height: 210px;
	float: left;
}

#Home #Header .News {
	border: 2px solid #e2e2e2;
	width: 190px;
	height: 206px;
	float: right;
}

#Home #Left .Time {
	background-image: url('/images/time.png');
	background-repeat: no-repeat;
	width: 180px;
	height: 33px;
}

#Home #Left .Address {
	font-size: 12px;
	margin: 10px 0;
	white-space: pre;
}

#Home #Left .Directions {
	background-image: url('/images/directions.png');
	background-repeat: no-repeat;
	width: 99px;
	height: 23px;
}

#Home #Center .Downloads {
	background-image: url('/images/moredownloads.png');
	background-repeat: no-repeat;
	width: 133px;
	height: 23px;
	margin-left: 140px;
}

#Home #Right .Content {
	margin-top: 50px;
	margin-left: 10px;
}

#Home #Right .Content * {
	font-weight: bold;
	font-size: 11px;
}

#Home #Right .Text {
	margin-bottom: 10px;
}

#Home #Right .Updates {
	background-image: url('/images/updatesfeed.png');
	background-repeat: no-repeat;
	width: 143px;
	height: 25px;
	margin-bottom: 10px;
}

#Home #Right .Audio {
	background-image: url('/images/audiofeed.png');
	background-repeat: no-repeat;
	width: 111px;
	height: 25px;
}

#Home #LatestSermon .Date {
	float: left;
	color: #ffffff;
	font-size: 28px;
}

#Home #LatestSermon .Title {
	float: left;
	color: #ffffff;
	font-size: 16px;
	text-transform: uppercase;
	margin-top: 12px;
	margin-left: 10px;
	font-weight: bold;
}

#Home #LatestSermon .Summary {
	clear: both;
	font-size: 12px;
	margin-left: 140px;
	margin-right: 10px;
	margin-bottom: 10px;
}

#Home #Header .News a:hover, #Home #Header .News a:hover * {
	text-decoration: underline;
}

#Home #Header .News ul {
	margin: 10px;
	margin-left: 30px;
	padding: 0;
	list-style-type: none;
}

#Home #Header .News ul li {
	margin-bottom: 10px;
}

#Home #Header .News .Category {
	display: none;
}

#Home #Header .News .Title, #Home #Header .News .DateOccurred {
	color: #ae9566;
	float: left;
	font-size: 12px;
}

#Home #Header .News .DateOccurred {
	margin-left: 10px;
}

#Home #Header .News .ShortDescription {
	clear: both;
	color: #7c7e73;
	font-size: 10px;
}

.QuickTime {
	text-align: right;
	margin-bottom: 10px;
}

.QuickTime a:hover {
	text-decoration: underline;
}

/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
