/*
GENERAL
-------------------------------------------------------------------------------*/
body {
  font-family: verdana, arial, sans-serif;
  font-size: 62.5%;
  line-height: 1.8em;
  text-align: center;    
}

h1 {
  font-size: 1.7em;  
}

h2 {
  font-size: 1.5em;  
}

h3, h4, li {
  font-size: 1.2em;
}

p, label {
  font-size: 1.4em;
  padding: 5px 0 5px;
}

a {
  color: #fff;
  font-family: arial;
  font-size: 1em;
}

img {
  border: 0; 
}

a:link, a:active {

}

a:visited {
  
}

a:hover {
  text-decoration: none;
}

ul {
  list-style-type: none;
}

.clearBoth {
  clear: both; 
}

p.confirmation {
  background: #FAEBD7;
  border: 3px solid #00008B;
  color: #00008B;
  display: none;
  font-family: arial;
  font-style: italic;
  margin: 5px 0 5px;
  padding: 5px;
  width: 80%;
}

/*
TOP MENU
-------------------------------------------------------------------------------*/
#topMenu {
  margin: 4px 0 0 -20px;
  text-align: left;  
}

#topMenu a {
  font-size: 1.3em;
  text-decoration: none;
}

#topMenu a:hover {
  border-bottom: 3px solid #fff;
}

#topMenu ul {
  margin: 3px 0 0;
}

#topMenu li {
  display: inline;
  padding: 2px 20px;
}

/*
LOGO
-------------------------------------------------------------------------------*/
#logoImg img {
  border: 8px solid #fff; 
}

/*
SEARCH FORM
-------------------------------------------------------------------------------*/
#searchForm input {
  border: 2px solid #bcc8da;
  font-size: 1.3em;
}


/*
WELCOME/RECENT NEWS
-------------------------------------------------------------------------------*/
#welcome h1, #recentNews h1 {
  color: #8e7159;  
}

/*
WELCOME
-------------------------------------------------------------------------------*/
#welcome img {
  border: 5px solid #8e7159;
}

/*
RECENT NEWS
-------------------------------------------------------------------------------*/
#recentNews span {
  float: left;
  padding: 6px 5px 0 0;  
}

#wrapper #recentNews p a {
  color: #800000;  
}

/*
FOOTER CONTAINER
-------------------------------------------------------------------------------*/
#footerContainer {
  border-top: 7px solid #6b7d83;
}

/*
FOOTER
-------------------------------------------------------------------------------*/

#footer a {
  font-family: verdana, arial, sans-serif;
  padding: 1px;
}

#footer a:hover {
  background: #d8e8ee;
  color: #4a5e66;
}

/*
QUICKINFO ONE, TWO, THREES
-------------------------------------------------------------------------------*/
#quickInfoOne h2, #quickInfoTwo h2, #quickInfoThree h2 {
  font-family: font-family: "Lucida Sans", "Lucida Grande", Arial, Helvetica, Verdana, Tahoma, sans-serif;
  font-size: 1.4em;
  padding: 2px 0 7px 5px;
  font-weight: normal;
}

#quickInfoOne p, #quickInfoOne h2, #quickInfoTwo p, #quickInfoTwo h2, 
#quickInfoThree p, #quickInfoThree h2, #quickInfoThree li {
  color: #fff;
}

#quickInfoOne p, #quickInfoTwo p, #quickInfoThree p {
  font-size: 1.2em;  
  line-height: 1.2em;
}

/*
QUICKINFO ONE
-------------------------------------------------------------------------------*/
#quickInfoOne h2 {
  background: url(/images/mass-schedule-bg.png) no-repeat top left;
}

/*
QUICKINFO TWO
-------------------------------------------------------------------------------*/
#quickInfoTwo h2 {
  background: url(/images/gen-info-bg.png) no-repeat top left; 
}

#quickInfoTwo p a:hover {
  background: none;
  color: #fff799;
  text-decoration: none;
}

/*
QUICKINFO THREE
-------------------------------------------------------------------------------*/
#quickInfoThree h2 {
  background: url(/images/latest-catholic-news-bg.png) no-repeat top left; 
}

#quickInfoThree ul {
  padding: 5px 0 0;  
}

#quickInfoThree li {
  margin: -6px 0 0;
  padding: 6px 6px 6px 0;
}

#quickInfoThree ul li a {
  font-family: verdana, arial, sans-serif;
  font-size: 1.0em;
}
#quickInfoThree ul li a:hover {
  background: none;
  color: #fff799;
}

