/* CSS Document */

/*============================================================
 Universal
============================================================*/

body  {
	background-repeat: repeat-x;
	margin: 0; 
	padding: 0; 
	border: none;
	text-align: left;
}

p     {
	color: #666666;
	font-size: 10px;
	line-height: 12pt;
	font-family: Verdana, Helvetica, sans-serif;
	text-decoration: none;
	text-align: left;
	font-weight: normal;
	padding-bottom: 0px;
}

td    {
	color: #69665B;
	font-size: 10px;
	font-family: Verdana, Helvetica, sans-serif;
	text-decoration: none;
	background-position: left;
}

UL    {
	list-style-image: url(../images/bullet.gif);
	margin: 0px 0px 20px 10px;
	padding: 0px 0px 0px 10px;
	text-align: left;
}

LI    {
	margin: 4px 0px 8px 0px;
}

img {
    border: none;
} 

/*============================================================
 Headers
============================================================*/

H1 { color: #99968B; font-family: Verdana, Arial, Helvetica, Sans-serif; font-weight: bold; font-style: normal; font-size: 12px; line-height: 15px; margin: 15px 0 5px 0; text-align: left;  }
H2 { color: #99968B; font-style: normal; font-weight: bold; font-size: 11px; line-height: 14px; font-family: Verdana, Arial, Helvetica, Sans-serif; margin: 0px; padding-bottom: 0px; text-align: left; }
H3 { color: #99968B; font-style: normal; font-weight: bold; font-size: 10px; line-height: 13px; font-family: Verdana, Arial, Helvetica, Sans-serif; margin: 0px }
H4 { color: #69665B; font-style: normal; font-weight: bold; font-size: 10px; line-height: 13px; font-family: Verdana, Arial, Helvetica, Sans-serif; margin: 0px }
H5 {
	color: #EBE9C5;
	font-style: normal;
	font-weight: normal;
	font-size: 15px;
	line-height: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding-bottom: 9px;
}
H6 { color: #4a5176; font-style: normal; font-weight: normal; font-size: 10px; line-height: 14px; font-family: Verdana, Arial, Helvetica, Sans-serif; margin: 0px }

/*============================================================
 Navigation
============================================================*/

#navigation {
	width: 200px;
}

#navigation p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	margin: 0;
	padding: 0;
}

#navigation ul {
	margin: 0;
	padding: 0;
	list-style: none;
	}

#navigation ul li {
	position: relative;
	padding: 0;
	margin: 0;
	width: 200px; /* Width of Menu Items */
	}
	
#navigation li ul {
	position: absolute;
	left: 200px; /* Set 1px less than menu width */
	top: 0;
	display: none;
	margin: 0;
	padding: 0;
	}

/* Styles for Menu Items */
#navigation ul li a {
	display: block;
	text-decoration: none;
	background: url(../images/nav_up.gif);
	padding: 8px 0px 9px 40px;
	border-bottom: 1px solid #BEBCA2;
	color: #767460;
	margin: 0;
	}

/* Fix IE. Hide from IE Mac \*/
* html ul li { float: left; height: 1%; }
* html ul li a { height: 1%; }
/* End */

/* Hover Styles */
#navigation ul li a:hover {  
	color: #000000;
	background: url(../images/nav_over.jpg); 
	padding: 8px 0px 9px 40px;
	margin: 0;
	} 
	
/* Styles for Active Menu Items */
#navigation li.active a {
	background: url(../images/nav_active.jpg);
	border-bottom: 1px solid #BEBCA2;
	color: #000000;
	}
	
#navigation li.active ul a {
	background-color: #CFCDAE;
	background-image: none;
	}
	
/* Hover Styles for Active Menu Items */
#navigation li.active a:hover {
	background: url(../images/nav_active.jpg);
	border-bottom: 1px solid #BEBCA2;
	color: #000000;
	}
	
/* Sub Menu Styles */	
#navigation li ul li a {
	color: #575534;
	background-color: #CFCDAE;
	background-image: none;
	border-bottom: 1px solid #BEBCA2;
	padding: 6px 15px 6px 15px;
	}
		
