<style type="text/css"> 
/* #e4dede; /* off white */
   #c4c8ca; /* gray*/
   #382203; /* very dark brown */
   #3d3d3b;  /*brown/black */ 
   #432202;  /*brown */
   #f4f1aa; /* light yellow */
   #f2df0e; /*  yellow */
   #b6bdd9; /* light blue */
   #e5d8bd; /* tan*/
   #4397eb; /*soft blue */
   #600; /* burgundy */
*/
/************* Our Lady of the Holyland *************************/
/************* desktop first - universal styles*************************/
html, body, main {
	height: 100%;
	width: 100%;
}
body, address, dd, dl, hr, p, form {  
	margin: 0; 
	padding: 0;
	font-size: 15px;
	line-height: 1.5em; 
	text-decoration: none;
	font-family: Verdana, Tahoma, Geneva, sans-serif;
} 
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
    display: block;
}
img, embed, object, video {
	max-width: 100%;
	height: auto;
	margin: 0;
} 
.noPad {
	padding: 0;
}
body {
	margin:0 auto;
	padding: 0;
	font-family: Verdana, Tahoma, Geneva, sans-serif;
	background-color: #e4e9ec; /* light blue */
}
h1, h1 a, h1 a:visited { 
	font-variant:small-caps;
	font-weight:bold;
	color: #382203; /* very dark brown */
	font-size:140%;
	text-indent:none;
	margin:.3em 0 .3em .3em;
	padding:0;
	line-height: 1.5em;
}
h2, h2 a:link, h2 a:visited {
	font-variant:small-caps;
	font-weight:700;
	color: #600; /* burgundy */
	font-size:130%;
	text-indent:none;
	margin: .3em 0 .3em .3em;
	padding:0;
	line-height: 1.7em;
}
h3, h3 a:link, h3 a:visited  {
	font-variant:small-caps;
	font-weight:bold;
	color: #000; 
	background-color: none;
	font-size:130%;
	margin: .3em 0 .3em 0;
	padding:0;
	line-height: 1.4em;
}
h3 a:active, h3 a:hover  {
	text-decoration:none;
	color: #4397eb; /*soft blue */ 
} 
h4, h4 a:link, h4 a:visited  {
	font-weight:bold;
	color:#4397eb; /*soft blue */ 
	background-color: none;
	font-size:110%;
	margin: 1em 0 0 0;
	padding:0;
	line-height: 1.4em;
}
h4 a:active, h4 a:hover  {
	text-decoration:none;
	color: #382203; /* very dark brown */ 
} 
h5 {
	font-variant:normal;
	font-weight:bold;
	color:#600; /* burgundy */
	font-size:110%;
	text-indent: 0;
	margin: .8em 0;
	padding: 0;
	line-height: 1.6em;
}
h6 {
	font-variant:small-caps;
	font-weight:bold;
	color:#600; /* burgundy */
	font-size:110%;
	text-indent: 15px;
	margin: 1em 0 0 .2em;
	padding:0;
	line-height: 1.6em;
}
a, a:visited {
	text-decoration:none;
	color:#4397eb; /*soft blue */
}
a:hover, a:active {
	text-decoration:none;
	color: #432202;  /*brown */
}
p {
	text-indent: 0;
	padding:0;
	margin: .5em 0;
}
.ccd, .ccd a:link, .ccd a:visited  {
	font-variant:small-caps;
	font-weight:bold;
	color: #03C; /*dark blue */
	background-color: none;
	font-size:122%;
	margin: .3em 0 .3em 0;
	padding:.8em 0;
	line-height: 1.6em;
}
.ccd a:active, .ccd a:hover  {
	text-decoration:none;
	color: #000;  
}
.red {
	color:#ac083e; /* red */
}
.blue {
	color: #4397eb; /*soft blue */
}
.container {
    width:100%;
	margin:0 auto;
	border-top: groove .4em #600; /* burgundy */
	position:relative;	
	text-align:left;
}
.banner {
	height:auto;
	min-height: 394px;
	width:auto;
	max-width: auto;
	margin: -.02em auto 0 auto;
	padding: .6em 0 0 0;
	background-image:url(../images/banner.jpg);
	background-repeat: no-repeat;
	background-position:center;
	background-size:contain;
	
	z-index: 0;
}
.content {
	margin: -.1em auto 0 auto;
	padding: 0;
	width: auto;
}
.left {
	visibility: visible;
	float:left;
	margin: -.6em 2em 9em -.7em;
	padding: 0 .4em 0 .2em;
	min-height: 52em;
	width: 17.4em;
	background-color: rgba(254,254,254,.85); 
	border-top: 3px ridge #600; /* burgundy */
	border-bottom: 3px ridge #600; /* burgundy */
	border-radius: 15px;
}
.nav {
	visibility: visible;
	background: none;
	width: 17.2em;
	min-height: 40em; 
	margin: .4em .1em;
	padding: .1em;
	display: block;
}
.nav a:link, .nav a:visited {
	color: #382203; /* very dark brown */
	background-color: #f3e4cf; /* tan */
	text-align:left;
	text-decoration:none;
	font-size: 90%;
	font-weight: 700;
	display:block;
	line-height: 1.3em;
	border-bottom: 2px solid #f2df0e; /*  yellow */
	padding: .5em .8em .4em .8em;
	margin: 0 0 .8em 0;
	border-radius: 0 15px 0; 
}
.nav a:active, .nav a:hover {
	color: #4397eb; /*soft blue */	
   	background-color: #cddae7; /* light blue */
	display:block;
	border-bottom: 2px solid #f2df0e; /*  yellow */
}
/******mobile nav & menu button hidden on desktop ******/
#mobile_nav ul { 
	display:none;
}
a.menu {
	display:none;
}
.main {
	margin: -.6em auto .4em auto;
	padding: 1.5em;
	width: auto;
	max-width: 1100px;
	background-color: #f3e4cf; /* tan */
	border-top: 3px ridge #382203; /* very dark brown */
	border: 3px ridge #382203; /* very dark brown */
	border-radius: 15px;
}
.bottomBoxes {
	margin: 0 auto;
	padding: 0;
	width: auto;
	max-width: 1000px;
}
.box1 {
	float: left;
	width: 45%;
	min-height: 5.8em;
	margin: 1.5% .6%;
	padding: 1.5%;
	border: 3px double #600; /* burgundy */
	border-radius: 10px;
	background-color: #cddae7; /* light blue */
	text-align:center;
	font-variant:small-caps;
	font-weight:bold;
	color:#4397eb; /*soft blue */ 
	font-size: 120%;
	line-height: 1.4em;
}
.box2 {
	float: left;
	width: 45%;
	min-height: 5.8em;
	margin: 1.5% .6%;
	padding: 1.5%;
	border: 3px double #600; /* burgundy */
	border-radius: 10px;
	background-color: #f3e4cf; /* tan */
	text-align:center;
	font-variant:small-caps;
	font-weight:bold;
	color:#600; /* burgundy */ 
	font-size: 120%;
	line-height: 1.4em;
}
#footer {
	margin: 0 auto;
	padding: 1em 0;
	height: auto;
	line-height: 1em;
	background-color: #cddae7; /* light blue */
	border-top: double 4px #600; /* burgundy */
}
.footer, .footer a:link, .footer a:visited {
	text-align:center;
	color: #382203; /* very dark brown */
	font-weight: bold; 
}
.footer a:hover, .footer a:active {
	color: #600; /* burgundy */
}
.office {
	float: left;
	width: 48%;
	margin: .5% 0 0 0;
	padding: 0 0 1em 1.2em;
	text-align:center;
	font-size: 90%;
	
}
.iframe {
	text-align: center;
	height: 90%;
}
.byline {
	font-size: .7em;
	font-weight: bold;
	text-indent: 0;
	line-height: 1.8em;
	text-align:center;
	margin: 0 5em;
	padding: 2em 0 0 0;
	color: #0d2581; /* dark blue */
	border-top: 2px solid #600;
}
.byline a:link, .byline a:active, .byline a:visited {
	color: #0d2581; /* dark blue */
	font-weight: bold;
}
.byline a:hover, .byline a:active {
	color: #600; /* burgundy */ 
}
.locations {
	margin: 0 auto;
	padding: 0;
	width: auto;
}
.address {
	float: none;
	width: auto;
	margin: 2% 4%;
	padding: 0;
	text-align:center;
}
.special {
	color:#ac083e; /* red */ 
	text-indent:30px;
	font-weight:bold;
	font-variant:small-caps;
}
.form {
	text-align: center;
	font-weight: 900;
}
.iframe {
	text-align: center;
}
.img-father {
	max-width: 225px;
	max-height: 225px;
	float:right;
	margin: 1em;
	border: 2px solid #382203; /* very dark brown */
}
.img-staff {
	border: 2px solid #382203; /* very dark brown */ 
}
.imgRight {
	float:right;
	margin: 1em;
}
.imgLeft {
	float:left;
	margin: 1em;
}
.imgCenter {
	float:none;
	text-align:center;
}
.imgHide {
	width: 100%
	height: 100%;
	margin: 1em;
	visibility:visible;
}
.main ul li {
	list-style:none;
	padding: 0;
	margin: .2em 0 .3em 1em;
}
li {
	list-style:none;
	padding: 0;
	margin: .2em 0 .3em .5em;
}
.hr {
	text-align:left;
	width:80%;
	border-top: 2px ridge #f3e4cf; /* tan */  
	padding: 0 10%;
	margin: 1em auto;
}
.hr-thick {
	text-align:left;
	width:80%;
	border-top: 1px ridge #600; /* burgundy */
	border-bottom: 4px ridge #f3e4cf; /* tan */
	padding: 0 10%;
	margin: 1em auto;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
/**************** large tablet styles*/
@media only screen and (min-width:781px) and (max-width:980px) {
.banner {
	height:auto;
	min-height: 287px;
	width:auto;
	max-width: 900px;
	margin: 0 auto;
	padding: 0;
	background-image:url(../images/banner-tablet.jpg);
}
.img-father {
	max-width: 200px;
	max-height: 200px;
	float:right;
	margin: 1em;
	border: 2px solid #382203; /* very dark brown */
}
.image-map {
	padding: 0;
	margin: .5em;
	max-width: 480px;
}
.left {
	margin-bottom: 2em;
}
.office {
	float: left;
	width: 48%;
	margin: .5% 0 0 0;
	padding: 0 0 1em .5em;
	text-align:center;
	font-size: 90%;
	
}
.box1 {
	width: 45%;
	min-height: 5.8em;
	margin: 1.5% .6%;
	padding: 1.5%;
}
.box2 {
	width: 45%;
	min-height: 5.8em;
	margin: 1.5% .6%;
	padding: 1.5%;
}
.footer, .footer a:link, .footer a:visited {
	font-size: 95%;
	font-weight: 800; 
}
.byline {
	font-weight: 800;
}
}
/************************* small tablet styles **********************************************/
@media only screen and (min-width:481px) and (max-width:780px) {
h1, h2 {
	font-size: 110%;
	margin: .5em 0;
	padding:0;
	line-height: 1.2em;
}
h3, h4, h5, h6 {
	font-size: 110%;
	margin: .5em 0;
	padding:0;
	line-height: 1em;
}
.imgHide {
	width: 50%
	height: 50%;
	visibility:visible;
}
.banner {
	height:auto;
	min-height: 287px;
	width:auto;
	max-width: 800px;
	margin: 0 auto;
	padding: 0 2em;
	background-image:url(../images/banner-tablet.jpg);
}
.content {
	margin: 0 auto;
	padding: 0;
	width: auto;
}
.main    { 
	width: auto;
	margin: .6em auto;
	padding: .4em .8em 0 1em;
	background-color: #f3e4cf; /* tan */
}
.img-father {
	max-width: 165px;
	max-height: 165px;
	float:right;
	margin: 1em;
	border: 2px solid #382203; /* very dark brown */
}
.box1 {
	width: 95%;
	min-height: 4em;
	margin: 1.5% .6%;
	padding: 1.5%;
}
.box2 {
	width: 95%;
	min-height: 5em;
	margin: 1.5% .6%;
	padding: 1.5%;
}
.office {
	float: left;
	width: 95%;
	margin: .5% 0 0 0;
	padding: 0 0 1em 1.2em;
	text-align:center;
	font-size: 90%;
	
}
.byline {
	font-weight: 700;
	font-size: .70em;
	line-height: 1.8em;
}
/********* menu button links to nav at bottom of page ***********/
a.menu {
    width: auto;
	min-height: 40px;
	background-image:url(../images/menu.png);
	background-repeat: no-repeat;
	background-position:center;
    padding: .2em 0;
	margin: 1em auto;
	display:block;
	visibility: visible;
	z-index: 1000;
}
a.menu:hover,
a.menu:focus {
    background-image:url(../images/menu-hover.png);
	background-repeat: no-repeat;
	background-position:center;
	background-color:transparent; 
}
/********** desktop nav is hidden */
.left {	
	display:none;
}
/********* mobile nav at bottom of page *****/ 
/**** block of links *****/ 
#mobile_nav ul {
    list-style: none;
	background-color: #f3e4cf; /* tan */
    padding: 0;
	margin: .3em;
	border-top: 4px ridge #fff;
	border-bottom: 3px ridge #fff;
	border-radius: 15px;
	visibility: visible;
	display: block;
}
/**** each link *****/  
#mobile_nav li a {
    	display: block;
    	padding: .2em 0 0 0;
	margin: .2em -.06em .2em -.5em;
    	color: #382203; /* very dark brown */
	text-align: center;
    	text-decoration: none;
    	font-weight: 700;
	font-size: 95%;
    	letter-spacing: 0.1em;
    	height: 2em;
	border-bottom: 2px solid #f2df0e; /*  yellow */
}
#mobile_nav li:last-child a, #mobile_nav li:last-child a:hover {
    	border-bottom: none;
}
#mobile_nav li a:hover,
#mobile_nav li a:focus {
    	color: #4397eb; /*soft blue */	
   	background-color: #cddae7; /* light blue */
	border-bottom: 2px ridge #f2df0e; /*  yellow */
}
}

