/* TABLE OF CONTENTS
=============================================================================
  1. Globals - Default HTML elements styling.
  2. Library - Styling for custom elements used throughout the site.
  3. Template - Styling for structure of the site.
  4. Page Styles - Styling for page-specific elements.
=============================================================================*/


/* @group Globals
=============================================================================
Default HTML elements styling.
=============================================================================*/
@font-face {
    font-family: 'Times New Roman';
    font-weight: normal;
    font-style: normal;
}

body {
  color: #454545;
  background: #e1daca;
  font: normal normal 14px/18px "Times New Roman", Helvetica, Arial, sans-serif;
}

article, section, nav, menu, aside, footer, header
{
	display: block;
}

li
{
padding: 0px;
margin: 0px;
}

#top-container
{
	width: 100%;
	height: 590px;
	background: #e1e1e1;
  	background: -webkit-gradient(linear, top, bottom, from(#e3dccc), to(#dfd0b3));
  	background: -moz-linear-gradient(top, #e3dccc, #dfd0b3);
  	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e1e1e1', endColorstr='#e1e1e1');
}

#top-container-inner
{
	width: 100%;
	height: 150px;
	background: #e1e1e1;
  	background: -webkit-gradient(linear, top, bottom, from(#efeae0), to(#dfd0b3));
  	background: -moz-linear-gradient(top, #efeae0, #dfd0b3);
  	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e1e1e1', endColorstr='#e1e1e1');
}

#bottom-container
{
width: 100%;
background: #f5f5f5;
padding: 0px 0px 20px 0px;
}

#bottom-container-inner
{
display: block;
width: 100%;
background: #f5f5f5;
}

#main-content
{
	display: inherit;
	width: 960px;
	margin: 0px auto 0;
}

footer
{
	width: 100%;
	height: 164px;
	background: #d9d8d7;
	clear: both;
}

#footer-content
{
	width: 960px;
	margin: 0px auto 0;
	font-size: 12px;
}
/*New footer style rules - Added 4/1/2012*/

#footer-nav
{
	width: 55%;
	font-size: 12px;
	float: left;
	margin: 0 25px 0 0;
	font: #414141;
}
#footer-nav a, a:link, a:visited, a:active {
  color: #414141;
  font-weight: bold;
  outline: none;
  text-decoration: none;
  -moz-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
}
#footer-nav
{
	width: 55%;
	font-size: 12px;
	float: left;
	margin: 0 25px 0 0;
}
#footer-sponsors
{
	background: #f7f7f7;
	width: 20%;
	height: 85px;
	font-size: 12px;
	float: left;
}
#footer-sponsors-text
{
	background: #414141;
}
#footer-sponsors-text p
{
	color: #FFF;
	font-weight: bold !important;
}
#footer-sponsors-2
{
	background: #f7f7f7;
	width: 20%;
	height: 85px;
	font-size: 12px;
	float: right;
}
#footer-sponsors-text-2
{
	background: #414141;
}
#footer-sponsors-text-2 p
{
	color: #FFF;
	font-weight: bold !important;
}
/*End new footer style rules*/

a, a:link, a:visited, a:active {
  color: #8f2830;
  font-weight: bold;
  outline: none;
  text-decoration: none;
  -moz-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
}
a:hover {
  color: #454545;
}
a.caption_link{
  color: #8399b2;
  font-weight: bold;
  outline: none;
  text-decoration: none;
  -moz-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  font-size: 14px;
}
a.see-more{
	/*background: url('/en/graphics/see-more.png') no-repeat;*/
	z-index: 3;
	height: 26px;
	width: 76px;
	text-decoration: none;
	outline: none;
	margin: 0 0 0px 90px;
}
a.see-more-whatis{
	/*background: url('/en/graphics/see-more.png') no-repeat;*/
	z-index: 3;
	height: 26px;
	width: 76px;
	text-decoration: none;
	outline: none;
	margin: 20px 0 0 345px;
}
a.see-more-faithresources{
	/*background: url('/en/graphics/see-more.png') no-repeat;*/
	z-index: 3;
	height: 26px;
	width: 76px;
	text-decoration: none;
	outline: none;
	margin: 0 0 0px 150px;
}

blockquote {
  font-style: italic;
  margin-left: 15px;
}
#page p { margin-bottom:10px; }
strong { font-weight: bold; }
em { font-style: italic; }
small { font-size: 30%; }
hr
{
	background: #c4b69b;
	border: 0 #c4b69b solid;
	border-top-width: 1px;
	clear: both;
	height: 0;
}
h1 {
  font-size: 25px;
  line-height: 1.5;
  font-weight: 100;
  margin-bottom: 10px;
}

h1 a {
    display: block;
    height: 100%;
    width: 100%;
  }
h1.section-title-inner
{
	color: #333;
	line-height: 20px;
	font: normal normal 30px/30px 'Times New Roman';
	text-transform:uppercase;
}

h1.section-title-inner span.lc
{
	text-transform: lowercase;	
}

h2 {
  color: #656565;
  font-size: 17px;
  font-style: italic;
  font-weight: 100;
  line-height: 1.5;
  margin: 0px 0 10px 0;
}
  h2.section-title {
    color: #454545;
    font-size: 20px;
    font-style: normal;
    margin: 0 0 10px 0;
	text-align: center;
	text-transform:uppercase;
  }
  
  h2.section-title span.lc
  {
	text-transform: lowercase;  
  }
  
h3 {
  font-size: 20px;
  font-weight: 100;
  line-height: 24px;
  margin-bottom: 20px;
}

img
{
	margin: 0px 15px 0px 0px;
	border: 1px solid #454545\9; /* Adding border for IE 7 & IE 8 to substitute non-support of box-shadow */
	-webkit-box-shadow: 2px 2px 5px rgba(0,1,2,0.5);
    -moz-box-shadow: 2px 2px 5px rgba(0,1,2,0.5);
    box-shadow: 2px 2px 5px rgba(0,1,2,0.5);	
}

.img_l
{
float: left;
margin: 0px 10px 5px 0px;
display: inline-block;
}

.img_r
{
float: right;
margin: 0px 0px 5px 10px;
display: inline-block;
}

.img_185
{
width: 185px;	
}

.img_200
{
 width: 200px;	
}

.img_250
{
 width: 250px;
}

.img_300
{
 width: 300px;
}

.img_350
{
 width: 350px;
}

.img_400
{
	width: 400px;
}

.img_caption p
{
	text-align:left;
	font-weight: bold !important;
	font-size:11px;
	margin-top:0px;
}

.noborder
{
	border: none;	
}

.noshadow
{
	-webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.timg
{
	margin-bottom: 20px;	
}
.inline
{
	display: inline;
}

/*::selection {
}
::-moz-selection {
}*/
/* @end */

/* @group Library
=============================================================================
Styling for custom elements used throughout the site.
=============================================================================*/
.clearfix:after { clear: both; content: "."; display: block; height: 0; visibility: hidden; }
.clearfix { display: block; }
img.alignright { margin-left: 15px; }
img.alignleft { margin-right: 15px; }
.aligncenter,div.aligncenter { display: block; margin-left: auto; margin-right: auto; }
.alignleft { float: left; }
.alignright { float: right; }
.textleft { text-align: left; }
.textcenter { text-align: center; }
.textright { text-align: right; }
.clearleft { clear: left; }
.clearright { clear: right; }
.half { width: 50%; }
.slider ul, .slider ul li {
  margin: 0;
  padding: 0;
}
/* @end */

/* @group Template
=============================================================================
Styling for structure of the site.
=============================================================================*/
div.wrapper {
  position: relative;
  top: -20px;
  margin: 0 auto;
  width: 960px;
  height: 155px;
  clear: both;
}
  header#banner {
    margin-top: 0px;
    position: relative;
	z-index: 999;
	height: 25px;
  }



header#banner div#newevangelization-button
{
	background: url(/en/graphics/newevangelization-156.png) no-repeat;
	display: block;
	float: right;
	height: 50px;
	width: 156px;
	bottom: 5px;
	text-indent: -9999px;
	position: relative;
	top: 48px;
}

header#banner div#connect-with-us-button
{
	background: url(/en/graphics/connect-with-us.png) no-repeat;
	display: block;
	float: right;
	height: 50px;
	width: 156px;
	bottom: 5px;
	text-indent: -9999px;
	position: relative;
	top: 48px;
}

header#banner div#video-button
{
	background: url(/en/graphics/beginthejourney.png) no-repeat;
	display: block;
	float: right;
	height: 50px;
	width: 354px;
	bottom: 5px;
	text-indent: -9999px;
	position: relative;
	top: 48px;
}







  header#banner div#contribute-button
  {
    background: url(/en/graphics/support-99.png) no-repeat;
	display: block;
	float: right;
	height: 30px;
	width: 99px;
	text-indent: -9999px;
	position: relative;
	top: 48px;
  }
  
  header#banner div#blog-button
  {
    background: url(/en/graphics/blog-99.png) no-repeat;
	display: block;
	float: right;
	height: 30px;
	width: 99px;
	margin-right: 20px;
	text-indent: -9999px;
	position: relative;
	top: 48px;
  }
  
  header#banner div#cause-button
  {
    background: url(/en/graphics/cause-127.png) no-repeat;
	display: block;
	float: left;
	height: 30px;
	width: 127px;
	margin-left: 120px;
	text-indent: -9999px;
	position: relative;
	top: 50px;
  }
  header#banner h1#logo
  {
	  height: 73px;
	  width: 266px;
	  text-indent: -999px;
	  background: url(/en/graphics/logo.png);
	  float: left;
	  position: relative;
	  top: 20px;
  }
  
  header#banner nav#toolbar
  {
	font-size: 13px;
	padding-top: 10px;
	clear: both;
	float: none !important;
  }
  
  #top-container-inner header#banner nav#toolbar
  {
	font-size: 13px;
	float: right;
  }
    
  header#banner nav ul.top-nav li
  {
	list-style: none;
	text-transform: uppercase;
	position: relative;
	float: left;
	padding: 15px 6px 0px 6px;
  }
  
  header#banner nav ul.top-nav li:first-child a
  {
	height: 23px;
	background: none !important;
  }
  
  header#banner nav ul.top-nav li:first-child a
  {
	-moz-transition: none;
  	-webkit-transition: none;  
  }

  header#banner nav ul.top-nav li:first-child img
  {
	position: relative;
	margin: 0px;
	padding: 0px;
	top: -3px;
  }
    
  header#banner nav ul.top-nav li a
  {
	font-weight: 100;
	color: #454545;
	padding: 5px;
	display: block;
  }
  
  header#banner nav ul.top-nav li a:hover
  {
	  color: #fff;
	  background: #8f2830;
  }
  
  header#banner nav ul.top-nav li.active a
  {
	  color: #fff;
	  background: #8f2830;
	  padding: 5px;
  }
  
 header#banner_pl {
    margin-top: 0px;
    position: relative;
	z-index: 999;
	height: 25px;
  }
  
  header#banner_pl div#contribute-button
  {
    background: url(/pl/graphics/support-99.png) no-repeat;
	display: block;
	float: right;
	height: 30px;
	width: 99px;
	text-indent: -9999px;
	position: relative;
	top: 50px;
  }
  
  header#banner_pl div#blog-button
  {
    background: url(/pl/graphics/blog-99.png) no-repeat;
	display: block;
	float: right;
	height: 30px;
	width: 99px;
	margin-right: 20px;
	text-indent: -9999px;
	position: relative;
	top: 50px;
  }
  header#banner_pl div#cause-button-pl
  {
    background: url(/pl/graphics/cause-127.png) no-repeat;
	display: block;
	float: left;
	height: 30px;
	width: 127px;
	margin-left: 120px;
	text-indent: -9999px;
	position: relative;
	top: 50px;
  }
    
  header#banner_pl h1#logo
  {
	  height: 73px;
	  width: 266px;
	  text-indent: -999px;
	  background: url(/pl/graphics/logo.png);
	  float: left;
	  position: relative;
	  top: 20px;
  }
  
  header#banner_pl nav#toolbar
  {
	font-size: 13px;
	clear: both;
	float: none !important;
	padding-top: 10px;
  }
  
  #top-container-inner header#banner_pl nav#toolbar
  {
	font-size: 13px;
	float: right;
  }
    
  header#banner_pl nav ul.top-nav li
  {
	list-style: none;
	text-transform: uppercase;
	position: relative;
	float: left;
	padding: 0px 5px 0px 5px;
  }
  
  header#banner_pl nav ul.top-nav li:first-child a
  {
	height: 23px;
	background: none !important;
  }
  
  header#banner_pl nav ul.top-nav li:first-child a
  {
	-moz-transition: none;
  	-webkit-transition: none;  
  }

  header#banner_pl nav ul.top-nav li:first-child img
  {
	position: relative;
	margin: 0px;
	padding: 0px;
	top: -3px;
  }
    
  header#banner_pl nav ul.top-nav li a
  {
	font-weight: 100;
	color: #454545;
	padding: 5px;
  }
  
  header#banner_pl nav ul.top-nav li a:hover
  {
	  color: #fff;
	  background: #8f2830;
  }
  
  header#banner_pl nav ul.top-nav li.active a
  {
	  color: #fff;
	  background: #8f2830;
	  padding: 5px;
  } 


header#banner_fr {
    margin-top: 0px;
    position: relative;
	z-index: 999;
	height: 25px;
  }
  
  header#banner_fr div#contribute-button
  {
    background: url(/fr/graphics/support-99.png) no-repeat;
	display: block;
	float: right;
	height: 30px;
	width: 99px;
	text-indent: -9999px;
	position: relative;
	top: 50px;
  }
  
  header#banner_fr div#blog-button
  {
    background: url(/fr/graphics/blog-99.png) no-repeat;
	display: block;
	float: right;
	height: 30px;
	width: 99px;
	margin-right: 20px;
	text-indent: -9999px;
	position: relative;
	top: 50px;
  }
  header#banner_fr div#cause-button-fr
  {
    background: url(/fr/graphics/cause-127.png) no-repeat;
	display: block;
	float: left;
	height: 30px;
	width: 127px;
	margin-left: 120px;
	text-indent: -9999px;
	position: relative;
	top: 50px;
  }  
  header#banner_fr h1#logo
  {
	  height: 73px;
	  width: 266px;
	  text-indent: -999px;
	  background: url(/fr/graphics/logo.png);
	  float: left;
	  position: relative;
	  top: 20px;
  }
  
  header#banner_fr nav#toolbar
  {
	font-size: 12px;
	clear: both;
	float: none !important;
	padding-top: 10px;
  }
  
  #top-container-inner header#banner_fr nav#toolbar
  {
	font-size: 12px;
	float: right;
  }
    
  header#banner_fr nav ul.top-nav li
  {
	list-style: none;
	text-transform: uppercase;
	position: relative;
	float: left;
	padding: 0px 0px 0px 7px;
  }
  
  header#banner_fr nav ul.top-nav li:first-child a
  {
	height: 23px;
	background: none !important;
  }
  
  header#banner_fr nav ul.top-nav li:first-child a
  {
	-moz-transition: none;
  	-webkit-transition: none;  
  }

  header#banner_fr nav ul.top-nav li:first-child img
  {
	position: relative;
	margin: 0px;
	padding: 0px;
	top: -3px;
  }
    
  header#banner_fr nav ul.top-nav li a
  {
	font-weight: 100;
	color: #454545;
	padding: 5px;
  }
  
  header#banner_fr nav ul.top-nav li a:hover
  {
	  color: #fff;
	  background: #8f2830;
  }
  
  header#banner_fr nav ul.top-nav li.active a
  {
	  color: #fff;
	  background: #8f2830;
	  padding: 5px;
  }
  
  header#banner_fr nav#toolbar nav.language
  {
	  margin-left: 10px;  
  }


 header#banner_es {
    margin-top: 0px;
    position: relative;
	z-index: 999;
	height: 25px;
  }
  
  header#banner_es div#contribute-button
  {
    background: url(/es/graphics/support-99.png) no-repeat;
	display: block;
	float: right;
	height: 30px;
	width: 99px;
	text-indent: -9999px;
	position: relative;
	top: 50px;
  }
  
  header#banner_es div#blog-button
  {
    background: url(/es/graphics/blog-99.png) no-repeat;
	display: block;
	float: right;
	height: 30px;
	width: 99px;
	margin-right: 20px;
	text-indent: -9999px;
	position: relative;
	top: 50px;
  }
  header#banner_es div#cause-button-es
  {
    background: url(/es/graphics/cause-127.png) no-repeat;
	display: block;
	float: left;
	height: 30px;
	width: 127px;
	margin-left: 120px;
	text-indent: -9999px;
	position: relative;
	top: 50px;
  }  
  header#banner_es h1#logo
  {
	  height: 73px;
	  width: 266px;
	  text-indent: -999px;
	  background: url(/es/graphics/logo.png);
	  float: left;
	  position: relative;
	  top: 20px;
  }
  
  header#banner_es nav#toolbar
  {
	font-size: 13px;
	clear: both;
	float: none !important;
	padding-top: 10px;
  }
  
  #top-container-inner header#banner_es nav#toolbar
  {
	font-size: 13px;
	float: right;
  }
    
  header#banner_es nav ul.top-nav li
  {
	list-style: none;
	text-transform: uppercase;
	position: relative;
	float: left;
	padding: 0px 10px 0px 10px;
  }
  
  header#banner_es nav ul.top-nav li:first-child a
  {
	height: 23px;
	background: none !important;
  }
  
  header#banner_es nav ul.top-nav li:first-child a
  {
	-moz-transition: none;
  	-webkit-transition: none;  
  }

  header#banner_es nav ul.top-nav li:first-child img
  {
	position: relative;
	margin: 0px;
	padding: 0px;
	top: -3px;
  }
    
  header#banner_es nav ul.top-nav li a
  {
	font-weight: 100;
	color: #454545;
	padding: 5px;
  }
  
  header#banner_es nav ul.top-nav li a:hover
  {
	  color: #fff;
	  background: #8f2830;
  }
  
  header#banner_es nav ul.top-nav li.active a
  {
	  color: #fff;
	  background: #8f2830;
	  padding: 5px;
  }

  #page{
	  width: 960px;
	  margin: 0px auto 0;
	  padding: 15px 0px 0px 0px;
  }
    section#page-content {
      width: 960px;
    }
    body#interior section#page-content {
      margin-bottom: 20px;
    }
    #page aside#sidebar {
      border-left: 1px solid #e4e4e4;
      margin: 0 0 10px 15px;
      
      width: 285px;
    }
      aside#sidebar nav {
        margin-bottom: 25px;
      }
        aside#sidebar nav ul li {
          border-bottom: 1px solid #E4E4E4;
          display: list-item;
        }
          aside#sidebar nav ul li a {
            display: block;
            padding: 10px 0 10px 15px;
          }
          aside#sidebar nav ul li a:hover {
            padding-left: 0;
          }
          aside#sidebar nav ul li.active a {
            color: #000;
            padding-left: 0;
          }
      
  footer#site {
    border-top: 1px solid #bbbbbb;
    font-size: 9px;
    line-height: 12px;
    padding-top: 10px;
  }
