body { /*the reason for the body here, which is used in holiday, is for the bottom left image */
	margin: 0px;
	margin-top:0px;
	margin-bottom:0px;
	background-image:url(../images/background_blue.jpg);
	background-attachment:fixed;
	background-position:bottom; bottom;
	background-repeat:repeat-x;
	width:100%;
}
.top_bar {
	height: 35px;
	margin-top: 2px;
	color: #FFFFFF;
	background-image: url(../images/header_blue.jpg);
	background-repeat: repeat-x;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
}
a.rollover { 
   display: block; 
   width: 47px; 
   height: 50px; 
   text-decoration: none; 
   background-image: url(../images/home_roll.png); 
} 

a.rollover:hover { 
   background-position: -47px 0; 
} 
#date {
	display:block;
	text-align:right;
	font-weight: bold;
	padding-top: 7px;
	float: left;
}
#search {
	font-weight: bold;
	color: #000000;
	height: 25px;
	margin-top: 6px;
	float: right;
}
#home {
	height: 10px;
	width: 47px;
	margin-top: -7px;
	margin-right: auto;
	margin-left: auto;
	position: absolute;
	left: 50%;
	z-index: 10;
}
.right_photo {
	float: right;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: dashed;
	border-right-style: dashed;
	border-bottom-style: dashed;
	border-left-style: dashed;
	text-align: center;
	font-size: 0.9em;
	font-style: italic;
	width:auto;
	margin: 3px;
}	
.background { /*see why this wouldn't integrate into wrapper later...*/
	background-position:center;
	vertical-align: middle;
	background-repeat: repeat-y;
}
.wrapper {
	height: auto;
	width: 940px;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	margin-top: 0px;
	border: 2px groove #000000;
	background-color: #FFFFCC;
}
.pda {
	display:none;
	width: 0px;
	height: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.header {
	padding: 0px;
	height: 150px;
	background-image:url(../images/headers/church_cloudy.jpg);
	background-color: #000099;
	margin: 0px;
	border-bottom-width: 2px;
	border-bottom-style: groove;
	border-bottom-color: #000000;
}
#headertext { /*this is the text one, for print and pda*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.7em;
	font-style: normal;
	color: #FFFFFF;
	text-align: center;
	padding-top: 50px;
	display: none;
}
#headersubtext { /*this is the text one, for print and pda*/
	display:none;
	margin: 5px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 5px;
	font-style: italic;
	color: #FFFFFF;
	text-align: center;
}
#headermain { /*this is the image one for screen*/
	height:150px;
	background-image: url(/images/headers/AUMC.png);
	background-repeat: no-repeat;
	background-position: center;
	display: block;
	}
#headersub { /*this exists because the NAV breaks in DW w/o it.  It does NOTHING but fix that*/
	height:0px;
	margin-top: 0px;
}

.nav {
	display:block;
	background-color: #FFFFCC;
	padding: 5px;
	margin: 0px;
	margin-top: 2px;
	margin-right: 5px;
	color: #FFFFFF;
	float:left;
	height: 320px;
	width: 160px;
	z-index: 1000;
}
.content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	background-color: #FFFFCC;
	margin-top: 2px;
	padding-left: 170px;
	padding-top: 5px;
	height: auto;
}
.heading {
	font-size: 18px;
	color: #990000;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #FFCC00;
	margin-top:0px;
	font-weight: bold;
	clear: right;
}
.flash_photo {
	background-repeat: no-repeat;
	float: right;
	text-align: center;
	font-size: 0.9em;
	font-style: italic;
	width:300px;
	height:225px;
	margin: 3px;
	border: 2px dashed #000000;
}
.subcontent {
	font-family: "Courier New", Courier, monospace, sans-serif;
	font-size: 0.8em;
	background-color: #FFFFCC;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 175px;
	clear:right;
	margin: 0px;
	z-index: 10;
}
.copyright {
	background-color: #CCCCCC;
	text-align: center;
	margin-top: 5px;
	clear: both;
}
.footer {
	text-align: center;;
}
/*Urgent Notice CSS - Added Jan 21 2009*/
.announce_green {
	border: thin solid #009933;
	background-color: #FFFFFF;
	margin: 5px;
}
#announce_green_title {
	background-color: #009933;
	font-weight: bold;
	color: #FFFFFF;
}
.announce_red {
	border: thin solid #FF0000;
	background-color: #FFFFFF;
	margin: 5px;
}
#announce_red_title {
	background-color: #FF0000;
	font-weight: bold;
	color: #FFFFFF;
}
.announce_orange {
	border: thin solid #FF9900;
	background-color: #FFFFFF;
	margin: 5px;
}
#announce_orange_title {
	background-color: #FF9900;
	font-weight: bold;
	color: #FFFFFF;
}


/*Begin CSS Navigation code*/ 
#menu {
	width: 155px;
	background: #eee;
}

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

#menu a, #menu h2 {
font: bold 11px/16px arial, helvetica, sans-serif;
display: block;
border-width: 1px;
border-style: solid;
border-color: #ccc #888 #555 #bbb;
margin: 0;
padding: 2px 3px;
}

#menu h2 {
color: #fff;
background-color: #990000;
text-transform: uppercase;
}

#menu a {
color: #000000;
background: #efefef;
text-decoration: none;
}

#menu a:hover {
color: #a00;
background: #fff;
}

#menu li {
position: relative;
z-index: 10 /*fixes overlay issue with tabbed_panels*/
}

#menu ul ul ul {
position: absolute;
top: 0;
left: 100%;
width: 100%;
}

div#menu ul ul ul,
div#menu ul ul li:hover ul ul
{display: none;}

div#menu ul ul li:hover ul,
div#menu ul ul ul li:hover ul
{display: block;}

</style>
[if IE]>
<style type="text/css" media="screen">
 #menu ul li {float: left; width: 100%;}
</style>
<![endif]
[if lt IE 7]>
<style type="text/css" media="screen">
body {
behavior: url(/css/csshover.htc);
font-size: 100%;
} 
#menu ul li {float: left; width: 100%;}
#menu ul li a {height: 1%;} 

#menu a, #menu h2 {
font: bold 0.7em/1.4em arial, helvetica, sans-serif;
} 
