/* CSS Document */

/* CSS common to all pages - layout */
* {
  margin: 0;
}
html, body {height:100%}
body {
	padding:0;
	margin:0;
	background-color: #006699;
	color: #000000;
	font: 14px "Trebuchet MS", Verdana, sans-serif;
}
#outer{
	min-height:100%;
	min-width: 800px;
	margin-left:175px;
	margin-right:155px;
	background-color: #dee4fe;
	border-left:15px solid #ffd666;
	margin-bottom:-52px;
	color: #000000;
}
* html #outer{height:100%;} /* IE6 and under treat height as min-height anyway*/
#header{
	background:#ffd666;
	border-bottom:15px solid #ffd666;
	color: #000;
	text-align:left;
	position:relative;
	margin-bottom: 0;
	margin-left: 0px;
	margin-right: -154px;
	margin-top: 0;
	min-height:0;/* ie 7 haslayout fix */
	background-image:url(images/background.jpg);
	background-repeat:repeat;
}
#left {
	position:relative;/*ie needs this to show float */
	width:175px;/* same as the left margin on #outer*/
	float:left;
	margin-left:-174px;/*must be 1px less than width otherwise won't push footer down in older mozilla*/ 
	left:-2px;/* push column into position*/
	color: #FFF;
}
#left p {padding-left:2px;padding-right:2px}
#right p {padding-left:2px;padding-right:2px}

#right {
	position:relative;/*ie needs this to show float */
	width:155px;/* same as right margin on #outer*/
	float:right;
	margin-right:-154px;/*must be 1px less than width otherwise won't push footer down in older mozilla*/ 
	left:2px;/* push column into position*/
}
#footer {
	width:100%;
	clear:both;
	height:50px;
	border-top:1px solid #006699;
	border-bottom:1px solid #000;
	background-color: #006699;
	color: #fff;
	text-align:center;
	position:relative;
	top: 0px;
	left: 0px;
}


* html #footer {/*only ie gets this style*/
}
#clearfooter{clear:both;height:40px;}/*needed to make room for footer*/ 
ul { 
	margin-top: 15px;
	margin-bottom: 5px;
	list-style: none; 
	font-weight: bold;

} 
li {
	margin-bottom: 15px;
}
h1 {
	font-size:24px;
	color: #006699;
	padding: 15px 15px;
}
h2 {
	font-size: 18px;
	color: #006699;
	padding: 15px 15px;
}
h3 {
	font-size: 16px;
	color: #006699;
	padding: 15px 15px;
}
h4 {
	font-size: 16px;
	padding: 15px 15px;
}
#address {
	text-align: center;
	color: #fff;
	font-size:12px;
	font-style:italic;
	padding: 15px;
}
#centrecontent {
	width:100%;
	float:left;
	position:relative;
	z-index:1;
	margin:0 -1px;/* moz fix*/
	color: #000;
}
#centrecontent p {
	padding-left:15px; 
	padding-right:15px;
	color:#000;	
}
* html #centrecontent {height:1%;margin-bottom:12px}/* combat IE's 3 pixel jog */

.marygraphic {
	margin-top: -150px;
	margin-left: -14px;
}
#mass_schedule {
	margin-top: 30px;
	margin-bottom: 5px;
	margin-left: 15px;
	margin-right: 5px;
	padding: 5px;
	text-align: center;
	background-image:url(images/mass_schedulebackground.png);
	background-repeat:no-repeat; 
	height:425px;
	font-family: "Century Gothic", "MS Sans Serif";
	font-weight:bold;
}
.text-padding {
	padding-top: 5px;
	padding-bottom: 5px;
}
#s1, #s2, #s3, #s4, #s5, #s6 {
	margin: 0px;
	padding: 0px;
	padding-left: 15px;
	padding-right: 25px;
	display:none; 
}
.menuitem li{
	color: #ffffff; 
	margin-left: -45px;
}

