/* YUI CSS reset
----------------------------------------------------------------------------------------------------*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
	margin: 0;
	padding: 0;
	text-align: left;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset, img {
	border: 0;
}
address, caption, cite, code, dfn, em, th, var {
	font-style:normal;
	font-weight:normal;
}
ul, ol {
	list-style-type: disc;
}
caption, th {
	text-align:left;
}
h1, h2, h3, h4, h5, h6 {
	font-size:100%;
	font-weight:normal;
}
h6 {
	font-family: Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", serif;
	text-align: left;
	font-size: small;
}


q:before, q:after {
	content:'';
}
abbr, acronym {
	border:0;
}
/* End of reset
----------------------------------------------------------------------------------------------------*/
body {
	z-index: -100;
	background-color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#header {
	z-index: 2;
	height: 100px;
	background-color: #000;
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #032048;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #114B9F;
	background-image: url(images/header-bg.jpg);
	background-repeat: repeat-x;
}
#header img { /* floats logo image left */
	float:left;
}
#content {
	clear: both;
	padding-top: 15px;
	padding-bottom: 15px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 170%;
	color: #333;
}
#footer {
	height: 15px;
	color: #999;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-bottom: 15px;
	-webkit-border-bottom-right-radius: 8px;
	-webkit-border-bottom-left-radius: 8px;
	background-repeat: no-repeat;
	background-position: center top;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	text-align: center;
}
a {
	color: #0E4CA3;
	text-align: center;
	font-size: 1.6em;
}
#footer a {
	color: #999;
}

