/* HACKS *//* HACKS *//* HACKS *//* HACKS *//* HACKS *//* HACKS *//* HACKS *//* HACKS *//* HACKS *//* HACKS */

/* _ something - picked up by IE 6 only - ex: _width:10px */

/* # something - picked up by IE 7 only - ex: #width:10px */

/* . something - picked up by IE 6 AND IE 7 - ex: .width:10px */
/* something expression - picked up by IE 6 AND IE 7 - ex: width:expression(10) */


/* DEFAULTS */
body {
	position: absolute;
	display: block;
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
	font-family: "Trebuchet MS, Arial", "Helvetica", "Verdana", "sans-serif";
	font-size: 14px;
	color: #000;
	background-color: #FFF;
	xbackground-image: url(../images/menu_fade.gif);
	xbackground-repeat: repeat-x;
	xbackground-position: left top;
	xborder: solid red 2px;
}
p, li {
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 1.5em;
	xmargin: 1.5em;
	font-size: 14px;
	color: #020;
}
ul	{
	margin-top: -1em;
	margin-left: 0;
	margin-left: 0;
	padding-left: 1.5em;
	
}
h1, h2, h3, h4, h5 {
	font-family: "Times New Roman", Times, serif;
	xfont-style: italic;
	font-weight: bold;
	color: #020;
	xmargin-top: 1.5em;
	font-size: 22px;
}
h1 {
	xtext-transform: uppercase;
}
h2 {
	font-size: 18px;
}
h3 {
	font-size: 16px;
}
h4 {
	font-size: 15px;
}
h5 {
	font-size: 12px;
}
a, a:link {
	color: #900;
	text-decoration: underline;
	outline:none;
}
a:hover {
	color: #009;
	font-weight: normal;
	text-decoration: none;
}
img, embed {
	_position: relative;
	xborder: solid red 1px;
}
table {
	_position: relative;
}
a img {
	border: none;
}
p img, a img {
	vertical-align:middle;
	text-decoration: none;
}
img.ImageLeft {
	_position: relative;
	padding-right: 25px;
	padding-bottom:10px;
	float:left;
}
img.ImageRight {
	_position: relative;
	padding-left: 10px;
	padding-bottom:10px;
	float:right;
}
.ImageLeft {
	_position: relative;
	padding-right: 25px;
	padding-bottom:10px;
	float:left;
}
.ImageRight {
	_position: relative;
	padding-left: 10px;
	padding-bottom:10px;
	float:right;
}
div {
	margin: 0px;
	padding: 0px;
	xborder: solid red 1px;
	xborder-collapse: collapse;
}

/* BASIC LAYOUT *//* BASIC LAYOUT */

/* this div used to hadle centering left and right */
.Container {
	width: 900px;
	xheight: 100%;
	margin: auto; /* the auto margins (in conjunction with a width) center the page */
	padding-bottom: 280px;
	xborder: solid red 1px;
}
.safari .Container {
	xpadding-bottom: 20px;
}
/* this div used to hadle up and down placement - hide/turn off if you want the page to go off screen and scroll */
.InnerContainer {
	position: relative;
	display: block;
	padding: 0px;
	top: 0px;
	bottom: 0px;
	width: 900px;
	xheight: 100%;
	background-color: transparent;
	border: green red 10px;
	xpadding-bottom: 50px;
}
.Topper {
	position: fixed;
	display: block;
	margin: 0px;
	padding: 0px;
	top: 0px;
	left: 0px;
	_position: absolute;
	_left: expression( 0 );
	_top: expression( ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop )  + 'px' );
	height: 160px;
	width: 100%;
	_width: expression(document.documentElement.clientWidth);
	background-color: #FFF;
	background-image: url(../images/menu_fade149.gif);
	background-repeat: repeat-x;
	background-position: left top;
	xborder: solid red 10px;
}
.ImageContainer {
	position: fixed;
	display: block;
	padding: 0px;
	top: 25%;
	left: 50%;
	margin-left: -950px;
	x_margin-left: -210px;
	_right: auto;
	bottom: auto;
	_position: absolute;
  	x_left: expression( ( 0 + ( ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft ) ) + 'px' );
	_top: expression( ( 0 - ImageContainer.offsetHeight + ( document.documentElement.clientHeight ? document.documentElement.clientHeight : document.body.clientHeight ) + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + 'px' );
	width: 1200px;
	height: 75%;
	background-color: transparent;
	overflow: visible;
	xborder: solid red 1px;
	text-align:center;
}
img.scaled {
	height: 100%;
}

.ImageHome { }
.ImageInfo { }
.ImageCalendar { }
.ImageWhois { }
.ImageLook {  }
.ImageMinistries { }
.ImageSavior { }
.ImageWestmaple { }

.Header {
	position: fixed;
	display: block;
	margin-top: 0px;
	top: 0px;
	width: 900px;
	height: 165px;
	_position: absolute;
	_top: expression( ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop )  + 'px' );
	xbackground-color: #FFF;
	xborder-bottom: 3px #CCAD5C double;
	xborder-bottom: 1px #CCAD5C solid;
	background-image: url(../images/Header149.gif);
	background-repeat: no-repeat;
	background-position: left top;
	background-color:#FFF;
}
.Header .logo {
	position: absolute;
	display: block;
	top: 20px;
	left: 10px;
	width: 865px;
	height: 125px;
}

