/* centre the page */
#page {
  margin: 0 auto;
  min-width: 952px;
  width: 952px;
  position: relative;
}


/* basic styling -- global body settings */
p, td, th, ul, li, select, a { 
  font-size: 10pt;
  color: #052C55;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  margin: 0;
  padding: 0;
}

.small-text {
  font-size: 0.8em;
}

ul {
  padding-left: 2em;
  margin-left: 0;
  position: relative;
  /* left: 2em; */
}

select { 
  border: none;
}

/* headlines */
h1, h2, h3, h4, h5, h6 {
  padding-top: 8px;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  font-weight: bold;
  color: #00376E;
  font-family: "Times New Roman", Times, serif;
  margin: 0;
}

h1 { 
  font-size: 1.7em;  /* 18pt */
  padding-bottom: 8px;
  margin-top: -0.51em;
}

h2 {
  font-size: 1.5em;  /* 16pt */
  padding-bottom: 7px;
  margin-top: -0.45em;
}

h3 { 
  font-size: 1.3em;  /* 14pt */
  padding-bottom: 6px;
  margin-top: -0.39em;
}

h4 { 
  font-size: 1.22em; /* 13pt */
  padding-bottom: 5px;
  margin-top: -0.37em;
}

h5 { 
  font-size: 1.125em; /* 12pt */
  padding-bottom: 4px;
  margin-top: -0.34em;
}

h6 { 
  font-size: 1.03em; /* 11pt */
  padding-bottom: 3px;
  margin-top: -0.31em;
}

img {
  border: 1px;
}

/* used to turn off border, especially on images that don't need it */
.no-border {
  border: 0;
}

/* as opposed to roundedBoxBlue, fadeBoxYellow */
.noBox {
  position: relative;
  width: 100%;
  overflow: hidden;
}

/* content within noBox,  roundedBoxBlue and fadeBoxYellow */
.boxed {
  margin: 8px;
  margin-bottom: 16px;
}

/* blue backgrounds */
.roundedBoxBlue {
  position: relative;
  background-color: #e5ebf0;
  background-image: url(rounded_blue_bg.gif);
  background-position: bottom;
  background-repeat: repeat-x;
  width: 100%;
  overflow: hidden;
}

.roundedBoxBlue .leftCorner {
	position: absolute;
	background-image: url(rounded_corner_left.gif);
	background-repeat: no-repeat;
	left: 0px;
	top: 0px;
	width: 5px;
	height: 5px;
}

.roundedBoxBlue .rightCorner {
	position: absolute;
	background-image: url(rounded_corner_right.gif);
	background-repeat: no-repeat;
	right: 0px;
	top: 0px;
	width: 5px;
	height: 5px;
}

/* yellow backgrounds */
.fadeBoxYellow {
	position: relative;
	background-color: #f8efe7;
	background-image: url(yellow_bg.gif);
	background-position: bottom;
	background-repeat: repeat-x;
	width: 100%;
	overflow: hidden;
}

.fadeBoxYellow .topEdge {
	position: absolute;
	background-color: #edcaaa;
	width: 100%;
	height: 1px;
	top: 0px;
	left: 0px;
}

.fadeBoxYellow .leftEdge {
	position: absolute;
	background-color: #edcaaa;
	background-image: url(yellow_side.gif);
	background-position: bottom;
	background-repeat: repeat-x;
	left: 0px;
	width: 1px;
	height: 5000px;
	bottom: 0px;
}

.fadeBoxYellow .rightEdge {
	position: absolute;
	background-color: #edcaaa;
	background-image: url(yellow_side.gif);
	background-position: bottom;
	background-repeat: repeat-x;
	right: 0px;
	width: 1px;
	height: 5000px;
	bottom: 0px;
}

/* obsolete backgrounds */
.element-shaded {
   padding-left: 8px;
   background-image: url(cell_bg_short.gif);
   background-repeat: repeat-x;
   background-color: white;
}