/* Suckerfish Menu Styles
----------------------------------------------------------------------------------------------------*/
.sf-menu, .sf-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
}
.sf-menu {
	line-height:	1.0;
}
.sf-menu ul {
	position:		absolute;
	top:			-999em;
	width:			12em; /* left offset of submenus need to match (see below) */
}
.sf-menu ul li {
	width:			100%;
}
.sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	float: left;
	position: relative;
	color: #FFF;
}
.sf-menu a {
	display:		block;
	position:		relative;
}
.sf-menu li:hover ul, .sf-menu li.sfHover ul {
	left:			0;
	top:			27px; /* match top ul list item height */
	z-index:		99;
}
ul.sf-menu li:hover li ul, ul.sf-menu li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li:hover ul, ul.sf-menu li li.sfHover ul, ul.sf-menu li:hover li li:hover ul, ul.sf-menu li.sfHover li li.sfHover ul {
	left:			12em; /* match ul width */
	top:			-1px; /* to accomodate top border */
}
ul.sf-menu li li:hover li ul, ul.sf-menu li li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li li:hover ul, ul.sf-menu li li li.sfHover ul {
	left:			12em; /* match ul width */
	top:			0;
}
.sf-menu {
	float: left;
	margin-bottom: 0em;
	background-color: #08397E;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 125%;
	color: #FFF;
}
.sf-menu a { /* top level menu items */
	text-decoration:none;
	padding-right: 8px;
	padding-left: 8px;
	white-space: nowrap;
	padding-top: 8px;
	padding-bottom: 8px;
}
.sf-menu li li a {
	padding: 10px 12px;	/* set drop down menu height by adjusting the 10px value */
	font-size: 11px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #031F46;
	border-bottom-color: #031F46;
	border-left-color: #031F46;
}
.sf-menu li li:first-child {
	border-top: 1px solid #222; /* sub menu top border */
}
.sf-menu a, .sf-menu a:visited { /* main level menu text color */
	color: #FFFFFF;
	font-size: 100%;
}
.sf-menu a:hover, .sf-menu li.sfHover a { /* main level menu text hover color */
	color: #FFF;
}
.sf-menu li li a, .sf-menu li.sfHover li a { /* sub menu text color */
	color: #FFFFFF;
}
.sf-menu li li, .sf-menu li li li {
	background-color: #0F4DA4; /* drop-down menu background color */
}
.sf-menu li li:hover, .sf-menu li li.sfHover, .sf-menu li li a:focus, .sf-menu li li a:hover, .sf-menu li li a:active {
	background-color:		#05316E; /* drop-down menu hover color */
}
.sf-menu li li, .sf-menu li li li {
	background-image: none;
}
.sf-menu li:hover, .sf-menu li.sfHover, .sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
	outline: 0;
	color: #FFF;
}
.sf-menu li li:hover, .sf-menu li li.sfHover, .sf-menu li li a:focus, .sf-menu li li a:hover, .sf-menu li li a:active {
	background-image: none;
	outline: 0;
	color: #FFF;
}
/*** arrows **/
.sf-menu a.sf-with-ul {
	padding-right: 	1.5em;
	min-width:		1px; /* trigger IE7 hasLayout so spans position accurately */
}
.sf-sub-indicator {
	position:		absolute;
	display:		block;
	right:			5px;
	top:			17px; /* IE6 only */
	width:			10px;
	height:			10px;
	text-indent: 	-999em;
	overflow:		hidden;
	background:		url('images/arrows-ffffff.png') no-repeat -10px -100px; /* 8-bit indexed alpha png. IE6 gets solid image only */
}
li li .sf-sub-indicator {
	top:			13px; /* IE6 drop down arrow position */
}
a > .sf-sub-indicator {  /* give all except IE6 the correct values */
	top:			10px;
	background-position: 0 -100px; /* use translucent arrow for modern browsers*/
}
li li a > .sf-sub-indicator {  /* give all except IE6 the correct values */
	top:			10px;
}
/* apply hovers to modern browsers */
a:focus > .sf-sub-indicator, a:hover > .sf-sub-indicator, a:active > .sf-sub-indicator, li:hover > a > .sf-sub-indicator, li.sfHover > a > .sf-sub-indicator {
	background-position: -10px -100px; /* arrow hovers for modern browsers*/
}
/* point right for anchors in subs */
.sf-menu ul .sf-sub-indicator {
	background-position:  -10px 0;
}
.sf-menu ul a > .sf-sub-indicator {
	background-position:  0 0;
}
/* apply hovers to modern browsers */
.sf-menu ul a:focus > .sf-sub-indicator, .sf-menu ul a:hover > .sf-sub-indicator, .sf-menu ul a:active > .sf-sub-indicator, .sf-menu ul li:hover > a > .sf-sub-indicator, .sf-menu ul li.sfHover > a > .sf-sub-indicator {
	background-position: -10px 0; /* arrow hovers for modern browsers*/
}
/*** shadows for all but IE6 ***/
.sf-shadow ul {
	background:	url('images/shadow.png') no-repeat bottom right;
	padding: 0 8px 9px 0;
	-moz-border-radius-bottomleft: 17px;
	-moz-border-radius-topright: 17px;
	-webkit-border-top-right-radius: 17px;
	-webkit-border-bottom-left-radius: 17px;
}
.sf-shadow ul.sf-shadow-off {
	background: transparent;
}


/* Type styles
----------------------------------------------------------------------------------------------------*/
p {
	padding-bottom: 10px;
}
h1 {
	color: #05316E;
	letter-spacing: -1px;
	margin-bottom: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 28px;
	font-style: normal;
	line-height: 34px;
	font-weight: normal;
	font-variant: normal;
	text-align: center;
}
h2 {
	color: #0F4DA4;
	margin-bottom: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	line-height: 28px;
	font-weight: normal;
	text-align: center;
}
h3 {
	color: #666;
	margin-bottom: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	font-style: normal;
	line-height: 26px;
	font-weight: normal;
	font-variant: normal;
}
h4 {
	margin-bottom: 8px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: normal;
	line-height: 24px;
	font-weight: normal;
	font-variant: normal;
	color: #161616;
	text-align: center;
	clear: both;
}
h5 {
	color: #09418C;
	margin-bottom: 5px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	line-height: 20px;
	font-weight: bold;
}

/* Navigation wrapper styles
----------------------------------------------------------------------------------------------------*/
#nav {
	z-index: 10;
	height: 45px;
	margin-top: 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
}

