/* -------------------------------------------------- */
/* General styles */
/* -------------------------------------------------- */

body {
	margin: 0px;
	padding: 0px;
	border: 0px;
	width: 100%;
	background: white;
	font: 1em Arial, sans-serif;
	text-align: center;									/* Center-aligns divs in MS IE  */
}

p, h1, h2, h3 {
	padding-left: 10px;
	clear: left;
}

h2 {
	font: 1.5em georgia, Helvetica, Arial, sans-serif;
	color: #113366;
	font-weight: bold;
	font-variant: small-caps;
	font-style: italic;
	padding-top: 10px;
	padding-bottom: 5px;
	margin: 1em 0 5 px;
	border-bottom: 2px #AB003A solid;
}

h3 {
	font: 1.25em georgia, Helvetica, Arial, sans-serif;	
	font-weight: normal;
	padding-bottom: 5px;
	margin: 2em 5px 5px 5px;
	border-bottom: 1px solid #ccc;
}

#PageWrapper {
	margin: 0px auto;
	width: 900px;
	background: White;
	text-align:left;									/* Left-aligns text in MS IE	*/
}

.LeftSide {
	top: 0px;
	float: left;
	width: 64%;
	height: auto;
	padding: 3px;
}

.RightSide {
	width: 34%;
	padding: 3px;
	top: 0px;
	float: right;
	height: auto;
}

.bold {
	font-weight: bold;
}

/* -------------------------------------------------- */
/* Header and Menu styles */
/* -------------------------------------------------- */

#HeaderContainer {
	height: 150px;
	width: auto;
	background: White url(Images/HPHeaderGraphic.jpg) scroll no-repeat center top;
}

#Menu {
	clear: left;
	float: left;
	padding: 0px;
	background: #113366 url(Images/NavBarBackground.gif) scroll repeat left top;
	border-top: 3px solid #AB003A;
	border-bottom: 1px solid #AB003A;
	width: 100%;	
	height: 35px;
	overflow: hidden;
	font-size: 1.2em;
	font-weight: bold;
	font-variant: small-caps;
	text-align: center;
	line-height: 1.2em;
}

#Menu ul {
	float:left;
	margin:0;
	padding:0;
	list-style:none;
	position:relative;
	left:50%;
}

#Menu ul li {
	display:block;
	height: 100%;
	float:left;
	list-style:none;
	margin:0;
	padding:0;
	position:relative;
	right:50%;
}

#Menu ul li a {
	display: block;
	float: left;
	margin: 0px;
	width: 117px;
	padding: 7px;
	border-left:1px solid #ECE9D8;
	border-right:1px solid #7E7567;
	text-decoration:none;
	color: #eeeeee;
}
	
#Menu ul li a:hover {
	color:#eeeeee;
	background: #AB003a url(Images/NavBarDown.gif) scroll repeat left top;
	border-left:1px solid #fff;
}

#Menu ul li.first {
	border-left:1px solid #7E7567;
}

#Menu ul li.last {
	border-right:1px solid #ECE9D8;
}
	
#Menu ul li.active a,
#Menu ul li.active a:hover {
	color:#eeeeee;
	background: #AB003a url(Images/NavBarDown.gif) scroll repeat left top;
	border-left:1px solid #ECE9D8;
}
	
/* -------------------------------------------------- */
/* Main Container, Left and Right Side Styles */
/* -------------------------------------------------- */

#MainContainer {
	height: auto;
	width: 900px;
}

#InnerContainer {
	width: 99%;
	padding: 3px;
}

.ImageLinks {
	width: 125px;
	height: 125px;
	border: 2px solid #113366;
	margin: 5px;
}

#VotDInnerTube {
	margin: 0px;
	padding: 0px;
}

#VotDInnerTube p {
	font-weight: bold;
	text-align: right;
}

#VotDInnerTube a {
	color: #AB003A;
	text-decoration: none;
	font-variant: small-caps;
}

.VotDAttrib {
	font-size: 0.70em;
	text-align: right;
}


table.sermons {
	text-align: center;
	font-size: 0.9em;
	width: 100%;
	background-color: #FFFFFF;
	border: 3px #113366 solid;
	border-collapse: collapse;
	border-spacing: 0px;
	margin-bottom: 5px;
}

table.sermons td.tabletitle {
	background-color: #C2D5F2;		/*light blue*/
	font-size: 1em;
	font-variant: small-caps;
	font-weight: bold;
	border: 3px #113366 solid;
	padding: 15px; 
}

table.sermons td.tablecols {
	font-weight: bold;
	background-color: #E6C3Cf;		/*light red or pink*/
	border: 2px #113366 solid;
	padding: 7px;
}

table.sermons td.tablecells {
	padding: 15px;
	border: 2px #113366 solid;
}

table.sermons td.SermonandDateText {
	text-align: left;
	padding: 15px;
	border: 2px #113366 solid;
}

/* -------------------------------------------------- */
/* News Styles */
/* -------------------------------------------------- */

#NewsContainer {
	clear: both;
	width: 100%;
}

#NCM {
	padding: 0px;
}

#NCM p {
	font-size: 0.9em;

}

#NCM  a {
	color: #AB003A;
	text-decoration: none;
	font-weight: bold;
	font-variant: small-caps;
}

#NCN {
	padding: 0px;
}

#NCN p {
	font-size: 0.9em;

}

#NCN  a {
	color: #AB003A;
	text-decoration: none;
	font-weight: bold;
	font-variant: small-caps;
}

.RSSFeed {
	background-color: white;
}

.datefield{	
	color:gray;
	font-size: 0.75em;
}

/* -------------------------------------------------- */
/* Footer Styles */
/* -------------------------------------------------- */

#FooterContainer {
	clear: both;
	border-top: 4px #999999 solid;
	height: 95px;
	width: 900px;
}

#Seal {
	width: 97%;
	height: 90px;
	margin: 5px;
}

#SiteMap {
	padding: 20px 0px 20px 0px;
	width: 100%;
}

#SiteMapList {
	margin: 20px 0px;
	padding: 0;
	position: relative;
	text-align: center;
}

#SiteMapList li {
	border-right: 1px solid #ccc;
	float: left;
	padding: 0px 7px;
	list-style-type: none;
	font-size:0.75em;
}

