@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
html, body {
	height: 100%;
	margin-bottom: 1px;
}

body  {
	font: 100% Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	background: #67C81C;
}
.italic
{
	font-style: italic;
}
.bold
{
	font-weight: bold;
}
.nolineSpace
{
	margin-top: -.7em;
}
#container {
	width: 100%;
	background: #FFFFDA;
	margin: 0 auto 0;
	text-align: left;
	/*min-width: 65em;*/
	font-size: 0.85em;
	min-width: 78em;
}
/* Header Styling */
#header {
	background: #67C81C url(../Images/HeaderBackgroundMidgrd.jpg) no-repeat left top;
	color: #000000;
	margin: 0 auto;
	width: 78em;	/*border-bottom: 3px solid #5C127B;
	padding: 0px 20px;*/
}
#header img {
	float: right;
	padding-top: 10px;
}

#Wrapper {
	width: 68em;
}
#HeaderWrap {
	padding: 0px 20px;
	background: #67C81C;
	border-bottom: 3px solid #5C127B;
	min-width:78em;
}
#MainWrap {
	margin: 0 auto;
	width: 78em;
	padding: 0px 20px;
	background: #FFFFDA;ß
}
#NavWrap {
	min-width: 78em;
	background: #FFFFDA;
	padding: 10px 20px;
}
#FootWrap {
	padding: 0px 20px 20px;
	background: #67C81C;
	border-top: 3px solid #5C127B;
	min-width: 78em;
}
/* Tips for sidebar1:
1. Since we are working in relative units, it's best not to use padding on the sidebar. It will be added to the overall width for standards compliant browsers creating an unknown actual width. 
2. Since em units are used for the sidebar value, be aware that its width will vary with different default text sizes.
3. Space between the side of the div and the elements within it can be created by placing a left and right margin on those elements as seen in the ".twoColHybRtHdr #sidebar1 p" rule.
*/
.sidebar1 {
	width: 20em; /* since this element is floated, a width must be given */
	background: #FFFFDA; /* top and bottom padding create visual space within this div  */
	float: right;
	padding-top: 1em;
}

.sidebar2 {
	text-align: left;
	width: 20em;
	float: left;
	padding-top: 1em;
	margin-right: 20px;
}
.sidebar3 {
	width: 15em; /* since this element is floated, a width must be given */
	background: #FFFFDA; /* top and bottom padding create visual space within this div  */
	float: right;
	padding-top: 1em;
}
.sidebar4 {
	text-align: left;
	width: 15em;
	float: left;
	padding-top: 1em;
	margin-right: 20px;
}
.sidebar5 {
	width: 25.74em; /* since this element is floated, a width must be given */
	background: #FFFFDA; /* top and bottom padding create visual space within this div  */
	float: right;
	padding-top: 1em;
}
.rightThird {
	width: 26em; /* since this element is floated, a width must be given */
	background: #FFFFDA; /* top and bottom padding create visual space within this div  */
	float: right;
}
.topMarginParish
{
	margin-top: 19.15em;
}
.leftThird {
	text-align: left;
	width: 26em;
	float: left;
	margin-right: 20px;
}
/* Unordered Lists wihtout decoration in Main Content */
.sidebar1 ul, .sidebar2 ul {
	margin-left: .8em;
	font: 1em Arial, Helvetica, sans-serif;
}
.sidebar1 li, .sidebar2 li {
	font: 1em Arial, Helvetica, sans-serif;
}
/* Tips for mainContent:
1. The space between the mainContent and sidebar1 is created with the right margin on the mainContent div.  No matter how much content the sidebar1 div contains, the column space will remain. You can remove this right margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends.
2. Be aware it is possible to cause float drop (the dropping of the non-floated mainContent area below the sidebar) if an element wider than it can contain is placed within the mainContent div. WIth a hybrid layout (percentage-based overall width with em-based sidebar), it may not be possible to calculate the exact width available. If the user's text size is larger than average, you will have a wider sidebar div and thus, less room in the mainContent div. You should be aware of this limitation - especially if the client is adding content with Contribute.
3. In the Internet Explorer Conditional Comment below, the zoom property is used to give the mainContent "hasLayout." This may help avoid several IE-specific bugs.
*/
#mainContent {
	margin-right: 22.6em;
	padding-top: 1em;
}
.mainContent2 {
	margin-right: 21.6em;
	padding-top: 1em;
}
.mainContent3 {
	padding-top: 1em;
}
.mainContentMiddleThird {
	margin-right: 28em;
	margin-left: 28em;
}
.marginRightLeft {
	margin-right: 15em;
	margin-left: 15em;
	padding-top: 0em;
	padding-left: 20px;
}
.marginRight1 {
	margin-right: 22.6em;
}
.marginLeft2 {
	margin-left: 22.6em;
}
.marginRight3 {
	margin-right: 17.6em;
}
.marginLeft4 {
	margin-left: 17.6em;
}
.marginRight11 {
	margin-right: 15em;
}
.marginLeft21 {
	margin-left: 15em;
}
.marginRight31 {
	margin-right: 10em;
}
.marginLeft41 {
	margin-left: 10em;
}
.marginRight5 {
	margin-right: 26.74em;
}
.indent {
	margin-left: 1.5em;
}
.NoTopPad {
	padding-top: 0em;
}
.HalfTopPad {
	padding-top: .5em;
}
.OneTopPad {
	padding-top: 1em;
}
.NoBotpPad {
	padding-bottom: 0em;
}
.HalBotpPad {
	padding-bottom: .5em;
}
.OneBotPad {
	padding-bottom: 1em;
}