/* Sidebar content and nav styles
----------------------------------------------------------------------------------------------------*/
.sidebarbox {
	border: 1px solid #CCC;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin-bottom:15px;
	background-color: #EAF2FD;
	line-height: 150%;
	font-size: 12px;
	color: #073477;
}
.sidebarbox h3 {
	font-weight: normal;
	color: #FFF;
	font-size: 12px;
	border-bottom: 1px solid #CCC;
	line-height: normal;
	margin-bottom: 0px;
	-moz-border-radius-topright: 4px;
	-moz-border-radius-topleft: 4px;
	-webkit-border-top-right-radius: 4px;
	-webkit-border-top-left-radius: 4px;
	background-color: #073477;
	padding-top: 6px;
	padding-right: 6px;
	padding-bottom: 6px;
	padding-left: 8px;
}
.sidebarbox p {
	padding:8px;
}
.sidebarbox ul {
	margin: 0px;
	padding: 3px 3px 2px 3px;
	background: #FFF;
	-moz-border-radius-bottomright: 4px;
	-moz-border-radius-bottomleft: 4px;
	-webkit-border-bottom-right-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
}
.sidebarbox ul li {
	list-style: none;
	display: inline;
}
.sidebarbox ul li a {
	display: block;
	padding: 4px 4px 6px 10px;
	line-height: 18px;
	text-decoration:none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	border-bottom:1px solid #FFF;
	color: #05316E;
	background-color: #EAF2FD;
}
.sidebarbox ul li a:hover {
	text-decoration: none;
	color: #FFF;
	background-color: #0D4DA4;
}
.simple {
	margin-bottom:15px;
	font-size: 12px;
	line-height: 150%;
	color: #666;
}
.simple ul li a {
	display: block;
	padding: 4px 4px 6px 10px;
	border-bottom:1px solid #EAEAEA;
	line-height: 18px;
	text-decoration:none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
}
.simple ul li a:hover {
	text-decoration: none;
	color: #05316E;
	background-color: #EAF2FD;
}

/* Slideshow styles
----------------------------------------------------------------------------------------------------*/

#feature {
	background-color: #000;
	background-image: url(images/feature-bg.jpg);
	background-repeat: repeat-x;
	background-position: top;

}
#feature .feature-title {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 36px;
	color: #FFF;
	padding-top: 15px;
	padding-left: 15px;
	letter-spacing: -2px;
	
}
#feature p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 17px;
	color: #BAD5F8;
	padding-left: 25px;
	
}
.slideshow {
	height: 250px;
	padding:0;
	margin:0;
	overflow: hidden;
}

.slide930 {
	height: 200px;
	padding:0;
	margin:0;
	overflow: hidden;
}
.slide930 img {
	height: 200px;
	width: 930px;
	top:0;
	left:0;
}

/* Slideshow navigation styles
----------------------------------------------------------------------------------------------------*/
#slidenav {
	text-align:center; /** change to left or center to reposition navigation **/
	width:100%;
	height:32px;
	line-height:25px;
	font: 11px/25px Arial, Helvetica, sans-serif;
	padding-top:7px;
}
#slidenav a {
	border: 1px solid #222;
	background: #333;
	text-decoration: none;
	margin: 0 2px;
	padding: 3px 5px;
	color:#FFF;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
#slidenav a.activeSlide {
	background: #666;
	border: 1px solid #000;
	color:#FFF;
	font-weight: bold;
}
#slidenav a:focus {
	outline: none;
}

/* Sub Feature Area Styles
----------------------------------------------------------------------------------------------------*/

