/* -------------------------------------------------- */
/* General styles */
/* -------------------------------------------------- */

body {
/*	background: #E4E0BD url(Images/bg_page.gif) scroll repeat;	*/
	background: #043174 url(Images/bg_page2.gif) scroll repeat-x;
	margin: 0px 0px 40px 0px;
	width: 100%;
	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;
/*	color: #043174;										*/
	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 {
	position: relative; 
	top: 20px;
	margin: 0px auto;
	width: 790px;
	background: White;
	border: 4px #113366 solid;
/*	border: 4px #AB003A solid;							*/
	text-align:left;									/* Left-aligns text in MS IE	*/
}

.LeftSide {
	top: 0px;
	float: left;
	width: 64%;
	height: auto;
	margin: 3px;
}

.RightSide {
	top: 0px;
	float: right;
	width: 34%;
	height: auto;
	margin: 3px;
}

.bold {
	font-weight: bold;
}

/* -------------------------------------------------- */
/* Header and Menu styles */
/* -------------------------------------------------- */

#HeaderContainer {
	height: 200px;
	width: 790px;
	background: White url(Images/HPHeaderGraphic.jpg) scroll no-repeat center top;
}

#MenueBarContainer {
	position: relative;
	top: 165px;
	margin: 0px;
	padding: 0px;
	border-top: 2px solid #AB003A;
	border-bottom: 2px solid #AB003A;
	width: 790px;
	height: 35px;
	font-size: 1.2em;
	font-weight: bold;
	font-variant: small-caps;
	text-align: center;
	background: #113366 url(Images/NavBarBackground.gif) scroll repeat left top;
/*	background: #043174 url(Images/NavBarBackground.gif) scroll repeat left top;	*/
}

#MenuList {
	margin: 0px;
	padding: 0px;
}

#MenuList li {
	float: left;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	border: 0px;
	white-space: nowrap;
}

#MenuList a, #MenuList a:visited {
	width: 100px;
	display: block;
	padding: 5px;
	border: 0px;
	color: #EEEEEE;
	text-decoration: none;
}

#MenuList a:hover {
	height: 25px;
	background: #B9CBE4 url(Images/NavBarDown.gif) scroll repeat left top;
	color: #2D1E2D;
}

/* -------------------------------------------------- */
/* Main Container, Left and Right Side Styles */
/* -------------------------------------------------- */

#MainContainer {
	height: auto;
	width: 790px;
}

#InnerContainer {
	width: 99%;
	padding: 3px;
}

.ImageLinks {
	width: 125px;
	height: 125px;
	border: 2px solid #113366;
/*	border: 2px solid #043174;										*/
	margin: 5px;
}

#VotDInnerTube {
	background-color: white;
}

.VotDReference {
	font-size: 0.70em;
	color: #043174;
	font-weight: bold;
	font-variant: small-caps;
	text-align: right;
}

.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;
}

/* -------------------------------------------------- */
/* Footer Styles */
/* -------------------------------------------------- */

#FooterContainer {
	clear: both;
	border-top: 4px #999999 solid;
	height: 95px;
	width: 790px;
}

#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;
}
