/* COLORS 
dark blue: #003366;
dark green: #006633;
light green: #99CC66;
light blue: #99CCFF;
gold: #FFCC33;


*/
/********************************************  ----- TAGS ----- ******************************************** */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	background-color: #FFFFCC;
	/*background-image:url(/media/common/images/960grid.png);
	background-repeat:no-repeat;*/

}

H1, H2, H3, H4, H5  {
	color:#006633;
	font-family:Arial, Helvetica, sans-serif;
}

H1 {
	font-size:24px;
}

H2 {
	font-size:20px;
	}
H3 {
	font-size:18px;
	
	}
H4 {
	font-size:16px;
	}
H5 {
	font-size:14px;
	}
p {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #000000;
	line-height: normal;
	padding-left: 5px;
}	
li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	line-height: 20px;
	padding-left: 10px;
}

TD {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #333;
	line-height: normal;
} 


/********************************************  ----- TABLES ----- ******************************************** */

.outsideBorder {
	border-bottom-color:#006633;
	border-bottom-style:solid;
	border-bottom-width:thin;
	border-top-color:#006633;
	border-top-style:solid;
	border-top-width:thin;	
	border-left-color:#006633;
	border-left-style:solid;
	border-left-width:thin;	
	border-right-color:#006633;
	border-right-style:solid;
	border-right-width:thin;	
}

.blueTable {
	background-color:#003366;
	border-color:#003366;
	border-style:solid;
	border-width:thin;
	font-size: small;
	color: #99CC66;
	font-family:Arial, Helvetica, sans-serif;
	padding: 0px;

}
.blueTableDotted {
	background-color:#003366;
	border-color:#003366;
	border-style:solid;
	border-width:thin;
	font-size: small;
	color: #99CC66;
	font-family:Arial, Helvetica, sans-serif;
	padding: 0px;
	border-bottom-color:#999999;
	border-bottom-style:dotted;
	border-bottom-width:thin;
}


.greenTable {
	background-color:#006633;
	/*border-color:#006633;
	border-style:solid;
	border-width:thin;*/
}

.dotted-table-rows {
	border-bottom-color:#999999;
	border-bottom-style:dotted;
	border-bottom-width:thin;
}

.hometableX {
	border-bottom-color:#CCCCCC; 
	border-bottom-style:solid; 
	border-bottom-width:1px;
	border-right-color:#CCCCCC; 
	border-right-style:solid; 
	border-right-width:1px;
	border-left-color:#CCCCCC; 
	border-left-style:solid; 
	border-left-width:1px;
	border-top-color:#CCCCCC; 
	border-top-style:solid; 
	border-top-width:1px;
	font-size:12px;
	margin:1px;
}

.hometableX TD {
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
	text-indent: 0px;
}


.hometable300 {
	border-bottom-color:#CCCCCC; 
	border-bottom-style:solid; 
	border-bottom-width:1px;
	border-right-color:#CCCCCC; 
	border-right-style:solid; 
	border-right-width:1px;
	border-left-color:#CCCCCC; 
	border-left-style:solid; 
	border-left-width:1px;
	border-top-color:#CCCCCC; 
	border-top-style:solid; 
	border-top-width:1px;
	margin-top:5px;
	margin-bottom:5px;
	width:300px;
	font-size: 11px; 
	font-family: Tahoma, Verdana, Arial, sans-serif;
	line-height : 14px;
}

.hometableheading{
	font-family : "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight : bold;
	font-style : normal;
	line-height: 16px;
	color : #003366;
	padding: 2px 2px 2px 2px;
	text-align: center;
	background-color : #99CCFF;
}

.menucellblue {
	background-color: #003366; 
	text-align: center; 
	color: #FFFFFF; 
	font : bold 12px 'Trebuchet MS', Arial, Helvetica, sans-serif; 
	padding: 0px 5px 2px 5px;
}

.tablerightdottedborder {
	border-right-width: thin;
	border-right-style: dotted;
	border-right-color: #CCCCCC;
}
.tablebottomdottedborder {
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
}

.table-right-bottom-dotted-border {
	border-bottom-color:#999999;
	border-bottom-style:dotted;
	border-bottom-width:thin;
	border-right-width: thin;
	border-right-style: dotted;
	border-right-color: #CCCCCC;
}