.MainContent {
	position: relative;
	display: block;
	margin-left: 250px;
	top: 180px;
	width: 630px;
	color: #000;
	xborder: 1px red solid;
	xclear: both;
	padding-top:10px;
	xborder: solid red 1px;
}
.MainContentBacker {
	position: absolute;
	display: block;
	width: 650px;
	height: 100%;
	margin-top: -5px;
	padding-bottom: 0px;
	margin-left: -10px;
	background-color: #FFF;
	opacity: 0.7;
	filter: Alpha(opacity=70);
	border: 3px #CCAD5C double;
	xborder: 1px #CCAD5C dotted;
	background-image: url(../images/paper2b.jpg);
	background-repeat: repeat;
	background-position: right top;
	_height: expression(document.getElementById("Container").clientHeight - 280);
}
.LT {
	position: absolute;
	left:-1px;
	top:-1px;
}
.RT {
	position: absolute;
	right:-1px;
	top:-1px;
}
.LB {
	position: absolute;
	left:-1px;
	bottom:-1px;
}
.RB {
	position: absolute;
	right:-1px;
	bottom:-1px;
}
.Content {
	position: relative;
	x_position: absolute;
	display: block;
	.padding-top:10px;
	margin-bottom: -70px;
	_margin-bottom: -60px;
}
.MainContent img {
}
.InfoBox {
	position: relative;
	float: right;
	xbackground-color: #FFF;
	width: 256px;
	xmargin-top: 20px;
	xmargin-left: 20px;
	xmargin-bottom: 15px;
	margin-right: -10px;
}
.InfoBoxFiller {
	position: relative;
	xbackground-color: #FFF;
	width: 256px;
	.margin-top:-3px;
	padding-bottom:10px;
	background-image: url(../images/InfoBox-middle.png);
	background-repeat: repeat-y;
	background-position: left top;
}
.InfoBoxContent {
	margin-left: 23px;
	width: 200px;
	xborder: solid 1px #CCC;
}
.InfoBoxContent img {
	xborder: solid 1px #CCC;
	margin-bottom:-10px;
	.margin-bottom:-20px;
}
.InfoBox p {
	font-family: "Trebuchet MS, Arial", "Helvetica", "Verdana", "sans-serif";
	line-height: 1.25em;
	font-size: 11px;
	text-align:center;
	color: #000;
}
.TitleBox {
	position: fixed;
	top: 185px;
	float: left;
	background-color: transparent;
	width: 210px;
	margin-left: 0px;
	_position: absolute;
	x_left: 0px;
	_top: expression( 185+( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop )  + 'px' );
	#margin-left: -230px;
	x_margin-left: -800px;
	text-align: center;
	xborder: solid red 1px;
}
.TitleBox h1 {
	font-size: 24px;
	color: #000;
}
.Footer {
	clear: both;
	position: relative;
	display: block;
	xmargin-top: 10px;
	width: 630px;
	xheight: 35px;
	bottom: -100px;
	#bottom: -90px;
	_bottom: -90px;
	padding-top: 0px;
	padding-bottom: 10px;
	xborder-top: solid 1px #CCAD5C;
	xborder: solid red 1px;
}
.Footer p {
	text-align:center;
	font-size: 10px;
	line-height: 1.5em;
	color: #222;
}



