/*

My Colors:

#990000; Dark Red, used in navigation and page header and footer
#CC0000; Brighter Red, used in page navigation header

COLORS
#A4BADF; light blue - Fotter util background 
#6C82A6; Nav a blue - Welcome box headers
#BDCDE9; lighter blue - Util a
#8396B5; darker blue - JoinUsTextBox p
#D8EA86; green - LayerTwo background 
#C8D97A; darker green - LayerThree border
#77920A; dark green - Nav a:hover, WelcomeBox h1, WelcomeBox li a, a:hover
#0070E3; bright blue - a
#5678B0; strong blue - ColumnOne h2, CalendarAudioTabs li a 
#F4F2EA; khaki - ServiceScheduleBox div
#EFECE0; tan - leftImg, rightImg
#495A77; darkest blue- ColumnOne p, address
#DFE8F6; baby blue - CalendarAudioBox tabContent,
#277cbc: bright sky blue
#1c6ba6; layerOne border, nav text
#6d643f; brown text
#988b58; light brown text

UNUSED COLORS
#8CA1C4; blue - body background

My Scheme
#D91818 Bright Red
#8C7D4F Khaki
#D9C2AD Light Brown
#12161F Very dark purple
#A66A7A Light Purple

#CC0000 Bright Red
#6D643F Khaki
#F4F2EA Light Brown
#12161F Very dark purple
#FFC0D7 Light Purple


*/
body {
	background: #990000 url(img/bg_body.png);
	padding: 5px 0;
	margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	width: 100%;
}
/*
* {
	font-size: 1.0em;
	margin: 0;
	padding: 0;
}*/
#LayerOne {/* light blue w/ darker blue border */
	background: #fff url(img/bg_layer1.gif) repeat-x top;
	/*border-top: 1px solid #990000; */
	/*border-bottom: 1px solid #990000;*/
}
#LayerTwo {/* green w/ white border */
	background: #fff url(img/bg_layer2.png);
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	/*padding-bottom: 10px;*/
	overflow: hidden;
}
#LayerThree {/* white w/ green border */
	background: #fff;
	border-top: 2px solid #ffffff;
	border-bottom: 2px solid #ffffff;
	padding-bottom: 5px;
}
#Head {
	width: 970px;
	margin: 0 auto;
}
#Banner, #Footer {
	width: 960px;
	padding: 5px;
	margin: 0 auto;
}


/* GENERAL STYLES */
#Nav a, h1, h2, h3, h4, h5, h6, #LogoText {
	font-family: "AvantGarde Bk BT", sylfaen,'book antiqua',georgia,serrif;
	font-weight: normal;
}
h1 {
	font-size: 3.3em;
	margin: 12px 0;
	color: #fff;
}
h2 {
	font-size: 2.5em;
	color: #77920A;
	line-height: 1.0em;
	margin-bottom: 10px;
}
h3 {
	font-size: 2.0em;
	color: #8396B5;
	line-height: 1.0em;
	margin-bottom: 10px;
	font-variant: small-caps;
}

p, .home ColumnOne p {
	color: #495A77;
	margin-bottom: 15px;
	font-size: 1.4em;
	line-height: 1.5em;
}
.ColumnOne p {
	font-size: 1.2em;
}
a img {
	border: none;
}
.pad {
	padding: 5px;
}
a {
	color: #8C7D4F;
	text-decoration: none;
}
a:hover {
	color: #0070E3;
	text-decoration: none;
}
.Content a {
	color: #E7262B;
	text-decoration: none;
}
.Content h1, h3, p {
	color: #E7262B;
}
Content a:hover {
	color: #77920A;
	text-decoration: none;
}	
ul {
	list-style: none;
}
.leftImg {
	float: left;
	margin: 5px 15px 10px 0;
	padding: 3px;
	border: 1px solid #EFECE0;
}	
.rightImg {
	float: right;
	margin: 5px 0 10px 15px;
	padding: 3px;
	border: 1px solid #EFECE0;
}
.moreLink {
	display: block;
	text-align: right;
}
.smallText, .ColumnOne p.smallText {
	font-size: 11px;
}
address {
	font-size: 1.2em;
	line-height: 1.3em;
	color: #495A77;
}
ul.normalList {
	color: #495A77;
	margin-bottom: 15px;
	font-size: 1.4em;
} 
blockquote {
	font-size: 1.2em;
	color: #827653; 
	font-family: "Courier New", Courier, monospace;
	margin-bottom: 15px;
}
cite {
	display: block;
	font-size: 1.1em;
	padding: 15px;
	border: 1px solid #EFECE0;
	background: #F4F2EA;
	color: #495A77;
	font-style: normal;
}
/* NAV STYLES */
#Nav {	
	position: absolute;
	left: 17px;
	bottom: -1px;
	margin: 0;
	padding: 0;
	width: 936px;
}
#Nav li {
	height: 30px;
	float: left;
	margin: 0;
	padding: 0;
	overflow: hidden;
}
#Nav li a {
	display: block;
	width: 117px;
	height: 30px;
	background: url(img/bg_navtab.png) no-repeat 0 0;
	line-height: 30px;
	text-align: center;
	text-decoration: none;
	font-size: 1.4em;
	color: #FFFFFF;
	cursor: pointer;
}
#Nav li a:hover {
	background-position: 0 -30px;
	color: #990000;
}