.bishopDatesTD {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #006633;
	text-align: right;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}

.blueTH {
	font-weight: bold;
	font-size:12px;
	line-height: 20px;
	color: #FFFFFF;
	background-color: #003366;
	padding-left: 2px;
}

.greenTH {
	font-weight: bold;
	font-size:12px;
	line-height: 20px;
	color:#FFFFFF;
	background-color: #006633;
	padding-left: 2px;
}

/********************************************  ----- CLASSES ----- ******************************************** */
.content {
	background-color:#FFFFFF;
	padding-left:5px;
	padding-right:5px;
}

.greenHeading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bold;
	color: #99CC66;
	text-decoration: none;
	text-align: center;
	margin-bottom:4px;
	margin-top:3px;
	text-indent: 0px;
}

.headerblue {
	background-color: #003366; 
	text-align: center; 
	color: #FFFFFF; 
	font : bold 16px/22px 'Trebuchet MS', Arial, Helvetica, sans-serif; 
	padding: 2px;
}

.guadalupe {
	background-color: #003366; 
	text-align: center; 
	color: #FFFFFF; 
	font : bold 16px/22px 'Trebuchet MS', Arial, Helvetica, sans-serif; 
	padding: 2px;
	
}
.guadalupe a:link a:visited a:hover a:active {
	color: #FFFFFF;
}

.guadalupe a:hover {
text-decoration: underline; }

#bucket600 .guadalupe a:link {color:#FFFFFF;}
#bucket600 .guadalupe a:visited {color:#FFFFFF;}


.breadcrumb {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #333333;
	text-align:right;
	display: block;
	margin-bottom:5px;
	margin-left:0px;
	margin-right:0px;
	margin-top:0px;
	background-color:#FFFFFF;
	padding:2px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #006633;
}

.sidebar p {
	color: #99CC66;
	padding-left: 2px;

}

.sidebarAddress {
	color: #99CC66; 
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	line-height: 12px;
	}

.scripture {
	font-style:italic;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#990000;
}

.scriptureNoItalic {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #990000;
}

.note {
	color: #666666;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	line-height: 12px;
	}
	
.updated {
	color:#666666;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	line-height: 12px;
	text-align:center;
	}	
	
.caption {
	font-family: Georgia,"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	color: #333333;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	margin-right: 10px;
	text-align:center;
}	
.photocaption {
	font-family: Georgia,"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	color: #333333;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	margin-right: 10px;
	text-align:center;
}

.motto {
	font-family: Georgia,"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: bold;
	font-style: italic;
	color: #333333;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 5px;
	margin-right: 10px;
	text-align: left;
}

.rightBannerImage {
	padding-left:10px;
	padding-bottom:0;
	padding-right:0;
	padding-top:0;
	margin:0;
	text-align:right;
}

.superscript {
	font-size: 10px;
	vertical-align: super;
}

.podcastCaption {
	font-size:10px;
	font-weight:bold;
	text-align:center;
}

.espanol {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #333333;
}

.espanol-colorless {
	font-family: Georgia, "Times New Roman", Times, serif;
	
}

.greenTH p {
	font-weight: bold;
	font-size:12px;
	line-height: 20px;
	color:#FFFFFF;
	background-color: #006633;
	padding-left: 2px;
}

#singleline p {
	line-height:.5;
}

.calendarTextBlue { /*regular event */
	color: #3366cc;
}

.calendarTextRed { /*holidays & event calendar */
	color:#CC3333;
}

.calendarTextGreen { /*other calendar event */
	color:#109618;
}
/********************************************  ----- LINKS ----- ******************************************** */

a:link {
	color: #003366;
	text-decoration: none;
}

a:active {
	color : #003366; 
	text-decoration : none;
	}

a:visited {
	color:#003366;
	text-decoration: none;
}

a:hover {
	color: #003366;
	text-decoration: underline;
	}

.blueTable .sidebar a {
	color: #FFCC33;
	text-decoration: none;
}

.blueTable .sidebar a:hover {
	color: #FFCC33;
	text-decoration: underline;
}

#sideNavIndent p a {
	color:#FFAB33;
}