/* @end */

/* @group Page Styles
=============================================================================
Styling for page-specific elements.
=============================================================================*/
/* @group Home Page */
body#home div.slider-wrapper {
  position: relative;
  top: -20px;
  height: 430px;
  margin: 0px auto 0;
  width: 960px;
  background: #dfd0b3 url(/common/graphics/slider-bg.jpg) no-repeat 0 0;
  clear: both;
}
  body#home section.slider {
    height: 385px;
    margin: 0px auto 0;
    overflow: hidden;
    position: relative;
	top: 15px;
    width: 930px;
  }
  body#home section.slider ul
  {
	list-style: none;  
  }
    body#home section.slider ul, body#home section.slider ul li {
      position: relative;
      width: 960px !important;
    }
    body#home section.slider span.caption {
      background: url(/common/graphics/slider-content-bg.jpg);
	  opacity:0.85;
	  filter:alpha(opacity=85); /* For IE8 and earlier */
      height: 385px;
      position: absolute;
	  right: 25px;
      top: 0;
      width: 330px;
    }
	body#home section.slider ul.slides li article
	{
		position: relative;
		top: -330px;
		width: 300px;
		left: 560px;
		color: #fff;
      	font-size: 15px;
		line-height: 21px;
      	margin: 50px;
		z-index: 100;
		padding: 5px;
	}
	
	body#home section.slider ul.slides li article h1.slider-h
	{
		font-family: 'Times New Roman';
		text-transform: uppercase;
		font-size: 22px;
		line-height: 30px;
		text-shadow: 2px 2px 5px #333;
	}
	
	body#home section.slider ul.slides li article p
	{
		font-family: Verdana, Geneva, sans-serif !important;
		font-size: 12px;
		line-height: 20px;
	}
	
	body#home section.slider ul.slides li article a.readmore
	{
		display: block;
		background: url('/en/graphics/readmore.gif') no-repeat;
		width: 101px;
		height: 26px;
		text-indent: -9999px;
		float: right;
		/*-webkit-box-shadow: 5px 5px 5px rgba(0,1,2,0.3);
    	-moz-box-shadow: 5px 5px 5px rgba(0,1,2,0.3);
    	box-shadow: 5px 5px 5px rgba(0,1,2,0.3);*/
	}
	
	body#home section.slider ul.slides li article a.videoBtn
	{
		display: block;
		background: url('/en/graphics/video.gif') no-repeat;
		width: 101px;
		height: 26px;
		text-indent: -9999px;
		/*-webkit-box-shadow: 5px 5px 5px rgba(0,1,2,0.3);
    	-moz-box-shadow: 5px 5px 5px rgba(0,1,2,0.3);
    	box-shadow: 5px 5px 5px rgba(0,1,2,0.3);*/
	}
	
	body#home section.slider ul.slides li article hr
	{
		background: #454545;
		border: 0 #454545 solid;
		border-top-width: 1px;
		clear: both;
		height: 0;
	}
      body#home section.slider span.caption h1 {
        border-left: 5px solid #879db6;
        padding-left: 10px;
      }
    body#home section.slider nav.slider-nav {
      bottom: 10px;
      position: absolute;
      right: 145px;
      text-align: center;
      z-index: 99;
    }
      body#home section.slider nav.slider-nav a {
        background: url('/common/graphics/slider-dots[2].png') no-repeat 0 0;
        display: inline-block;
        height: 9px;
        margin-right: 10px;
        text-indent: -9999px;
        -webkit-transition: none;
        width: 9px;
      }
      body#home section.slider nav.slider-nav a:hover {
        background-position: -20px 0;
      }
      body#home section.slider nav.slider-nav a.activeSlide {
        background-position: -10px 0;
      }
	  
	  #home section.slider div.cDisplay
	  {
		width: 640px;
		height: 360px;
		display: block;
		float: left;
	  }
	  
	  #home section.slider div.cDisplay img
	  {
		border: none;  
	  }
	  
