@charset "utf-8";
/* CSS Document */
/*------------------------------------------------------------Calendar-------------------------------------*/
#calendar {
position: absolute;
width: 200px;
z-index: 1;
}
#calendar ul {
list-style: none;
margin: 0;
padding: 0;
}
#calendar li {
border-bottom: 1px solid #FFFFFF;
border-top: 1px solid #FFFFFF;
}
#calendar li a:link, #calendar li a:visited {
font-size: 80%;
font-face: Arial,Helvetica,Geneva,Swiss,SunSans-Regular;
display: block;
padding: 0.4em 0 0.4em 0.5em;
border-left: 12px solid #862b77;
border-right: 1px solid #FFFFFF;
background-color: #b94ea6;
color: #ffffff;
text-decoration: none;
}
#calendar li a:hover {
border-left: 12px solid #852575;
background-color: #FFFFFF;
color: #852575;
}
/*#navigation ul ul {
margin-left: 12px;
border-left: 12px solid #852575;
}
#navigation ul ul li {
border-bottom: 1px solid #FFFFFF;
border-top: 1px solid #FFFFFF;
margin:0;
}
#navigation ul ul a:link, #navigation ul ul a:visited {
background-color: #DFD8CD;
color: #852575;
}
#navigation ul ul a:hover {
background-color: #852575;
color: #852575;
}
*/
/*------------------------------------------------------------Bulletin-------------------------------------*/
#bulletin {
position: absolute;
width: 200px;
margin-top: 27px;
z-index: 1;
}
#bulletin ul {
list-style: none;
margin: 0;
padding: 0;
}
#bulletin li {
border-bottom: 1px solid #FFFFFF;
border-top: 1px solid #FFFFFF;
}
#bulletin li a:link, #bulletin li a:visited {
font-size: 80%;
font-face: Arial,Helvetica,Geneva,Swiss,SunSans-Regular;
display: block;
padding: 0.4em 0 0.4em 0.5em;
border-left: 12px solid #4c5e93;
border-right: 1px solid #FFFFFF;
background-color: #7b8cbd;
color: #ffffff;
text-decoration: none;
}
#bulletin li a:hover {
border-left: 12px solid #852575;
background-color: #FFFFFF;
color: #852575;
}
/*#navigation ul ul {
margin-left: 12px;
border-left: 12px solid #852575;
}
#navigation ul ul li {
border-bottom: 1px solid #FFFFFF;
border-top: 1px solid #FFFFFF;
margin:0;
}
#navigation ul ul a:link, #navigation ul ul a:visited {
background-color: #DFD8CD;
color: #852575;
}
#navigation ul ul a:hover {
background-color: #852575;
color: #852575;
}
*/
/*------------------------------------------------------------Prayer-------------------------------------*/
#prayer {
position: absolute;
width: 200px;
margin-top: 54px;
z-index: 1;
}
#prayer ul {
list-style: none;
margin: 0;
padding: 0;
}
#prayer li {
border-bottom: 1px solid #FFFFFF;
border-top: 1px solid #FFFFFF;
}
#prayer li a:link, #prayer li a:visited {
font-size: 80%;
font-face: Arial,Helvetica,Geneva,Swiss,SunSans-Regular;
display: block;
padding: 0.4em 0 0.4em 0.5em;
border-left: 12px solid #6781ca;
border-right: 1px solid #FFFFFF;
background-color: #abc0fc;
color: #ffffff;
text-decoration: none;
}
#prayer li a:hover {
border-left: 12px solid #852575;
background-color: #FFFFFF;
color: #852575;
}
/*#navigation ul ul {
margin-left: 12px;
border-left: 12px solid #852575;
}
#navigation ul ul li {
border-bottom: 1px solid #FFFFFF;
border-top: 1px solid #FFFFFF;
margin:0;
}
#navigation ul ul a:link, #navigation ul ul a:visited {
background-color: #DFD8CD;
color: #852575;
}
#navigation ul ul a:hover {
background-color: #852575;
color: #852575;
}
*/
/*------------------------------------------------------------Photos-------------------------------------*/
#photos {
position: absolute;
width: 200px;
margin-top: 81px;
z-index: 1;
}
#photos ul {
list-style: none;
margin: 0;
padding: 0;
}
#photos li {
border-bottom: 1px solid #FFFFFF;
border-top: 1px solid #FFFFFF;
}
#photos li a:link, #photos li a:visited {
font-size: 80%;
font-face: Arial,Helvetica,Geneva,Swiss,SunSans-Regular;
display: block;
padding: 0.4em 0 0.4em 0.5em;
border-left: 12px solid #ab6759;
border-right: 1px solid #FFFFFF;
background-color: #d3988c;
color: #ffffff;
text-decoration: none;
}
#photos li a:hover {
border-left: 12px solid #852575;
background-color: #FFFFFF;
color: #852575;
}
/*#navigation ul ul {
margin-left: 12px;
border-left: 12px solid #852575;
}
#navigation ul ul li {
border-bottom: 1px solid #FFFFFF;
border-top: 1px solid #FFFFFF;
margin:0;
}
#navigation ul ul a:link, #navigation ul ul a:visited {
background-color: #DFD8CD;
color: #852575;
}
#navigation ul ul a:hover {
background-color: #852575;
color: #852575;
}
*/