/*************************** mobile styles ***************************************/
@media only screen and (max-width:480px) {
h1, h2 {
	font-size: 120%;
	margin: .5em 0;
	padding:0;
	line-height: 1.2em;
}
h3, h4, h5, h6 {
	font-size: 100%;
	margin: .8em 0;
	padding:0;
	line-height: 1em;
}
p {
	font-size: 100%;
	line-height: 1.2em;
}
.imgHide {
	display: none;
}
.banner {
	height:auto;
	min-height: 237px;
	width:auto;
	max-width: 660px;
	margin: 0 auto;
	padding: 0 2em;
	background-image:url(../images/banner-mobile.jpg);
	background-repeat: no-repeat;
	background-position:center;
	background-size:contain;
	z-index: 0;
}
.content {
	margin: 0 auto;
	padding: 0;
	width: auto;
}
.main    { 
	width: auto;
	margin: .6em auto;
	padding: .4em .8em 0 1em;
	background-color: #f3e4cf; /* tan */
}
.img-father {
	max-width: 150px;
	max-height: 150px;
	float:right;
	margin: 1em;
	border: 2px solid #382203; /* very dark brown */
}

/************* now these divs stack *************************/
.bottomBoxes {
	margin: 0 auto;
	padding: 0;
	width: auto;
}
.box1 {
	float: left;
	width: 93%;
	min-height: 6em;
	margin: .5% 2% 2% 2%;
	padding: 2.5% .5% 0 .5%;
	border: 3px double #600; /* burgundy */
	border-radius: 10px;
	background-color: #cddae7; /* light blue */
	text-align:center;
	font-variant:small-caps;
	font-weight:bold;
	color:#4397eb; /*soft blue */ 
	font-size: 120%;
	line-height: 1.4em;
}
.box2 {
	float: left;
	width: 93%;
	min-height: 6em;
	margin: .5% 2% 2% 2%;
	padding: 2.5% .5% 0 .5%;
	border: 3px double #600; /* burgundy */
	border-radius: 10px;
	background-color: #f3e4cf; /* tan */
	text-align:center;
	font-variant:small-caps;
	font-weight:bold;
	color:#600; /* burgundy */ 
	font-size: 120%;
	line-height: 1.4em;
}
.office {
	float: left;
	width: 95%;
	margin: .5% 0 0 0;
	padding: 0 0 1em 1.2em;
	text-align:center;
	font-size: 90%;	
}
.byline {
	font-weight: 700;
	font-size: 65%;
	padding-left: 0;
	padding-right: 0;
	margin-left: 0;
	margin-right: 0;
	line-height: 1.8em;
}
/********* menu button links to nav at bottom of page ***********/
a.menu {
    	width: auto;
	min-height: 30px;
	background-image:url(../images/menu.png);
	background-repeat: no-repeat;
	background-position:center;
    	padding: .2em 0;
	margin: 1em auto;
	display:block;
	visibility: visible;
	z-index: 1000;
}
a.menu:hover,
a.menu:focus {
    	background-image:url(../images/menu-hover.png);
	background-repeat: no-repeat;
	background-position:center;
	background-color:transparent; 
}
/********** desktop nav is hidden */ 
.left {	
	display:none;
}
/********* mobile nav at bottom of page *****/ 
/**** block of links *****/ 
#mobile_nav ul {
    	list-style: none;
	background-color: #f3e4cf; /* tan */
    	padding: 0;
	margin: .1em .3em;
	border-top: 4px ridge #fff;
	border-bottom: 3px ridge #fff;
	border-radius: 1em;
	visibility: visible;
	display: block;
}
/**** each link *****/  
#mobile_nav li a {
    	display: block;
	padding: .3em 0 0 0;
	margin: .2em -.06em .2em -.5em;
    	color: #382203; /* very dark brown */
	text-align: center;
    	text-decoration: none;
    	font-weight: 700;
	font-size: 90%;
    	letter-spacing: 0.1em;
    	height: 2em;
	border-bottom: 2px solid #f2df0e; /*  yellow */
}
#mobile_nav li:last-child a, #mobile_nav li:last-child a:hover {
    border-bottom: none;
}
#mobile_nav li a:hover,
#mobile_nav li a:focus {
    	color: #4397eb; /*soft blue */	
   	background-color: #cddae7; /* light blue */
	border-bottom: 2px ridge #f2df0e; /*  yellow */
}
}