/* NAV TAB ACTIVE STATES */
.home #Nav li.home a, 
.contact #Nav li.contact a,
.broadcast #Nav li.broadcast a, 
.tools #Nav li.tools a, 
.ym #Nav li.ym a, 
.sports #Nav li.sports a, 
.about #Nav li.about a {
	background-position: 0 -30px;
	color: #990000;
}

/* LEFTNAV STYLES */
ul#LeftNav {
	margin: 0 0 25px;
	padding: 0;
	overflow: hidden;
	border-top: 1px solid #e4e4e4;
	border-bottom: 1px solid #fff;
}
ul#LeftNav li {
	float: left;
	width: 100%; 
	margin: 0;
	padding: 0;
}
ul#LeftNav li a {
	display: block;
	padding: 5px 5px 5px 25px;
	line-height: 2.1em;
	font-size: 13px;
	font-weight: bold;
	margin: 0;
	text-decoration: none;
	color: #9a9a9a;
	border-bottom: 1px solid #e4e4e4;
	border-top: 1px solid #fff;
}
ul#LeftNav li a:hover,
ul#LeftNav li.active a {
	color: #0066CC;
}
ul#LeftNav li.active {
	background-color: #fff;
}


/* HEAD STYLES */
#Head {
	height: 117px;
	position: relative;
	background: url(img/bg_head.gif) no-repeat center top;
}
#LogoImg {
	position: absolute;
	left: 25px;
	top: 5px;
}

#LogoText {
	font-size: 18px;
	position: absolute;
	left: 85px;
	top: 20px;
	line-height: 18px;
	padding: 0 0 5px 0;
	color: #fff;
}
#LogoText span {
	font-size: 14px;
	position: absolute;
	left: 50px;
	top: 45px;
	display: block;
	whitespace: nowrap;
	color: #99c5eb;
}
#Util {
	display: block;
	position: absolute;
	top: -1px;
	right: 25px;
	background: url(img/bg_util.png) no-repeat;
	width: 100px;
	height: 26px;
	text-align: center;
	color: #A4BADF;
	font-size: 1.1em;
}
#Util a {
	color: #999999;
	line-height: 24px;
	font-size: 1.1em;
	text-decoration: none;
}	
#Util a:hover {
	color: #fff;
}

/* HOMEPAGE STYLES */
/* HOME BANNER STYLES */
#Banner {
	overflow: hidden; /* fix for floated children */
}
#Banner h1 span, #Banner h2 span, #Banner p span {
	display: block;
}
.home #Banner a {
	font-size: 11px;
} 

/* HOMEPAGE PROMO BOX STYLES*/
#PromoBox {
	position: relative;
	width: 470px;
	height: 230px;
	padding: 5px;
	/*background: url(img/bg_promobox.gif) no-repeat 5px 5px;*/
	float: left;
}
/* HOMEPAGE PROMO BOX STYLES*/
#SmallPromoBox {
	position: relative;
	width: 230px;
	height: 230px;
	padding: 5px;
	/*background: url(img/bg_promobox.gif) no-repeat 5px 5px;*/
	float: left;
}
.contentDiv{
	display: none;
	padding: 5px;
}