/* Sub Menu Hover */	
#navigation li ul li a:hover { 
	background-color: #C1C19D; 
	background-image: none;
	padding: 6px 15px 6px 15px;
	color: #575534;
	}

/* Sub Menu Active */	
#navigation li.active ul li a { 
	background-color: #CFCDAE; 
	background-image: none;
	padding: 6px 15px 6px 15px;
	color: #575534;
	}

/* Sub Menu Active Hover */	
#navigation li.active ul li a:hover { 
	background-color: #C1C19D; 
	background-image: none;
	padding: 6px 15px 6px 15px;
	color: #575534;
	}

/* The magic */	
#navigation li:hover ul, li.over ul { 
	display: block; 
	} 


/*============================================================
 Navigation Parish
============================================================*/

#navigationparish {
	width: 200px;
}

#navigationparish p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	margin: 0;
	padding: 0;
}

#navigationparish ul {
	margin: 0;
	padding: 0;
	list-style: none;
	}

#navigationparish ul li {
	position: relative;
	padding: 0;
	margin: 0;
	width: 200px; /* Width of Menu Items */
	}
	
#navigationparish li ul {
	position: absolute;
	left: 200px; /* Set 1px less than menu width */
	top: 0;
	display: none;
	margin: 0;
	padding: 0;
	}

/* Styles for Menu Items */
#navigationparish ul li a {
	display: block;
	text-decoration: none;
	background: url(../images/nav_up.gif);
	padding: 8px 0px 9px 10px;
	border-bottom: 1px solid #BEBCA2;
	color: #767460;
	margin: 0;
	}

/* Fix IE. Hide from IE Mac \*/
* html ul li { float: left; height: 1%; }
* html ul li a { height: 1%; }
/* End */

/* Hover Styles */
#navigationparish ul li a:hover {  
	color: #000000;
	background: url(../images/nav_over.jpg); 
	padding: 8px 0px 9px 10px;
	margin: 0;
	} 
	
/* Styles for Active Menu Items */
#navigationparish li.active a {
	background: url(../images/nav_active.jpg);
	border-bottom: 1px solid #BEBCA2;
	color: #000000;
	}
	
#navigationparish li.active ul a {
	background-color: #CFCDAE;
	background-image: none;
	}
	
/* Hover Styles for Active Menu Items */
#navigationparish li.active a:hover {
	background: url(../images/nav_active.jpg);
	border-bottom: 1px solid #BEBCA2;
	color: #000000;
	}
	
/* Sub Menu Styles */	
#navigationparish li ul li a {
	color: #575534;
	background-color: #CFCDAE;
	background-image: none;
	border-bottom: 1px solid #BEBCA2;
	padding: 6px 15px 6px 15px;
	}
		
/* Sub Menu Hover */	
#navigationparish li ul li a:hover { 
	background-color: #C1C19D; 
	background-image: none;
	padding: 6px 15px 6px 15px;
	color: #575534;
	}

/* Sub Menu Active */	
#navigationparish li.active ul li a { 
	background-color: #CFCDAE; 
	background-image: none;
	padding: 6px 15px 6px 15px;
	color: #575534;
	}

/* Sub Menu Active Hover */	
#navigationparish li.active ul li a:hover { 
	background-color: #C1C19D; 
	background-image: none;
	padding: 6px 15px 6px 15px;
	color: #575534;
	}

/* The magic */	
#navigationparish li:hover ul, li.over ul { 
	display: block; 
	} 

	
	
/*============================================================
 Main Links
============================================================*/

A:LINK     {
	color: #99968B;
	border-bottom-width: 1px;
	border-bottom-style: none;
	text-decoration: none;
}

A:VISITED  {
	color: #817E68;
	border-bottom-width: 1px;
	border-bottom-style: none;
	text-decoration: none;
}

A:HOVER    {
	color: #BAB8AE;
	border-bottom-width: 1px;
	border-bottom-style: none;
	text-decoration: none;
}

A:ACTIVE   { 
	color: #666666; 
	text-decoration: none 
}


/*============================================================
 Layout
============================================================*/

.footer { font-weight: bold }

.nav a.here, .nav a.here:hover {
  background-color: #A6CA4B;
  }
  
#topleft {
	background-color: #a8ada0;
	display: block;
	width: 200px;
	height: 130px;
	}

