
/* Remove padding and margin */
* {
	margin: 0;
	padding: 0;
}

/* Put it back on certain elements */
h1, h2, h3, h4, h5, h6, p, pre, blockquote, form, fieldset, table, ul {
  margin: 0;
}

/* Class for clearing floats */
.clear {
	clear:both;
}


/* Remove border around linked images */
img {
	border: 0;
}


#container {
	position:relative;
	margin:0 auto;
	background-color:#29325d;
	width:1011px;
}
/* =Typography
-----------------------------------------------------------------------------*/

body {
	font: 12px trebuchet, arial, helvetica, sans-serif;
	background: #61221d url(/assets/images/gradient.jpg) repeat-x fixed;
}

/* stops layout shift on centered content when moving from page with vertical scrollbar and one without */
html, body {
	height: 100%;
	margin: 0 0 1px;
	padding: 0;
}
/* =headers, etc.
-----------------------------------------------------------------------------*/

#header {
	background-color:#fef9ea;
}

.stripe {
	background:#fef9ea url(/assets/images/headerStripe.gif) repeat-x;
	height:5px;
}

.stripe2 {
	background:#fef9ea url(/assets/images/headerStripe2.png) repeat-x;
	height:5px;
}

.stripe3 {
	background:#fef9ea url(/assets/images/centerColumn_stripe.png) repeat-x;
	height:11px;
	width:1010px;
	border-top:5px solid #29325d;
	border-bottom:1px solid #2c251e;
}

/* =Homepage Top Nav
-----------------------------------------------------------------------------*/

#mainNav {
	float:right;
	margin:9px 12px 7px 0;
}
#mainNav a {
	text-decoration:none;
}
#mainNav.secondary {
	background-color:#851d29;
	width:100%;
	margin:2px 0 11px 0;
	padding:7px 0 6px 0;
}
#mainNav.secondary ul {
	float:right;
}
#mainNav ul {
	display:inline;
	list-style:none; 
}
#mainNav ul li {
	position:relative;
	float: left;
	margin-right: 20px;
}
#mainNav ul li ul{
	display:none;
	width:170px;
	padding:7px 5px 1px 5px;
	background-color:#fef9ea;
	color:#23295a;
	font-family:Georgia, Times New Roman, Times;
	position:absolute;
	top:20px;
	left:-20px;
	z-index:2;
	border:1px solid #f1ebda;
}
#mainNav ul li:hover ul {
	display: block;
}
#mainNav ul li ul li {
	font-size:11pt;
	line-height:16pt;
	margin-bottom:5px;
	width:160px;
	background-color:#f1ebda;
	padding:2px 5px;
}
#mainNav ul li ul li a {
	color:#23295a;
	text-decoration:none;
}
#mainNav li:hover li {
	display:block;
}
/* image hover secondaryNav */
#mainNav ul li ul li .linkIndicator {
	float:left;
	clear:none;
	width:15px;
	height:10px;
	padding-top:5px;
}
#mainNav ul li ul li img {
	display:none;
}

#mainNav ul li ul li:hover img {
	display:block;
}

