@charset "UTF-8";
/* CSS Document */

/* ------------------------------------- Styles for Drop-Down Menu Navigation --------------------------------- */


/* "What Makes Us Different" Drop-Down : this style is for display in Firefox, IE and Opera */
	#divMenuWMUD { visibility: hidden; position:absolute; left:0px; top:-1px; width:198px; } 
	
	/* "What Makes Us Different" Drop-Down : the following styles are for display in Safari only */
	html[xmlns*=""] body:last-child #divMenuWMUD { visibility: hidden; position:absolute; left:0px; top:2px; width:198px; }
	body:last-child:not(:root:root) #divMenuWMUD { visibility: hidden; position:absolute; left:0px; top:2px; width:198px; }
	@media all and (min-width:0px) {
	body:not(:root:root) #divMenuWMUD { visibility: hidden; position:absolute; left:0px; top:2px; width:198px; }
	}

/* "Products & Services" Drop-Down : this style is for display in Firefox, IE and Opera */
	#divMenuPS { visibility: hidden; position:absolute; left:0px; top:-1px; width:198px; } 
	
	/* "Products & Services" Drop-Down : the following styles are for display in Safari only */
	html[xmlns*=""] body:last-child #divMenuPS { visibility: hidden; position:absolute; left:0px; top:2px; width:198px; }
	body:last-child:not(:root:root) #divMenuPS { visibility: hidden; position:absolute; left:0px; top:2px; width:198px; }
	@media all and (min-width:0px) {
	body:not(:root:root) #divMenuPS { visibility: hidden; position:absolute; left:0px; top:2px; width:198px; }
	}
	
/* "About Us" Drop-Down : this style is for display in Firefox, IE and Opera */
	#divMenuAU { visibility: hidden; position:absolute; left:0px; top:-1px; width:198px; } 
	
	/* "About Us" Drop-Down : the following styles are for display in Safari only */
	html[xmlns*=""] body:last-child #divMenuAU { visibility: hidden; position:absolute; left:0px; top:2px; width:198px; }
	body:last-child:not(:root:root) #divMenuAU { visibility: hidden; position:absolute; left:0px; top:2px; width:198px; }
	@media all and (min-width:0px) {
	body:not(:root:root) #divMenuAU { visibility: hidden; position:absolute; left:0px; top:2px; width:198px; }
	}
	
/* "Holy Sepulchre" Under Construction Message : this style is for display in Firefox, IE and Opera 
#divHS { visibility: hidden; float:right; width:400px; background:#fef6dd; border:1px solid #886600; font-size:12px; color:#886600; padding:3px 5px 3px 5px; line-height:15px; } */

	/* "Holy Sepulchre" Under Construction Message : the following styles are for display in Safari only
	html[xmlns*=""] body:last-child #divHS { visibility: hidden; float:right; width:410px; background:#fef6dd; border:1px solid #886600; font-size:12px; color:#886600; padding:3px 5px 3px 5px; }
	body:last-child:not(:root:root) #divHS { visibility: hidden; float:right; width:410px; background:#fef6dd; border:1px solid #886600; font-size:12px; color:#886600; padding:3px 5px 3px 5px; }
	@media all and (min-width:0px) {
	body:not(:root:root) #divHS { visibility: hidden; float:right; width:410px; background:#fef6dd; border:1px solid #886600; font-size:12px; color:#886600; padding:3px 5px 3px 5px; }
	} */
	
.container {
	position:relative; 
	float:left;
	margin:3px 0 0 0;
	padding:0px;
	}
	
	/* Fixes the top margin position of the container div in Safari */
	html[xmlns*=""] body:last-child .container { position:relative; float:left; margin:0px; }
	body:last-child:not(:root:root) .container { position:relative; float:left; margin:0px; }
	@media all and (min-width:0px) {
	body:not(:root:root) .container { position:relative; float:left; margin:0px; }
	}
	

/* Styles for all 1st Tier links (main level navigation) */
a.tierONElinks:link, a.tierONElinks:visited  {
	display:block;
	background:#103d88;
	text-decoration: none;
	color: #ffffff;
	padding:3px 0px 4px 0px;
	margin:0px;	
	font-weight:normal;
	font-size:13px;
  	font-family:Trebuchet, Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	border:1px solid #103d88;
	width:196px;
	}
	
a.tierONElinks:active, a.tierONElinks:hover  {
	background:#e0edf3;
	color: #103d88;
	border:1px solid #2483a6;
	}
	


/* Styles for all 2nd Tier drop-down links */
.container div ul {
	list-style:none;
	margin:0px;
	padding:0px;
	border:1px solid #2483a6;
	}

.container div ul li {
	list-style:none;
	margin:0px;
	padding:0px;
	text-align:left;
	/*height:25px;*/
	}

.container div ul li a:link, .container div ul li a:visited {
	display:block;
	}
	
.container div ul li a:active, .container div ul li a:hover {
	display:block;
	}

#divMenuPS a:link, #divMenuPS a:visited, #divMenuAU a:link, #divMenuAU a:visited, #divMenuWMUD a:link, #divMenuWMUD a:visited {
	background:#e0edf3;
	cursor:pointer;
	text-decoration: none;
	color: #103d88;
	padding:3px 20px 3px 10px;
	font-weight:normal;
	font-size:12px;
	font-weight:normal;
  	font-family:Arial, Verdana, Trebuchet, Trebuchet MS, Helvetica, sans-serif;
	border-top:1px solid #ffffff;
	border-right:1px solid #ffffff;
	border-bottom:1px solid #ffffff;
	border-left:1px solid #ffffff;
	height:18px;
	}
	
#divMenuPS a:active, #divMenuPS a:hover, #divMenuAU a:active, #divMenuAU a:hover, #divMenuWMUD a:active, #divMenuWMUD a:hover {
	background:#ffffff; 
	cursor:pointer;
	color:#103d88;
	border-top:1px solid #2483a6;
	border-right:1px solid #ffffff;
	border-bottom:1px solid #2483a6;
	border-left:1px solid #ffffff;
	height:18px; 
	}
	
	

	