a.menu:link {color: #FFFFFF; text-decoration:none}
a.menu:visited {color: #FFFFFF; text-decoration:none}
a.menu:active {color: #FFFFFF; text-decoration:none}
a.menu:hover {color: #ffd666;}
.center {
	text-align: center;
}
.admin_menu 
{
	padding-bottom: 5px;
	padding-top: 5px;
}
.padding15 {
	padding-top: 15px;
	padding-bottom: 15px;
}
.left_padding15 {
	padding-left: 15px;
	padding-right: 15px;
}
.button_padding {
	margin-left: 45px;
}
.left_padding5 
{
	padding-left: 5px;
	padding-right: 5px;
}

/* ========================================================================================*/
/* index page */
#outer_index{
	min-height:100%;
	min-width: 800px; 
	margin-left:175px;
	margin-right:155px;
	background-color: #fff2d5;
	border-left:15px solid #ffd666;
	margin-bottom:-52px;
	color: #000000;
}
* html #outer_index{height:100%;} /* IE6 and under treat height as min-height anyway*/
#flash_container 
{
	border-left: solid 10px #005daa;
	border-top: solid 10px #005daa;
	border-bottom: solid 10px #005daa;
	margin: 0;
	padding: 0;
	height: 200px;
	background-color: #dee4fe;
}
#flash 
{
	margin: 0;
	padding: 0;
	height: 200px;
	width: 320px;
	background-color: #005daa;
	float: left;
}
#flash object 
{
/*	border-right: solid 10px #005daa; */
	margin-right: 5px;
}
#upcomingevents {
	background-color: #fff2d5;
}
#upcomingevents h2 p 
{
	text-align: center;
	padding-left: 15px;
	padding-right: 15px;
}

/* ========================================================================================*/
/* catholiclinks.aspx */
.catholic_links {
	text-align: center;
}
a.catholic_links:link {color: #000000; text-decoration:underline}
a.catholic_links:visited {color: #000000; text-decoration:underline}
a.catholic_links:active {color: #000000; text-decoration:underline}
a.catholic_links:hover {color: #000000; text-decoration:underline}

/* ========================================================================================*/
/* abvmprep.aspx */
#outer_abvmprep{
	min-height:100%;
	min-width: 800px;
	margin-left:175px;
	margin-right:155px;
	background-color: #fff;
	border-left:15px solid #ffd666;
	margin-bottom:-52px;
	color: #000000;
}
#abvmprep {
	background-image:url(images/Assumption%20Prep%20Jesus%20&%20Children.jpg);
	background-position:center;
	background-repeat:no-repeat;
	background-color:#FFF;
	text-align: left;
	min-height: 620px;
}

#abvmprep ul {
	list-style:disc;
}

/* ========================================================================================*/
/* christianformation.aspx */
.christianformation {
	color: #B4C1E3;
}
.christianformation_hr {
	margin-bottom: 15px;
}

/* ========================================================================================*/
/* rica.aspx */
#rcia {
	background-image:url(images/Layered%20Vine%20Art.png);
	background-position:bottom right;
	background-repeat:no-repeat;
}

/* ========================================================================================*/
/* contactus.aspx */
.contactus_body {
	width: 500px;
	padding-bottom: 15px;
	margin-left: auto;
	margin-right: auto;
}

/* ========================================================================================*/
/* devotions.aspx */
.devotions_body {
	width: 500px;
	padding-bottom: 15px;
	margin-left: auto;
	margin-right: auto;
}
.devotions_center {
	text-align: center;
}
.devotions_left {
	text-align: left;
}
.devotions_right {
	text-align: right;
}
.devotions_color {
	/*color: #005bac;*/
	color: #006699;
}

/* ========================================================================================*/
/* liturgicalministries.aspx */
.liturgicalministries {
	color: #B4C1E3;
}

/* ========================================================================================*/
/* musicministry.aspx */
.left_padding_cantors {
	padding-left: 30px;
	padding-right: 30px;
}

/* ========================================================================================*/
/* organizations.aspx */
.organizations_body {
	width: 500px;
	padding-bottom: 15px;
	margin-left: auto;
	margin-right: auto;
}
.organizations_center {
	text-align: center;
}
.organizations_left {
	text-align: left;
}
.organizations_right {
	text-align: right;
}

/* ========================================================================================*/
/* parishpastoralcouncil.aspx */
#parishpastor {
	background-color: #e6eaf6;
	border-color: #fff;
	border-style: solid;
	border-width: thick;
	margin: 15px 15px;
}

/* ========================================================================================*/
/* bereavement.aspx */
#bereavement {
	background-color: #b1bee1;
	border-color: #fff;
	border-style: solid;
	border-width: thick;
	margin: 15px 15px;
}.left_padding_bereavement_facilitators 
{
	padding-left: 50px;
	padding-right: 10px;
	font-weight: bold;
}

/* ========================================================================================*/
/* hospitality.aspx */
#outer_hospitality{
	min-height:100%;	
	margin-left:175px;
	margin-right:155px;
	background-color: #69C071;
	border-left:15px solid #ffd666;
/*	border-right:1px solid #ffd666; */
	margin-bottom:-52px;
	color: #000000;
}
#hospitality_background {
	background-color: #cde7ca;
	border: solid 15px #69C071;
	padding: 10px 10px;
}
#hospitality_schedule 
{
	color: #fff;
	font-size:large;
	text-align: center;
}
#hospitality_schedule h2, #hospitality_schedule p 
{
	color: #fff;
	padding-left: 15px;
	padding-right: 15px;
}

/* ========================================================================================*/
/* scrip.aspx */
#outer_scrip{
	min-height:100%;	
	margin-left:175px;
	margin-right:155px;
	background-color: #fff;
	border-left:15px solid #ffd666;
	margin-bottom:-52px;
	color: #000000;
}

/* ========================================================================================*/
/* staff.aspx */
#staff_background {
	background-color: #005daa;
	margin: 15px 15px;
	padding: 10px 10px;
}
#staff {
	background-color: #005daa;
	border-color: #fff;
	border-style: solid;
	border-width: thick;
	margin: 15px 15px;
	color: #FFF;
	font-size: 16px;
}
#staff h1 {
	color: #fff;
}
.staff-text-padding {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
}


/* ========================================================================================*/
/* jryouthgroup.aspx */
#outer_jryouthgroup{
	min-height:100%;
	min-width: 800px;
	margin-left:175px;
	margin-right:155px;
	background-color: #c3b3d7;
	border-left:15px solid #ffd666;
	margin-bottom:-52px;
	color: #000000;
}
#jryouthgroup {
	background-color:#c3b3d7;
	text-align: left;
}

/* ========================================================================================*/
/* teenyouthgroup.aspx */
#outer_teenyouthgroup{
	min-height:100%;
	min-width: 800px;
	margin-left:175px;
	margin-right:155px;
	background-color: #fff;
	border-left:15px solid #ffd666;
	margin-bottom:-52px;
	color: #000000;
}
#teenyouthgroup {
	background-color:#fff;
	text-align: left;
}

/* ========================================================================================*/
/* girlscouts.aspx */
#outer_girlscouts{
	min-height:100%;
	min-width: 800px;
	margin-left:175px;
	margin-right:155px;
	background-color: #d9c296;
	border-left:15px solid #ffd666;
	margin-bottom:-52px;
	color: #000000;
}#girlscouts {
	background-color: #d9c296;
	text-align: left;
}
#girlscouts h1 {
	color: #000;
}
