@charset "utf-8";

.ClickHere {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-variant: small-caps;
	color: #006;
	text-decoration: none;
	text-align: center;
}



#TomContainer {
	padding: 0px;
	width: 600px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border: thick double #003;
	font-size: 36px;
	font-weight: bold;
	color: #009;
}
#AfterCalendar {
	padding: 0px;
	clear: both;
	float: left;
	width: 900px;
	margin: 0px;
}

.Section {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	color: #003;
	font-weight: bold;
}

#Tom3 {
	padding: 0px;
	width: 600px;
	float: left;
	text-align: center;
	border: medium double #003;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}


#TomContainer p .section img {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 36px;
	color: #009;
}
.Tom {
	font-size: 24px;
	color: #006;
	text-align: center;
}


#container #content #footer p .FooterStudyNotes .FooterStudyNotes {
	text-decoration: none;
}


#AllThings {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #333;
	padding: 0px;
	float: left;
	margin-top: 30px;
	margin-right: 30px;
	margin-bottom: 30px;
	margin-left: 60px;
}
#container #content #AllThings p {
	font-size: 16px;
	color: #333;
	line-height: 30px;
}
.HighlightAllThings {
	font-size: 18px;
	color: #303;
	line-height: 30px;
	font-weight: bolder;
}


#Dividor {
	margin: 0px;
	padding: 00px;
	height: 5px;
	width: 1000px;
	border-top-width: medium;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
	border-top-style: solid;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
}

.AllThings {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
	font-variant: small-caps;
}

#h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: bold;
	color: #003;
}
.Subsection1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: normal;
	color: #006;
}
.section {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: bold;
	color: #333;
}


/* ~~ this fixed width container surrounds all other divs ~~ */
#container {
	width: 1000px;
	background: #FFF; /* the auto value on the sides, coupled with the width, centers the layout */
	overflow: hidden; /* this declaration makes the .container understand where the floated columns within ends and contain them */
	border: medium solid #000;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 20px;
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 20px;
	color: #003;
}
#Flyers {
	width: 1000px;
	background: #FFF; /* the auto value on the sides, coupled with the width, centers the layout */
	overflow: hidden; /* this declaration makes the .container understand where the floated columns within ends and contain them */
	border: medium solid #000;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding: 0px;
}


#MainContent {
	margin-top: 0px;
	margin-right: 80px;
	margin-bottom: 0px;
	margin-left: 100px;
	padding-top: 0px;
	padding-right: 100px;
	padding-bottom: 0px;
	padding-left: 100px;
}
#CalendarContent {
	width: 935px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 50px;
	padding-bottom: 0px;
	padding-left: 50px;
}

#header {
	margin: 0px;
	padding: 0px;
	float: none;
	width: 1000px;
	height: 200px;
	border: thin solid #003;
}
#footer {
	margin: 0px;
	padding: 0px;
	float: none;
	width: 980px;
	clear: both;
	text-align: center;
}
.FooterStudyNotes {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #000;
	text-align: center;
}





body {
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	line-height: 1.4;
}

ul, ol, dl {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #292929;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 50;
}
li {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #292929;
	text-indent: 0px;
	display: list-item;
}


ul {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: normal;
	color: #292929;
	font-weight: normal;
}



h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;	 /* removing the top margin gets around an issue where margins can escape from their containing div. The remaining bottom margin will hold it away from any elements that follow. */
	padding-right: 15px;
	padding-left: 15px; /* adding the padding to the sides of the elements within the divs, instead of the divs themselves, gets rid of any box model math. A nested div with side padding can also be used as an alternate method. */
	color: #000;
}

p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	line-height: normal;
	color: #292929;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}



a img { /* this selector removes the default blue border displayed in some browsers around an image when it is surrounded by a link */
	border: none;
	color: #003;
}

.FooterText {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-style: italic;
	color: #000;
	text-align: center;
}