body#home section#page {
	padding: 10px 0px 0px 0px;	
}
body#home section#page-content div#upcoming-events {
  margin-bottom:12px;
  margin: 0 0 0 20px;
}
body#home section#page-content div#now-on-display {
   margin: 0 0 0 20px;
  padding: 0 0 10px 0;
  width: 290px;
}
body#home section#page-content div#upcoming-events, 
body#home section#page-content div#curators-choice {
  width: 290px;
}
  body#home section#page-content article {
    width: 280px;
  }

  body#home section#page-content div#now-on-display article { margin-bottom: 30px; }
  body#home section#page-content div#now-on-display article.first {
    margin-right: 15px;
  }
body#home section#page-content div#about-the-museum {
  padding: 0 0 10px 0;
  width: 735px;
}

	
/* ## Start Inner page Styles ## */
section.leftColumn
{
	float: left;
	padding: 30px 0px 20px 0px;
	width: 670px;
}

section.leftColumn article
{
padding: 10px 0px 10px 0px;	
}

section.leftColumn article h1 a
{
	font-size: 75%;
	line-height: 10px;
	text-decoration: underline;	
}

section.leftColumn article h2
{
	text-decoration: underline;	
}

section.leftColumn-fullWidth
{
	padding: 30px 0px 20px 0px;
	width: 100%;
}