#topright {
	background-color: #FFFFFF;
	display: block;
	width: 190px;
	height: 20px;
	padding-top: 110px;
	padding-left: 10px;
	text-align: center;
	}
	
#topright A:LINK {
	padding-right: 10px;
	color: #84926d;
	text-decoration: none;
	border-bottom-style: none;
	}
	
#topright A:VISITED {
	color: #84926d;
	text-decoration: none;
	border-bottom-style: none;
	}
	
#topright A:HOVER {
	color: #C0BDA9;
	text-decoration:none;
	border-bottom-style:none;
	}
	
#topright A:ACTIVE {
	color: #84926d;
	text-decoration: none;
	border-bottom-style: none;
	}
	
#content {
	padding: 50px 30px 50px 0px;
	background-color: #FFFFFF;
	}
	
#footer {
	padding: 30px 0px 30px 0px;
	border-bottom-style: none;
	text-align: left;
	}
	
#footer A:LINK {
	color:#4a5176;
	text-decoration: none;	
	border-bottom-style: none;
}

#footer A:VISITED {
	color: #4a5176;
	text-decoration: none;
	border-bottom-style: none;
}

#footer A:HOVER {
	color: #686A8F;
	text-decoration: none;
	border-bottom-style: none;
	}
	
#footer A:ACTIVE {
	color: #4a5176;
	text-decoration: none;
	border-bottom-style: none;
	}
	
#header {
	background-image: url(../images/home_icon_white.gif);
	background-repeat: no-repeat;
	padding: 12px 0px 0px 20px;
	display: block;
	height: 20px;
	width: 780px;
	text-align: left;
	}
	
#header A:LINK {
	color: #FFFFFF;
	text-decoration: none;
	border-bottom-style: none;
	font-weight: normal;
	}
	
#header A:VISITED {
	color: #FFFFFF;
	text-decoration: none;
	border-bottom-style: none;
	font-weight: normal;
	}
	
#header A:HOVER {
	color: #FFFFFF;
	text-decoration: underline;
	border-bottom-style: none;
	font-weight: normal;
	}
	
#header A:ACTIVE {
	color: #FFFFFF;
	text-decoration: none;
	border-bottom-style: none;
	font-weight: normal;
	}


/*============================================================
Index
============================================================*/

#indexdescription {
	padding: 20px 20px 60px 20px;
	}
	
/*============================================================
Sacred Garden
============================================================*/

#gardenimages a:link {
	display: block;
	border: 3px solid #cccccc;
	height: 50px;
	width: 120px;
	}
	
#gardenimages a:visited {
}

#gardenimages a:hover {
display: block;
border:3px solid #E9E9E9;
height: 50px;
width: 120px;
}


div#stations {
padding: 0px;
}

div#stations ul {
padding: 0px 10px 30px 20px;
margin: 30px 10px 10px 0px;
list-style: none;
}

div#stations ul li {
display: block;
padding: 5px 0px 5px 0px;
margin: 0px;
border-bottom: 1px solid #CCCCCC;
text-decoration: none;
list-style: none;
}

div#stations ul li a {
display: block;
text-decoration: none;
font-weight: normal;
border: none;
width: 130px;
padding-left: 5px;
}

div#stations a:visited {
border: none;
text-decoration: none;
}

div#stations .active {
	font-weight: bold;
	background-color: #D1E1CA;
}

div#stations a:hover {
border: none;
text-decoration: none;
color: #000000;
}

div#stations h1 {
padding: 112px 10px 10px 0px;
margin: 0 20px 0 20px;
text-align: left;
font-size: 20px;
font-weight: normal;
border-bottom: 1px solid #CCCCCC;
}

div#stations h2 {
padding: 94px 0 0 20px;
font-weight: normal;
text-align: left;
font-size: 25px;
}

div#stations p {
padding-left: 20px;
}

.bold_copy {
font-weight: bold
}

#rightcolumn {
width: 160px;
margin: 112px 20px 30px 20px;
}

.journeytitles {
font-size: 16px;
line-height: 25px;
text-align: left;
}

.alternativejourney {
margin-top: 0;
font-weight: bold;
padding: 0px 0 0px 0px;
text-align: left;
}