a:link, a:visited, a:hover, a:active {
	font-family: Arial, Helvetica, sans-serif;
}

/* Style links */
a:link {
	color: blue;
	text-decoration: none;
}
a:visited {
	color: #5c127b;
	text-decoration: none;
}
a:hover {
	color: blue;
	text-decoration: underline;
}
a:active {
	color: #ffffda;
	text-decoration: underline;
}

/* Unordered Lists wihtout decoration in Main Content */
#MainWrap ul, #mainContent ul, .leftThird ul, .rightThird ul, .mainContentMiddleThird ul {
	margin-left: 0.8em;
	font: 1em Arial, Helvetica, sans-serif;
	margin-bottom: 1em;
}
#MainWrap li, #mainContent li, .leftThird li, .rightThird li, .mainContentMiddleThird li {
	font: 1em Arial, Helvetica, sans-serif;
}

/* Unordered Lists with a decoration in Main Content */
#MainWrap ul.deco, #mainContent ul.deco, .leftThird ul.deco, .rightThird ul.deco, .mainContentMiddleThird ul.deco, ul.deco {
	list-style: disc;
	margin-left: 2em;
	margin-bottom: 0.7em;
	font: 1em Arial, Helvetica, sans-serif;
}
#MainWrap ul.deco li, #mainContent ul.deco li, .leftThird ul.deco li, rightThird ul.deco li, .mainContentMiddleThird ul.deco li, ul.deco li {
	font: 1em Arial, Helvetica, sans-serif;
}

/* Ordered Lists with a decoration in Main Content */
#MainWrap ol.number, #mainContent ol.number, .leftThird ol.number, .rightThird ol.number, .mainContentMiddleThird ol.nmber, ol.number {
	list-style: decimal url(none);
	margin-left: 2em;
	margin-bottom: 0.7em;
	font: 1em Arial, Helvetica, sans-serif;
}
#MainWrap ol.number li, #mainContent ol.number li, .leftThird ol.number li, rightThird ol.number li, .mainContentMiddleThird ol.number li, ol.number li {
	font: 1em Arial, Helvetica, sans-serif;
}

/* Unordered Lists for staff */
ul.staff {
	margin-bottom: 2em;
	font: 1em Arial, Helvetica, sans-serif;
}
ul.staff li {
	font: 1em Arial, Helvetica, sans-serif;
}

#MainWrap ul.Scripture {
	margin-left: 0em;
	font: 1em Arial, Helvetica, sans-serif;
	margin-bottom: 0.5em;
}
#MainWRap ul.Scripture li {
	font: 1em Arial, Helvetica, sans-serif;
}

/* Style Footer */
#footer {
	margin: 0 auto;
	width: 78em;
	background:#67C81C;
	text-align: center;
	color: #000000;
	font: 1em Arial, Helvetica, sans-serif;
} 
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font: .9em Arial, Helvetica, sans-serif;
}
#footer a:link, #footer a:visited, #footer a:hover, #footer a:active {
	font-family: Arial, Helvetica, sans-serif;
}
#footer a:link {
	color: blue;
	text-decoration: none;
}
#footer a:visited {
	color: #5c127b;
	text-decoration: none;
}
#footer a:hover {
	color: blue;
	text-decoration: underline;
}
#footer a:active {
	color: #67c81c;
	text-decoration: underline
}
#footer b {
	display: none
}