article.news p
{
	font-family: 'Times New Roman',verdana,arial;
	color: #454545;
	margin-left: 293px;
}

section.leftColumn article ul
{
	margin: 0px 0px 0px 50px;	
}

section.leftColumn article ul li
{
	padding: 5px 0px 5px 0px;	
}

section.leftColumn article p a
{
	text-decoration: underline;
}

aside.rightColumn
{
	float: right;
}

aside.rightColumn section
{
	background: ##e1e1e1;
	margin: 40px 0px 50px 0px;
	width: 275px;
}

aside.rightColumn section article
{
	padding: 20px 15px 20px 15px;
}

input
{
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #666;
	text-align: center;
}

#contact-form
{
	float: left;
	width: 520px;
	border-right: 1px solid #ccc;
}

#errorDiv
{
	color: #C00;	
}

.displayBad
{
	color: #C00;	
}

/* ## End Inner page Styles ## */

html{
	height: 100%
}

body{
	height: 100%;
	margin: 0;
	padding: 0
}

#map_container
{
width: 400px;
float: right;
}

#container
{
width: 400px;
padding: 0;
margin: 0;
}

#map_canvas {
	float: left;
	width: 400px;
	height: 300px;
}

#map_canvas img{
	-webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

#directions-panel{
	position: relative;
    float: right;
    width: 400px;
	margin: 10px;
    overflow: auto;
	top: 0px;
}