/* =Secondary Pages TOP NAV
-----------------------------------------------------------------------------*/
#navigation {
height:58px;
float:right;
background-color:#851d29;
width:1010px;
margin-bottom:10px;
border-top:2px solid #29325d;
border-right:1px solid #29325d;
font-family:Georgia, Times New Roman, Times;
position: relative;
}
#container>#navigation {
background:#851d29 url(/assets/images/bkgNav_long.png) no-repeat 0 30px;
}
#nav {
list-style-type:none;
background:transparent none repeat scroll 0 0;
float:right;
height:22px;
list-style-image:none;
list-style-position:inside;
padding:7px 0 0 10px;
}
#nav li {
display:inline;
float:left;
}
#nav li a {
color:#fdf8e6;
display:block;
float:left;
height:23px;
text-decoration:none;
text-transform:uppercase;
width:auto;
}
#nav li a:hover {
background:transparent url(/assets/images/arrow_whitered.png) no-repeat scroll 50% 16px;
color:#7A8C02;
}
#nav li a.active {
background:transparent url(/assets/images/arrow_whitered.png) no-repeat scroll 50% 16px;
color:#7A8C02;
}
#nav li.active ul {
width:1010px;
display:block;
text-align:right;
}
#nav li.active a {
background:transparent url(/assets/images/arrow_whitered.png) no-repeat scroll 50% 16px;
color:#fbb63f;
}
#nav li.active ul li a {
background:transparent none repeat scroll 0 0;
color:#29325d;
display:block;
text-transform:capitalize;
}
#nav li ul {
display:none;
left:0;
list-style-image:none;
list-style-position:outside;
list-style-type:none;
position:absolute;
top:30px;
width:1010px;
z-index:1000;
font-size:10pt;
padding:5px 0 0 0;
background:#fef9ea url(/assets/images/BKGDnav.png) no-repeat 61px 0;
}
#nav li a.no-arrow {
background-image:none;
}
#nav li ul li {
display:block;
float:right;
margin-right:10px;
}
#nav li ul li a {
color:#3D3937;
display:block;
text-transform:capitalize;
}
#nav li ul li a:hover {
color: #851D29;
}
#nav li ul li a.active {
background: url(/assets/images/arrow_blueIE6.png) no-repeat scroll 50% 16px;
}
#nav li ul li>a.active {
background: url(/assets/images/arrow_blue.png) no-repeat scroll 50% 16px;
}
#nav .div_sub_tween {
color:#29325d;
float:left;
margin:0 4px;
width:1px;
}
#sub-nav {
background:#fef9ea none repeat scroll 0 0;
height:28px;
width:1011px;
z-index:10;
}
#navigation>#sub-nav {
background:#851d29 none repeat scroll 0 0;
height:30px;
}
/* =Footer
-----------------------------------------------------------------------------*/
#footer {
	height:32px;
	padding-top:12px;
	background-color: #413a33;
	width:1011px;
	border-top:1px solid #2c251e;
	text-align:center;
	color:#fef9ea;
	font-size:0.95em;
	font-family:Georgia, Times New Roman, Times;
}
#footer a { color: #fef9ea; }

/* =Specific to Homepage
-----------------------------------------------------------------------------*/
#gallery {
	float:left;
	height:366px;
	width:366px;
	position:relative;
	top:-24px;
}
#container>#gallery { top:-14px; }
#gallery { height: 400px; margin-top: -32px; }
#gallery img {
	display: none;
	position: absolute;
	bottom: 0;
	left: 0;
}
a#galleryButton {
	background: url(/assets/images/gallery/button-photoGallery.gif) no-repeat;
	display: block;
	position: absolute;
	width: 117px;
	height: 31px;
	margin: -51px 0 0 238px;
	z-index: 100;
	text-indent: -9999px;
}
#familyChrist {
	float:right;
	border:6px solid #374277;
	background-color:#fcf7e5;
	padding:4px;
	margin-right:2px;
}
#familyChrist #main {
	background:#27325f url(/assets/images/saintmonica.jpg) no-repeat;
	background-position:2px 2px;
	width:613px;
	height:302px;
}
#familyChrist #main #quoteBorder {
	float:right;
	border:1px solid #b8b3a2;
	background-color:#c6c1b0;
	margin:13px 11px 4px 0;
	padding:1px;
}
#familyChrist #main #quoteBorder #quote {
	border:4px solid #cdc8b7;
	background-color:#fef9eb;
	padding:16px;
	width:260px;
	font-family: Georgia, Times New Roman, Times;
	text-align:center;
	line-height:19pt;
	font-size:12pt;
	color:#29325d;
	height:200px;
	overflow:hidden;
}
#familyChrist #main #quoteBorder #quote .larger_copy { font-size: 13pt; }
#familyChrist #main #upcomingEvents {
	float:left;
	width: 595px;
	background-color:#fcf7e5;
	margin:5px;
	border:1px solid #fcf7e5;
	font-family: Georgia, Times New Roman, Times;
}
#familyChrist #main #upcomingEvents #upcoming {
	float:left;
	padding:4px 8px;
	margin-right:1px;
	height:19px;
	border:1px solid #e7e2d0;
	background-color:#fcf7e5;
	color:#20244a;
	text-align:center;
	font-size:1.3em;
}
#familyChrist #main #upcomingEvents #events {
	float:left;
	width:290px;
	margin-right:1px;
	border:1px solid #660b19;
	background-color:#6d1220;
	color:#fcf7e5;
	text-align:center;
	font-size:1.20em;
	line-height:1.4em;
	position: relative;
	overflow: hidden;
	height: 27px;
}
#familyChrist #main #upcomingEvents #events .headline {
	position: absolute;
	text-align: left;
	top: 210px;
	left: 5px;
	height: 25px;
	overflow: hidden;
	width:290px;
}
#familyChrist #main #upcomingEvents #calenderLink {
	float:left;
	width: 100px;
	padding:5px 12px 6px 12px;
	border:1px solid #951d2f;
	background-color:#8e1628;
	color:#fcf7e5;
	text-align:center;
	font-size:0.95em;
	line-height:1.4em;
}
#familyChrist #main #upcomingEvents #calenderLink a { color: white; text-decoration: none; }
#familyChrist #main #upcomingEvents #calenderLink a:hover { text-decoration: underline; }

