/* Color Scheme 

#D0E8FF - baby blue
#6699CC - cornflower blue
#003366 - lighter navy blue
#66FFFF - light teal blue
#99CCFF - lavendar blue
#E6F1FF - light almost faded blue
#000066 - navy blue
#FFDF87 - light gold
#FF9900 - orange
#ffCC00 - stronger orange
#EEEEEE - light gray
#999999 - gray
#808080 - gray
#ff0000 - berry red
#990000 - dark burgundy red
#FFFFFF - white
#FAFAD2 - LightGoldenrodYellow
#000000 - Black 
end */

#church-logo{
	z-index:-1;
	position:absolute; 
	height:463px;
	width:860px;
	background-image:url('../images/background.gif');
	background-attachment:scroll;
	background-position:60px 32px;
	background-repeat:no-repeat;
}
#mainmenu{
	float:left;
	z-index:0;
	margin-left:80px;
	margin-top:234px;
	width:180px; 
	background-color:gray;
}

#content{
	position:relative; 
	float:right;
	z-index:0;
	margin-top:433px;
	width:580px; 
	height:400px; 
	background-color:#6C6664;
	background-image:url('../images/content_bottom.gif');
	background-position:bottom center;
	background-repeat:no-repeat;
	overflow:auto;
	padding:10px;
	font-family:Arial;
}


/* START FOOTER */
#footer-container	{ position:relative; z-index:0; clear:both; width:100%; margin:10px auto; text-align:center; background-color:#F4F3E1;}
#footer	{ clear:both; float:center; margin:10px; font-size:8pt; text-align:center; text-color:black;}                    
/* END FOOTER */

H1 { color: #CC0000; font-size: 40px; font-family: Arial,Helvetica,Sans-serif; text-align: center;}
H2 { color: #CC0000; font-size: 36px; font-family: Arial,Helvetica,Sans-serif; text-align: center;}
H3 { color: #CC0000; font-size: 24px; font-family: Arial,Helvetica,Sans-serif; text-align: center;}
H4 { color: #000000; font-size: 16px; font-family: Arial,Helvetica,Sans-serif; text-align: center; font-weight: bold;} 
H5 { color: #000000; font-size: 12px; font-family: Arial,Helvetica,Sans-serif; text-align: center; font-weight: bold;}
H6 { color: #CC0000; font-size: 10px; font-family: Arial,Helvetica,Sans-serif; text-align: center; font-weight: bold;}


.HEADING {margin:10px; font-size: 20px; color: #0000ff; font-family: Arial,Helvetica,Sans-serif;; font-weight: bold; font-style: italic;}
.MESSAGE { font-size:14px; 	color: #000000; 	font-family: Arial,Helvetica,Sans-serif; 	margin:10px; border:10px; padding:10px;}
.DATE {font-size: 20px; color: #0000ff; font-family: Albertus Medium Regular,Helvetica,Sans-serif; font-style: italic;}


ul.menu { 
	position:relative; 
	margin-left:20px;
	margin-top:204px;
	list-style:none; 
	margin:0; 
	padding:0;  
}
ul.menu li {
	position:relative; 
	list-style:none; 
	border-top:2px;
	border-bottom:2px;
	border-left:4px;
	border-right:0px;
	border-color:gray;
	margin-top:2px; 
	margin-bottom:2px; 
	margin-left:4px; 
	margin-right:0px; 
	padding:4px;
	background-color:#260A13;
	color:white;
	font-family:Arial;
}
ul.menu li:hover {
	background-color:#4E2439;
}

ul.menu ul li                     { position:relative; border:1px solid #000; border-top:none; width:180px; margin:0}
ul.menu ul li a                   { display:block; margin:0px; height:15px; padding:3px; color:#e68c00;}
ul.menu ul li a:hover             { background-image:url('../img/menu-sub-over.jpg')}
ul.menu ul ul                     { left:148px; top:-1px; }
ul.menu .menulink                 { margin:7px; }
ul.menu .sub                      { background:#000 url('../images/arrow.gif') 127px 8px no-repeat}
ul.menu .sub-bg                   { background-image:url('../images/menu-sub-bg.png'); background-position:top center}
ul.menu .topline                  { border-top:1px solid #000}

a.menu:link {text-decoration:none; color:white;}      /* unvisited link */
a.menu:visited {text-decoration:none; color:white;}}  /* visited link */
a.menu:hover {text-decoration:none; color:white;}  /* mouse over link */
a.menu:active {text-decoration:none; color:white;}  /* selected link */