.element-unshaded {
   padding-left: 8px;
}

.element-shaded-blue {
   padding-left: 8px;
   background-image: url(cell_bg_blue.gif);
   background-repeat: repeat-x;
   background-color: white;
}

.blue-rule, .brown-rule {
  border-top: 1px;
  border-top-color: #CBD8E1;
  border-top-style: solid;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
  height: 1px;
  padding: 0;
  margin: 0;
  font-size: 1px;
}

.blue-rule {
  border-top-color: #CBD8E1;
}
.brown-rule {
  border-top-color: #EEE4DB;
}

/* common links */
a, a:link {	color: #00376E; font-weight: normal;
   text-decoration: underline; 
}
a:visited	{	color: #00376E;
   text-decoration: underline; 
}
a:hover		{	color: #FFFFFF;
   background-color: #00376E;
   text-decoration: underline; 
}
a:active	{	color: #00376E;
   text-decoration: underline; 
}
a.img {
   border: none;
}

/* useful break */
.clear {
  clear: both;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.padding-eight-top {
  padding-top: 8px;
}

.padding-eight-left {
  padding-left: 8px;
}

.invisible {
  display: none;
}

/* IE hacks are in style2ie.css
.gainlayout:
*/

/* top image and search box */
#top {
    width: 952px;
    height: 83px;
    border: none;
    background-image: url(header_bg.gif);
    background-repeat: repeat-x;
    background-color: #003768;
    margin: 0;
    padding-bottom: 0px;
    padding-top: 1px;
    padding-left: 0px;
    padding-right: 0px;
  }

#top div.logo {
    float: left;
    width: 450px;
    height: 66px;
    padding-top: 8px;
    padding-left: 8px;
    padding-right: 0px;
    padding-bottom: 0px;
}

#top div.search-box {
    float: right;
    width: 450px;
    padding-top: 32px;
    padding-left: 0px;
    padding-right: 5px;
    padding-bottom: 0px;
    margin: 0;
    text-align: right;
}

#top .search {
  padding: 0px;
}

#searchhead {
  margin: 0;
}

#top .search-button {
  padding-top: 0px;
  padding-left: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  margin: 0;
  vertical-align: bottom;
}

/* top navigation row */
#navtop {
    width: 952px;
	height: 2em;
	background-image: url(menu_bg.gif);
	background-position: 0px -31px;
	background-repeat: repeat-x;
	background-color: #003768;
}

#navtop ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

#navtop li {
	float: left;
}

#navtop li a {
	/*background: url(menu_bg.gif);*/
	/*background-repeat: repeat-x;*/
	/*background-position: 0px -31px;*/
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	font-weight: bold;
	height: 2.4em;
	line-height: 2.6em;
	float: left;
	padding-left: 15px;
	padding-right: 15px;
	display: block;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
}

#navtop li a:hover {        
	background-image: url(menu_bg.gif);
	background-position: 0px 0px;
	background-repeat: repeat-x;
}

.navspacer {
      font-size: 10pt;
      vertical-align: middle; 
}

/* Head navigation submenu */
div.menu, div.menu a.mI, div.menu a.mI span.mIText, div.menu a.mI span.mIArrow {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10pt;
  font-style: normal;
  font-weight: normal;
}

div.menu {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10pt;
  background-color: #00376E;
  border: 1px solid #99AFC3;
  text-align: left;
  left: 0px;
  position: absolute;
  top: 0px;
  visibility: hidden;
  z-index: 101;
}

div.menu a.mI, div.menu a.mICurrent {
  color: #FFFFFF;
  background-color: #00376E;
  cursor: pointer;
  display: block;
  padding: 3px 1em;
  text-decoration: none;
  white-space: nowrap;
}