/* =Links
-----------------------------------------------------------------------------*/




/* =Branding
-----------------------------------------------------------------------------*/




/* =Sub Nav
-----------------------------------------------------------------------------*/




/* =Main Content
-----------------------------------------------------------------------------*/
#mainContent {
	float:left;
	width:1010px;
	background:#fef9ea url(/assets/images/homepage_maincontentBKGD.png) repeat-y;
 	border-right:1px solid #29325d; 
	border-bottom:10px solid #fef9ea;
}
#mainContent.secondary {
	background:#29325d url(/assets/images/crossBKGDwhiteside.png) repeat;
	border-bottom:0px;
}

/* =Alternative Navigation
-----------------------------------------------------------------------------*/
#altNav {
	position:relative;
	float:left;
	width:142px;
	background-color:#fefaeb;
}
#altNav ul { list-style: none; }
#leftColumn #altNav {
	border-top:6px solid #fdf8e6;
	border-right:2px solid #fdf8e6;
	border-left:1px solid #fdf8e6;
}
#leftNav li {
	float:left;
	margin-bottom:3px;
	padding:8px 0 5px 30px;
	width:107px;
	height:19px;
	border:1px solid #e3decc;
	background:transparent url(/assets/images/linkIndicator_beige.png) no-repeat 10px 11px;
}
#leftNav li.active, #leftNav li:hover {
	background:#29325d url(/assets/images/leftNav_arrow.png) no-repeat 134px 0;
	border-right:0px;
	border-left:1px solid #29325d;
	width:112px;
	border-top:1px solid #fef9ea;
	border-bottom:1px solid #fef9ea;
}
#leftNav li ul {
	display:none;
	position:absolute;
	left:140px;
	top:0px;
	padding:3px 6px 3px 6px;
}
#leftColumn #leftNav li ul {
	background-color:#29325d;
	padding-top:7px;
	z-index:100;
}
#altNav #leftNav li ul.active, #altNav #leftNav li ul:hover {
	display:block;
}
#altNav #leftNav li.active ul, #altNav #leftNav li.hover ul {
	display:block;
	padding-bottom:7px;
}
#altNav #leftNav li ul li {
	margin: 0;
	width:200px;
	padding:4px 7px;
	background:#374277;
	color:#fefaeb;
	font-family:Georgia, Times New Roman, Times;
	font-size:11pt;
	line-height:16px;
	border:1px solid #29325D;
}
#leftColumn #altNav #leftNav li { position: relative; }
#altNav #leftNav li img { position: relative; }
#altNav #leftNav li.active img { display: none; }
#altNav #leftNav li img.arrow { display: none; }
#altNav #leftNav li.active img.arrow { display: block; }
#altNav #leftNav li img.active { display:block; }
#altNav #leftNav li ul li .linkIndicator {
	float:left;
	clear:none;
	width:15px;
	height:10px;
	padding-top:3px;
	padding-right:4px;
}
#altNav #leftNav li ul li img { display: none; }
#altNav #leftNav li ul li:hover img { display: block; }
#altNav #leftNav li ul li a { text-decoration: none; color: #fefaeb; }
#altNav_blue {
	float:left;
	width:229px;
	height:291px;
	background-color:#29325d;
}

/* =Homepage Features
-----------------------------------------------------------------------------*/
#homepageFeatures {
	float:right;
	clear:right;
	width:633px;
	background-color:#fef9ea;
	margin-left:5px;
}