/*------------------------------------------------------------Static-------------------------------------*/
#static {
position: absolute;
width: 200px;
margin-top: 136px;
/*margin-top: 109px;*/
z-index: 1;
}
#static ul {
list-style: none;
margin: 0;
padding: 0;
}
#static li {
border-bottom: 1px solid #FFFFFF;
border-top: 0px solid #FFFFFF;
}
#static li a:link, #static li a:visited {
	font-size: 80%;
	display: block;
	padding: 0.4em 0 0.4em 0.5em;
	border-left: 12px solid #8a7a67;
	border-right: 1px solid #ffffff;
	background-color: #c0b5a4;
	color: #FFFFFF;
	text-decoration: none;
}
#static li a:hover {
	border-left: 12px solid #7d725f;
	background-color: #9B9282;
	color: #ffffff;
}
/*#static ul ul {
margin-left: 12px;
border-left: 12px solid #852575;
}
#static ul ul li {
border-bottom: 1px solid #FFFFFF;
border-top: 1px solid #FFFFFF;
margin:0;
}
#static ul ul a:link, #navigation ul ul a:visited {
background-color: #DFD8CD;
color: #852575;
}
#static ul ul a:hover {
background-color: #852575;
color: #852575;
}
*/
/*------------------------------------------------------------Special Nav-------------------------------------*/
#special {
position: absolute;
width: 200px;
margin-top: 108px;
z-index: 1;
}
#special ul {
list-style: none;
margin: 0;
padding: 0;
}
#special li {
border-bottom: 1px solid #FFFFFF;
border-top: 1px solid #FFFFFF;
}
#special li a:link, #special li a:visited {
	font-size: 80%;
	display: block;
	padding: 0.4em 0 0.4em 0.5em;
	border-left: 12px solid #8e220c;
	border-right: 1px solid #ffffff;
	background-color: #ba7566;
	color: #ffffff;
	text-decoration: none;
}
#special li a:hover {
border-left: 12px solid #852575;
background-color: #FFFFFF;
color: #852575;
}
/*#special ul ul {
margin-left: 12px;
border-left: 12px solid #852575;
}
#special ul ul li {
border-bottom: 1px solid #FFFFFF;
border-top: 1px solid #FFFFFF;
margin:0;
}
#special ul ul a:link, #navigation ul ul a:visited {
background-color: #DFD8CD;
color: #852575;
}
#special ul ul a:hover {
background-color: #852575;
color: #852575;
}*/
/*------------------------------------------------------------landing page-------------------------------------*/
/*#navland {
	position: relative;
	top: 0px;
	left: 0px;
	width: 580px;
	height: 434px;
	background: transparent url(/images/home_bkg_hp4.jpg) no-repeat scroll 0 0
	
}

#navland ul {
list-style: none;
margin: 0;
padding: 0;

}

#content_landing {
left:192px;
position:absolute;
top:180px;
}
/*

#navlanding-swf img{
	position: absolute;
	left:10px;
}

#navlanding-swf {
	position: absolute;
	top: 0;
	left: -50px;	
}

/*}
#content_landing {
	float: left;	
	width: 580px;
	height: 434px;
	background:transparent url(/images/home_bkg_hp4.jpg) no-repeat;
/*}

#btm_landing {
	position: relative;
	margin-top: 199px;
}

#btm_landing img {
	display: block;
}*/
/*------------------------------------------------------------tile-------------------------------------*/
#tile {
	position: relative;
	top: 330px;
	left: 4px;
	z-index: 1;
	
}

#tile ul {
list-style: none;
margin: 0;
padding: 0;
}