div.menu a.mI:hover, div.menu a.mIHighlight, div.menu a.mICurrent, div.menu a.mI:hover span.mIText, div.menu a.mI:hover {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10pt;
  color: #FFFFFF;
  background-color: #4D7396;
}

span.mIArrow {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 7pt;
  color: #FFFFFF;
}

div.menu a.mI span.mIText, div.menu a.mI span.mIArrow {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10pt;
  color: #FFFFFF;
}

div.menu a.mI span.mIArrow {
  margin-right: -.75em;
}


/* front page specific styling */
#front {
  width: 952px;
  border-left: 1px solid #99AFC3;
  border-right: 1px solid #99AFC3;
  border-top: none;
  border-bottom: none;
  border-collapse: collapse;
  padding: 0;
}

#front-left {
  /* float: left; */
  width: 489px;
  vertical-align: top;
  padding-left: 5px;
  padding-right: 5px;
}

#front-left .element-left {
  padding-left: 8px;
  padding-top: 8px;
}

#front-left .element-column {
  width: 100%;
  vertical-align: top;
}

#front-left .element-full {
  width: 100%;
  vertical-align: top;
}

#front-left .element-half {
  width: 100%;
  vertical-align: top;
}

#front-right {
  /* float: right; */
  width: 463px;
  vertical-align: top;
  padding-top: 8px;
  padding-right: 5px;
}

.player {
  width: 463px;
  height: 48px;
  background-image: url(playerBlock.gif);
  background-repeat: no-repeat;
}

.player-text {
  margin-top: 10;
  margin-right: 0;
  margin-botom: 0;
  margin-left: 140px;
}

.player-link {
}

.player-button {
  width: 94px;
  height: 28px;
}

#front-find { 
}

#front-find-heading {
  
}

#front-find-body {
  width: 440px;
}

#front-find-left {
  width: 250px;
  float: left;
  vertical-align: top;
}

#front-find-dropdown {
  vertical-align: top;
}

#front-find-go-button {
  padding-top: 0px;
  vertical-align: text-top; 
}

#front-find-right {
  width: 184px; 
  float: right;
  vertical-align: top;
}

#front-clear {
  clear: both;
  height: 1px;
}

/* all pages apart from front */

#main {
  width: 952px;
  border-left: 0;
  border-right: 1px solid #99AFC3;
  border-top: none;
  border-bottom: none;
  border-collapse: collapse;
  margin: 0;
  padding: 0;
}

/* only row in the content-table */
#content-row {
  padding: 0;
  margin: 0;
  border: 0;
  vertical-align: top;
}


/* full width column in the content-row: contains content div. */
#content-all {
  width: 100%;
  padding: 0;
  margin: 0;
  border: 0;
  vertical-align: top;
}

/* right-hand column in the content-row: contains content div. */
#content-column {
  padding: 0;
  margin: 0;
  border: 0;
  vertical-align: top;
}

#navleft {
  /* float: left; */
  width: 157px;  /* leaves 785 to its right */
  padding: 8px;
  margin: 0;
  border: 0;
  vertical-align: top;
  background-image: url(sidebar_bg.gif);
  background-repeat: repeat-x;
  background-color: #003768;
  color: #FFFFFF;
  font-size: 10pt;
  font-family: Verdana, Arial, Helvetica, sans-serif;
}
ul.navleft, li.navleft, li.navleftactive,  p.navleft,
a.navleft, a.navleft:link, a.navleft:hover, a.navleft:active, a.navleft:visited,
a.navleftactive, a.navleftactive:hover, a.navleftactive:active, a.navleftactive:visited {
   color: #FFFFFF;
   list-style-type: none;
}
a.navleft, a.navleft:link, a.navleft:hover, a.navleft:active, a.navleft:visited,
a.navleftactive, a.navleftactive:hover, a.navleftactive:active, a.navleftactive:visited {
   text-decoration: none; 
}
a.navleft:hover, a.navleftactive:hover {
   text-decoration: underline; 
}