.showDir
{
	height: 400px;	
}

#directions-input
{
clear: both;
width: 400px;
padding-top: 10px;
}

#addInput
{
display: inline;
float: right;
}

form
{
line-height: 30px;
text-align: right;
}



#submit
{
display: block;
font-family: myriad pro;
font-size: 16px;
border: 1px solid #333;
background: #FF9;
padding: 5px;
text-align:center;
width: 60px;
cursor: pointer;
clear: both;
position: relative;
left: 328px;
}

#errorMessage
{
color: #ff0000;	
}

form#addInput input,
form#contactResult input
{
	text-align: left;
}


/*Begin New Evangelization Section specific styles*/
.clear{
	clear: both;
	height: 10px;;
	padding: 0;
	margin: 0;
}
#ev-whatis{
	background: url('/images/ev-whatis-bg.png') no-repeat;
	z-index: 1;
	height: 135px;
	width: 572px;
	float: left;
	margin: 0 0 0 25px;
	position: relative;
}
		#ev-whatis h1{
		font: normal normal 28px 'Times New Roman', Helvetica, Arial, sans-serif;
		color: #FFF;
		font-weight: bold !important;
		margin: 0 0 5px 100px;
		}
		#ev-whatis p{
		font: normal normal 14px 'Times New Roman', Helvetica, Arial, sans-serif;
		color: #FFF;
		font-weight: bold !important;
		margin: 0 20px 18px 10px;
		}