/* =Buckets
-----------------------------------------------------------------------------*/
.features {
	float:left;
	width:302px;
	border:1px solid #d7ceb6;
	background-color:#d7ceb6;
}
#homepageFeatures .features {
	margin-top:10px;
	margin-right:7px;
}
#rightColumn .features {
	margin-bottom:7px;
	margin-top:0px;
}
.features img {
	margin-top:6px;
	margin-left:6px;
}
.features .copy {
	float:right;
	width:148px;
	height:103px;
	background-color:#fdf8e6;
	border:1px solid #f6f1df;
	padding:12px;
	color:#2c2a24;
	font-family:Georgia, Times New Roman, Times;
	font-size:9pt;
	overflow: hidden;
}
.features .copy .red_subhead {
	font-size:10pt;
	color:#951d2f;
	text-transform: uppercase;
}
.red_subhead a {
	text-decoration:none;
	color:#951d2f;
}
.red_subhead a:hover {
	text-decoration:underline;
}
.blue_subhead {
	font-size:12.5pt;
	color:#1e2252;
}
.events .title .blue_subhead {
	font-size:12.5pt;
	position:relative;
	z-index:0;
	top:2px;
	color:#1e2252;
}
.events .title .blue_subhead {
	font-size:12.5pt;
	position:relative;
	z-index:0;
	top:2px;
	color:#1e2252;
}
.copy .lightbrown_copy {
	color:#5c5648;
}
.events{
	float:left;
	width:302px;
	background-color:#fdf8e6;
	border:1px solid #f6f1df;
	font-family:Georgia, Times New Roman, Times;
	padding-bottom: 7px;
}
#homepageFeatures .events {
	margin-top:10px;
	margin-right:7px;
	border:1px solid #d7ceb6;
}
#rightColumn .events {
	margin-bottom:7px;
	margin-top:0px;
}
.events .title {
	margin:3px 5px 12px 5px;
	border-bottom:1px solid #29325d;
	padding:2px 0 12px 4px;
	text-align:right;
}
.events .title a {
	text-decoration:none;
}
.events .events_copy {
	margin-left:11px;
}
.events .events_copy {
	font-size:10pt;
	line-height:13pt;
}
.events .events_copy a {
	text-decoration:none;
	color:#6d1220;
}
.events .events_copy a:hover {
	text-decoration:underline;
}
.events .redbox {
	margin-left:8px;
	padding:8px;
	background-color:#951d2f;
	color:#fdf8e6;
	font-size:8pt;
}
.events form {
	line-height:21pt;
}
.darkred_copy {
	color:#6d1220;
}
/* leftColumn
-----------------------------------------------------------------------------*/

#leftColumn {
	float:left;
	background-color:#29325d;
	width:145px;
}
#leftColumn #linklist {
	float:left;
	margin:0 0 12px 6px;
	padding:2px;
	border:2px solid #3d426d;
	width:129px;
}
#leftColumn #linklist .subhead {
	background-color:#fdf8e6;
	color:#29325d;
	margin-bottom:6px;
	padding-left:8px;
	font-family:Georgia, Times New Roman, Times;
	font-size:13pt;
	line-height:21.5pt;
}
#leftColumn #linklist ul {
	list-style:none;
	margin-left:8px;
	font-size:8.5pt;
	line-height:15.5pt;
}
#leftColumn #linklist a {
	text-decoration:none;
	color:#fdf8e6;
}
#leftColumn #linklist a:hover {
	color:#fbb63f;
}
#leftColumn #linklist a.active {
	text-decoration:none;
	color:#fbb63f;
}
/* mainContent centerColumn
-----------------------------------------------------------------------------*/
#mainContent #centerColumn {
	float:left;
	width:541px;
	margin-right:8px;
