html, body {
    behavior: url(css/csshover.htc); /* WinIE behavior call */
	margin: 0px;
	padding: 0px;
	background-color: #DBCEB3;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-image: url(images/pattern1.gif);
	background-repeat: repeat-x;
}

h5 {
	background-color: #332313;
	padding: 5px 5px 5px 500px;
	position: relative;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #CD7F33;
	text-align: left;
	clear: both;
	font-variant: small-caps;
	margin: 25px 0px 0px;
}
#topLogo {
	position: absolute;
	left: 25px;
	top: 10px;
	z-index: 2;
	border: 0px;
	padding: 0px;
}

/* the horizontal menu starts here */
div#listmenu {
	width:100%; 	/* makes the div full width */
	float:left; /*makes the div enclose the list */
	border-top:1px solid #000;	/* draws line on top edge of div */
	border-bottom:1px solid #000;	 /* draws line on bottom edge of div */
	font-size:0.8em;	/* SET FONT-SIZE HERE */
	background-color:#2A2623; /* colors the div */
	margin-top:59px; /* TEMPORARY - pushes the div away from the top of the browser for clarity in this example*/
	font-family: "Times New Roman", Times, serif;
	margin-bottom: 25px;
	}
div#listmenu ul {
	margin:0 0 0 30px;
	padding: 0 0 0 0px;
	}
div#listmenu li {
	float:left;	/* causes the list to align horizontally instead of stack */
	position:relative; /* positioning context for the absolutely positioned drop-down */
	list-style-type:none;	/* removes the bullet off each list item */
	background-color:#2A2623; /*sets the background of the menu items */
	border-right:1px solid #FEA74A;
	font-variant: small-caps;
	font-size: 1em;
	}
div#listmenu li:first-child {
	border-left:1px solid #FEA74A;
	}
div#listmenu li:hover {
	background-color:#8D755A;
	}
div#listmenu a {
	display:block;
	padding:3px 6px; /*creates space each side of menu item's text */
	text-decoration:none;	 /* removes the underlining of the link */
	color:#DBCEB3;	/* sets the type color */
	font-weight: bold;
	}
div#listmenu a:hover {
	color:#2A2623;
	}
/* the horizontal menu ends here */

/* the drop-down starts here */
div#listmenu ul li ul {
	margin:0; /* prevents the TEMP value inheriting from the horiz menu - OK to remove if you remove TEMP above */
	position:absolute; /* positions the drop-down ul in relation to its relatively positioned li parent */
	width:12em; /*sets the width of the menu - in combo with the li's 100% width, makes the menu stack*/
	left:-1px; /*aligns the drop exactly under the menu */
	}
div#listmenu ul li ul li {
	width:100%; /* makes the list items fill the list container (ul) */
	border-left:5px solid #FEA74A; /*  three sides of each drop-down item */
	border-bottom:0px solid #069;
	border-right:0px solid #069;
	}
div#listmenu ul li ul li:first-child {
	border-top:1px solid #FEA74A; /*the top edge of the dropdown */
	border-left:5px solid #FEA74A; /*the first vertical line on the menu */
	}
/* make the drop-down display as the menu is rolled over */
div#listmenu ul li ul {display:none;} /* conceals the drop-down when menu not hovered */
div#listmenu ul li:hover ul {
	display:block;
	} /* shows the drop-down when the menu is hovered */

/* THE HACK ZONE - */
/* hack for IE (all flavors) so the menu has a vertical line on the left */
* html div#listmenu ul {
	float:left; /* makes the ul wrap the li's */
	border-left:1px solid #FEA74A; /* adds the rightmost menu vertical line to the ul */
	margin-left:15px; /* IE doubles the given value above - why? */
	}
* html a {display:block;} /* makes IE5 & 5.5 accept the padding on the link */
/* add a top line to drops and pops in IE browsers - can't read :first-child */
* html  div#listmenu ul li ul {
	border-top:1px solid #FEA74A;
	border-left:0px; /* stops the drop inheriting the ul border */
	}
p {
	padding: 0px 12px;
}
img#frontright {
	text-align: left;
	float: right;
}
h4 {
	background-color: #941010;
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-bottom: 10px;
	padding-top: 5px;
	color: #FFCC66;
}
img#Tabernacle {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 150px;
}

h2 {
	text-align: center;
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	line-height: 2em;
}
#content {
	margin: 0px 10% 0px 50px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 50px;
	padding-left: 0px;
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #4D4540;
	text-align: left;
}
#content #ATElogo {
	float: left;
	margin-top: 70px;
	margin-right: 25px;
	margin-bottom: 10px;
}
div#content a {
	font-size: larger;
	font-weight: bold;
	color: #FF9933;
	padding: 1px 2px;
	display: inline;
}
div#content a:visited {
	font-size: larger;
	font-weight: bold;
	color: #FF9933;
}
div#content a:hover {
	font-size: larger;
	font-weight: bold;
	background-color: #2A2623;
}
div#piccontent {
	margin: 100px 0px 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 50px;
	padding-left: 0px;
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #4D4540;
	text-align: left;
}
div#piccontent p {
	text-align: center;  		
}
div#arrows a {
	display: inline;
	text-align: center;
	
}
div#footer {clear: both; padding-top: 3em;
  font: 85% Verdana, sans-serif;}
#FlashID {
	border: 2px none #DBCEB2;
}

div.pic {
	float: left;
	height: 162px;
	width: 210px;
	padding: 5px;
	margin: 0px 4px;
	text-align: center;
}
div.picFlash {
	float: none;
	padding: 5px;
	height: 650px;
	margin: 0px auto;
	text-align: center;
}
div.pic img {
	border: 1px solid;
	border-color: #444;
	text-align: justify;
}
.title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.65em;
	line-height: 0.9em;
	color: #666666;
	text-align: center;
	margin: 3px;
	font-weight: normal;
}