#sideNavIndentTwo p a {
	color:#EC8D00;
}
.content .breadcrumb a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;	
	color: #003366;
	text-decoration: none;
}

.content .breadcrumb a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #003366;
	text-decoration: underline;
}

.blueTable .sidebar .greenHeading a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bold;
	color: #99CC66;
	text-decoration: none;
	text-align: center;
	margin-bottom:4px;
	margin-top:3px;
	text-indent: 0px;
}

.blueTable .sidebar .greenHeading a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bold;
	color: #99CC66;
	text-decoration: none;
	text-align: center;
	margin-bottom:4px;
	margin-top:3px;
	text-indent: 0px;
}

.blueTable .sidebar .greenHeading a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bold;
	color: #99CC66;
	text-decoration: none;
	text-align: center;
	margin-bottom:4px;
	margin-top:3px;
	text-indent: 0px;
}

 .blueTable .sidebar .greenHeading a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bold;
	color: #99CC66;
	text-decoration: underline;
	text-align: center;
	margin-bottom:4px;
	margin-top:3px;
	text-indent: 0px;
}
/********************************************  ----- LANGUAGE  ----- ******************************************** */
#languageTop {
	background-color:#006633;
	text-align: center;
	text-indent: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #99CC66;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #99CC66;
	border-right:#003366 1px solid;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 5px;
	line-height:0px;
}

#languageTop p {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#FFCC33;
	margin:0;
	padding:2px;
}

/*#languageTop p a:link {
	color:#003366;
	text-decoration:none;
}

#languageTop p a:visited {
	color:#003366;
	text-decoration:none;
}

#languageTop p a:hover {
	color:#003366;
	text-decoration:underline;
}

#languageTop p a:active {
	color:#003366;
	text-decoration:none;
}*/


/* ****OLD LANG DIV***** */
#language {
	font-family:Arial, Helvetica, sans-serif;
	font-size:small;
	font-weight:bold;
	color:#FFCC33;
	text-align: center;
	text-indent: 0px;
	border-top-width: thin;
	border-bottom-width: thin;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #99cc66;
	border-bottom-color: #99cc66;
	padding: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
}
/********************************************  ----- DIV TAGS ----- ******************************************** */

#footer {
	font-family:Arial, Helvetica, sans-serif; 
	font-size:small;
	font-weight:normal;
	text-decoration:none;
	color:#FFCC33;
	text-align:center;
	display:block;
	padding:0px;
	margin:0px;
	line-height:normal;
}

#footer p {
	color: #99CC66;
	}

#footer a {
	color:#FFCC33;
	text-decoration:none;
}

#footer a:hover {
	color:#FFCC33;
	text-decoration:underline;
}

#sideNav {
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 2px;
	margin:0px;
}

#sideNavIndent {
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 20px;
	margin:0px;
}

#sideNavIndentTwo {
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 15px;
	margin:0px;
}

#maincontent {

}

#flash {
	margin: 0px;
	padding: 0px;
	/* width: 100%; */
	border-bottom:thin solid #666666;
	border-top:thin solid #666666;
	border:thin solid #666666;
	text-align:center;
}
/********************************************  ----- PSEUDO CLASSES ----- ******************************************** */

#maincontent h1 img {
	border-bottom-color:#000000;
	border-top-color:#000000;
	border-right-color:#000000;
	border-left-color:#000000;
}

#sideNav p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-indent: 0px;
	font-weight:bold;
	line-height: 12px;
	margin-right:2px;
	margin-left:2px;
	margin-top:7px;
	margin-bottom:5px;
}

#sideNavIndent p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-indent: 0px;
	font-weight:bold;
	line-height: 13px;
	margin-right:2px;
	margin-left:2px;
	margin-top:4px;
	margin-bottom:4px;
}

#sideNavIndentTwo p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-indent: 0px;
	font-weight:bold;
	line-height: 12px;
	margin-right:2px;
	margin-left:2px;
	margin-top:4px;
	margin-bottom:2px;
}




.darkgreenHeading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bold;
	color: #006633;
}
.mottoMedium {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: #333333;
	font-style: italic;
}

/* ------------------------------- PAGE NAV --------------------------*/

#pageNav {
	background-color:#003366;
	color:#FFCC00;
	text-align:center;
}