/* HOMEPAGE WELCOMEBOX BOX STYLES*/
#WelcomeBox {
	width: 230px;
	height: 230px;
	position: relative;
	padding: 5px;
	float: left;
}
#WelcomeBox h1 {
	font-size: 1.5em;
	color: #6C82A6;
	margin: 10px 10px 5px 0;
	line-height: 1.0em;
	margin-bottom: 0
}
#WelcomeBox h2 {
	font-size: 2.8em;
	color: #6C82A6;
	margin: 10px 10px 5px 0;
}
#WelcomeBox p {
	font-size: 1.1em;
	color: #77920A;
	margin: 0 10px 15px;
	line-height: 1.3em;
}
#WelcomeBox address {
	margin: 5px 10px 15px;
	color: #77920A;
	font-size: 1.1em;
}

/* GENERAL PAGE STYLES */
.ColumnOne {
	width: 240px;
	float: left;
	padding: 30px 0 30px;
	background: url(img/bg_columnone.gif) no-repeat 73px 0;
	min-height: 602px;
}

.ColumnOne .pad {
	width: 90%;
}
.ColumnOne .pad h3,
.ColumnOne .pad p,
.ColumnOne ul.customBulletList {
	margin-right: 20px;
}


/* HOMEPAGE COLUMNONE STYLES */
.home .ColumnOne {
	width: 960px;
	float: left;
	padding-top: 0px;
	background: none;
	min-height: inherit;
}
.home .ColumnOne h2 {
	font-size: 2em;
	color: #5678B0;
}
.home .ColumnOne h3, .home #ColumnTwo h2 {
	font-size: 1.5em;
	color: #5678B0;
	font-variant: small-caps;
	margin-bottom: 5px;
	margin-top: 15px;
	line-height: 1.3em;
}
.home .ColumnOne p {
	color: #495A77;
	font-size: 1.2em;
	margin-bottom: 5px;
}


#JoinUsTextBox {
	padding: 5px;
	background: url(img/bg_joinustextbox.gif) no-repeat 5px 5px;
	width: 940px;
	height: 110px;
	float: left;
}
.home .ColumnOne #JoinUsTextBox p {
	padding: 10px;
	font-size: 1.4em;
	line-height: 1.5em;
}

/* SERVICE SCHEDULE AREA */
.ServiceScheduleBox {
	width: 310px;
	padding: 5px 5px 7px;
	float: left;
}
.ColumnOne .ServiceScheduleBox h2 {
	color: #6d643f;
	margin: 10px 0px;
}
.ColumnOne .ServiceScheduleBox h3 
{
    margin: 7px 0px 3px 0px;
	color: #990000;
}
.ColumnOne .ServiceScheduleBox ul
{
	 padding-left: 0px;
	 margin-top: 0px;
}
.ColumnOne .ServiceScheduleBox li
{
	border-top: 1px #6d643f;
	margin:0px;
	padding:2px;
	background: #F4F2EA;
}
.ColumnOne .ServiceScheduleBox p 
{
    margin: 0px 0px 5px 10px;
	color: #988b58;
}
.ServiceScheduleBox #SrvicesScrollPane
{
	padding: 0px 10px;
	height:400px;
	overflow:auto;
}
.ServiceScheduleBox #SaintFeastsScrollPane h3 
{
	font-variant: normal;
}
.ServiceScheduleBox #AllFeastsScrollPane h3 
{
	font-variant: normal;
}
.ServiceScheduleBox #AllFeastsScrollPane
{
	padding: 0px 10px;
	height:400px;
	overflow:auto;
}
.ServiceScheduleBox #SaintFeastsScrollPane
{
	padding: 0px 10px;
	height:400px;
	overflow:auto;
}
/*.ServiceScheduleBox div {
	padding: 5px 15px 10px;
}*/
.ServiceScheduleBox span {
	color: #988b58;
	margin:0px;
	display:block;
}

/* END HOMEPAGE STYLES */