.MainMenu {
	position: absolute;
	display: block;
	left: 0px;
	right: 0px;
	bottom: 8px;
	_width: 100%;
	height: 25px;
	background-color: transparent;
	vertical-align: middle;
	xborder: 1px solid red;
	padding-left:5px;
	line-height: 23px;
	padding-bottom: 8px;
	border-bottom: 1px #CCAD5C solid;
}
.safari .MainMenu {
	padding-left:2px;
}
.MenuIcon {
	position: relative;
	display: block;
	float:left;
	padding: 2px;
	.padding: 5px;
	padding-top: 7px;
	margin-left:9px;
	margin-right:9px;
	_margin-left:8px;
	_margin-right:8px;
	#margin-left:7px;
	#margin-right:7px;
	_margin-top:5px;
}
.safari .MenuIcon {
	margin-left:7px;
	margin-right:7px;

}
.MenuItem {
	position: relative;
	display: block;
	_display: inline;
	line-height: 30px;
	background-color: transparent;
	font-family: "Times New Roman", Times, serif;
	font-size: 15px;
	text-align: center;
	float:left;
	vertical-align: middle;
	background-color: transparent;
	xborder: 1px solid red;
	_line-height: 23px;
	_margin-top:8px;
}
.TwoLine {
	margin-top: -.25em;
	line-height: 1em;
}
.MenuItem a, .MenuItem a:link, .MenuItem b, .SubMenuItem a, .SubMenuItem a:link, .SubMenuItem b {
	display: block;
	_display: inline;
	width: 100%;
	color:#A1191F;
	font-weight:normal;
	text-decoration: none;
	text-align: center;	
	xpadding-right:8px;
	xpadding-left:8px;
	border-bottom: 1px dotted #FFF;	
}
.MenuItem a:hover, .SubMenuItem a:hover {
	color: #000;
	text-decoration: none;
	font-weight:normal;
	border-bottom: 1px dotted #FFF;	
}
.SubMenuItem a:hover {
	border-bottom: 1px dotted #CCAD5C;	
}
.MenuItem b {
	text-decoration: none;
	color: #000;
}
.SubMenu {
	xbackground-image: url(../images/Gold.gif);
	xbackground-repeat: repeat-y;
	xbackground-position: right top;
	background-color: #FFF;
	xheight: 25px;
	xbottom: -25px;
	padding: 5px;
	margin-left: 10px;
	x.margin-left: -170px;
	border: 1px solid #CCAD5C;
	border-top: none;
	x.width:159px;
}
#menu3Content  .SubMenu {
	x.margin-left: -230px;
	x.width:100px;
}
.SubMenuBacker {

}
#menu0Container, #menu1Container {
	xborder: 1px solid red;
}
#menu0Content, #menu1Content, #menu2Content, #menu3Content , #menu4Content{
	position:absolute;
	left: 0px;
	xborder: 1px solid green;
}
.SubMenuItem {
	font-size: 14px;
	line-height: 1.5em;
	xbackground-color: transparent;
	xbackground-color: #FFF;
	float:none;
	text-align: left;
}
.SMIEnd {
	border: none;
}
.SubMenuItem a, .SubMenuItem a:link, .SubMenuItem b { 
	color:#A1191F;
	text-align: left;
	x.width:159px;
}
.SubMenuItem a:hover {
	text-decoration: none;
	color: #000;
}
.SubMenuItem b {
	text-decoration: none;
	color: #000;
}

.Verses i {
	color: #900;
}
.prototip .VerseTip .content {
	color: #900;
}