#ev-jpii{
	width:100%;
	float:left;
	margin: 0 0 0 25px;
	padding: 0px;
}
#ev-jpii-img{
	height: 135px;
	width: 256px;
	float: left;
	position: relative;
}
#ev-jpii-bg{
	background: url('/images/ev-jpii-bg.png') no-repeat;
	z-index: 1;
	height: 135px;
	width: 316px;
	float: left;
	position: relative;
}
	#ev-jpii-bg h1{
		font: normal normal 20px 'Times New Roman', Helvetica, Arial, sans-serif;
		color: #FFF;
		font-weight: bold !important;
		padding: 25px;
	}


#ev-cisbooklets{
	width:100%;
	float:left;
	margin: 0 0 0 25px;
	padding: 0px;
}
#ev-cisbooklets-img{
	height: 135px;
	width: 256px;
	float: left;
	position: relative;
}
#ev-cisbooklets-bg{
	background: url('/images/ev-cisbooklets-bg.png') no-repeat;
	z-index: 1;
	height: 135px;
	width: 316px;
	float: left;
	position: relative;
}
	#ev-cisbooklets-bg h1{
		font: normal normal 20px 'Times New Roman', Helvetica, Arial, sans-serif;
		color: #FFF;
		font-weight: bold !important;
		padding: 25px;
	}


#ev-benedict{
	width:100%;
	float:left;
	margin: 0 0 0 25px;
	padding: 0px;
}
#ev-benedict-img{
	height: 135px;
	width: 256px;
	float: left;
	position: relative;
}
#ev-benedict-bg{
	background: url('/images/ev-benedict-bg.png') no-repeat;
	z-index: 1;
	height: 135px;
	width: 316px;
	float: left;
	position: relative;
}
	#ev-benedict-bg h1{
		font: normal normal 20px 'Times New Roman', Helvetica, Arial, sans-serif;
		color: #FFF;
		font-weight: bold !important;
		padding: 25px;
	}
	
#ev-americas{
	width:100%;
	float:left;
	margin: 0 0 0 25px;
	padding: 0px;
}
#ev-americas-img{
	height: 135px;
	width: 256px;
	float: left;
	position: relative;
}
#ev-americas-bg{
	background: url('/images/ev-americans-bg.png') no-repeat;
	z-index: 1;
	height: 135px;
	width: 316px;
	float: left;
	position: relative;
}
	#ev-americas-bg h1{
		font: normal normal 20px 'Times New Roman', Helvetica, Arial, sans-serif;
		color: #FFF;
		font-weight: bold !important;
		padding: 25px;
	}

#ev-resources{
	width:100%;
	float:left;
	margin: 0 0 0 25px;
	padding: 0px;
}
#ev-resources-img{
	height: 135px;
	width: 256px;
	float: left;
	position: relative;
}
#ev-resources-bg{
	background: url('/images/ev-resources-bg.png') no-repeat;
	z-index: 1;
	height: 135px;
	width: 316px;
	float: left;
	position: relative;
}
	#ev-resources-bg h1{
		font: normal normal 20px 'Times New Roman', Helvetica, Arial, sans-serif;
		color: #FFF;
		font-weight: bold !important;
		padding: 25px;
	}
#ev-prayer{
	width:100%;
	float:left;
	margin: 0 0 0 25px;
	padding: 0px;
}
#ev-prayer-img{
	height: 135px;
	width: 256px;
	float: left;
	position: relative;
}
#ev-prayer-bg{
	background: url('/images/ev-prayer-bg.png') no-repeat;
	z-index: 1;
	height: 135px;
	width: 316px;
	float: left;
	position: relative;
}
	#ev-prayer-bg h1{
		font: normal normal 20px 'Times New Roman', Helvetica, Arial, sans-serif;
		color: #FFF;
		font-weight: bold !important;
		padding: 25px;
	}