/* 	padding-top:15px; */
	background-color:#fdf8e6;
	border-left:7px solid #29325d;
	overflow: hidden;
}
#mainContent #centerColumn #breadcrumbs {
	border-bottom:1px solid #29325d;
	margin:11px 0 14px 0;
	padding:0 0 4px 2px;
	color:#787988;
	font-size:8pt;
	font-weight:normal;
}
#mainContent #centerColumn #breadcrumbs a {
	text-decoration:none;
	color:#787988;
	margin-right:7px;
}
#mainContent #centerColumn #breadcrumbs a:hover {
	text-decoration:underline;
}
#mainContent #centerColumn #breadcrumbs a.active {
	color:lime;
	font-weight:normal;
	color:#29325d;
}
#mainContent #centerColumn #centerCopy {
	margin:0 21px 25px 21px;
	font-size:10.5pt;
	color:#29325d;
	font-family:Georgia, Times New Roman, Times;
	line-height:17pt;	
}
#mainContent #centerColumn .headline {
	font-size:14pt;
}
.blue_subhead {
	font-size:14pt;
	color:#1e2252;
}
.red_subhead {
	font-size:14pt;
	color:#841c29;
}
.dark_brown_subhead {
	font-size:14pt;
	color:#2c2a24;
}
.light_brown_subhead {
	font-size:14pt;
	color:#5c5648;
}
.blue_copy {
	font-size:10.5pt;
	color:#1e2252;
}
.red_copy {
	font-size:10.5pt;
	color:#841c29;
}
.dark_brown_copy {
	font-size:10.5pt;
	color:#2c2a24;
}
.light_brown {
	font-size:10.5pt;
	color:#5c5648;
}
.tiny_copy {
	font-size:8.5pt;
	line-height:8.5pt;
}
.error {
	color:#841c29;
}
#mainContent #centerColumn ul {
	margin-left:50px;
	padding:20px 0;
	color:#841c29;
	font-size:11pt;
	font-weight:bolder;
}
#mainContent #centerColumn ol {
	margin-left:50px;
	padding:20px 0;
	color:#841c29;
	font-size:11pt;
	font-weight:bolder;
}
#mainContent #centerColumn a {
	color:#841c29;
	text-decoration:none;
}
#mainContent #centerColumn a:hover {
	text-decoration:underline;
}
#mainContent #centerColumn img {
	margin:10px 0;
}
#mainContent #rightColumn {
	float:left;
	width:50px;
}

/* =Jcarousel for gallery
-----------------------------------------------------------------------------*/

/**
 * This <div> element is wrapped by jCarousel around the list
 * and has the classname "jcarousel-container".
 */
.jcarousel-container {
    position: relative;
}

.jcarousel-clip {
    z-index: 2;
    padding: 0;
    margin: 0;
    overflow: hidden;
    position: relative;
}

.jcarousel-list {
    z-index: 1;
    overflow: hidden;
    position: relative;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
}

.jcarousel-list li,
.jcarousel-item {
    float: left;
    list-style: none;
    /* We set the width/height explicitly. No width/height causes infinite loops. */
    width: 75px;
    height: 75px;
}

/**
 * The buttons are added dynamically by jCarousel before
 * the <ul> list (inside the <div> described above) and
 * have the classnames "jcarousel-next" and "jcarousel-prev".
 */
.jcarousel-next {
    z-index: 3;
    display: none;
}

.jcarousel-prev {
    z-index: 3;
    display: none;
}
/* =Misc 2
-----------------------------------------------------------------------------*/
.jcarousel-skin-tango .jcarousel-container {
    -moz-border-radius: 10px;
    background: #F0F6F9;
    border: 1px solid #29325d;
    margin:0px;
    padding:0px;
}

.jcarousel-skin-tango .jcarousel-container-horizontal {
    width: 245px;
    padding: 20px 40px;
}

.jcarousel-skin-tango .jcarousel-container-vertical {
    width: 75px;
    height: 245px;
    padding: 40px 20px;
}

.jcarousel-skin-tango .jcarousel-clip-horizontal {
    width:  245px;
    height: 75px;
}

.jcarousel-skin-tango .jcarousel-clip-vertical {
    width:  75px;
    height: 245px;
}

.jcarousel-skin-tango .jcarousel-item {
    width: 75px;
    height: 75px;
}

.jcarousel-skin-tango .jcarousel-item-horizontal {
    margin-right: 10px;
}

.jcarousel-skin-tango .jcarousel-item-vertical {
    margin-bottom: 10px;
}

.jcarousel-skin-tango .jcarousel-item-placeholder {
    background: #fff;
    color: #000;
}

/**
 *  Horizontal Buttons
 */
.jcarousel-skin-tango .jcarousel-next-horizontal {
    position: absolute;
    top: 43px;
    right: 5px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(/assets/js/tango/next-horizontal.png) no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-next-horizontal:hover {
    background-position: -32px 0;
}

.jcarousel-skin-tango .jcarousel-next-horizontal:active {
    background-position: -64px 0;
}

.jcarousel-skin-tango .jcarousel-next-disabled-horizontal,
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal:hover,
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal:active {
    cursor: default;
    background-position: -96px 0;
}

.jcarousel-skin-tango .jcarousel-prev-horizontal {
    position: absolute;
    top: 43px;
    left: 5px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(/assets/js/tango/prev-horizontal.png) no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-prev-horizontal:hover {
    background-position: -32px 0;
}

.jcarousel-skin-tango .jcarousel-prev-horizontal:active {
    background-position: -64px 0;
}

.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal,
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:hover,
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:active {
    cursor: default;
    background-position: -96px 0;
}