#subfeature {
	background-color: #E2EDFC;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #B6D1F8;
	padding-top: 15px;
	padding-bottom: 15px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000;
}
.subtitle {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 28px;
	font-weight: normal;
	letter-spacing: -1px;
	color: #05316E;
	text-align: center;
	
}
.subtext {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	color: #042048;
	text-align: center;
	
}
.optinname, .optinemail {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 0px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 2px solid #000;
	text-align: center;
	width: 150px;
	margin-right: 4px;
	color: #FFF;
	background-color: #0F4DA4;
}
.submitbtn {
	font-weight: bold;
	color: #05316E;
	background-color: #E2EDFC;
	width: 40px;
	font-size: 22px;
	cursor:pointer;
	font-style: italic;
	font-family: Georgia, "Times New Roman", Times, serif;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.smallitalic {
	font-size: 11px;
	font-style: italic;
	color: #114B9F;
	margin-top: 9px;
	
}

/* Social media icons in navigation
----------------------------------------------------------------------------------------------------*/

.sf-menu li li a.facebook {
	background-image: url(images/social-media/facebook.png);
	background-repeat: no-repeat;
	background-position: 5px center;
	padding-left: 30px;
}
.sf-menu li li a.twitter {
	background-image: url(images/social-media/twitter.png);
	background-repeat: no-repeat;
	background-position: 5px center;
	padding-left: 30px;
}
.sf-menu li li a.youtube {
	background-image: url(images/social-media/youtube.png);
	background-repeat: no-repeat;
	background-position: 5px center;
	padding-left: 30px;
}
.sf-menu li li a.linkedin {
	background-image: url(images/social-media/linkedin.png);
	background-repeat: no-repeat;
	background-position: 5px center;
	padding-left: 30px;
}
.sf-menu li li a.flickr {
	background-image: url(images/social-media/flickr.png);
	background-repeat: no-repeat;
	background-position: 5px center;
	padding-left: 30px;
}


/* Misc styles
----------------------------------------------------------------------------------------------------*/

.toppad { /* Generic style applied anywhere top padding needed */
	padding-top:20px;
}
caption {
	font-size: 24px;
	font-weight: bold;
	color: #08408B;
	text-align: center;
}
table {
	border: 1px solid #7CA3C9;
	min-height: 500px;
}
td {
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 7px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #7CA3C9;
}
tr.even {
	background-color: #F3F7FA;
}
tr.odd {
	background-color: #B7CCE1;
}
th {
	color: #FFF;
	background-color: #063472;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 7px;
	font-weight: bold;
	text-align: center;
}
.specialemphasis {
	font-style: italic;
}
.specialbold {
	font-weight: bold;
}
#quiz a {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
#quiz {
	/* [disabled]padding-left: 5em; */
	margin-left: 180px;
}
#content .grid_6 h4 {
	color: rgba(248,247,247,1.00);
	font-style: italic;
	font-weight: bold;
	text-shadow: 2px 0px rgba(0,0,0,1.00);
}
#content .grid_6 h1 {
	color: rgb(255,253,253);
	text-shadow: 2px 2px rgba(0,0,0,1.00);
	font-weight: bolder;
	text-align: center;
}
#whoWeAre h1 {
	color: rgb(255,253,253);
	text-shadow: 4px 2px rgba(0,0,0,1.00);
	font-weight: bolder;
	border-radius: 13px;
	text-align: center;
	border-color: rgba(0,0,0,1.00);
	border-width: thick;
}

#footer .grid_5 {
	float: left;
	text-align: center;
	border-color: rgba(0,0,0,1.00);
	border-style: solid;
	padding-right: 5px;
	padding-left: 5px;
	border-radius: 9px;
	background-color: rgba(103,135,197,.70);
	color: rgba(0,0,0,1.00);
}
#footer .grid_4 {
	border-color: rgba(0,0,0,1.00);
	border-style: solid;
	border-radius: 9px;
	float: right;
	background-color: rgba(103,135,197,0.70);
	color: rgba(0,0,0,1.00);
	text-align: center;
	padding-right: 15px;
}
.grid_5mission {

}
#whoWeAre {
	color: rgba(255,255,255,1.00);
	border-radius: 10px;
	background-color: rgba(3,78,249,1.00);
	-webkit-box-shadow: 4px 3px rgba(18,130,228,1.00);
	box-shadow: 4px 3px rgba(18,130,228,1.00);
	float: right;
}