/*End New Evangelization Styles*/


/*Begin Faith Resources Section specific styles*/

#faithresources-yof{
	width:100%;
	float:left;
	margin: 0 0 0 0px;
	padding: 0px;
}
#faithresources-yof-bg{
	background: url('/images/faithresources-yof-bg.png') no-repeat;
	z-index: 1;
	height: 157px;
	width: 436px;
	float: left;
	margin: 0 0 0 2px;
	position: relative;
}
#faithresources-yof-img{
	height: 155px;
	width: 140px;
	float: left;
	position: relative;
}
#faithresources-yof h1{
	font: normal normal 28px 'Times New Roman', Helvetica, Arial, sans-serif;
	color: #FFF;
	font-weight: bold !important;
	margin: 0 0 10px 100px;
}
#faithresources-yof p{
	font: normal normal 14px 'Times New Roman', Helvetica, Arial, sans-serif;
	color: #FFF;
	font-weight: bold !important;
	margin: 0 20px 18px 10px;
}


#faithresources-columbia{
	width:100%;
	float:left;
	margin: 0 0 0 0px;
	padding: 0px;
}
#faithresources-columbia-bg{
	background: url('/images/faithresources-columbia-bg.png') no-repeat;
	z-index: 1;
	height: 157px;
	width: 436px;
	float: left;
	margin: 0 0 0 2px;
	position: relative;
}
#faithresources-columbia-img{
	height: 155px;
	width: 140px;
	float: left;
	position: relative;
}
#faithresources-columbia h1{
	font: normal normal 28px 'Times New Roman', Helvetica, Arial, sans-serif;
	color: #FFF;
	font-weight: bold !important;
	margin: 0 0 10px 130px;
}
#faithresources-columbia p{
	font: normal normal 14px 'Times New Roman', Helvetica, Arial, sans-serif;
	color: #FFF;
	font-weight: bold !important;
	margin: 0 20px 18px 10px;
}


#faithresources-catechism{
	width:100%;
	float:left;
	margin: 0 0 0 0px;
	padding: 0px;
}
#faithresources-catechism-bg{
	background: url('/images/faithresources-catechism-bg.png') no-repeat;
	z-index: 1;
	height: 157px;
	width: 436px;
	float: left;
	margin: 0 0 0 2px;
	position: relative;
}
#faithresources-catechism-img{
	height: 155px;
	width: 140px;
	float: left;
	position: relative;
}
#faithresources-catechism h1{
	font: normal normal 28px 'Times New Roman', Helvetica, Arial, sans-serif;
	color: #FFF;
	font-weight: bold !important;
	margin: 0 0 10px 130px;
}
#faithresources-catechism p{
	font: normal normal 14px 'Times New Roman', Helvetica, Arial, sans-serif;
	color: #FFF;
	font-weight: bold !important;
	margin: 0 20px 18px 10px;
}


#faithresources-knowyourfaith{
	width:100%;
	float:left;
	margin: 0 0 0 0px;
	padding: 0px;
}
#faithresources-knowyourfaith-bg{
	background: url('/images/faithresources-knowyourfaith-bg.png') no-repeat;
	z-index: 1;
	height: 157px;
	width: 436px;
	float: left;
	margin: 0 0 0 2px;
	position: relative;
}
#faithresources-knowyourfaith-img{
	height: 155px;
	width: 140px;
	float: left;
	position: relative;
}
#faithresources-knowyourfaith h1{
	font: normal normal 28px 'Times New Roman', Helvetica, Arial, sans-serif;
	color: #FFF;
	font-weight: bold !important;
	margin: 0 0 10px 100px;
}
#faithresources-knowyourfaith p{
	font: normal normal 14px 'Times New Roman', Helvetica, Arial, sans-serif;
	color: #FFF;
	font-weight: bold !important;
	margin: 0 20px 18px 10px;
}
/*End Faith Resources Styles*/


/*Bio Page*/
p#cross-links { text-align: center }
		
p#cross-links { border-bottom: 1px solid #ccc; margin-bottom: 30px; padding-bottom: 30px }