/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 1em;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 1em;
}
.leftHalfMain {
	float: left;
	width: 37em;
	padding-right: 1em;
}
.rightHalfMain {
	float: right;
	width: 37em;
	padding-left: 1em;
}
.leftHalfHalf {
	float: left;
	width: 17em;
	padding-right: 1em;
}
.rightHalfHalf {
	float: right;
	width: 17em;
	padding-left: 1em;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

/* General settings */
p {
	font: 1em/1.25 Arial, Helvetica, sans-serif;
	/*margin-top: 0.4em;*/
	margin-bottom: 0.7em;
}
a img {
	border:none;
}
/* Set Heading info */
h1, h2, h3, h4, h5 {
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
}

h1 {
	font-size: 1.25em;
	font-weight: bolder;
	padding: 0.15em 0.15em 0.15em 0.5em;
	margin-bottom: 0.5em;
	background: #67C81C url(../Images/bg_grad_green1.gif) repeat-x left top;
}
h2 {
	font-size: 1.1em;
	color: #5C127B;
	border-bottom: 2px solid #BEE38D;
	margin-bottom: 0.5em;
	padding: 0.15em 0.15em 0.2em 0em;
}
h3 {
	font-size: 1em;
	font-weight: bold;
	padding-right: 1em;
}
h4 {
	font-size: 1em;
	padding-top: 0.5em;
}
h5 {
	font-size: 1em;
	font-weight: bold;
	background: #BEE38D;
	padding: 0.15em 0.25em;
	margin-bottom: 0.15em;
}

.BottomLine {
	border-bottom: 1px solid #BEE38D;
}

/* Money Matters Table Rules */
#Money {
	border-collapse: collapse;
	margin: 0 0 01em;
}
#Money caption {
	color: #000000;
	text-align: left;
	padding: 0.1em 0.1em 0.1em 0.5em;
	font-weight: bold;
}
#Money th {
	padding: 0.1em 0.5em;
	font-weight: bold;
	border: 1px solid #5c127b;
	background: #94d860;
	text-align: center;
}
#Money td {
	margin: 0;
	padding: 0.1em .5em 0.1em 0.5em;
	text-align: right;
	border: 1px solid #5c127b;
}

/* Worship Assistant Table Rules */
.Assistant {
	border-collapse: collapse;
	margin: 0 0 2em;
	border: 1px solid #5C127B;
	width: 70em;
}
.Assistant caption {
	color: #000000;
	text-align: left;
	padding: 0.1em 0.1em 0.5em 0.5em;
	font-weight: bold;
}
.Assistant th {
	padding: 0.25em 1em;
	font-weight: bold;
	background: #94d860;
	text-align: center;
	border-bottom: 1px solid #5c127b;
}
.Assistant td {
	margin: 0;
	padding: 0.25em 1em;
	text-align: center;
	border-bottom: 1px solid #5C127B;	/*border: 1px solid #5c127b;*/
}
.Assistant td.rightText {
	text-align: right;
}

/* Navigation Styling */
#nav {
	margin: 0 auto;
	width: 78em;
	font: 0.85em Arial, Helvetica, sans-serif;
	text-align: center;
	background: #FFFFDA;
}
#nav a:link {
	color: blue;
	text-decoration: none;
}
#nav a:visited {
	color: #5c127b;
	text-decoration: none;
}
#nav a:hover {
	color: blue;
	text-decoration: underline;
}
#nav a:active {
	color: #ffffda;
	text-decoration: underline;
}
.Center {
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
#ImgCenter {
	margin-right: auto;
	margin-left: auto;
}

#IconWrap {
	width: 70em;
	text-align: center;
	margin: 1em auto;
}
#IconNav li {
	display: inline;
	padding-right: 1.5em;
	padding-left: 1.5em;
}
.introImg {
	height: 18em;
	width: 34em;
}
.aboutUsImg
{
	height: 13.25em;
	width: 13.25em;
	float: right;
}
.staffSqImg
{
	height: 14.71em;
	width: 14.71em;
}
.staffWideImg
{
	height: 14.71em;
	width: 22.06em;
}
.boardImg
{
	height: 18.02em;
	width: 36.76em;
}
.smallImg
{
	height: 12.87em;
	width: 17.28em;
}
.bigImg
{
	height: 19.34em;
	width: 25.74em;
	margin-left: 1em;
}
.iconImg {
	height: 7.35em;
	width: 7.35em;
}
.HistoryImg {
	margin-right: 1em;
	margin-left: 1em;
}
.CalendarImg {
	height: 100.59em;
	width: 78em;
}
.clearfloatleft {
	clear: left;
}
.clearfloatright {
	clear: right;
}
.left {
	float: left;
	width: 100%;
}
#About {
	border-collapse: collapse;
	width: 100%
}
#About caption {
	background: #67C81C;
	padding: 2px;
	font-size: 1.1em;
}
#About tr {
	border-bottom: solid 1px #BEE38D;
	-moz-user-select: none;
	-khtml-user-select: none;
	padding: 2px;
}

.rowHover{
	background-color: #BEE38D;
	cursor: pointer;
}
.rowSelected{
	color: #67C81C;
}
#About tr.selected{
	color: #67C81C;
}
#storm {
	border: 2px solid #5c127b;
	padding: 5px;
}