/* ~~ This grouped selector gives the lists in the .content area space ~~ */
.content ul, .content ol { 
	padding: 0 15px 15px 40px; /* this padding mirrors the right padding in the headings and paragraph rule above. Padding was placed on the bottom for space between other elements on the lists and on the left to create the indention. These may be adjusted as you wish. */
}

/* ~~ The navigation list styles (can be removed if you choose to use a premade flyout menu like Spry) ~~ */
ul.nav {
	list-style: none; /* this removes the list marker */
	border-top: 1px solid #2D7808; /* this creates the top border for the links - all others are placed using a bottom border on the LI */
	margin-bottom: 15px; /* this creates the space between the navigation on the content below */
}
ul.nav li {
	border-bottom: 1px solid #075102; /* this creates the button separation */
}
ul.nav a, ul.nav a:visited { /* grouping these selectors makes sure that your links retain their button look even after being visited */
	padding: 5px 5px 5px 15px;
	display: block; /* this gives the link block properties causing it to fill the whole LI containing it. This causes the entire area to react to a mouse click. */
	width: 160px;  /*this width makes the entire button clickable for IE6. If you don't need to support IE6, it can be removed. Calculate the proper width by subtracting the padding on this link from the width of your sidebar container. */
	text-decoration: none;
	background: #C6D580;
}
ul.nav a:hover, ul.nav a:active, ul.nav a:focus { /* this changes the background and text color for both mouse and keyboard navigators */
	background: #ADB96E;
	color: #FFF;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 36px;
	font-weight: bolder;
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	color: #003;
}
h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: bolder;
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	color: #0A0A0A;
}

h2 {
	font-size: 24px;
	color: #003;
	margin: 0px;
	padding: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 36px;
	font-weight: bolder;
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	color: #353535;
}
#NewsBox {
	padding: 0px;
	clear: both;
	width: 700px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 250px;
}
#illustration {
	padding: 0px;
	width: 950px;
	text-align: center;
	margin: 0px;
}
#illustration2 {
	padding: 0px;
	float: right;
	width: 370px;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 0px;
}
.bold {
	font-weight: bold;
}
#SpiritualityFair {
	font-family: Georgia, "Times New Roman", Times, serif;
	background-image: url(../images/Fotolia_25487430_XS.jpg);
	padding: 0px;
	width: 425px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	height: 283px;
}
#FairText {
	padding: 0px;
	height: 200px;
	width: 270px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 150px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#Tom2 {
	margin: 0px;
	padding: 0px;
	float: right;
	width: auto;
	height: auto;
}
#container #content div #cal1Container {
	text-align: center;
}
#CalendarCenter {
	text-align: center;
	padding: 0px;
	float: left;
	width: auto;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.cal1Container {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}
.cal1ContainerCopy {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	color: #F00;
}

#Pic1 {
	text-align: center;
	margin: 0px;
	padding: 0px;
	float: left;
	width: 1000px;
}
.White {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFF;
}
#PicLeft {
	padding: 0px;
	float: left;
	width: 220px;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#PicRight {
	padding: 0px;
	float: right;
	width: 220px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
}

#PicLeftTop {
	padding: 0px;
	float: left;
	height: 212px;
	width: 215px;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.centertext {
	text-align: center;
}
#quote {
	width: 550px;
	padding-top: 20px;
	padding-right: 100px;
	padding-bottom: 0px;
	padding-left: 100px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 150px;
}
#Centertext {
	text-align: center;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}

#textblock1 {
	float: left;
	width: 750px;
	margin-top: 20px;
	margin-right: 0px;
	margin-left: 75px;
	margin-bottom: 0px;
	padding: 0px;
}
#text1 {
	padding: 0px;
	float: left;
	margin-top: 0px;
	margin-right: 60px;
	margin-bottom: 0px;
	margin-left: 60px;
	text-align: center;
}
#container #content #textblock1 #Centertext h4 {
}
.RedText {
	color: #F00E12;
	font-size: 30px;
	font-family: Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", serif;
}
.centerpic {
	margin-right: auto;
	margin-left: auto;
}

.responsive {
	max-width: 100%;
}

.footercolor {
  background-color: #F8B00A;

}