ul.navleft, li.navleft, li.navleftactive {
   margin: 0;
   padding-top: 4px;
   padding-right: 0px;
   padding-bottom: 4px;
   padding-left: 8px; 
}

li.navleftactive, a.navleftactive {
  font-weight: bold;
}

.navmap {
  padding-left: 40px;
}

.navleft-go-button {
  padding-top: 1px;
  padding-left: 116px;
}

.navleft-search-button {
  padding-top: 1px;
  padding-left: 96px;
}


/* any page - inside main with navleft */

#content {
  /* float: right; */
  width: 775px; /* 785 - 2 * 5 */
  vertical-align: top;
  padding: 0;
  /*padding-top: 0;*/
  /*padding-left: 5px;*/
  /*padding-right: 5px;*/
  /*padding-bottom: 5px;*/
  margin: 0;
}

#content .element-column {
  width: 100%;
  vertical-align: top;
}

#content .element-full {
  display: inline-block;
  width: 765px; /* 775 - 2 * 5 */
  vertical-align: top;
  padding: 5px;
}

#content .element-half {
  float: left;
  display: inline-block;
  width: 372px; /* should be: 372 = 765/2 - 2 * 5 */
  vertical-align: top;
  padding: 5px;
}

#cathedral {
  /* float: right; */
  width: 775px; /* 785 - 1 * 8 */
  vertical-align: top;
  padding-top: 0;
  padding-left: 0px;
  padding-bottom: 5px;
  padding-right: 8px;
  margin: 0;
}

#cathedral h1.cathedral-top {
  font-size: 16pt;
  padding-top: 10px;
  padding-left: 16px;
  padding-bottom: 0px;
  padding-right: 0px;
  border-top: 0;
  margin: 0;
}

.cathedral-left {
  float: left;
  width: 455px; /* should be: 459 = 775 - 300 - 2 * 8 */
  vertical-align: top;
  padding-top: 0;
  padding-left: 8px;
  padding-bottom: 0;
  padding-right: 8px;
  font-size: 10pt;
  color: #052C55;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  margin: 0;
}

.cathedral-right {
  float: right;
  width: 300px; /* should be: 300 ??? */
  vertical-align: top;
  padding-top: 0;
  padding-left: 8px;
  padding-right: 8px;
  padding-bottom: 0px;
}

.cathedral-right-box {
  width: 300px;
}

.cathedral-left-bold {
  font-weight: bold;
  font-size: 10pt;
  color: #052C55;
  font-family: Verdana, Arial, Helvetica, sans-serif;
}

#services {
  font-weight: bold;
  font-size: 10pt;
  color: #052C55;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  width: 100%;
}

#services td {
  font-weight: bold;
  font-size: 10pt;
  color: #052C55;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  vertical-align: top;
}

#services td.service-day {
  font-weight: bold;
  width: 100px;
}

#services td.service-details {
  font-weight: normal;
}

#cathedral-grants td {
  font-weight: bold;
  font-size: 10pt;
  color: #052C55;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  vertical-align: top;
}

#cathedral-grants td.grant-year{
  font-weight: bold;
  width: 100px;
}

#cathedral-grants td.grant-amount {
  font-weight: normal;
}

div.cathedral-spacer {
  height: 5px;
  margin: 0;
  padding: 0;
  font-size: 1px;
}

span.cathedral-right {
  font-size: 10pt;
  color: #052C55;
  font-family: Verdana, Arial, Helvetica, sans-serif;
}

div.cathedral-right-column {
  width: 158px;
  display: block;
  float: left;
}

#bigImage {
	display:block;
	padding-bottom:5px;
  border: #577FB2;
}

#thumbs {
	display:block;
}

#thumbs img {
	display:inline;
	padding-left:5px;
}

#thumbs img#firstThumb {
	padding-left:0px;
}

#thumbs a:hover, #thumbs a:active {
    background-color: #FFFFFF;
}