/*Login Styles*/
#Login
{
	background-color:#F4F2EA;
	padding:5px;
	width:400px;
	height:200px;
}
#Login label
{
	display:inline;
}
/* FOOTER STYLES */
#Footer {
	position: relative;
	overflow: hidden;
	height:50px;
	margin-bottom: -1px;
}
/*footer sitemap styles */
#FooterSiteMapWrapper {
	width: 468px;
	float: left;
	margin: 5px;
	background: #A8BDE0;
	height: 200px;
	border: 1px solid #ACC0E1;
}
#FooterSiteMapWrapper #RowOne, 
#FooterSiteMapWrapper #RowTwo, 
#FooterSiteMapWrapper #RowThree {
	width: 152px;
	float: left;
	margin-top: 10px;
}
#FooterSiteMapWrapper #RowOne {
	margin-left: 10px;
}
#FooterSiteMapWrapper ul a {
	font-size: 1.2em;
	color: #5678B0;
	text-decoration: none;
	line-height: 1.8em;
	font-weight: bold;
}
#FooterSiteMapWrapper ul a:hover {;
	text-decoration: underline;
	color: #fff;
}
#FooterSiteMapWrapper ul ul a {
	font-size: 1.0em;
	color: #5678B0;
	background: url(img/bg_footerlinkarrow.gif) no-repeat left;
	padding-left: 7px;
	font-weight: normal;
}
#FooterSiteMapWrapper ul ul {
	padding: 0 0 7px 0;
}
#FooterSiteMapWrapper ul li.podcastFooterLink img {
	margin-bottom: -2px;
}
/* miscbox styles */
#MiscBox {
	float: left;
	width: 228px;
	margin: 5px;
	background: #A8BDE0;
	height: 200px;
	border: 1px solid #ACC0E1;
}
/* infobox styles */	
#InfoBox {
	float: left;
	width: 228px;
	margin: 5px;
	background: #A8BDE0;
	border: 1px solid #ACC0E1;
}
#InfoBox p, #InfoBox address {
	font-size: 10px;
	margin: 5px 10px 10px 10px;
	letter-spacing: -.01em;
}
#InfoBox address {
	margin-top: 15px;
	font-style: normal;
}
#InfoBox a {
	color: #5678B0;
	text-decoration: none;
}
#InfoBox a:hover {
	text-decoration: underline;
}
#InfoBox h4 {
	font-size: 1.6em;
	color: #495A77;
}
/* footerutil styles */	
#FooterUtil {
	display: block;
	position: absolute;
	bottom: -1px;
	z-index: 50;
	right: 25px;
	background: url(img/bg_footer-util.png) no-repeat;
	width: 209px;
	height: 26px;
	text-align: center;
	color: #A4BADF;
	font-size: 1.1em;
}
#FooterUtil a {
	color: #999999;
	line-height: 24px;
	font-size: 1.1em;
	text-decoration: none;
}	
#FooterUtil a:hover {
	color: #FFFFFF;
}

.Form
{
	font-size: 12px;
}
.Form div
{
	margin-top:15px;
}

.tooltip
{
	color:#666666;
	font-style:italic;
}
.Form .tooltip
{
	margin-top:0px;	
	margin-left:100px;
}
.validation
{
	color:Red;
}
.Form .validation 
{
	margin-top:0px;
}

.datebox
{
	width: 90px;
}
.timebox
{
	width: 70px;
}
.Form h1
{
	font-size: 16px;
	color:#495A77;
	font-weight:bold;
}
.ajaxcalendar
{
	background-color:#FFFFFF;
}
.ajaxcalendar div
{
	margin-top: 0px;
}
/* CONTACT FORM STYLES */
.boldredtext {
	color: #FF6600;
	font-weight: bold;
}
form{
	margin-top: 0;
	padding-top: 0;
}
input, select {
	font-size: 1.1em;
    letter-spacing: .1em;
    margin-top: 3px;
}
textarea {
    font-family: verdana,arial,helvetica,sans-serif;
    font-size: 1.1em;
    letter-spacing: .1em;
	margin-top: 3px;
}
.btnSubmit {
    display: block;
	margin: 0 0 15px 0;
	padding: 7px 10px;
    clear: both;
}   
label {
	display: block;
	float: left;
	width: 100px;
	font-weight: bold;
	margin-top: 5px;
	text-align: right;
	margin-right: 5px;
}

.ServiceCommentsGrid
{
}
.ServiceCommentsGrid div
{
    margin-top:0px;
}