#pageNav p {
	color:#99CC66;
	line-height:26px;
}

#pageNav p a:link{
	color: #FFCC33;
	text-decoration: none;
}

#pageNav p a:visited{
	color: #FFCC33;
	text-decoration: none;
}

#pageNav p a:hover{
	color: #FFCC33;
	text-decoration: underline;
}

#pageNav p a:active{
	color: #FFCC33;
	text-decoration: none;
}

#upcomingstewardship {
	width: 400px;
	background-color:#003366;
	color:#FFCC00;
	/*text-align:center;*/
}

#upcomingstewardship p {
	color:#99CC66;
	line-height:40px;
	text-transform:uppercase;
	font-size:16px;
	font-weight:bold;
	padding-bottom: 0px;
}

#upcomingstewardship p a:link{
	color: #FFCC33;
	text-decoration: none;
}

#upcomingstewardship p a:visited{
	color: #FFCC33;
	text-decoration: none;
}

#upcomingstewardship p a:hover{
	color: #FFCC33;
	text-decoration: underline;
}

#upcomingstewardship p a:active{
	color: #FFCC33;
	text-decoration: none;
}
#upcomingstewardship ul {
	list-style-type: none;
	padding-top: 0px;
	padding-bottom: 5px;
	padding-left: 1px;
	padding-right: 3px;
}

#upcomingstewardship ul li {
	padding-top: 3px;
	padding-bottom: 3px;
	font-weight:bold;
	display: list-item;
	padding-right: 3px;
	padding-left: 5px;
	color:#99CC66;
}

#upcomingstewardship ul li ul li {
	text-indent: 20px;
}

#upcomingstewardship ul li a {
	color: #FFCC33;
}

#upcomingstewardship ul li a:active {
	color: #FFCC33;
}

#upcomingstewardship ul li a:hover {
	color: #FFCC33;
	text-decoration: underline;
}

/* ------------------------------- HR LINES --------------------------*/
#lightgreenHR{background-image:url(http://www.archatl.com/media/common/images/hr-line/ltgreen.png); background-repeat:no-repeat; background-position:center;}


/* -------------------------------- BUCKETS ------------------------------------*/

#bucket {
	width:300px;
	margin:5px;
	padding:10px;
	border: #CCCCCC thin solid;
}

#bucket200 {
	width:200px;
	float:left;
	margin:5px;
	border: dotted #999999 1px;
	min-height:215px;
}

#bucket200 p {
	margin:5px;
}

#bucket250 {
	width:250px;
	float:left;
	margin:5px;
	padding:10px;
	border: dotted #999999 1px;
}
#bucket250R {
	width:250px;
	float:right;
	margin:5px;
	padding:10px;
	border: dotted #999999 1px;
}

#bucket300 {
	width:300px;
	float:left;
	margin:5px;
	padding:10px;
	border: dotted #999999 1px;
}

#bucket300Right {
	width:300px;
	float:right;
	margin:5px;
}

#bucket600 {
	width:625px;
	float:left;
	margin:5px;
	padding:10px;
	border: dotted #999999 1px;
}

#bucket700 p {
}

#bucket480 {
	width:480px;
	float:left;
	margin:5px;
	padding:10px;
	border: dotted #999999 1px;
}

#bucket400 {
	width:400px;
	float:left;
	margin:5px;
	padding:10px;
	border: dotted #999999 1px;
}

.bucket600 {
	width:625px;
	float:left;
	margin:5px;
	padding:10px;
	border: dotted #999999 1px;
}


#hr {
	background-image:url(../images/homePageIcons/2009.02/febhr.png);
	background-repeat:no-repeat;
	background-position:center;
}

#bucket300 #hr {
	width: 250px;
	height: 2px;
	margin-left:25px;
	margin-top:20px;
}

#clear {
	clear:both;
}

.clear {
	clear:both;
}

#bucketHome {
	width:300px;
	float:left;
	margin:5px;

}

#bucketHome p {
	margin: 10px 10px 0 10px;
}

#bucketHome200 {
	width:200px;
	float:left;
	margin:5px;
}

#bucketHome200 p {
	margin: 10px 10px 0 10px;
}

#bucketHome400 {
	width:400px;
	float:left;
	margin:5px;
}