.stripViewer .panelContainer .panel ul {
			text-align: left;
			margin: 0px;
		}
		
		.slider-wrap { /* This div isn't entirely necessary but good for getting the side arrows vertically centered */
			margin: 0px 0;
			position: relative;
			width: 100%;
		}

		/* These 2 lines specify style applied while slider is loading */
		.csw {width: 100%; height: 460px; background: #fff; overflow: scroll}
		.csw .loading {margin: 200px 0 300px 0; text-align: center}

		.stripViewer { /* This is the viewing window */
			position: relative;
			overflow: hidden; 
			border: 5px solid #91805d; /* this is the border. should have the same value for the links */
			width: 670px; /* Also specified in  .stripViewer .panelContainer .panel  below */
			clear: both;
			background: #fff;
		}
		
		.stripViewer .panelContainer { /* This is the big long container used to house your end-to-end divs. Width is calculated and specified by the JS  */
			position: relative;
			left: 0; top: 0;
			width: 100%;
			list-style-type: none;
			/* -moz-user-select: none; // This breaks CSS validation but stops accidental (and intentional - beware) panel highlighting in Firefox. Some people might find this useful, crazy fools. */
		}
		
		.stripViewer .panelContainer .panel { /* Each panel is arranged end-to-end */
			float:left;
			height: 100%;
			position: relative;
			width: 670px; /* Also specified in  .stripViewer  above */
		}
		
		.stripViewer .panelContainer .panel .wrapper-bio { /* Wrapper to give some padding in the panels, without messing with existing panel width */
			padding: 20px 10px 0px 10px;
			width: 650px;
		}
		
		.stripNav { /* This is the div to hold your nav (the UL generated at run time) */
			margin: 20px 0px 0px 0px;
			font-family: verdana, arial, times new roman;
		}
		
		.stripNav ul { /* The auto-generated set of links */
			list-style: none;
			margin: 0px !important;
		}
		
		.stripNav ul li {
			float: left;
			margin-right: 0px; /* If you change this, be sure to adjust the initial value of navWidth in coda-slider.1.1.1.js */
			padding: 0px !important;
		}
		
		.stripNav a { /* The nav links */
			font-size: 10px;
			font-weight: bold;
			text-align: center;
			line-height: 14px;
			color: #333;
			background: #dfd1b4;
			text-decoration: none;
			display: block;
			padding: 10px;
			border-left: 1px solid #666;
			border-top: 1px solid #666;
			border-right: 1px solid #666;
			border-bottom: none;
		}
				
		.stripNav li a:hover {
			background: #bdac88;
			color: #fff;
		}
		
		.stripNav li a.current {
			background: #91805d;
			color: #fff;
		}
		
		.stripNavL, .stripNavR { /* The left and right arrows */
			position: absolute;
			top: 230px;
			text-indent: -9000em;
		}
		
		.stripNavL a, .stripNavR a {
			display: block;
			height: 40px;
			width: 40px;
		}
		
		.stripNavL {
			left: 0;
		}
		
		.stripNavR {
			right: 0;
		}
		
		.stripNavL {
			display: none;
			background: url("images/arrow-left.gif") no-repeat center;
		}
		
		.stripNavR {
			display: none;
			background: url("images/arrow-right.gif") no-repeat center;
		}

/**Start CSS Tooltips**/

		.tooltip {
			border-bottom: 1px dotted #000000; color: #000000; outline: none;
			cursor: help; text-decoration: none;
			position: relative;
		}
		.tooltip span {
			margin-left: -999em;
			position: absolute;
		}
		.tooltip:hover span {
			-moz-border-radius: 5px;
			-webkit-border-radius: 5px; 
			border-radius: 5px 5px;			
			-webkit-box-shadow: 5px 5px rgba(0, 0, 0, 0.1);
			-moz-box-shadow: 5px 5px rgba(0, 0, 0, 0.1);
			box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1); 
			font-family: "Times New Roman", Helvetica, Arial, sans-serif;
			color: #FFF;
			font-weight: bold !important;
			position: absolute; 
			left: -11.5em;
			top: 5.5em;
			z-index: 99;
			margin-left: 0;
			width: 460px;
		}
		.tooltip:hover img {
			border: 0;
			margin: -10px 0 0 -55px;
			float: left;
			position: absolute;
		}
		.tooltip:hover em {
			font-family: "Times New Roman", Helvetica, Arial, sans-serif;
			font-size: 1.1em;
			color: #FFF;
			font-weight: bold !important;
			display: block;
			padding: 0.2em 0 0.6em 0;
		}
		.classic { padding: 0.8em 1em; }
		.custom { padding: 0.5em 0.8em 0.8em 2em; }
		* html a:hover { background: transparent; }
		.classic {background: #666; border: 1px solid #000; }
		.critical { background: #FFCCAA; border: 1px solid #FF3334;	}
		.help { background: #9FDAEE; border: 1px solid #2BB0D7;	}
		.info { background: #9FDAEE; border: 1px solid #2BB0D7;	}
		.warning { background: #FFFFAA; border: 1px solid #FFAD33; }

/**End CSS Tooltips**/

/* @end */

@media print{
	
	#top-container
	{
		width: 100%;
		height: 620px;
		background: #e1e1e1;
	}
	
	#top-container-inner, div.wrapper, form#contactResult, #directions-input, #submit, .contactInst
	{
		display: none;
	}

	#container
	{
		width: 80%;	
	}
	
	#map_container
	{
		z-index: 50;
		float: none !important;
		width: 80%;
	}
	
	#map_canvas
	{
		float: none;
	}
	
	#directions-panel
	{
		float: none;
		width: 80%;
		height: auto;
		position: static;
	}
	
	.showDir
	{
		height: auto;	
	}
}

ul.yof-video-list
{
	margin: 0px;
	padding: 0px;
	list-style: none;
	position: relative;
	left: -40px;
}

ul.yof-video-list li
{
	clear: both;
	display: block;
	height: 200px;
	margin-top: 15px;
}

ul.yof-video-list li:first
{
	margin-top: 0px;	
}

ul.list-circ {list-style: disc;}
/*10-29-2014 IE Fix*/
.color454545{
	color: #454545;
}