#content #confirmationQuiz {
	width: 41%;
	background-color: rgba(235,8,12,.800);
	color: rgba(249,245,246,.70);
	-webkit-box-shadow: 4px 3px rgba(201,136,137,1.00);
	border-radius: 10px;
	border: medium solid rgba(0,0,0,1.00);
	box-shadow: 4px 3px rgba(201,136,137,1.00);
	float: right;
}
#rcia {
	width: 46%;
	background-color: rgba(3,166,31,0.80);
	color: rgba(249,245,246,.70);
	border-radius: 10px;
	border: medium solid rgba(0,0,0,1.00);
	-webkit-box-shadow: 4px 3px rgba(14,216,100,1.00);
	box-shadow: 4px 3px rgba(14,216,100,1.00);
	float: left;
}
#rcia h1 {
	color: rgb(255,253,253);
	text-shadow: 2px 2px rgba(0,0,0,1.00);
	font-weight: bolder;
	text-align: center;
}
#rcia h4 {
	color: rgba(248,247,247,1.00);
	font-style: italic;
	font-weight: bold;
	text-shadow: 2px 0px rgba(0,0,0,1.00);
}
#upcoming {
	clear: both;
	border-style: solid;
	border-width: thick;
	background-color: rgba(239,245,9,1.00);
	margin-top: 25px;
	border-radius: 16px;
	text-shadow: 1px 1px;
	padding-top: 6px;
	-webkit-box-shadow: 4px 3px rgba(223,188,7,1.00);
	box-shadow: 4px 3px rgba(223,188,7,1.00);
}
#whoWeAre h4 {
	color: rgb(255,253,253);
	text-shadow: 4px 2px rgba(0,0,0,1.00);
	border-radius: 13px;
	font-weight: bolder;
	text-align: center;
	border-color: rgba(0,0,0,1.00);
	border-width: thick;
}
#newToParish {
	width: 46%;
	background-color: rgba(3,166,31,0.80);
	border-radius: 10px;
	border: medium solid rgba(0,0,0,1.00);
	color: rgba(249,245,246,.70);
	-webkit-box-shadow: 4px 3px rgba(14,216,100,1.00);
	box-shadow: 4px 3px rgba(14,216,100,1.00);
	float: left;
	text-align: center;
}
#newToParish h1 {
	color: rgb(255,253,253);
	text-shadow: 2px 2px rgba(0,0,0,1.00);
	font-weight: bolder;
	text-align: center;
}
#newToParish h4 {
	color: rgba(248,247,247,1.00);
	font-style: italic;
	font-weight: bold;
	text-shadow: 2px 0px rgba(0,0,0,1.00);
}
#missionStatement {
	width: 41%;
	background-color: rgba(235,8,12,.800);
	color: rgba(249,245,246,.70);
	border-radius: 10px;
	border: medium solid rgba(0,0,0,1.00);
	-webkit-box-shadow: 4px 3px rgba(201,136,137,1.00);
	box-shadow: 4px 3px rgba(201,136,137,1.00);
	float: right;
	text-align: center;
}
#missionStatement h1 {
	color: rgb(255,253,253);
	text-shadow: 2px 2px rgba(0,0,0,1.00);
	font-weight: bolder;
	text-align: center;
}
#missionStatement h4 {
	color: rgba(248,247,247,1.00);
	font-style: italic;
	font-weight: bold;
	text-shadow: 2px 0px rgba(0,0,0,1.00);
}
#counter {
	clear: both;
}
.grid_5address {
	float: right;
}
.addressSpanish {
	float: right;
	text-align: center;
}
.grid_5.addressSpanish {
	float: right;
	text-align: center;
}
h1 a img {
	right: auto;
	left: auto;
}
a #dailyLector img {
	left: 0px;
	right: 0px;
}
.grid_6 h6 {
	text-align: left;
	color: #FCFCFC;
}
.grid_6 h6 a {
	text-align: left;
	color: #FBF8F8;
	font-weight: bold;
}
.grid_5 h6 a {
	text-align: left;
	font-weight: bold;
}
#content .grid_12 .grid_5 {
	border-radius: 8px;
	border: medium double #000000;
}