#bucketHome400 p {
	margin: 10px 10px 0 10px;
}

#bucketHomeHighlight {
	width:300px;
	float:left;
	margin:5px;
	padding:10px;
	border: #CCCCCC thin solid;
}

#bucketHomeHighlight200 {
	width:200px;
	float:left;
	margin:5px;
	padding:10px;
	border: #CCCCCC thin solid;
}

#bucketHomeHighlight200R {
	width:200px;
	float:right;
	margin:5px;
	padding:10px;
	border: #CCCCCC thin solid;
}

#bucketHomeHighlight300 {
	width:300px;
	float:left;
	margin:5px;
	padding:10px;
	border: #CCCCCC thin solid;
}


#divCenter {
	margin-left:auto; 
	margin-right:auto;
}

#bucketHomeHighlight600 {
	width:600px;
	float:left;
	margin:5px;
	padding:10px;
	border: #CCCCCC thin solid;
}

#bucketHomeHighlight p {
	/*margin: 10px 10px 0 10px;*/
}



#floatLeft {
	float:left
}

#floatright {
	float:right
}

#regBtn a:link {
	border: #666666 solid thin;
	padding:5px;
	margin:10px;
	text-decoration:none;
	font-weight:bold;
}

#regBtn a:visited {
	border: #666666 solid thin;
	padding:5px;
	margin:10px;
	text-decoration:none;
	font-weight:bold;

}

#regBtn a:hover {
	border:#003366 solid thin;
	padding:5px;
	margin:10px;
	text-decoration:none;
	font-weight:bold;
	background:#F8F8F8;
	
}

#regBtn a:active {
	border: #666666 solid thin;
	padding:5px;
	margin:10px;
	text-decoration:none;
	font-weight:bold;
	
}

.regtable {
	border-bottom-color:#666666; 
	border-bottom-style:solid; 
	border-bottom-width:1px;
	border-right-color:#666666; 
	border-right-style:solid; 
	border-right-width:1px;
	border-left-color:#999999; 
	border-left-style:solid; 
	border-left-width:1px;
	border-top-color:#999999; 
	border-top-style:solid; 
	border-top-width:1px;
	margin:5px;
}

.regtable TD {
	padding:5px;
	text-indent: 0px;
	font-family:Arial, Helvetica, sans-serif;
}
#feed-control {
  	width : 600px;
  	/* height : 160px; */
  	padding : 10px;
	color:#676767;
	font-size:11px;
	margin:10px;
}

p.txtcenter {text-align:center}

#purpleButton {position:relative;  }
#purpleButton p {font-family:Arial, Helvetica, sans-serif; font-size:.8em; padding:5px; font-weight:bold; color:#FFFFFF; }
#purpleButton a:link {color:#FFFFFF; text-decoration:none; border:#6D276A 5px solid; background-color:#6D276A;}
#purpleButton a:visited {color:#FFFFFF; text-decoration:none; border:#6D276A 5px solid; background-color:#6D276A;}
#purpleButton a:hover {color:#FFFFFF; border:#6D276A 5px solid; background-color:#6D276A; text-decoration: underline; }
#purpleButton a:active {color:#FFFFFF; text-decoration:none; border:#6D276A 5px solid; background-color:#6D276A;}
.strikethrough {
	text-decoration: line-through;
}

.wrong { text-indent: -3em; }
.hang { text-indent: -3em; margin-left: 3em; }
.large { text-indent: -3em; margin-left: 6em; } 

/* Disabilities Patron Saints and Gospel CSS */
.list {}
.saints_list {}
.saints_list .saintlisting {}

.saintbucket {width:700px;}
.saintbucket h1 {font-size:18px;}
img.saint_img_1 { float:right;padding:10px;}
img.saint_img_2 { float:left; padding:10px;}
img.saint_img_3 { float:right; padding:10px;}
.credits {
	width:300px;
	float:left;
	padding-right:0px;
}
p.credits { font-style:italic; font-size:9px;}
.saintbucket .prayer { 
	border:thin #777 solid;
	background-color:#BBB;
	float: right;
	width:350px;
	padding-left:0px;
}
.saintbucket .prayer h3 {
	text-align:center;
	font-size:14px;
}
	