#tooltip {
	position: absolute;
	left: 10px;
	right: 10px;
	display: none;
	width: 150px;
	background-color: #FFFFFF;
	padding: 2px;
    z-index: 10;
}

#tooltip #inner {
	border: solid 1px #003768;
	padding: 1px;
}

#tooltipUpper {
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	background-image: url(tooltip_bg.gif);
	background-color: #002242;
	background-repeat: repeat-x;
	color: #FFFFFF;
	font-size: 13px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}

#tooltipLower {
	background-color: #FFFFFF;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 3px;
	padding-bottom: 3px;
	color: #003768;
	font-size: 11px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
	display: none;
}

/* the footer at the bottom of ALL pages */

div.linksfoot {
	color: #002D56;
	width: 950px;
    height: 20px;
    border-left: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-top: 1px solid #CCCCCC;
	background-image: url(footer_bg.gif);
	background-color: #E6EBEF;
	background-repeat: repeat-x;
    margin: 0;
    padding-top: 4px;
    text-align: right;
}

a.linksheadfoot,a.linksheadfoot:link {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 9pt;
    color: #002D56;
    background-color: #E6EBEF;
    font-weight: normal;
    text-decoration: none;
    padding-top: 0;
    padding-right: 8px;
    padding-bottom: 0;
    padding-left: 8px; 
}

a.linksheadfoot:visited, a.linksheadfoot:hover, a.linksheadfoot:active {
    color: #002D56;
    background-color: #E6EBEF;
}

a.linksheadfoot:visited, a.linksheadfoot:active {
    text-decoration: none;
}

a.linksheadfoot:hover {
    text-decoration: underline;
}

.foot-icon {
  border: 0;
  vertical-align: text-bottom;
  padding-top: 0;
  padding-right: 8px;
  padding-bottom: 0;
  padding-left: 8px;
  margin: 0;
}

#join {
  border: 0;
  border-collapse: collapse;
  margin: 0;
  padding: 0;
}

#join .left {
  width: 161px;
  background: url("images/leftStalls.jpg");
}


#join-form {
  width: 735px;
}

.join-left {
  /* float: left; */
  width: 50%;
  vertical-align: top;
  padding-top: 0;
  padding-left: 8px;
  padding-bottom: 0;
  padding-right: 8px;
  font-size: 10pt;
  color: #052C55;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  margin: 0;
}

.join-right {
  /* float: right; */
  width: 50%;
  vertical-align: top;
  padding-top: 0;
  padding-left: 8px;
  padding-right: 8px;
  padding-bottom: 0px;
}

.field {
  display: block;
}

.join-right label {
}

.join-right .inputs {
}

#join2 {
  border: 0;
  border-collapse: collapse;
  margin: 0;
  padding: 0;
}

#join2 .left {
  width: 161px;
  background: url("images/leftStalls.jpg");
}


#join-form2 {
  width: 755px;
}

.join-left2 {
  /* float: left; */
  width: 60%;
  vertical-align: top;
  padding-top: 0;
  padding-left: 8px;
  padding-bottom: 0;
  padding-right: 8px;
  font-size: 10pt;
  color: #052C55;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  margin: 0;
}

.join-right2 {
  /* float: right; */
  width: 40%;
  vertical-align: top;
  padding-top: 0;
  padding-left: 8px;
  padding-right: 8px;
  padding-bottom: 0px;
}

.field2 {
  display: block;
}

.join-right2 label {
}

.join-right2 .inputs {
}

table .data {
  border-collapse: collapse;
  border: 0;
  width: 100%;
}

table .data td {
  padding: 8px;
}

table .data .odd {
  background-color: #f2f6f9;
}

table .data .even {
}

table .data .total td {
  background-color: #e6ebef;
  border-top-color: #CBD8E1;
  border-top-style: solid;
  border-top: 1px;
  font-weight: bold;
}