.SideBar
{
	float:left;
	padding-right: 20px;
    width:215px;
}
.SideBar h2 {
	color:#777777;
	font-size:16px;
	margin:0.5em 0 0.5em;
}

.SideBar ul li {
background:url("img/arrow.gif") no-repeat scroll 0 0.45em transparent;
list-style:none outside none;
margin:5px 0;
padding:0 0 0 15px;
}

.SideBar a {
	color:#E7262B;
	font-weight:bold;
}

.SideBar p,  li {
	color:#999999;
	font-size:11px;
	line-height:1.5;
	margin:0 0 1em;
}
.SideBar label {
	display: inline;
	font-weight: bold;
	margin-top: 5px;
	text-align: right;
	margin-right: 5px;
	color:#666666;
}
.SideBar .Block 
{
	border-bottom: solid 1px #666666;
}
.Block
{
	padding:15px 0;
}
.PageContent
{
	border-left: 1px solid #DDDDDD;
	float:left;
	min-height: 350px;
	padding-left: 30px;
	width:660px;
}
fieldset {
	border:0 none;
	margin:0;
}

fieldset div {
	border-top:1px solid #DDDDDD;
	font-size:12px;
	padding:10px 0;
}
fieldset select {
	max-width:270px;
}
fieldset div input[type="text"] {
	padding:3px;
	width:260px;
}
div.textarea label {
	float:none;
	margin:0 auto 3px;
	text-align:left;
	width:100%;
}
div.textarea textarea {
border-color:#999999;
display:block;
height:100px;
margin:0 auto;
width:100%;
}

.PageContent p {
	color:#777777;
	font-size:12px;
	line-height:1.5;
	margin:0 0 1.5em;
}
.PageContent li 
{
	color:#777777;
	font-size:12px;
	line-height:1.5;
	margin: 0;
}
form .ActionBar {
	background:none repeat scroll 0 0 #EEEEEE;
	border-color:#DDDDDD;
	border-style:solid;
	border-width:2px 0 1px;
	clear:both;
	margin:5px 0px;
	padding:1em;
	text-align:right;
}
.PageContent h2 {
	color:#E7262B;
	line-height:1;
	margin:0 0 1em;
}
/*
.contact #Content
{
	margin-top: 37px;
    padding: 5px 5px 5px 25px;
}
.home .Content
{
	padding: 5px;
	margin: 0 auto;	
}*/
.Content 
{
	overflow: hidden;
	color: #495A77;
	width: 960px;
	padding: 5px 5px 5px 25px;
	margin: 37px auto 0px;	
}
.FormError
{
	color:#FF0000;
	font-size: 11px;
}
.message {
	border-top:1px solid #DDDDDD;
	padding:10px 0;
	position:relative;
}
h4
{
	color:#555555;
	font:bold 16px 'Helvetica Neue',Helvetica,Arial,sans-serif;
	margin:0 0 0.5em;
}
h5
{
	font-weight:bold;
	font-size: 12px;
}
.grid
{
}
.grid td
{
	border-style:none;
}
.mod-content 
{
    background: none repeat scroll 0 0 #FFFFFF;
    border-color: #C2C2C2;
    border-style: solid;
    border-width: 0 1px;
    font-size: 11px;
    overflow: hidden;
    border-bottom-width: 1px;
    border-top-width: 1px;
    margin-bottom: 20px;
}

.tablehead 
{
    width:100%;
    border-spacing: 1px;
}
.stathead td {
    text-transform: uppercase;
    background:#E7262B;
    border-bottom: 1px solid #C2C2C2;
    font-size: 13px;
    font-weight: 700;
    margin: 0 7px;
    padding: 4px 8px;
    color:#ffffff;
}
.colhead td {
    background: none repeat-x scroll 0 0 #FFFFFF;
    border-bottom: 1px solid #C2C2C2;
    color: #E7262B;
    font-weight:bolder;
}
.oddrow {
    background-color: #FFFFFF;
}
.evenrow td {
    background-color: #F1F1F1;
}
.mod-content p {
    margin: 10px;
    font-size: 11px;
}
.broadcast p {
	color:#555555;
}

.broadcast h2 {
	margin-top: 80px;
}